aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the icons not being able to be NullGeorgi Nikolov2025-01-252-5/+47
| | | | Also added a fallback to the icons so they can be downloaded from the servers directly
* 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-254-7/+28
| | | | With that commit handled the saving of that favicon as well
* Handled the search url not existingGeorgi Nikolov2025-01-252-0/+42
|
* Handled the hyperlinks in the webpage that point to different sitesGeorgi Nikolov2025-01-251-3/+51
|
* Added caching of the pagesGeorgi Nikolov2025-01-252-17/+52
| | | | When a page is downloaded if the resources already exist in the system they will not be downloaded again
* Unified the coding stylesGeorgi Nikolov2025-01-251-21/+25
|
* feat(views/archive): Better ui for archivesSyndamia2025-01-192-3/+48
| | | | But not final
* feat(models/user): Add fromDBuid and fix fromDB defSyndamia2025-01-191-2/+9
|
* feat(shell.nix): Add recovery/resetting on launchSyndamia2025-01-191-0/+22
|
* Fixed the links in the htmlGeorgi Nikolov2025-01-191-2/+1
|
* feat(views/archive): Show webpage previewSyndamia2025-01-192-3/+2
|
* Adjusted the time and date to match BG timeGeorgi Nikolov2025-01-191-1/+1
|
* Replaced the zip archive with a folderGeorgi Nikolov2025-01-191-31/+33
|
* fix(views/archive): Show page url in non-archived messageSyndamia2025-01-191-1/+1
|
* fix(views/home): Remoe name of submit buttonSyndamia2025-01-191-1/+1
|
* feat(models/webpage): Fix logic for get_allSyndamia2025-01-192-3/+4
|
* feat(views/home): Implement clicking on cardsSyndamia2025-01-192-2/+11
|
* feat: Add archive pageSyndamia2025-01-193-1/+35
|
* 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(views): Add home to navbar and update default page titleSyndamia2025-01-192-1/+6
|
* feat: Implement the home pageSyndamia2025-01-194-3/+105
|
* feat(database): Update _get_all to include an additional query and add ↵Syndamia2025-01-191-3/+11
| | | | mostVisited function to Webpage
* feat(views): Implement initial UI designSyndamia2025-01-193-0/+139
|
* feat(views): Add titlesSyndamia2025-01-193-0/+3
|
* feat(views): Implement more sophisticated printing of user infoSyndamia2025-01-191-1/+10
|
* feat(views): Add meta tags, PHP title logic and navbarSyndamia2025-01-192-2/+13
|
* Added downloading of all the resources for a site as well as the site itself ↵Georgi Nikolov2025-01-191-2/+56
| | | | | | this ensuring that the site will load correcly offline This needed a change in download methods so curl is now used instead of the 'file_get_contents' function
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-192-4/+4
|
* feat(archive_page): Add archived pages to the databaseSyndamia2025-01-191-4/+4
|
* 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-192-2/+6
|
* feat: Move archive_page logic from src to controllersSyndamia2025-01-195-124/+84
|
* feat: Move .config to an ignored directory in the repository rootSyndamia2025-01-192-4/+7
|
* feat(views): Rework sample_archive into the new formatSyndamia2025-01-193-13/+52
|
* feat(controllers): Meta now doesn't call a function if it doesn't existSyndamia2025-01-191-4/+10
|
* feat(views): Add two test viewsSyndamia2025-01-195-0/+44
|
* feat(controllers): Add a test controllerSyndamia2025-01-192-0/+17
|
* feat(apache): Add USER environment variable and remove controllers aliasSyndamia2025-01-192-1/+1
|
* feat(models): Implement database model with User table bindingSyndamia2025-01-191-0/+50
|
* feat(migrations): Add anonymous userSyndamia2025-01-192-0/+4
|
* feat(apache): Set MYSQL_UNIX_SOCKET environment variableSyndamia2025-01-191-0/+3
|
* feat(shell): Add MYSQL_UNIX_SOCKET var and automatically apply migrationsSyndamia2025-01-191-11/+21
|
* feat: Add php to apacheSyndamia2025-01-193-2/+33
|
* feat(migrations): Up-to-date initial migrationSyndamia2025-01-191-20/+39
|
* feat(views): Rename sample_archive directorySyndamia2025-01-191-0/+0
|
* feat: Add nix setup for apache hostingSyndamia2025-01-193-0/+75
|