aboutsummaryrefslogtreecommitdiff
path: root/views/global
Commit message (Expand)AuthorAgeFilesLines
* feat: Add faviconSyndamia2025-02-091-0/+1
* feat: Implement admin panel with the ability to change role of usersSyndamia2025-02-021-0/+1
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-0/+1
* feat(views/user): Implement account updating (settings)Syndamia2025-02-021-0/+1
* feat(views/user): Implement account deletionSyndamia2025-02-021-0/+2
* feat: Make require_login return the user object if the token is validSyndamia2025-02-021-1/+10
* feat(views): Separate archive creation to it's own viewSyndamia2025-02-021-0/+2
* feat(views): Move login and logout to session/create and session/deleteSyndamia2025-02-021-4/+4
* feat(views): Move register to user/createSyndamia2025-02-021-1/+1
* feat!(views): Rename profile to userSyndamia2025-02-022-6/+6
* feat(views/list): Fully implement list deletionSyndamia2025-02-021-0/+1
* feat(views/list): Rename list/update to list/addSyndamia2025-02-021-0/+1
* feat: Create require_login helper function and improve list update pageSyndamia2025-02-021-0/+12
* feat: Add XAMPP setupSyndamia2025-02-011-1/+8
* feat(views/profile): Show archives and lists as proper nav buttonsSyndamia2025-02-011-1/+1
* feat(views): Move newlist to list/newSyndamia2025-02-011-1/+1
* feat(views): Implement adding a list itemSyndamia2025-01-261-0/+1
* feat(router): Support for sub-root pagesSyndamia2025-01-261-10/+15
* feat: Replace sessionStorage with (custom) cookieStorageSyndamia2025-01-261-0/+2
* feat(views): Implement list (get) viewSyndamia2025-01-261-0/+1
* feat: Create page for creating listsSyndamia2025-01-261-0/+1
* feat: Logout buttonSyndamia2025-01-262-2/+5
* feat(views): Implement a proper routerSyndamia2025-01-263-0/+105