1
0
Commit Graph

190 Commits

Author SHA1 Message Date
nor
92f7d9ded5 feat: datepicker locale support (#3878)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3878
Reviewed-by: konrad <k@knt.li>
Co-authored-by: nor <zorodey@outlook.com>
Co-committed-by: nor <zorodey@outlook.com>
2024-01-20 18:50:00 +00:00
0607c97da9 feat(api tokens): allow selecting all permissions 2023-12-17 18:39:54 +01:00
be925b29e3 fix(api tokens): make deletion of old tokens work 2023-12-17 17:47:12 +01:00
3c1861eb6a fix(settings): move overdue remindeer time below 2023-11-17 19:03:58 +01:00
b76acb15c7 chore(deps): update dev-dependencies (major) (#3741)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3741
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-10-20 19:34:11 +00:00
ae001c6ca7 fix(user): allow openid users to request their deletion
Resolves https://community.vikunja.io/t/delete-user-not-possible-when-using-oidc/1689/4
2023-10-11 19:07:11 +02:00
b9e17ea870 fix(api tokens): show a token after it was created 2023-09-06 09:59:27 +02:00
ed8fb71ff0 feat: add demo mode warning message
Resolves https://kolaente.dev/vikunja/frontend/issues/2453
2023-09-01 18:09:19 +02:00
cec480ad80 fix(api tokens): lint 2023-09-01 15:59:16 +02:00
830a3745ba feat(api tokens): show warning if token has expired 2023-09-01 13:32:00 +02:00
49104c65b6 fix(api tokens): expiry of tokens in a number of days 2023-09-01 13:28:32 +02:00
984978fe6d feat(api tokens): format permissions and groups human-readable 2023-09-01 13:25:37 +02:00
bd7b973559 feat(api tokens): add deleting api tokens 2023-09-01 13:18:00 +02:00
0bb85870db feat(api tokens): allow custom selection of expiry dates 2023-09-01 13:07:20 +02:00
021f92303d feat(api tokens): validate title field when creating a new token 2023-09-01 12:56:23 +02:00
e47ad021a3 feat(api tokens): add token creation form 2023-09-01 12:47:32 +02:00
a20eef2453 feat(api tokens): add basic api token overview 2023-09-01 11:15:48 +02:00
2a14325f62 feat(projects): allow setting a saved filter for tasks shown on the overview page
Resolves https://kolaente.dev/vikunja/api/issues/1545
Resolves https://community.vikunja.io/t/customizable-overview-page/685
2023-06-28 15:20:43 +02:00
a92eb31ab3 fix(settings): don't try to sort timezones if there are none 2023-06-18 18:53:01 +02:00
aab2020e68 chore(user): cleanup 2023-06-12 16:20:46 +02:00
5325f6d7d9 feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
d8ad934643 feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
77ee1bfc3e feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
78158bcba5 fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
a416d26f7c chore: better function naming in password components 2023-04-12 16:15:40 +02:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
e67088fdb7 chore: simplify error handling for login and OpenId Auth 2023-01-25 18:41:30 +01:00
13a39be3de feat: unindent settings page (#2996)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2996
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-01-24 21:54:48 +00:00
e49f960aea chore: inline simple helper (#2631)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2631
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-04 08:22:58 +00:00
0ff0d8c5b8 feat: improved types (#2547)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2547
Reviewed-by: konrad <k@knt.li>
2022-11-02 16:06:55 +00:00
09b76b7bd4 fix: don't show user deletion menu entry in user settings if the server disabled it 2022-11-02 10:44:14 +01:00
096daad80a feat: rename http-common to fetcher (#2620)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2620
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-11-01 13:06:27 +00:00
3c5bfcc6f3 fix: potential issue with refs in Avatar 2022-11-01 13:12:13 +01:00
599e28e5e5 feat: type improvements 2022-10-31 22:42:28 +01:00
9f146c8c7f chore(gantt): wip daterange 2022-10-27 17:46:28 +02:00
f61723dac2 fix: redirect with query parameters 2022-10-23 13:12:04 +02:00
643a5b6d7d fix: lint 2022-10-20 16:23:01 +02:00
73575302de fix: password reset 2022-10-20 16:15:58 +02:00
4ed665fbd9 feat: refactor password reset to use a single password field 2022-10-20 16:07:36 +02:00
820db3e96d feat(openid): show error message from query after being redirected from third party
Resolves https://kolaente.dev/vikunja/frontend/issues/2111
2022-10-05 18:02:03 +02:00
c2321703a7 chore: remove unneeded this from PasswordReset.vue (#2473)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2473
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-03 13:10:09 +00:00
63fb8a1962 feat: Login script setup (#2417)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2417
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-10-01 15:58:39 +00:00
1d7f857070 feat: rework loading state of stores 2022-10-01 16:22:01 +02:00
7f281fc5e9 feat: port base store to pinia 2022-10-01 15:36:44 +02:00
7b53e684aa feat: port auth store to pinia 2022-09-28 23:43:14 +02:00
e9cf562969 fix: vueI18n global scope fallback warnings (#2437)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2437
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-28 13:29:24 +00:00
a737fc5bc2 feat: port config store to pinia 2022-09-23 13:30:09 +02:00
a38075f376 feat: move list store to pina (#2392)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2392
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-09-21 16:21:25 +00:00
1a11b43ca8 feat: improve models 2022-09-13 14:59:02 +00:00
244478400a feat: improve store typing 2022-09-05 17:43:23 +02:00