Jan Böhmer
|
7f78822a12
|
Added frankenphp runtime for symfony
|
2024-03-10 18:49:54 +01:00 |
|
Jan Böhmer
|
f8e92f98d0
|
Updated the dockerignore from the values of frankenphp
|
2024-03-10 18:09:56 +01:00 |
|
Jan Böhmer
|
8d816ab1ee
|
Updated recipes to update docker related files
|
2024-03-10 18:08:22 +01:00 |
|
Jan Böhmer
|
19967bd42e
|
Added files from frankenphp symfony skeleton
|
2024-03-10 18:05:21 +01:00 |
|
Jan Böhmer
|
d3a819613f
|
Bumped version to 1.11.2
|
2024-03-10 01:40:04 +01:00 |
|
Jan Böhmer
|
e33f6a20bb
|
Merge remote-tracking branch 'origin/l10n_master'
|
2024-03-10 01:39:21 +01:00 |
|
Jan Böhmer
|
02b736c92f
|
New translations messages.en.xlf (German)
|
2024-03-10 01:31:46 +01:00 |
|
Jan Böhmer
|
e339c79c5a
|
New translations messages.en.xlf (English)
|
2024-03-10 01:20:25 +01:00 |
|
Jan Böhmer
|
945fb9384e
|
Remove preview image attachment during if the attachment got deleted during cloning
This fixes issue #559
|
2024-03-10 01:19:52 +01:00 |
|
Jan Böhmer
|
a792a140f7
|
Show a success flash message, after mass creation submit
|
2024-03-10 00:55:22 +01:00 |
|
Jan Böhmer
|
ed4728fdb1
|
Correcty handle already existing elements in mass creation
This fixes issue #543
|
2024-03-10 00:51:37 +01:00 |
|
Jan Böhmer
|
92a8107b9d
|
Bumped to 1.11.2-dev
|
2024-03-10 00:20:05 +01:00 |
|
Jan Böhmer
|
1af8558cf4
|
Use position: fixed for footer in error pages to get better positioning in the popup details fram
|
2024-03-10 00:19:47 +01:00 |
|
Jan Böhmer
|
b781150ee9
|
Show the error page in a pop up in prod environment too
|
2024-03-10 00:12:54 +01:00 |
|
Jan Böhmer
|
59c4248efe
|
Strip HTML tags from more LCSC fields
This should hopefully fix issue #553
|
2024-03-09 23:09:49 +01:00 |
|
Jan Böhmer
|
a5b101a0ea
|
Fixed error, when retrieving prices in USD from LCSC
This fixes issue #552. It seems that LCSC changed their currency symbol for US-Dollar
|
2024-03-09 22:54:12 +01:00 |
|
Jan Böhmer
|
03854aa207
|
Updated dependencies
|
2024-03-09 21:42:43 +01:00 |
|
Jan Böhmer
|
c989be2719
|
Retrieve the part mass from mouser API if available
|
2024-03-09 21:34:05 +01:00 |
|
Jan Böhmer
|
d22e3ddcd7
|
New translations validators.en.xlf (German)
|
2024-03-09 21:20:19 +01:00 |
|
Jan Böhmer
|
040168b3d4
|
New translations validators.en.xlf (Italian)
|
2024-03-09 08:20:18 +01:00 |
|
Jan Böhmer
|
ac5c5555d5
|
New translations validators.en.xlf (English)
|
2024-03-09 00:30:36 +01:00 |
|
Jan Böhmer
|
1e6065f732
|
Show 64-bit recommendation in check requirements CLI and server info page
|
2024-03-09 00:23:18 +01:00 |
|
Jan Böhmer
|
cb7be460d7
|
Add 64-bit recommendation to installation docs
|
2024-03-09 00:13:40 +01:00 |
|
Jan Böhmer
|
206bcebdb7
|
Forbid users to select dates after 2038 on 32-bit systems to prevent errors caused by Year2038 bug
See discussion #548 and #549
|
2024-03-09 00:11:00 +01:00 |
|
Jan Böhmer
|
18c697f472
|
Document the available Part-DB specific filters and functions in twig mode
|
2024-03-07 13:23:58 +01:00 |
|
Jan Böhmer
|
4adb9a5266
|
Document available fields in twig mode
Related to #546
|
2024-03-07 13:11:17 +01:00 |
|
Jan Böhmer
|
a72a7ed1fc
|
Explain the advantages of the twig mode
|
2024-03-07 12:46:30 +01:00 |
|
Jan Böhmer
|
838997b959
|
Updated the list of allowed object methods in twig label mode
|
2024-03-06 21:39:49 +01:00 |
|
Jan Böhmer
|
5736816b2b
|
Document on how to use the placeholder function and placeholder twig filter in label twig mode
Related with #546
|
2024-03-06 21:22:47 +01:00 |
|
Jan Böhmer
|
38b5a84c4f
|
Added some more useful variables to the twig label generator
|
2024-03-06 21:11:31 +01:00 |
|
Jan Böhmer
|
dff1ef04bf
|
Added placeholders filter to utilize the placeholders in twig mode
Fixes #546
|
2024-03-06 21:00:49 +01:00 |
|
Jan Böhmer
|
757201cafa
|
Allow access of twig sandbox to a few more extensions and functions
|
2024-03-06 20:21:07 +01:00 |
|
Jan Böhmer
|
1da3225e1d
|
Renamed SandboxedTwigProvider to SandboxedTwig Factory
|
2024-03-06 20:08:35 +01:00 |
|
Jan Böhmer
|
a2cd5652d2
|
Updated the list of tags, filters and functions which are allowed inside the sandboxed twig
|
2024-03-06 20:03:12 +01:00 |
|
Jan Böhmer
|
dc7c13479c
|
Add proper length constraint validations to all string mapped ORM fields, so they show a nice validation error, instead of a 500 error
Fixes issue #544
|
2024-03-06 19:46:11 +01:00 |
|
Jan Böhmer
|
113e5b3bcd
|
Escape not only the pathes of FileDTO objects returned by info providers but the preview image url too.
This fixes the second issue in #521
|
2024-03-05 22:52:27 +01:00 |
|
Jan Böhmer
|
925f5c0ce0
|
Fixed phpstan bug
|
2024-03-04 22:42:24 +01:00 |
|
Jan Böhmer
|
0c53f5e186
|
Bumped to version 1.11.1
|
2024-03-04 22:38:43 +01:00 |
|
Jan Böhmer
|
2bcbe1d0be
|
Made mouser price info parsing more flexible
Austrian mouser returned some other formatted string, which caused problems on the old method. This fixes issue #540
|
2024-03-04 22:38:15 +01:00 |
|
Jan Böhmer
|
0e68f0783f
|
Assume that a mouser part is active, if mouser has parts instock even if it is marked as "new part"
Related to #540
|
2024-03-04 22:18:35 +01:00 |
|
Jan Böhmer
|
91e8711fdf
|
Fixed problems with dynamically adding structural entities, when the arrows had spaces around them
Related to #538
|
2024-03-04 22:10:28 +01:00 |
|
Jan Böhmer
|
cf39e1f259
|
Do not split up pasted input on structrual entity selectors. This caused a part of the string to get split/lost
Fixes issue #538
|
2024-03-04 21:51:26 +01:00 |
|
Jan Böhmer
|
0cd631774b
|
Fixed compatibility error with webauthn library which prevented 2FA via webauthn
|
2024-03-04 21:20:57 +01:00 |
|
Jan Böhmer
|
df53cf2540
|
Pass LCSC related env from the docker container to Part-DB
This fixes issue #539
|
2024-03-04 20:44:49 +01:00 |
|
Jan Böhmer
|
b734fc09f3
|
Release of version 1.11.0
|
2024-03-03 23:16:52 +01:00 |
|
Jan Böhmer
|
1fe5c56d02
|
Merge remote-tracking branch 'origin/l10n_master'
|
2024-03-03 23:08:10 +01:00 |
|
Jan Böhmer
|
af98842090
|
Added tests for the remaining API endpoints
|
2024-03-03 23:07:55 +01:00 |
|
Jan Böhmer
|
3d67ad870a
|
Added tests for all API endpoints of Structural elements
|
2024-03-03 21:52:26 +01:00 |
|
Jan Böhmer
|
7b5ae70de3
|
Added tests for the Attachments API endpoint
|
2024-03-03 21:02:15 +01:00 |
|
Jan Böhmer
|
18c80f6b64
|
Use the route attribute from the correct namespace
|
2024-03-03 20:37:33 +01:00 |
|