Commit graph

161 commits

Author SHA1 Message Date
Jan Böhmer
86a51fc7b9 Do not use doctrine/dbal 3.5 (yet), as it has a bug with mariadb
It will always show the "sync-metadata-storage" issue.
2022-10-22 21:51:02 +02:00
Jan Böhmer
12f7cd9a8c Removed unnecessary git repo reference 2022-10-22 21:35:06 +02:00
Jan Böhmer
9e837b6c80 Use jbtronics/2fa-webauthn package from packagegist 2022-10-04 00:35:05 +02:00
Jan Böhmer
ac978abe1d Allow to register Webauthn Keys 2022-10-04 00:08:58 +02:00
Jan Böhmer
068daeda75 Use jbtronics/2fa-webauthn for u2f two factor authentication 2022-10-03 23:09:50 +02:00
Jan Böhmer
548ec2ea50 Bumped dependencies 2022-09-18 18:27:36 +02:00
Jan Böhmer
751eff3ef5 Require PHP 7.4 as minimum version. Drop 7.3 support 2022-09-18 18:19:47 +02:00
Jan Böhmer
8e6bc25d2e Fixed some inspection issues. 2022-08-14 19:39:07 +02:00
Jan Böhmer
754926d4c8 Reenable r/u2f-two-factor-bundle 2022-08-14 00:36:00 +02:00
Jan Böhmer
600119276c Use the newer scheb/2fa bundle instead of scheb/two_factor_bundle
Currently the U2F auth is broken, as there is no plugin supporting it in the new system
2022-08-13 23:33:05 +02:00
Jan Böhmer
a33e93826a Removed non-existing ckeditor script from composer autorun. 2022-07-26 23:17:21 +02:00
Jan Böhmer
fdcfb95ac7 Remove FOS CKEditor bundle as we dont use it anymore
We now use our self-written elements with CKEDITOR5
2022-07-26 21:26:30 +02:00
Jan Böhmer
79a1715290 Merge branch 'master' into turbo 2022-07-24 01:26:22 +02:00
Jan Böhmer
a8bd8942f3 Explicitly mark in composer.json that PHP 8 is allowed 2022-07-24 00:30:32 +02:00
Jan Böhmer
7a14fb60d3 Updated EasyCodingStandard 2022-07-17 22:29:42 +02:00
Jan Böhmer
497a5576be Updated dama/doctrine-test-bundle 2022-07-17 22:28:48 +02:00
dependabot[bot]
1eb66158c9
Bump dompdf/dompdf from 1.2.0 to 2.0.0
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/dompdf/dompdf/releases)
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dompdf/dompdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 00:23:24 +00:00
Jan Böhmer
27b8fbd5b2 Added symfony ux-turbo packages 2022-03-04 20:13:25 +01:00
Jan Böhmer
f163b8d223 Updated dependencies. We now require at least PHP 7.3 now 2022-03-04 12:22:51 +01:00
Jan Böhhmer
c5dcb9a632 Updated composer dependencies. 2022-01-19 19:35:45 +01:00
Jan Böhmer
d5d0c3e73a Updated symfony/phpunit-bridge recipe. 2021-10-02 21:04:31 +02:00
Jan Böhmer
5e1c5cef3b Updated various recipes (part 1). 2021-10-02 20:53:03 +02:00
Jan Böhmer
2a332b28a7 Upgraded symfony to symfony 5.3 2021-10-02 20:27:11 +02:00
Jan Böhmer
2d1095922e Updated composer dependencies. 2021-10-02 20:23:48 +02:00
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