Commit graph

87 commits

Author SHA1 Message Date
Jan Böhmer
bd4c20765a Updated composer dependencies. 2021-10-02 19:36:17 +02:00
Jan Böhmer
73886af28c Updated composer dependencies. 2021-10-02 18:36:29 +02:00
Jan Böhmer
67961b4516 Updated sensio/framework-extra-bundle 2021-03-14 18:46:37 +01:00
Jan Böhmer
f20f1ffa13 Updated symfony to 5.2 2021-01-03 20:47:51 +01:00
Jan Böhmer
8ab021c775 Updated easy coding-standard. 2020-08-21 21:21:27 +02:00
Jan Böhmer
58f3f6e2dd Updated brick/math. 2020-08-21 21:19:15 +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
330733ef0c Updated datatables-bundle. 2020-07-04 23:49:25 +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
cd2b3217e1 Changed composer dependencies to symfony 5.1 2020-05-31 13:47:29 +02:00
Jan Böhmer
22c140627e Use u2f bundle from packageist, as it now supports Symfony 5 too. 2020-05-26 18:35:09 +02:00
Jan Böhmer
32207e2e6c Moved bcmath to suggested packages.
brick/math can emulate this. When bcmath or GMP is installed performance is much better.
2020-05-20 22:09:33 +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
c9acd618ca Fixed U2F support. 2020-05-10 19:49:35 +02:00
Jan Böhmer
f7bc5a362b updated to symfony 5.0 2020-05-10 15:55:37 +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
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
59f7be7253 Updated dependencies. 2020-04-10 12:34:54 +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
cb0aa7bc7a Fixed some psalm issues. 2020-03-29 23:13:25 +02:00
Jan Böhmer
fd61c8d9e2 Fixed coding style. 2020-03-15 13:56:31 +01:00
Jan Böhmer
719e21c0df Save element parameters in its own database table (dont use JSON)
This makes it easier to query for specific parameters.
2020-03-11 21:48:47 +01:00
Jan Böhmer
a6e0f1738b Added a basic possibility to create/edit/delete specifications for parts. 2020-03-08 22:46:29 +01:00
Jan Böhmer
86ee10e582 Search options now working. Added Regex search. 2020-03-08 13:05:53 +01:00
Jan Böhmer
9e8771a4ee Changed license to AGPL3+ 2020-02-22 18:14:36 +01:00
Jan Böhmer
9b0c82385f Updated composer dependencies. 2020-02-22 17:49:33 +01:00
Jan Böhmer
946f1d0983 Fixed PHPstan analysis during Travis build. 2020-02-02 14:06:10 +01:00
Jan Böhmer
a9293b7ceb Run PHPstan during travis. 2020-02-01 18:56:31 +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
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
722975afd8 Updated some packages to latest version. 2020-01-01 17:39:28 +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
1016f0d4ee Merge branch '2fa' into master 2020-01-01 15:49:42 +01:00
Jan Böhmer
069293a843 Added 2FA with U2F keys. 2019-12-29 13:35:30 +01:00
Jan Böhmer
23587fe3e6 Updated Doctrine Test Bundle. 2019-12-27 15:38:56 +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
Jan Böhmer
2fa0963374 Prepared DB and models for Two Factor authentication 2019-12-14 16:35:19 +01:00
Jan Böhmer
235baf32d5 Removed dependencies on Guzzle. We use Symfony HTTP-Client now. 2019-12-11 20:47:00 +01:00
Jan Böhmer
87cfb50285 Upgraded symfony to 4.4.1 2019-12-01 15:18:44 +01:00
Jan Böhmer
9cdf31492a Added german translations for password reset dialogs and email 2019-12-01 13:50:43 +01:00
Jan Böhmer
4f70d8b1da Use dev HTTP-Kernel so we can generate code coverage again.
An error with the test container will be coming to 4.4.1 (which is not released yet). When it is available we should revert the changes to composer.json.
2019-11-30 22:53:45 +01:00
Jan Böhmer
6882f91ef2 Use HTTP2 preload for always used CSS and JS files. 2019-11-30 16:46:03 +01:00
Jan Böhmer
9567c15648 Updated composer packages. 2019-11-30 15:43:30 +01:00