dependabot[bot]
b554d0d851
Bump codecov/codecov-action from 4 to 5 ( #774 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
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>
2024-12-01 23:16:37 +01:00
Jan Böhmer
b1ba26e0b9
Allow usernames to contain @-signs as long as it is not at the begininng
...
This allows to use email addresses as usernames and fixes issue #772
2024-12-01 23:05:27 +01:00
Jan Böhmer
ca8ad760d7
Allow SAML users to access the API
...
This fixes issue #765 .
2024-12-01 22:54:22 +01:00
Jan Böhmer
80129c0a88
Use PHP 8.3 as docker image, and allow for longer error log lines
...
This fixes issue #781
2024-12-01 22:34:05 +01:00
Jan Böhmer
7530e62dfa
Do not format error messages as JSON, this makes log files easier to read and reduces line length which can makes problems on FPM
...
See issue #781
2024-12-01 22:33:32 +01:00
Jan Böhmer
baf8977578
Correctly handle IP addresses containing RFC 4007 scoping
2024-12-01 19:19:04 +01:00
Jan Böhmer
c7bf843312
Updated dependencies
2024-12-01 18:48:22 +01:00
Jan Böhmer
ce6fee1682
Merge remote-tracking branch 'origin/dependabot/composer/symfony/http-client-6.4.15'
2024-11-18 15:43:25 +01:00
Jan Böhmer
2653fad488
Merge remote-tracking branch 'origin/dependabot/composer/symfony/security-http-6.4.15'
2024-11-18 15:43:16 +01:00
Jan Böhmer
dd54c46a29
Merge remote-tracking branch 'origin/l10n_master'
2024-11-18 15:43:10 +01:00
dependabot[bot]
724a0e21d3
Bump symfony/security-http from 6.4.14 to 6.4.15
...
Bumps [symfony/security-http](https://github.com/symfony/security-http ) from 6.4.14 to 6.4.15.
- [Release notes](https://github.com/symfony/security-http/releases )
- [Changelog](https://github.com/symfony/security-http/blob/7.1/CHANGELOG.md )
- [Commits](https://github.com/symfony/security-http/compare/v6.4.14...v6.4.15 )
---
updated-dependencies:
- dependency-name: symfony/security-http
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 18:39:42 +00:00
dependabot[bot]
578277d11f
Bump symfony/http-client from 6.4.14 to 6.4.15
...
Bumps [symfony/http-client](https://github.com/symfony/http-client ) from 6.4.14 to 6.4.15.
- [Release notes](https://github.com/symfony/http-client/releases )
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-client/compare/v6.4.14...v6.4.15 )
---
updated-dependencies:
- dependency-name: symfony/http-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 16:49:40 +00:00
Jan Böhmer
22258e3183
New translations validators.en.xlf (Croatian)
2024-11-10 14:30:20 +01:00
Jan Böhmer
0234463b68
Bumped version to 1.14.4
2024-11-08 23:32:34 +01:00
Jan Böhmer
ef412eef92
Fixed tests
2024-11-08 23:32:14 +01:00
Marc
76ebd22eab
Fixed Typos and mistranslations in GDPR mode (DSGVO Modus) ( #757 )
...
Fixed Typo enviroment
Co-authored-by: Marc Kreidler <kreidler@nedo.com>
2024-11-08 23:22:18 +01:00
Jan Böhmer
5b0ca8e346
Updated dependencies
2024-11-08 23:15:40 +01:00
Jan Böhmer
0b6b10c27b
Bumped version to 1.14.3
2024-11-05 00:11:39 +01:00
Jan Böhmer
6225d2c9b3
Implemented an easy to use APIFilter for tags
...
This makes the process of filters more easily and intuitive. This fixes issue #750
2024-11-05 00:07:25 +01:00
Jan Böhmer
01fc6524a4
Added a aggregate function for storelocation sorting to avoid exceptions on Postgres
...
Actually this was not good on other DB types too, but they just ignored the problems.
This fixes issue #734
2024-11-04 23:46:45 +01:00
Jan Böhmer
2575e6a160
Improved size and position of back to top button to avoid overlapping with buttons, etc.
...
This should fix issue #737
2024-11-03 23:58:06 +01:00
Jan Böhmer
484ba5ebd7
If user password set command is run in non-interactive mode, show a warning message if no password is inputted
...
Related to issue #748
2024-11-03 23:39:04 +01:00
Jan Böhmer
b42d98e9f8
Increase font-weight of the <dl> element in part info page to match its look to the <h5> element
2024-11-03 23:21:58 +01:00
Sam Edwards
65b2f045ac
Responsive tweaks ( #755 )
...
* Change datatables markup to be responsive with BS5
* Responsive tweaks to single part info
2024-11-03 23:14:52 +01:00
Jan Böhmer
5e76451d46
Try to guess the character encodings and convert it to UTF-8 on importing
...
This should fix issue #749
2024-11-03 22:27:24 +01:00
Jan Böhmer
a873ad3316
Replace all unicode characters with ASCII chars in FilenameSanatizer to make filenames more sanatized
2024-11-03 22:06:42 +01:00
Jan Böhmer
b1e03f49ee
Pass the docker envs for oemsecrets to Part-DB
...
This fixes issue #742
2024-11-03 21:46:53 +01:00
Jan Böhmer
011e23f8e6
Added polish to language selector
2024-11-03 20:04:43 +01:00
Jan Böhmer
646cd8cf22
Merge remote-tracking branch 'origin/l10n_master'
2024-11-03 20:03:28 +01:00
Jan Böhmer
52ac8a70d5
Updated dependencies
2024-11-03 20:03:24 +01:00
Jan Böhmer
e020334b73
New translations messages.en.xlf (Polish)
2024-10-19 22:40:21 +02:00
Jan Böhmer
7698e83f0b
New translations messages.en.xlf (Polish)
2024-10-19 21:40:19 +02:00
Jan Böhmer
dd56f5e0c8
New translations messages.en.xlf (Polish)
2024-10-19 19:30:24 +02:00
Jan Böhmer
92c32eef74
New Crowdin updates ( #738 )
...
* New translations validators.en.xlf (Polish)
* New translations messages.en.xlf (Polish)
2024-10-19 19:24:55 +02:00
Jan Böhmer
08770c7dc5
Bumped version to 1.14.2
2024-10-17 00:20:48 +02:00
Priit Laes
808a94e4df
Document APP_SECRET and PostgreSQL specific bits in configuration variables ( #727 )
...
* docs: Mention APP_SECRET
* docs: Add PostgreSQL specific bits to DATABASE_URL description
2024-10-16 23:59:53 +02:00
Jan Böhmer
490086d531
Use the same translation for the panel with enabled search options, like in the checkbox options in navbar
2024-10-16 23:59:23 +02:00
Jan Böhmer
2ef3fbb81b
Merge remote-tracking branch 'origin/l10n_master'
2024-10-16 23:57:07 +02:00
Jan Böhmer
7d834ac8d7
Include the query part of the request, when generating the url for the datatables via a custom twig function.
...
This fixes issue #735 , as without this the query gets not passed to the datatable
2024-10-16 23:57:02 +02:00
Jan Böhmer
15ad0ec9c0
Updated dependencies
2024-10-16 23:40:48 +02:00
Jan Böhmer
f0b78e8b2c
New translations validators.en.xlf (Italian)
2024-10-16 13:50:37 +02:00
Jan Böhmer
e616faa76f
New translations messages.en.xlf (Italian)
2024-10-16 13:50:36 +02:00
Jan Böhmer
8159f4d8ee
Bumped version to 1.14.1
2024-10-13 23:43:55 +02:00
Jan Böhmer
021c576468
Exclude the translation dumper fix files, to avoid phpstan issues, which we cannot control
2024-10-13 23:23:48 +02:00
Jan Böhmer
1b2339a82c
Merge remote-tracking branch 'origin/l10n_master'
2024-10-13 23:22:24 +02:00
Jan Böhmer
2b6bb3f773
New translations messages.en.xlf (German)
2024-10-13 23:20:14 +02:00
Jan Böhmer
abc5c61a06
Fixed problem, that search field and search options did not close when clicking outside
...
This fixes issue #701 . For the search field this was caused by algolia/autocomplete lib, which do not support multiple autocomplete fields on a single page. If initailly loaded on the homepage, which features a second autocomplete, this one "steals" the input listening, and the one in the navbar do not close anymore when clicking outside.
Custom code which triggers the closing of the autocomplete manually when clicking outside, was added as a workaround.
2024-10-13 23:19:03 +02:00
Jan Böhmer
7145bce605
Construct the correct current path, when serving from a subdirectory
...
This fixes issue #274
2024-10-13 22:49:42 +02:00
Jan Böhmer
bb92e5e9ee
New translations validators.en.xlf (German)
2024-10-13 21:40:20 +02:00
Jan Böhmer
0c47aa226c
Fixed imports of parameters on parts
...
It was missing the required serialization group. This fixes issue #718
2024-10-13 21:35:31 +02:00