Commit Graph

16 Commits

Author SHA1 Message Date
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
kolaente b1b5398c56
Add more prefetching of components
continuous-integration/drone/push Build is passing Details
2020-07-28 10:14:42 +02:00
kolaente 6662cbe264
Don't show a confusing message if no options are available
continuous-integration/drone/push Build is passing Details
2020-07-15 21:13:59 +02:00
kolaente 82ac226fc1
Rename routes to follow the same pattern
continuous-integration/drone/push Build is passing Details
2020-06-17 22:24:37 +02:00
kolaente cc46809639
Fix sharing rights not displayed correctly
continuous-integration/drone/push Build is passing Details
2020-05-11 20:56:35 +02:00
konrad 5724b98358 Vuex (#126)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into feature/vuex

Cleanup

Move namespaces handling to store

Move fullpage setting to store

Move online/offline handling to store

Remove debug log

Fix loading namepaces

Rename errorMsg

Handle registering through the store

Use store to determine wether or not a user is authenticated on login page

Use store in edit team

Use store to get the current user's avatar

Use store to figure out if the current user belongs to a team

Use store to figure out if the current user is list admin

Use store to get user info when listing labels

Use store to get username on home

Use store to figure out if the user is namespace admin

Use the store for configuration

Use the store to check if a user is authenticated everywhere

Only renew token if the user is logged in

Fix renewing auth from jwt token

Move logout to store

Move renew token to store

Move log in to store

Only show enabled migrators

Only show registration button if registration is enabled

Put all config information from the backend in the store

Remove old config handler

Move config state to seperate module

Add vuex and get the motd through it

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #126
2020-05-08 18:43:51 +00:00
kolaente e7c1c98c6a
Fix id params not being named correctly
continuous-integration/drone/push Build is passing Details
2020-04-17 12:19:53 +02:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
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: #105
2020-04-12 21:54:46 +00:00
kolaente 8c82c2302f
Fix changing the right of a list shared with a user
continuous-integration/drone/push Build is passing Details
2020-02-26 20:34:14 +01:00
kolaente 4f9f3afc34
Better wording for shared settings
continuous-integration/drone/push Build is passing Details
2020-02-09 15:11:14 +01:00
konrad 1170e030f6 Use message mixin for handling success and error messages (#51)
continuous-integration/drone/push Build is passing Details
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #51
2020-01-30 21:47:08 +00:00
konrad 11d9aaae12 Update dependencies (#40)
continuous-integration/drone/push Build is passing Details
2019-12-15 20:42:40 +00:00
konrad d83fb24bbd Added link sharing (#30)
continuous-integration/drone/push Build is passing Details
2019-09-09 17:55:43 +00:00
kolaente d05ef0f37c
Fixed sharing with a user not working
continuous-integration/drone/push Build is passing Details
2019-06-04 19:45:27 +02:00
konrad 4a8a1b0a24 Task assingees (#21)
the build was successful Details
2019-03-03 20:07:39 +00:00
konrad d66382b581 Improved team search and team managing (#18)
the build was successful Details
2019-03-03 12:50:06 +00:00