aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* feat: Logout buttonSyndamia2025-01-262-0/+13
|
* feat: Authentication logic on every pageSyndamia2025-01-261-0/+8
|
* feat(models/cookies): Added model with proper logic for cookie creationSyndamia2025-01-251-0/+30
|
* feat(models/user): Store password hash instead of plain passwordSyndamia2025-01-251-0/+1
|
* Fixed queries to include the title propertyGeorgi Nikolov2025-01-251-4/+5
|
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-252-3/+15
| | | | 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
* 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