aboutsummaryrefslogtreecommitdiff
path: root/models/webpage.php
Commit message (Collapse)AuthorAgeFilesLines
* 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