aboutsummaryrefslogtreecommitdiff
path: root/models/webpage.php
Commit message (Expand)AuthorAgeFilesLines
* Added a way for the titles and favicons to be nullGeorgi Nikolov2025-02-031-1/+1
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-0/+7
* Fixed the create table workaroundGeorgi Nikolov2025-02-011-0/+5
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-011-37/+34
* feat: Add fromWid, addItemSyndamia2025-01-261-2/+2
* Added a navbar on top of the archived pagesGeorgi Nikolov2025-01-261-0/+33
* feat(profile): Show archives made by user in their profile pageSyndamia2025-01-261-0/+8
* Fixed queries to include the title propertyGeorgi Nikolov2025-01-251-4/+5
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-3/+8
* Added caching of the pagesGeorgi Nikolov2025-01-251-0/+9
* Adjusted the time and date to match BG timeGeorgi Nikolov2025-01-191-1/+1
* feat(models/webpage): Fix logic for get_allSyndamia2025-01-191-1/+2
* feat(models/webpage): Add functions for getting all archives and updating the...Syndamia2025-01-191-1/+17
* feat(models): Separate user and webpage out of databaseSyndamia2025-01-191-0/+35