aboutsummaryrefslogtreecommitdiff
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* hotfix: Index NaNHEADmasterSyndamia2025-02-121-1/+1
* hotfix: Add a clear queue button and show messages on admin buttonsSyndamia2025-02-122-1/+44
* hotfix: Replace environment variables with php global constantsSyndamia2025-02-122-1/+4
* Fixed the archive page not working when the user was not signed inGeorgi Nikolov2025-02-101-1/+1
* feat(views/archive): Better message when timeout is reached in queue waitingSyndamia2025-02-091-1/+7
* feat(views/user): Hash for archives and lists subpagesSyndamia2025-02-091-0/+6
* fix(views/archive): Item copy link not working properlySyndamia2025-02-092-8/+6
* feat(views/archive): Remove time from datetime of first and last archivesSyndamia2025-02-091-2/+2
* feat: Add titles to buttonsSyndamia2025-02-092-7/+7
* fix: Center align list buttonsSyndamia2025-02-091-1/+1
* feat(views/archive/item): Add copy to clipboard buttonSyndamia2025-02-093-1/+13
* feat: Add faviconSyndamia2025-02-092-0/+1
* feat(views/user): Show proper empty messagesSyndamia2025-02-091-2/+13
* fix: TypoSyndamia2025-02-091-2/+2
* feat: Better home cards, show total view count of pagesSyndamia2025-02-094-9/+22
* feat(views/archive): Better layoutSyndamia2025-02-092-9/+41
* fix(views/user/update): TypoSyndamia2025-02-091-1/+1
* feat(user/update): Move buttons to side and replace text with iconsSyndamia2025-02-095-24/+53
* fix(views/archive): Sandbox the iframesSyndamia2025-02-091-1/+1
* feat(views/list): Add buttons to itemsSyndamia2025-02-093-6/+21
* fix(views/archive): Rename topbar navbar class namesSyndamia2025-02-082-9/+9
* fix: Improve certain button spacingsSyndamia2025-02-082-0/+2
* feat(views/archive): Proper button for pdf exportSyndamia2025-02-085-18/+23
* fix(views/list): Use environment dir for archives instead of hard-coded pathSyndamia2025-02-081-1/+1
* feat(views/user): Automatically login on registerSyndamia2025-02-081-0/+4
* feat(views/user): Register has better validation and error messagesSyndamia2025-02-081-2/+30
* feat(authenticate): Delete requests for expired cookiesSyndamia2025-02-082-1/+14
* fix(views/archive): Only increment visited counter on opened archiveSyndamia2025-02-083-2/+17
* Added a basic pdf exporter that works 50% of the timesGeorgi Nikolov2025-02-043-0/+50
* fix(views/archive): Increase topbar z-index by a lotSyndamia2025-02-031-1/+1
* fix(views/archive): Sandbox the iframe, which turns off script executionSyndamia2025-02-031-1/+1
* feat: Async and queued page archivalSyndamia2025-02-023-0/+70
* feat(views/admin): Implement form for user deletionSyndamia2025-02-023-10/+21
* feat: Implement admin panel with the ability to change role of usersSyndamia2025-02-024-0/+44
* feat: Allow admins to delete listsSyndamia2025-02-022-10/+14
* feat(views/archive): Implement archive deletionSyndamia2025-02-027-2/+59
* feat: Add and show proper admin userSyndamia2025-02-021-1/+1
* feat(views/user): Implement account updating (settings)Syndamia2025-02-024-3/+55
* feat(views/user): Implement account deletionSyndamia2025-02-024-0/+46
* feat: Make require_login return the user object if the token is validSyndamia2025-02-024-12/+14
* feat(views/list): Move add item patch requests to list/addSyndamia2025-02-023-3/+10
* feat(views): Separate archive creation to it's own viewSyndamia2025-02-025-7/+63
* feat(views): Move login and logout to session/create and session/deleteSyndamia2025-02-025-10/+10
* feat(views): Move register to user/createSyndamia2025-02-023-2/+2
* feat!(views): Rename profile to userSyndamia2025-02-026-7/+7
* feat(views/list): Show a message when list is emptySyndamia2025-02-021-3/+9
* feat(views/list): Fully implement list deletionSyndamia2025-02-023-0/+45
* feat(views/list): Fully implement list updatingSyndamia2025-02-024-0/+75
* feat(views/list): Rename list/update to list/addSyndamia2025-02-024-1/+2
* feat: Proper list page layout and export user logo logic to classSyndamia2025-02-026-16/+55