aboutsummaryrefslogtreecommitdiff
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-1/+3
|
* feat: Add and show proper admin userSyndamia2025-02-021-1/+5
|
* feat(views/user): Implement account deletionSyndamia2025-02-021-1/+1
|
* feat: Add XAMPP setupSyndamia2025-02-011-1/+1
|
* feat(models/cookies): Added model with proper logic for cookie creationSyndamia2025-01-251-1/+1
|
* feat(models/user): Store password hash instead of plain passwordSyndamia2025-01-251-1/+2
|
* Added a title field in the databaseGeorgi Nikolov2025-01-251-0/+1
|
* Fixed the icons not being able to be NullGeorgi Nikolov2025-01-251-1/+1
| | | | Also added a fallback to the icons so they can be downloaded from the servers directly
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-0/+1
| | | | With that commit handled the saving of that favicon as well
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-191-2/+2
|
* feat(migrations): Add anonymous userSyndamia2025-01-192-0/+4
|
* feat(migrations): Up-to-date initial migrationSyndamia2025-01-191-20/+39
|
* Added example mariadb code in phpGeorgi Nikolov2025-01-171-0/+26