aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: Add nix setup for MySQLSyndamia2025-01-191-0/+89
|
* Added archiving of existing pages and saving them in the main repoGeorgi Nikolov2025-01-182-37/+75
|
* Added example mariadb code in phpGeorgi Nikolov2025-01-172-1/+37
|
* Added an initual commit with a submit url page and a script checking if the ↵Georgi Nikolov2025-01-112-0/+64
| | | | page exists
* Initial commitkillercho2025-01-042-0/+23