aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* feat(models/user): Add fromDBuid and fix fromDB defSyndamia2025-01-191-2/+9
|
* Adjusted the time and date to match BG timeGeorgi Nikolov2025-01-191-1/+1
|
* feat(models/webpage): Fix logic for get_allSyndamia2025-01-192-3/+4
|
* feat(models/webpage): Add functions for getting all archives and updating ↵Syndamia2025-01-191-1/+17
| | | | the visits count
* feat(database): Add an update record functionSyndamia2025-01-191-1/+8
|
* feat(models): Separate user and webpage out of databaseSyndamia2025-01-193-58/+64
|
* feat(database): Update _get_all to include an additional query and add ↵Syndamia2025-01-191-3/+11
| | | | mostVisited function to Webpage
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-191-2/+2
|
* feat(database): Implement Webpage classSyndamia2025-01-191-0/+24
|
* feat(database): Created a generic Table classSyndamia2025-01-191-21/+46
|
* feat(database): Return user id upon creationSyndamia2025-01-191-1/+5
|
* feat(models): Implement database model with User table bindingSyndamia2025-01-191-0/+50