aboutsummaryrefslogtreecommitdiff
path: root/models/webpage.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: Better home cards, show total view count of pagesSyndamia2025-02-091-0/+9
|
* 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
| | | | This included creating an update function that can update the archive after its creation, setting the correct title and favicon path
* 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
| | | | With that commit handled the saving of that favicon as well
* Added caching of the pagesGeorgi Nikolov2025-01-251-0/+9
| | | | When a page is downloaded if the resources already exist in the system they will not be downloaded again
* 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 ↵Syndamia2025-01-191-1/+17
| | | | the visits count
* feat(models): Separate user and webpage out of databaseSyndamia2025-01-191-0/+35