aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* feat(views/list): Fully implement list updatingSyndamia2025-02-021-0/+8
* feat: Proper list page layout and export user logo logic to classSyndamia2025-02-021-0/+11
* Fixed the create table workaroundGeorgi Nikolov2025-02-011-0/+5
* feat: Add XAMPP setupSyndamia2025-02-011-4/+15
* feat: Rework models methods to be more object-oriented where applicableSyndamia2025-02-013-47/+48
* feat(views/list): Show all items in a listSyndamia2025-02-011-0/+11
* feat: Add fromWid, addItemSyndamia2025-01-262-3/+11
* feat(views): Implement list (get) viewSyndamia2025-01-261-1/+1
* feat(models): Implement model for ArchiveListSyndamia2025-01-261-0/+33
* 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
* 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
* Added caching of the pagesGeorgi Nikolov2025-01-251-0/+9
* 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 the...Syndamia2025-01-191-1/+17
* 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 mostVi...Syndamia2025-01-191-3/+11
* 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