aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 p...Georgi Nikolov2025-01-112-0/+64
* Initial commitkillercho2025-01-042-0/+23