aboutsummaryrefslogtreecommitdiff
path: root/controllers
Commit message (Collapse)AuthorAgeFilesLines
* hotfix: Fix resource names on windows with incompatible charactersSyndamia2025-02-121-0/+25
|
* hotfix: Replace environment variables with php global constantsSyndamia2025-02-122-1/+4
|
* fix: Increase timeoutsSyndamia2025-02-081-0/+3
|
* Added sanitization of the url that is given to the archive scriptGeorgi Nikolov2025-02-081-1/+1
|
* fix(controllers/archive): Remove margins from pdf exportsSyndamia2025-02-081-0/+6
|
* feat(views/user): Automatically login on registerSyndamia2025-02-081-1/+3
|
* feat(cookies): Rework delete into a method and implement fromDBtokenSyndamia2025-02-081-1/+2
|
* feat: Async and queued page archivalSyndamia2025-02-021-4/+72
|
* feat(views/admin): Implement form for user deletionSyndamia2025-02-021-1/+7
|
* feat: Implement admin panel with the ability to change role of usersSyndamia2025-02-021-0/+39
|
* feat: Allow admins to delete listsSyndamia2025-02-021-1/+1
|
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-0/+34
|
* feat(views/user): Implement account updating (settings)Syndamia2025-02-021-0/+37
|
* feat(views/user): Implement account deletionSyndamia2025-02-021-0/+29
|
* feat(views/list): Move add item patch requests to list/addSyndamia2025-02-021-1/+5
|
* feat(views): Separate archive creation to it's own viewSyndamia2025-02-021-50/+4
|
* feat(views): Move login and logout to session/create and session/deleteSyndamia2025-02-021-0/+0
|
* feat(views): Move register to user/createSyndamia2025-02-021-0/+0
|
* feat(views/list): Fully implement list deletionSyndamia2025-02-021-0/+33
|
* feat(views/list): Fully implement list updatingSyndamia2025-02-021-0/+33
|
* Fixed the create table workaroundGeorgi Nikolov2025-02-011-5/+3
| | | | This included creating an update function that can update the archive after its creation, setting the correct title and favicon path
* Fixed the correct resources not being downloadedGeorgi Nikolov2025-02-011-4/+12
|
* feat: Add XAMPP setupSyndamia2025-02-011-1/+1
|
* feat: Add create list button and improve new list page UISyndamia2025-02-011-1/+3
|
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-011-0/+3
|
* feat(archive): Include topbar dynamicallySyndamia2025-02-011-10/+8
| | | | | So now changes to views/archive/topbar.php and views/archive/topbar.css will "propagate" to all archives, no matter when they were made
* feat: Separate topbar filesSyndamia2025-02-011-88/+4
|
* feat(views): Implement adding a list itemSyndamia2025-01-261-0/+29
|
* feat: Add fromWid, addItemSyndamia2025-01-261-1/+1
|
* feat(controllers): Simplified non-standard method request logicSyndamia2025-01-261-11/+16
|
* feat: Replace sessionStorage with (custom) cookieStorageSyndamia2025-01-264-10/+23
|
* feat: Create page for creating listsSyndamia2025-01-261-0/+17
|
* Made the urls be more universalGeorgi Nikolov2025-01-261-7/+33
|
* Added a navbar on top of the archived pagesGeorgi Nikolov2025-01-261-1/+101
|
* feat(archive): Set the user when someone logged-in archivesSyndamia2025-01-261-3/+11
|
* feat: Logout buttonSyndamia2025-01-261-0/+8
|
* Fixed the absolute links in the page being broken when exiting the pageGeorgi Nikolov2025-01-261-10/+2
|
* Added downloading of the frames in the pageGeorgi Nikolov2025-01-261-0/+1
|
* Fixed the same thing with the js importsGeorgi Nikolov2025-01-261-4/+1
|
* Fixed the inside pages' css urls not being downloaded correctlyGeorgi Nikolov2025-01-261-4/+10
|
* Fixed the inside pages' resources not being downloadedGeorgi Nikolov2025-01-261-2/+8
|
* fix(controllers): Use absolute paths instead of localsSyndamia2025-01-261-2/+2
|
* feat!: Rework all views to be used with the routerSyndamia2025-01-264-23/+373
|
* feat(controllers): Remove unused test controllersSyndamia2025-01-263-387/+0
|
* feat: Authentication logic on every pageSyndamia2025-01-261-0/+9
|
* Added downloading of the js imports that are filesGeorgi Nikolov2025-01-251-0/+39
|
* feat(views/login): Add login pageSyndamia2025-01-251-0/+20
|
* feat(views): Add basic profile and register viewsSyndamia2025-01-252-0/+28
|
* Added downloading and replacing of resources in the css stylesGeorgi Nikolov2025-01-251-0/+41
|
* Added a title field in the databaseGeorgi Nikolov2025-01-251-1/+12
|