aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-018-54/+56
|
* feat(archive): Include topbar dynamicallySyndamia2025-02-012-18/+13
| | | | | 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(views/profile): Show all lists by a userSyndamia2025-02-011-6/+33
|
* feat(views/list): Show all items in a listSyndamia2025-02-012-0/+17
|
* feat(views): Move newlist to list/newSyndamia2025-02-013-1/+1
|
* feat: Separate topbar filesSyndamia2025-02-013-88/+82
|
* Fixed content in the readmeGeorgi Nikolov2025-01-281-1/+1
|
* Added zip files to the git ignoreGeorgi Nikolov2025-01-281-0/+1
|
* Added more information to the readmeGeorgi Nikolov2025-01-281-0/+3
|
* Added a README.txt that the lector wantsGeorgi Nikolov2025-01-281-0/+15
|
* feat(views): Add list update buttons to profile archivesSyndamia2025-01-261-6/+15
|
* feat(views): Implement adding a list itemSyndamia2025-01-266-6/+81
|
* feat(views/list): Don't crash on missing LIDSyndamia2025-01-261-1/+1
|
* feat(router): Support for sub-root pagesSyndamia2025-01-261-10/+15
|
* feat: Add fromWid, addItemSyndamia2025-01-263-4/+12
|
* feat(controllers): Simplified non-standard method request logicSyndamia2025-01-261-11/+16
|
* feat: Replace sessionStorage with (custom) cookieStorageSyndamia2025-01-2611-35/+53
|
* feat(views): Implement list (get) viewSyndamia2025-01-264-1/+28
|
* feat: Create page for creating listsSyndamia2025-01-264-0/+50
|
* feat(models): Implement model for ArchiveListSyndamia2025-01-261-0/+33
|
* Made the urls be more universalGeorgi Nikolov2025-01-262-8/+36
|
* Added a navbar on top of the archived pagesGeorgi Nikolov2025-01-263-3/+136
|
* feat(profile): Show archives made by user in their profile pageSyndamia2025-01-262-0/+33
|
* feat(archive): Set the user when someone logged-in archivesSyndamia2025-01-262-3/+21
|
* feat: Logout buttonSyndamia2025-01-268-17/+69
|
* feat: Proper login and register designsSyndamia2025-01-263-13/+54
|
* 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(views/archive): Fix page and favicon pathsSyndamia2025-01-261-2/+2
|
* fix(controllers): Use absolute paths instead of localsSyndamia2025-01-261-2/+2
|
* feat!: Rework all views to be used with the routerSyndamia2025-01-2621-159/+446
|
* feat(controllers): Remove unused test controllersSyndamia2025-01-264-399/+0
|
* feat(views): Implement a proper routerSyndamia2025-01-264-4/+111
|
* chore(views): Minor fixesSyndamia2025-01-263-30/+2
|
* feat(views): Login page logs you inSyndamia2025-01-261-1/+6
|
* feat: Authentication logic on every pageSyndamia2025-01-268-3/+99
|
* feat(views): Mandatory titles for header inclusionSyndamia2025-01-263-1/+6
|
* chore(views): Replace <?php echo with <?=Syndamia2025-01-267-24/+24
|
* Added downloading of the js imports that are filesGeorgi Nikolov2025-01-251-0/+39
|
* feat(views/archive): Improve formatting and layoutSyndamia2025-01-252-3/+26
|
* feat(views/home): Show page titleSyndamia2025-01-251-1/+1
|
* feat(views/login): Add login pageSyndamia2025-01-253-0/+47
|
* feat(views/meta): include_once instead of includeSyndamia2025-01-251-5/+6
|
* feat(models/cookies): Added model with proper logic for cookie creationSyndamia2025-01-252-1/+31
|
* feat(views): Add basic profile and register viewsSyndamia2025-01-255-0/+70
|
* feat(models/user): Store password hash instead of plain passwordSyndamia2025-01-252-1/+3
|
* Added downloading and replacing of resources in the css stylesGeorgi Nikolov2025-01-251-0/+41
|