mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Use vue router navigation guards to prevent accessing caldav and TOTP settings when they are disabled #393
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by @kolaente on 2021-10-26T20:18:02.000Z
Follow-Up for #889 and related to #899.
It should not be possible to access the caldav or totp setting routes when they are disabled server side. The problem here is these depend on a call to
/api/v1/infowhich populates the server settings in local state. The check needs to happen after that.Original issue on Gitea
dpschen commented on 2021-11-26T13:23:21.000Z:
This is possible with navigation guards