Commit graph

214 commits

Author SHA1 Message Date
Jan Böhmer
017170e2d6 Use symfonys included bootstrap 5 forms styling 2022-07-24 18:31:06 +02:00
Jan Böhmer
79a1715290 Merge branch 'master' into turbo 2022-07-24 01:26:22 +02:00
Jan Böhmer
c8c15fe67f Allow http_method_override again needed for deletion controllers
Fixes issue #149 and #146
2022-07-22 00:30:17 +02:00
Jan Böhmer
ca41df79ed Just enable the locales we really need in symfony framework.
This should improve performance a little bit.
2022-07-21 23:47:00 +02:00
Jan Böhmer
9cc4226726 Allow users to set trusted proxies for header override.
This should fix issue #145.
2022-07-17 22:47:30 +02:00
Jan Böhmer
f3680ea7de Parse markdown using stimulus controller. 2022-03-06 14:54:08 +01:00
Jan Böhmer
5cc5c53853 Automatic reload assets on when they change. 2022-03-04 20:19:43 +01:00
Jan Böhmer
27b8fbd5b2 Added symfony ux-turbo packages 2022-03-04 20:13:25 +01:00
Jan Böhmer
98e3a374ed Updated symfony/webpack-encore-bundle recipe 2022-03-04 19:32:04 +01:00
Jan Böhmer
89e1492132 Updated symfony/web-profiler-bundle recipe 2022-03-04 19:27:33 +01:00
Jan Böhmer
d22dfd7dd7 Updated symfony/validator recipe 2022-03-04 19:24:47 +01:00
Jan Böhmer
441acca5ac Updated symfony/monolog-bundle recipe 2022-03-04 19:21:17 +01:00
Jan Böhmer
136b3a2b79 Updated symfony/framework-bundle 2022-03-04 19:11:09 +01:00
Jan Böhmer
143b0c298c Updated symfony/debug recipe 2022-03-04 19:07:10 +01:00
Jan Böhmer
d5cd7f9b2a Updated php-translation/symfony-bundle recipe 2022-03-04 19:06:32 +01:00
Jan Böhmer
a7a3a7dabf Update liip/imagine-bundle 2022-03-04 19:05:35 +01:00
Jan Böhmer
9cfd8a4cd3 Fixed config bug. 2021-10-02 22:18:08 +02:00
Jan Böhmer
ae67b55bf1 Updated webpack-encore recipe. 2021-10-02 21:23:34 +02:00
Jan Böhmer
9ae8e55b9e Updated symfony recipes (part 2). 2021-10-02 21:15:46 +02:00
Jan Böhmer
e40a6e6079 Updated symfony/framework recipe 2021-10-02 20:56:49 +02:00
Jan Böhmer
f05195c825 Updated doctrine/doctrine-migrations recipe.
Add doctrine migrations to profile.
2021-10-02 20:47:01 +02:00
Jan Böhmer
376b329723 Updated doctrine/doctrine-bundle recipe. 2021-10-02 20:44:34 +02:00
Jan Böhmer
63065a8b58 Reset autoincrement in a custom purger not in DataFixtures.
This makes things a lot prettier in the DataFixtures.
2021-10-02 20:14:48 +02:00
Jan Böhmer
73886af28c Updated composer dependencies. 2021-10-02 18:36:29 +02:00
Jan Böhmer
0da879347d Updated symfony recipes. 2021-01-03 20:54:47 +01:00
Jan Böhmer
8ab021c775 Updated easy coding-standard. 2020-08-21 21:21:27 +02:00
Jan Böhmer
8a42e413aa Updated composer dependencies and fixed error from security checker. 2020-07-30 17:13:16 +02:00
Jan Böhmer
7300a3d9b5 Fixed database migrations.
Should fix issue #75.
2020-07-06 21:19:00 +02:00
Jan Böhmer
bc885decf5 Fixed doctrine migrations table name. 2020-07-06 21:03:22 +02:00
Jan Böhmer
7c876b4a9c Updated recipe of framework bundle. 2020-07-04 23:44:15 +02:00
Jan Böhmer
96acf0d858 Updated to doctrine migrations 3.0. 2020-07-04 23:38:18 +02:00
Jan Böhmer
581dcae2ef Added some basic security configuration with NelmioSecurityBundle. 2020-06-08 20:23:35 +02:00
Jan Böhmer
694a673ff0 Configured swap to use fixer.io when an API key is given. 2020-06-07 22:54:31 +02:00
Jan Böhmer
696d3343a4 Updated UpdateExchangeRatesCommand to use the new service. 2020-06-07 22:46:32 +02:00
Jan Böhmer
af42c3cca0 Added a button to update exchange rates via web gui. 2020-06-07 22:38:10 +02:00
Jan Böhmer
36dfae52f2 [ReelCalculator] Added permission and added it to tools menu. 2020-06-03 22:19:59 +02:00
Jan Böhmer
8a12b3abfe Allow to configure if user is allowed to download URLs via env vars. 2020-06-01 21:55:56 +02:00
Jan Böhmer
846474d884 Fixed deprecated controller route syntax. 2020-05-31 20:01:01 +02:00
Jan Böhmer
38028fcfc5 Updated symfony/monolog-bridge recipes. 2020-05-31 19:53:07 +02:00
Jan Böhmer
41baf47096 Updated recipes of symfony/routing. 2020-05-31 19:51:44 +02:00
Jan Böhmer
d9c83d8bb2 Use LogoutEvent listener instead of deprecated LogoutHandler. 2020-05-31 13:48:36 +02:00
Jan Böhmer
dcc8f6e5c6 Activate error page hints by default.
They dont leak any useful informations for attackers and can assists users when problems occur, so it is reasonable to make them opt-out.
2020-05-30 20:51:17 +02:00
Jan Böhmer
a0f5177533 Added custom error pages, that assists users with common problems. 2020-05-30 20:48:08 +02:00
Jan Böhmer
08267b88b0 Use BigDecimal object type for Supplier shipping costs, instead of bcmath string. 2020-05-18 22:07:09 +02:00
Jan Böhmer
c9752802e0 Updated dependencies. 2020-05-13 19:35:14 +02:00
Jan Böhmer
e836a9d036 Improved structure of services.yaml 2020-05-12 23:05:59 +02:00
Jan Böhmer
decc4e90fc Organized parameters better.
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
2020-05-12 22:53:42 +02:00
Jan Böhmer
0af84f93e7 Updated recipe for twig-bundle. 2020-05-10 17:18:00 +02:00
Jan Böhmer
680297320b Updated recipe for monolog/bundle. 2020-05-10 17:08:14 +02:00
Jan Böhmer
7c10b647a3 Updated some recipes. 2020-05-10 17:02:09 +02:00