aboutsummaryrefslogtreecommitdiff
path: root/controllers/archive.php
Commit message (Expand)AuthorAgeFilesLines
* hotfix: Replace environment variables with php global constantsSyndamia2025-02-121-1/+2
* 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: Async and queued page archivalSyndamia2025-02-021-4/+72
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-0/+34
* feat(views): Separate archive creation to it's own viewSyndamia2025-02-021-50/+4
* Fixed the create table workaroundGeorgi Nikolov2025-02-011-5/+3
* Fixed the correct resources not being downloadedGeorgi Nikolov2025-02-011-4/+12
* feat: Add XAMPP setupSyndamia2025-02-011-1/+1
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-011-0/+3
* feat(archive): Include topbar dynamicallySyndamia2025-02-011-10/+8
* feat: Separate topbar filesSyndamia2025-02-011-88/+4
* feat: Add fromWid, addItemSyndamia2025-01-261-1/+1
* feat: Replace sessionStorage with (custom) cookieStorageSyndamia2025-01-261-2/+4
* 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
* 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-261-6/+354
* Handled the search url not existingGeorgi Nikolov2025-01-251-0/+36
* feat: Add archive pageSyndamia2025-01-191-0/+10