1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-03 19:19:46 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
4e78b5615e chore: removed all references to namespaces and lists (old names for what projects are now) 2024-04-29 16:45:42 +02:00
Denys Vitali
d83114e9aa
fix: go-vikunja/app#66
feat: add policy to AndroidManifest
2024-04-06 18:55:51 +02:00
Denys Vitali
056b2d72c9
chore: format code with dart format (#71)
This PR formats all code with dart format and adds a step to the CI so that it will be checked on every push and PR.
2024-04-05 22:36:56 +02:00
f91509502a added background token refresh every 12 hours to avoid expiration
pushed version tag
2024-02-11 23:30:45 +01:00
dfa4dcae27 added taskattachmentfile class, added attachment list with download option 2024-01-06 00:04:33 +01:00
2b505ceaf4 load default project from server 2023-12-23 22:38:16 +01:00
045bc6f668 Merge branch 'main' of https://github.com/go-vikunja/app 2023-12-03 21:21:35 +01:00
7db2cc1e67 fixed typo, removed unnecessary print statements 2023-12-03 21:21:28 +01:00
eb2e3d1cf1
fix: create tasks endpoint 2023-11-29 22:41:26 +01:00
0eb941bfb1 fixed uri escaping [] characters when loading tasks 2023-11-28 17:07:29 +01:00
c4885b4d41 changed how options are used, fixed "only show tasks with due date" 2023-07-24 00:00:37 +02:00
9c5ad58299 moving from lists and namespaces to projects. 2023-07-23 01:50:55 +02:00
16fa80f8df added basic project classes 2023-07-22 22:54:04 +02:00
b126f54542 fixed settings overflow
added option to disable snackbar for login
added option to customize theme based on dark mode status
2023-05-17 12:28:55 +02:00
6176af2acb fixed logout 2023-05-17 01:22:59 +02:00
2a78ccaae4 added User-Agent header 2023-05-16 22:11:45 +02:00
bf28b57525 added proper error management 2023-05-16 21:08:58 +02:00
882bf55009 added server recommendations
made listId optional
2023-05-12 13:53:41 +02:00
7391301718 fixed totp prompt 2023-05-10 22:20:01 +02:00
4f6553dd3f added error to UserTokenPair to return error code on login error 2023-05-10 21:09:21 +02:00
593a58d672 moved base validation to client class
added check for spaces
2023-01-24 17:52:34 +01:00
f84ad663c5 changes in preparation of background sync support 2023-01-07 22:49:35 +01:00
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +01:00
dacd24bfda addded version check to prompt user to update 2023-01-07 02:17:00 +01:00
e3e23e8c27 - made client return null and not an empty response when loading from the server.
- added scrolling ability to every window even when getting tasks fails.
- fixed error handler in client to always show snackbar
2022-10-14 18:07:35 +02:00
397a06e9a0 added error handler to client for network requests 2022-09-27 17:53:21 +02:00
d4f234d65c null-safety & some other cleanup 2022-09-03 10:43:16 -05:00
0a9d512d4f removed log calls 2022-08-27 23:58:47 +02:00
2a271287db Merge remote-tracking branch 'go-vikunja/main' into null-safety-migration
# Conflicts:
#	lib/models/list.dart
2022-08-27 23:55:25 +02:00
1146a71ded fixed various "cannot be null" warnings 2022-08-27 23:43:53 +02:00
b5266020a8 first step of migration to null-safety 2022-08-27 23:04:43 +02:00
1c163097d8 fixed disappearing lists on edit 2022-08-26 17:38:32 +02:00
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
57dd1d3e85 fixed self-signed cert ignoring 2022-08-24 23:45:12 +02:00
03a131e7dc switched back to package:http for better performance and reliability 2022-08-24 00:42:49 +02:00
1757464264 fixed otp login 2022-08-08 22:23:34 +02:00
Paul Nettleton
1d6a9eb777 commented out unimplemented vikunja api, removed unused buttonTheme 2022-08-04 18:03:29 -05:00
Paul Nettleton
7db84d3e23 Merge branch 'main' into list_view_kanban
# Conflicts:
#	lib/pages/list/task_edit.dart
2022-08-02 01:01:10 -05:00
6f43c9357d switched to HttpClient so CertificateErrors can be ignored
added option to ignore CertificateErrors
2022-07-18 23:25:47 +02:00
Paul Nettleton
ad665e68cc basic kanban view 2022-07-15 09:25:16 -05:00
6a2e41bc86 fixed old method call for getting labels
fixed wrong datetime stamp for labels
2022-05-24 00:02:39 +02:00
7449b97367 added global snackbar key to display snackbars from every state of the app. 2022-05-16 23:31:22 +02:00
94f6098f86 fixed some weird behavior that didnt display lists at all
todo: infinite scroll does not work
2022-05-08 10:16:06 +02:00
dca12a5534 implemented login by frontend and login with totp 2022-05-07 17:18:51 +02:00
fcbdb694b7 changed how client is implemented to avoid confusion with client being null 2022-05-07 17:18:03 +02:00
bfe599f573 added api service to get server information 2022-05-07 17:17:00 +02:00
3cdedeac07 fixed notifications because getAll did not actually return all tasks. this needs to be fixed. 2022-04-29 23:27:18 +02:00
32cdfea6d0 implemented login by webview of frontend 2022-04-28 16:59:41 +02:00
74069180fa added Remember Me option when logging in which requests a long_token from the api 2022-04-26 00:23:58 +02:00
008cc875b4 fixed login when jwt token is expired
ui remembers url if token is expired only
2022-04-25 23:47:40 +02:00