Commit graph

17 commits

Author SHA1 Message Date
konrad
ec1b039daa More avatar providers (#200)
Reload the avatar after changing it

Hide cropper after upload

Fix aspect ratio

Add loading variable

Move avatar settings to seperate component

Add avatar crop

Fix avatar upload

Add avatar file upload

Add abstract methods for file upload

Add saving avatar status

Add avatar setting

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/200
2020-08-02 17:17:29 +00:00
kolaente
d46faec23d
Make api url configurable in index.html 2020-05-05 22:44:58 +02:00
kolaente
86aebc48a0
Fix uploading attachments 2020-04-26 16:28:02 +02:00
konrad
99c10d49be TOTP (#109)
Fix not telling the user about invalid totp passcodes when logging in

Add disabling totp authentication

Add totp passcode when logging in

Add totp settings

Add general post method function

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/109
2020-04-17 23:46:07 +00:00
kolaente
7587821927
Move conversion of snake_case to camelCase to model to make recursive models still work 2020-04-14 22:46:27 +02:00
konrad
4a413e7f3c Make all api fields snake_case (#105)
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/105
2020-04-12 21:54:46 +00:00
kolaente
fe6c859150
Revert "Use deep imports for importing lodash to make tree shaking easier"
This reverts commit 3c3767a9
2020-03-03 21:02:13 +01:00
kolaente
3c3767a91e
Use deep imports for importing lodash to make tree shaking easier 2020-03-02 22:37:36 +01:00
kolaente
0591531949
Fix adding a task to an empty list 2020-02-14 17:45:06 +01:00
konrad
d61a7511da Migration Improvements (#47)
Make "migration" "import everywhere"

Add checking for migration status before trying to migrate

Add get status from migrations

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/47
2020-01-20 21:22:32 +00:00
konrad
2302a46d9b Task Pagination (#38) 2019-12-03 18:09:12 +00:00
konrad
4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
konrad
0b18ca73c2
Fixed task update not working (again) 2019-06-05 22:15:30 +02:00
konrad
263374985b
Fixed task update not working 2019-06-05 19:36:32 +02:00
konrad
f7a17e45bc Labels on tasks (#25) 2019-03-07 19:48:40 +00:00
konrad
6603c046bc Fix for task dates update (#23) 2019-03-03 21:07:15 +00:00
konrad
9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00