Jan Böhmer
6a2ff9d153
Added declare strict types to all files
2023-06-11 18:59:07 +02:00
Jan Böhmer
bea90a7d94
Updated dependencies
2023-06-11 18:27:49 +02:00
Jan Böhmer
e57d6e508a
Fixed some serializer deprecations
2023-06-11 18:12:22 +02:00
Jan Böhmer
219b57a362
Fixed some deprecations
2023-06-11 17:38:08 +02:00
Jan Böhmer
df8f54f5a4
Fixed tests for stricter typing
2023-06-11 15:32:29 +02:00
Jan Böhmer
fcbb1849ec
Applied rectors phpunit 9 migrations to tests
2023-06-11 15:15:55 +02:00
Jan Böhmer
684334ba22
Improved code style of tests
2023-06-11 15:02:59 +02:00
Jan Böhmer
5629215ce4
Use imports instead of FQNs
2023-06-11 15:00:28 +02:00
Jan Böhmer
f63b6d7207
Fixed service wiring configuration
2023-06-11 14:50:47 +02:00
Jan Böhmer
98dc553938
Applied rector to test files
2023-06-11 14:18:53 +02:00
Jan Böhmer
7ee01d9a05
Applied rector with PHP8.1 migration rules
2023-06-11 14:17:19 +02:00
Jan Böhmer
dc6a67c2f0
Made the ALLOWED_ELEMENT_CLASS protected so we can apply rector
...
Its bad style to override a public const in a child class
2023-06-11 14:02:59 +02:00
Jan Böhmer
affed459df
Updated recipe of doctrine/doctrine-bundle
2023-06-11 13:49:21 +02:00
Jan Böhmer
8d4b8b02b8
Upgraded to symfony 6.3
2023-06-11 13:46:24 +02:00
Jan Böhmer
8c430a3af0
Fixed tests
2023-06-11 13:42:45 +02:00
Jan Böhmer
b7573a40d7
Fixed webauthn two factor authentication
2023-06-11 13:14:45 +02:00
Jan Böhmer
624696711d
Merge branch 'master' into php81-migration
2023-06-11 12:20:02 +02:00
Jan Böhmer
56828e9e00
Bumped version to 1.4.2
2023-06-11 00:41:19 +02:00
Jan Böhmer
d2358c9550
Updated dependencies
2023-06-11 00:41:00 +02:00
Jan Böhmer
ab11747fab
Fixed issue, that users table were delete while PartKeepr import on certain databases
...
This fixes issue #299
2023-06-11 00:31:05 +02:00
Jan Böhmer
44cb0fa434
Added a more verbose error message in the case of a pretty generic Database DriverException
2023-06-11 00:20:27 +02:00
Jan Böhmer
13814695ac
Add hint to docker logs to error page
2023-06-11 00:12:24 +02:00
Jan Böhmer
377e2eb613
Properly redirect the stdout of php-fpm to the docker logs
...
This fixes issue #298
2023-06-11 00:09:00 +02:00
Jan Böhmer
bcb3ccec9a
Added translation for security key registration error message
2023-06-07 00:52:13 +02:00
Jan Böhmer
4bec8efea1
Make LogoutLoggerEventSubscriber an event listener
2023-06-07 00:46:03 +02:00
Jan Böhmer
58b2c2bd69
Merge branch 'master' into php81-migration
2023-06-06 23:46:37 +02:00
Jan Böhmer
636776c531
Bumped version to 1.4.1
2023-06-06 23:22:39 +02:00
Jan Böhmer
ca4a33d408
Merge remote-tracking branch 'origin/l10n_master'
2023-06-06 23:21:44 +02:00
Jan Böhmer
9db158f4d4
Updated dependencies
2023-06-06 23:20:51 +02:00
Jan Böhmer
ea8b179df1
Added timetravel URL for PartAttachment elements
2023-06-06 23:16:51 +02:00
Jan Böhmer
efc152e3c8
Do not throw an exception during rendering of log detail page, if element has no time travel URL
2023-06-06 23:15:14 +02:00
Jan Böhmer
e68827bf3b
Show a validation error message, when try to submit a form where a input is still set to a disabled value.
...
Normally this would just send a null to the server, which often cause excptions. We now catch that earlier, and say the user that he have to select another option, when he tries to submit
2023-06-06 23:05:44 +02:00
Jan Böhmer
58bf69882f
Updated dependencies.
2023-06-05 22:15:07 +02:00
Jan Böhmer
915f313efd
New translations security.en.xlf (English)
2023-05-28 18:05:45 +02:00
Jan Böhmer
52d29099a2
New translations messages.en.xlf (English)
2023-05-28 18:05:44 +02:00
japm48
c06fc926a1
Update translation ( #295 )
...
* Update security.en.xlf
* Update messages.en.xlf
2023-05-28 18:02:02 +02:00
Jan Böhmer
79ab1a2277
Fixed various issues inside the tests
2023-05-28 02:16:40 +02:00
Jan Böhmer
7c03630e24
Added DB migration to fix compatibility with latest webauthn bundle
2023-05-28 02:06:48 +02:00
Jan Böhmer
34a65419c7
Use attributes as route provider (instead of annotations)
2023-05-28 01:57:49 +02:00
Jan Böhmer
7191ece7a5
Configure doctrine to use attributes instead of annotations
2023-05-28 01:55:30 +02:00
Jan Böhmer
0837f84a43
Migrated doctrine annotations to attributes
2023-05-28 01:51:13 +02:00
Jan Böhmer
0bc4699cdc
Started to move doctrine annotations to attributes (rector automated)
2023-05-28 01:33:45 +02:00
Jan Böhmer
bb1285c35c
Remove defaultDescription from commands, as this is now part of the annotation
2023-05-28 01:32:04 +02:00
Jan Böhmer
21fc554589
Fixed error with LogoutLoggerEventSubscriber
2023-05-28 01:25:00 +02:00
Jan Böhmer
a43af180a7
Applied rector rules up to symfony 6.2
2023-05-28 01:21:05 +02:00
Jan Böhmer
88ea920dfb
Add rector for automated refactoring
2023-05-28 01:16:12 +02:00
Jan Böhmer
132aac3951
Removed config/bootstrap.php which was left over from symfony 4.4 and which caused problems with phpunit
2023-05-28 01:01:19 +02:00
japm48
7640ed08bc
docker: add missing PassEnv directives ( #294 )
2023-05-27 23:59:21 +02:00
Jan Böhmer
1dbf36b86b
Use str_contains and similar instead of strpos
2023-05-27 23:58:28 +02:00
Jan Böhmer
508de10191
Modernized phpunit.xml.dist
2023-05-27 21:20:21 +02:00