Commit graph

386 commits

Author SHA1 Message Date
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
Jan Böhmer
6a40f04243 Fixed exception from wrong 'disable' parameter. 2020-05-10 16:58:53 +02:00
Jan Böhmer
c0d549967d Updated doctrine/annotations recipe. 2020-05-10 15:59:29 +02:00
Jan Böhmer
f7bc5a362b updated to symfony 5.0 2020-05-10 15:55:37 +02:00
Jan Böhmer
c0f5952994 Merge branch 'label_generator' 2020-05-10 14:19:29 +02:00
Jan Böhmer
82bb214d67 Dont filter the content of barcodes in CKeditor.
As the PDF can not execute javascript, it is safe from XSS...
2020-05-10 14:15:08 +02:00
Jan Böhmer
9a9cd8e887 Added permission to control who can access label scanner. 2020-05-08 12:50:44 +02:00
Jan Böhmer
0f083abdf4 Added permissions to show history of and revert label profiles. 2020-05-07 22:35:29 +02:00
Jan Böhmer
1a35adab17 Added permission system, to control who can edit Twig labels. 2020-05-07 22:29:45 +02:00
Jan Böhmer
ec0d02305a Added japanese to supported languages. 2020-05-07 21:47:22 +02:00
Jan Böhmer
11225eb9cc Added an "twig" lines mode, where the label lines are processed via a sandboxed twig. 2020-05-06 22:44:21 +02:00
Jan Böhmer
5a9be023b1 Added permissions to label system. 2020-05-04 23:21:58 +02:00
Jan Böhmer
48ff81a6d1 Added dropdowns for quick generating labels for different profiles. 2020-05-01 20:29:18 +02:00
Jan Böhmer
1812e6f5bc Readded accidentially removed RedirectorController to routes. 2020-04-28 17:23:57 +02:00
Jan Böhmer
c200b650a0 Added simple redirect to info page, when scanning an QR code. 2020-04-26 18:59:49 +02:00
Jan Böhmer
2768eb1745 Allow to choose between the different fonts in CKEDITOR. 2020-04-25 19:19:12 +02:00
Jan Böhmer
16c1f84eb3 Added placeholders for Part lots. 2020-04-17 21:10:08 +02:00
Jan Böhmer
a39f816422 Added an CKEditor plugin for easy placeholder selection. 2020-04-15 18:20:28 +02:00
Jan Böhmer
7ce5776694 Added basic placeholder providers for parts. 2020-04-14 17:21:30 +02:00
Jan Böhmer
dee4094d8b Added a basic text to PDF renderer. 2020-04-14 11:07:07 +02:00
Jan Böhmer
a8a92b9c5d Added basic admin page for Label profiles. 2020-04-11 17:34:01 +02:00
Jan Böhmer
26737f4b46 Restructured EventSubscriber Folder structure. 2020-04-09 17:24:16 +02:00
Jan Böhmer
6b99784238 Improved info box on part tables. 2020-04-03 14:53:12 +02:00
Jan Böhmer
7e1247398b Do asset preloading in production mode. 2020-03-30 17:07:51 +02:00
Jan Böhmer
e83d72ec10 Added a permission to control which users can access private attachments. 2020-03-30 16:56:58 +02:00
Jan Böhmer
4676393818 Revert "Use Redis for cache on Heroku demo."
This reverts commit 4ed2f335ac.
2020-03-30 00:21:55 +02:00
Jan Böhmer
31a53611ac Fixed config file. 2020-03-30 00:13:53 +02:00
Jan Böhmer
4ed2f335ac Use Redis for cache on Heroku demo. 2020-03-30 00:09:15 +02:00
Jan Böhmer
2b148eb33f Updated doctrine config from current recipes. 2020-03-30 00:04:44 +02:00