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

21 Commits

Author SHA1 Message Date
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
2b505ceaf4 load default project from server 2023-12-23 22:38:16 +01:00
bf28b57525 added proper error management 2023-05-16 21:08:58 +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
adc22078eb removed popup on failed login
added send test notification to settings
2023-01-07 13:45:10 +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
48067d6b34 first step of migration 2022-08-26 07:49:43 +02:00
dca12a5534 implemented login by frontend and login with totp 2022-05-07 17:18:51 +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
dd42d18612 merged Benimautner/vikunja_app into go-vikunja/app 2022-04-20 22:57:21 +02:00
Aleksandr Borisenko
74f7756626 Merged and fixed PRs 37 & 39 2021-06-04 12:34:25 +03:00
abf0196de3 Added register (#13) 2018-10-08 14:26:01 +00:00
cc38133aca Added register (#13) 2018-10-08 14:26:01 +00:00
35db3db988 Cleanup (#1) 2018-09-22 20:56:16 +00:00
bbdd63782f Cleanup (#1) 2018-09-22 20:56:16 +00:00
f7db5324aa
Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
a62abc0b35 Add API implementations of List, Namespace, Task, User
Use Services in order to retrieve data
2018-09-17 18:16:50 +02:00
1994892b63
Add working login implementation 2018-09-17 15:35:57 +02:00
bedacfdcad Add working login implementation 2018-09-17 15:35:57 +02:00