Commit graph

183 commits

Author SHA1 Message Date
Jan Böhmer
8a42e413aa Updated composer dependencies and fixed error from security checker. 2020-07-30 17:13:16 +02:00
Jan Böhmer
330733ef0c Updated datatables-bundle. 2020-07-04 23:49:25 +02:00
Jan Böhmer
a11b53b455 Updated symfony/security-bundle recipe. 2020-07-04 23:45:13 +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
af42c3cca0 Added a button to update exchange rates via web gui. 2020-06-07 22:38:10 +02:00
Jan Böhmer
16a2e23c51 Updated recipe for symfony/framework-bundle. 2020-05-31 19:56:50 +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
2cd5aa8232 Updated symfony/console recipes. 2020-05-31 19:49:28 +02:00
Jan Böhmer
cd2b3217e1 Changed composer dependencies to symfony 5.1 2020-05-31 13:47:29 +02:00
Jan Böhmer
d4818d2fa1 Updated dependencies. 2020-05-30 21:09:55 +02:00
Jan Böhmer
53dd0c4228 Added company quick links to supplier and manufactuerer parts lists
Also improved the styling.
2020-05-27 21:42:20 +02:00
Jan Böhmer
0753c1fe8f Updated dependencies. 2020-05-26 18:32:23 +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
e9493e52ec updated security recipe. 2020-05-10 20:24:53 +02:00
Jan Böhmer
0af84f93e7 Updated recipe for twig-bundle. 2020-05-10 17:18:00 +02:00
Jan Böhmer
a12802c1ae Updated phpunit-bridge recipe. 2020-05-10 17:11:21 +02:00
Jan Böhmer
680297320b Updated recipe for monolog/bundle. 2020-05-10 17:08:14 +02:00
Jan Böhmer
fbc1c32463 Updated recipe for framework-bundle. 2020-05-10 17:06:32 +02:00
Jan Böhmer
7c10b647a3 Updated some recipes. 2020-05-10 17:02:09 +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
2773d36886 Updated composer dependencies. 2020-05-09 20:33:49 +02:00
Jan Böhmer
d8adc26b03 Use twigs builtin filter to inline data urls, instead of a custom one. 2020-05-07 23:35:20 +02:00
Jan Böhmer
8525a815c3 Updated composer dependencies. 2020-04-28 16:39:48 +02:00
Jan Böhmer
6bd3ad6138 Added basic support for label barcodes (C39 and QR). 2020-04-24 22:10:49 +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
6556eed364 Dont use a custom repository for U2F bundle.
The only change was another javascript file, we include this manually now.
2020-04-07 12:34:34 +02:00
Jan Böhmer
f04cb9d3e9 Search for function calls to debug functions like dump() with PHPstan
This should (hopefully) issues like #35.
2020-04-06 18:26:42 +02:00
Jan Böhmer
fd61c8d9e2 Fixed coding style. 2020-03-15 13:56:31 +01:00
Jan Böhmer
86ee10e582 Search options now working. Added Regex search. 2020-03-08 13:05:53 +01:00
Jan Böhmer
9b0c82385f Updated composer dependencies. 2020-02-22 17:49:33 +01:00
Jan Böhmer
dd1f806c4e Fixed some issues detected by PHPstan. 2020-02-01 17:00:03 +01:00
Jan Böhmer
9870c97224 Updated dependencies. 2020-01-09 19:37:04 +01:00
Jan Böhmer
649bfc36c4 Updated recipes of security-bundle 2020-01-07 19:25:19 +01:00
Jan Böhmer
4e4b10ffbd Updated recipes of webpack-encore. 2020-01-07 19:16:39 +01:00
Jan Böhmer
5d86ba776a Updated recipes for routing and twig. 2020-01-07 19:12:10 +01:00
Jan Böhmer
56bc99e5a1 Updated recipes for symfony/doctrine-bundle. 2020-01-07 19:08:16 +01:00
Jan Böhmer
5d98e87e20 Updated recipes for symfony/framework-bundle. 2020-01-07 19:06:08 +01:00
Jan Böhmer
36f2420cf5 Updated recipes of console + Validator 2020-01-07 19:00:11 +01:00
Jan Böhmer
64cf8097bc Updated doctrine recipes. 2020-01-07 18:48:34 +01:00
Jan Böhmer
700c049d26 Use Easy-Coding-Standard for Coding Style check and fix. 2020-01-05 14:29:19 +01:00
Jan Böhmer
fcbf9239a1 Updated doctrine-bundle to version 2.0 2020-01-01 18:02:53 +01:00
Jan Böhmer
be34a0f734 Require PHP 7.2 as minimum version
This allows us to upgrade many libs (including Symfony itself) and should not has a large impact as the most linux distros ships either PHP 7.0 or PHP 7.2.
2020-01-01 15:57:34 +01:00
Jan Böhmer
ac0928426b Merge branch 'master' into 2fa 2019-12-26 15:07:32 +01:00
Jan Böhmer
e7b920c4fe Use php-translation symfony bundle.
This gives us some advanced translation extractors (from form labels, flashes, etc.) and provide some more debug tools.
2019-12-26 13:16:27 +01:00