Commit Graph

17 Commits

Author SHA1 Message Date
Jeroen De Meerleer 766622f0fc
Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
Jeroen De Meerleer 563c97925f
Refactor service and controller code, update file paths
- Refactored the `Page` class from the `App\Repository` namespace to the `App\Service` namespace.
- Updated the file path references in the `getPage()` method of the `Page` class to use `$this->kernel` instead of `$kernel`.
- Renamed the file from `src/Repository/Page.php` to `src/Service/Page.php`.
- Updated the import statement in the `DefaultController.php` file to reflect this change.

This commit improves code organization and ensures that file paths are correctly referenced.
2023-10-13 09:22:40 +02:00
Jeroen De Meerleer 27a4295589
Add NelmioSecurityBundle v3.0.0 and Symfony Password Hasher v6.3.0 dependencies
- Added "nelmio/security-bundle" version "^3.0" to composer.json
- Added "symfony/password-hasher" version "v6.3.0" to composer.lock
2023-07-06 09:42:42 +02:00
Jeroen De Meerleer ea3814991d
Update Symfony packages to version 6.3 2023-06-27 12:11:04 +02:00
Jeroen De Meerleer 530c29b400
Added possibility to add stylesheets and javascripts 2023-03-23 11:32:46 +01:00
Jeroen De Meerleer 9e03804a64
Added footer page 2023-03-22 14:44:40 +01:00
Jeroen De Meerleer 1fff561ee1
ENHANCEMENT: allowing HTML pages 2023-03-22 11:49:46 +01:00
Jeroen De Meerleer 434159b285
Implemented new design 2023-03-21 15:36:26 +01:00
Jeroen De Meerleer 38d05749fd
BUGFIX: caching fixes 2022-09-12 15:18:46 +02:00
Jeroen De Meerleer 9e20b84862
ENHANCEMENT: Reimplemented CSP 2022-06-08 14:07:44 +02:00
Jeroen De Meerleer 74b238c3d5
BUGFIX: fixed error pages 2022-04-29 13:51:06 +02:00
Jeroen De Meerleer ccb77c95fe
BUGFIX: using standard symfony framework 2022-04-29 12:04:17 +02:00
Jeroen De Meerleer 9e06a69f28
BUGFIX: added error pages 2021-08-06 12:30:00 +02:00
Jeroen De Meerleer f9cdcdc7c6
NEW FEATURE: travel back in time 2021-08-06 09:51:41 +02:00
Jeroen De Meerleer 5af9af91e1
Recursive remove folder 2021-08-05 18:51:52 +02:00
Jeroen De Meerleer b9e55c554f
NEW FEATURE: titles 2021-08-05 14:52:20 +02:00
Jeroen De Meerleer 54778cb4a7
Initial commit 2021-08-05 13:56:02 +02:00