Jan Böhmer
a03b2ecf73
Use sqlite database for testing by default
2023-12-24 15:27:05 +01:00
Jan Böhmer
dd2f74e19e
Merge branch 'master' of github.com:Part-DB/Part-DB-server
2023-12-24 15:21:04 +01:00
Jan Böhmer
c1dcaf926a
Updated dependencies
2023-12-24 15:20:52 +01:00
dependabot[bot]
c116db9593
Bump actions/upload-artifact from 3 to 4 ( #461 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-24 15:03:39 +01:00
Jan Böhmer
1b92b9f171
Bump to 1.10.1 release
2023-12-12 22:42:53 +01:00
Jan Böhmer
17e79207f0
Suppress static analysis issue
2023-12-12 22:42:34 +01:00
Jan Böhmer
4d187741e0
Added the right copyright header to the foundation emails CSS asset
2023-12-12 22:39:44 +01:00
Jan Böhmer
85c3031fcd
Upgraded dependencies
2023-12-12 22:30:45 +01:00
Jan Böhmer
a3e012d754
Added an event listener for console commands which shows a warning if the console is called as root or as wrong user
...
The idea is to prevent permission issues, by accidential calling the console wrong.
2023-12-12 22:23:19 +01:00
Jan Böhmer
60f8e754c2
Use the DEFAULT_URI setting for SAML base url instead of auto determining it.
...
This should fix issue #436
2023-12-10 22:52:59 +01:00
Jan Böhmer
3e13a0d9d9
Disable update checking in tests to prevent false-negatives in github actions caused by github api blocking
2023-12-10 22:52:01 +01:00
Jan Böhmer
cd91dc8b5a
Fixed wrong path for event log datatables, when accessing via a prefixed reverse proxy
2023-12-10 21:40:49 +01:00
Jan Böhmer
bcaf96ed59
Use a svg file as default user avatar instead of SVG. Also changed path generation logic
...
This should also fix the path issue described in issue #446
2023-12-10 21:25:40 +01:00
Jan Böhmer
e2437d4c33
Updated dependencies
2023-12-10 00:40:39 +01:00
Jan Böhmer
3798217abc
Use PDO constant instead of magic number in SetSQLModeMiddleware
2023-12-10 00:37:58 +01:00
Jan Böhmer
57423436ce
Added options to use MySQL connection via SSL
2023-12-10 00:36:29 +01:00
Jan Böhmer
e824f6376a
Mention update capability of part info providers in docs
2023-12-07 16:27:25 +01:00
Jan Böhmer
1f4bedc9b0
New Crowdin updates ( #451 )
...
* New translations messages.en.xlf (English)
* New translations validators.en.xlf (English)
* New translations security.en.xlf (English)
* New translations messages.en.xlf (German)
2023-12-07 13:32:29 +01:00
Jan Böhmer
aa66285909
Bumped to version 1.10.0
2023-12-07 13:19:07 +01:00
Jan Böhmer
c6229568c5
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
2023-12-07 00:42:44 +01:00
Jan Böhmer
6110f5be40
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
2023-12-07 00:41:07 +01:00
Jan Böhmer
ea9cc6723f
Show a meaningful flash warning if trying to add/withdraw an amount of 0 instead of throwing an exception
...
Fixes issue #448
2023-12-07 00:36:16 +01:00
Jan Böhmer
b5721dcfd0
Revert "Migrated deprecated doctrine event subsrcibers"
...
For some very very weird reasoning this cause issues with the ObjectNormalizer, which does not get an an serializer injected anymore.
When the EventLoggerSubscriber is a doctrine subscriber it seems that the serializer service is initialized (as its requested in constructor but not used) and later injected into the object normalizer.
When its an listener, this does not work anymore.
2023-12-07 00:17:27 +01:00
Jan Böhmer
d7383539ba
Merge remote-tracking branch 'origin/l10n_master'
2023-12-06 14:00:29 +01:00
Jan Böhmer
11cdc282d2
Mention KiCad integration in README
2023-12-06 14:00:15 +01:00
Jan Böhmer
b23f59271b
New translations messages.en.xlf (German)
2023-12-06 13:11:47 +01:00
Jan Böhmer
999fe48a31
Removed SnakeCasePropertyAccessor as this fix is now part of the symfony property-info component
2023-12-06 00:05:37 +01:00
Jan Böhmer
963079afbf
Fixed static analysis issue
2023-12-06 00:00:32 +01:00
Jan Böhmer
a6d508205b
Fixed SQLite regex test
2023-12-06 00:00:20 +01:00
Jan Böhmer
fdf52a59fe
Fixed error in sqlite regex implementation in certain edge cases
2023-12-05 23:51:54 +01:00
Jan Böhmer
dd0f8ec97c
Implement the SQLite extension for doctrine via a middleware instead of an deprecated event listener
2023-12-05 23:50:07 +01:00
Jan Böhmer
641b47b189
Updated omines/datatables-bundle
2023-12-05 23:36:26 +01:00
Jan Böhmer
e1120dbfa7
Upgraded own bundle dependencies to fix some deprecations
2023-12-05 23:30:59 +01:00
Jan Böhmer
f9d47e0865
Migrated deprecated doctrine event subscribers to doctrine event listeners
2023-12-05 22:08:07 +01:00
Jan Böhmer
d991643b0e
Removed deprecated google 2FA option
2023-12-05 22:07:48 +01:00
Jan Böhmer
8b8079a6f1
Fixed deprecations
2023-12-05 21:55:20 +01:00
Jan Böhmer
5faeb5dd56
Fixed problem with loading Fixtures on MySQL in combination with savepoints
...
We must now load the fixtures using custom command partdb:fixtures:load
2023-12-05 21:33:29 +01:00
Jan Böhmer
5b3156ccf4
Merge branch 'symfony6.4-upgrade'
2023-12-04 00:04:57 +01:00
Jan Böhmer
dc355773c9
Updated tecnickcom/tc-lib-barcode
2023-12-04 00:01:47 +01:00
Jan Böhmer
1daf556206
Updated brick/math
2023-12-04 00:00:00 +01:00
Jan Böhmer
1911c62edd
Upgraded DAMA doctrine test bundle
2023-12-03 23:58:19 +01:00
Jan Böhmer
2fe2740b62
Updated dompdf
2023-12-03 23:40:16 +01:00
Jan Böhmer
4d7d624033
Updated web-auth/webauthn-symfony-bundle recipe
2023-12-03 23:32:34 +01:00
Jan Böhmer
0abe3f0e61
Updated webpack-encore-bundle recipe
2023-12-03 23:31:34 +01:00
Jan Böhmer
77a6204798
Updated symfony/translation bundle
2023-12-03 23:28:26 +01:00
Jan Böhmer
64af418be2
Updated security-bundle recipe
2023-12-03 23:27:18 +01:00
Jan Böhmer
15411d6c81
Updated phpunit-bridge recipe
2023-12-03 23:24:33 +01:00
Jan Böhmer
fd645a0bce
Updated symfony-framework-bundle recipe
...
This removes the annotation reader services, which are not needed anymore
2023-12-03 23:04:35 +01:00
Jan Böhmer
f888028823
Updated phpstan recipe
2023-12-03 22:46:20 +01:00
Jan Böhmer
abc554c7b8
Updated doctrine recipe
2023-12-03 22:44:55 +01:00