aboutsummaryrefslogtreecommitdiff
path: root/controllers
Commit message (Expand)AuthorAgeFilesLines
* feat(views/login): Add login pageSyndamia2025-01-251-0/+20
* feat(views): Add basic profile and register viewsSyndamia2025-01-252-0/+28
* Added downloading and replacing of resources in the css stylesGeorgi Nikolov2025-01-251-0/+41
* Added a title field in the databaseGeorgi Nikolov2025-01-251-1/+12
* Fixed the icons not being able to be NullGeorgi Nikolov2025-01-251-4/+46
* Fixed an issue with the encoding of the html pages when donwloading themGeorgi Nikolov2025-01-251-1/+2
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-4/+12
* Handled the search url not existingGeorgi Nikolov2025-01-251-0/+36
* Handled the hyperlinks in the webpage that point to different sitesGeorgi Nikolov2025-01-251-3/+51
* Added caching of the pagesGeorgi Nikolov2025-01-251-17/+43
* Unified the coding stylesGeorgi Nikolov2025-01-251-21/+25
* Fixed the links in the htmlGeorgi Nikolov2025-01-191-2/+1
* Replaced the zip archive with a folderGeorgi Nikolov2025-01-191-31/+33
* feat: Add archive pageSyndamia2025-01-191-0/+10
* Added downloading of all the resources for a site as well as the site itself ...Georgi Nikolov2025-01-191-2/+56
* feat(archive_page): Add archived pages to the databaseSyndamia2025-01-191-4/+4
* feat(database): Return user id upon creationSyndamia2025-01-191-1/+1
* feat: Move archive_page logic from src to controllersSyndamia2025-01-191-25/+73
* feat(views): Rework sample_archive into the new formatSyndamia2025-01-191-0/+41
* feat(controllers): Meta now doesn't call a function if it doesn't existSyndamia2025-01-191-4/+10
* feat(controllers): Add a test controllerSyndamia2025-01-192-0/+17