Jan Böhmer
f4f77c62c8
New translations security.en.xlf (Chinese Simplified)
2023-06-09 11:46:52 +02:00
Jan Böhmer
2cc08cdea1
New translations validators.en.xlf (Chinese Simplified)
2023-06-09 11:46:52 +02:00
Jan Böhmer
03dc6d63ed
New translations messages.en.xlf (Chinese Simplified)
2023-06-09 11:46:51 +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
Jan Böhmer
ccfe259c69
Updated recipe of symfony/webpack-encore
2023-05-27 21:05:03 +02:00
Jan Böhmer
0573f80525
Updated symfony/security recipe
2023-05-27 21:04:28 +02:00
Jan Böhmer
8fb4e6c4ee
Updated recipe of symfony/recipe
2023-05-27 21:02:59 +02:00
Jan Böhmer
05b2515b3b
Updated recipe of symfony/framework-bundle
2023-05-27 21:02:02 +02:00
Jan Böhmer
0ecb339fdf
Updated recipe of scheb/2fa bundle
2023-05-27 20:53:34 +02:00
Jan Böhmer
92ddebc289
Updated recipe of php-http/discovery
2023-05-27 20:52:04 +02:00
Jan Böhmer
1a3f0675bf
Updated doctrine bundle recipe
2023-05-27 20:51:05 +02:00
Jan Böhmer
c24019fd57
Fixed error preventing the service container from compiling
2023-05-27 20:46:02 +02:00
Jan Böhmer
55641a234c
Require PHP 8.1 in composer.json
2023-05-27 20:40:30 +02:00
Jan Böhmer
9f52d364c9
Use newer nbgrp/onelogin-saml-bundle bundle for handling SAML
2023-05-27 20:38:32 +02:00
Jan Böhmer
edce70bc12
Updated symfony to 6.2, updated scheb/2fa bundle and removed obsolete hslavich/oneloginsaml-bundle
2023-05-27 20:35:36 +02:00
Jan Böhmer
b8a7f81f55
Bumped dependencies (dont work yet)
2023-05-27 20:25:51 +02:00
Jan Böhmer
ef9b2aefe5
Set platform in composer.json to PHP 8.1.0 and updated dependencies
2023-05-27 20:10:18 +02:00
Jan Böhmer
cd1413a74e
CheckRequirementsCommand now recommends PHP 8.2
2023-05-27 20:07:03 +02:00
Jan Böhmer
4e9d93957e
Removed tests for PHP 7.4 and PHP 8.0
2023-05-27 20:06:44 +02:00
Jan Böhmer
9c4e9066f9
Bump to version 1.4.0
2023-05-27 19:29:47 +02:00
Jan Böhmer
b4d1af2bce
Merge remote-tracking branch 'origin/l10n_master'
2023-05-27 19:29:28 +02:00
Jan Böhmer
5ec676c40c
Fixed static analysis issue
2023-05-27 19:29:00 +02:00
Jan Böhmer
5096aea5bb
New translations security.en.xlf (English)
2023-05-27 19:26:51 +02:00
Jan Böhmer
feedd190dc
New translations validators.en.xlf (English)
2023-05-27 19:26:51 +02:00