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 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
87533b6031
|
Fixed further inspection issues
|
2024-03-03 20:33:24 +01:00 |
|
Jan Böhmer
|
33e36f3d2b
|
Fixed issue with EntityImported that was caused by the changes to PartNormalizer
We now have a possibility to skip API Platforms serializer subsystem
|
2024-03-03 20:24:24 +01:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +01:00 |
|
Jan Böhmer
|
33475dca66
|
Updated dependencies
|
2024-03-03 19:51:47 +01:00 |
|
Jan Böhmer
|
7a90d3f281
|
Rewrote PartNormalizer so that it does not use ObjectNormalizer directly
|
2024-03-03 19:28:44 +01:00 |
|
Jan Böhmer
|
e53da5ad06
|
Added documentation on how to upload files and download URLs through the API on attachments
|
2024-03-03 19:04:25 +01:00 |
|
Jan Böhmer
|
f5bbb8bdd6
|
Merge branch 'upload_overhaul'
|
2024-03-03 18:55:58 +01:00 |
|
Jan Böhmer
|
d5b07bbaa3
|
Added additional type hints
|
2024-03-03 18:55:50 +01:00 |
|
Jan Böhmer
|
3585b8a56a
|
Adapter attachment upload forms to the new system
|
2024-03-03 18:52:06 +01:00 |
|
Jan Böhmer
|
0c33059c4e
|
Allow to upload files to attachments by passing a base64 encoded file
|
2024-03-03 18:40:35 +01:00 |
|
Jan Böhmer
|
0824e11570
|
Fixed infinite loop during deserialization on attachment PATCH operations
|
2024-03-03 17:58:25 +01:00 |
|
Jan Böhmer
|
0c4f5bcb3a
|
New translations messages.en.xlf (German)
|
2024-03-03 16:50:19 +01:00 |
|
Jan Böhmer
|
aad8dcbadf
|
New translations messages.en.xlf (Italian)
|
2024-03-03 11:03:22 +01:00 |
|
Jan Böhmer
|
193d5c8663
|
New translations messages.en.xlf (Czech)
|
2024-03-03 10:03:25 +01:00 |
|
Jan Böhmer
|
3734541743
|
Describe the new way to create attachments and parameters via API
|
2024-03-03 00:49:44 +01:00 |
|
Jan Böhmer
|
f3bea68011
|
Automatically detect the discriminator type of attachments and parameters based on the chosen element IRI
Related to issue #502
|
2024-03-02 23:15:00 +01:00 |
|
Jan Böhmer
|
e843286ea7
|
Allow to create parameters via the API
|
2024-03-02 21:49:16 +01:00 |
|
Jan Böhmer
|
e3d2012809
|
Use a own discriminator map for the Attachment API Platform discriminator
|
2024-03-02 21:45:16 +01:00 |
|
Jan Böhmer
|
ce768764cc
|
Allow to create Attachments for all entity types using the API
This fixes issue #502
|
2024-03-02 21:39:30 +01:00 |
|
Jan Böhmer
|
16b3d58242
|
Implemented basic discriminator map for Attachment API access. Now we can properly create part attachments using a POST operation
|
2024-03-02 21:21:16 +01:00 |
|
Jan Böhmer
|
fad8f26eaa
|
Added additional projects related filters to part table views
|
2024-03-02 19:18:55 +01:00 |
|
Jan Böhmer
|
04d1e84596
|
Added a filter to filter for parts which are used in a specific project
Related to issue #516
|
2024-03-02 19:00:30 +01:00 |
|
Jan Böhmer
|
934acca934
|
Added an column to part table view to show which projects a part uses.
Fixes issue #516
|
2024-03-02 18:48:31 +01:00 |
|
Jan Böhmer
|
639c98237a
|
New translations messages.en.xlf (English)
|
2024-03-02 18:40:50 +01:00 |
|
Jan Böhmer
|
a6db67ab33
|
Fixed margins of the upload files button
|
2024-03-02 18:33:20 +01:00 |
|
Jan Böhmer
|
b92553f480
|
Added button to create attachments by uploading multiple files
This fixes issue #481
|
2024-03-02 18:26:50 +01:00 |
|
Jan Böhmer
|
f5d53dc305
|
Make the checkboxes of datatables look like regular bootstrap checkboxes
|
2024-03-02 01:28:15 +01:00 |
|
Jan Böhmer
|
b7ce91e2d8
|
Use the new system of datatables-select 2.0 where checkboxes are true checkbox fields
|
2024-03-02 01:04:28 +01:00 |
|
Jan Böhmer
|
4295141fb6
|
Updated dependencies
|
2024-03-01 21:42:42 +01:00 |
|
Jan Böhmer
|
973709c2f4
|
Updated dependencies
|
2024-02-29 23:46:39 +01:00 |
|
Jan Böhmer
|
a72a61091a
|
Only add the amountSum select for part tables if it is really required
|
2024-02-29 23:35:05 +01:00 |
|
Jan Böhmer
|
c635637c00
|
Fixed problem that tables could not be sorted by manufacturers, categories, etc.
|
2024-02-29 23:13:17 +01:00 |
|
Jan Böhmer
|
77a5cadf51
|
Merge branch 'quicksearch'
|
2024-02-29 23:04:42 +01:00 |
|
Jan Böhmer
|
e0ef376cf0
|
Fixed various problems with the quicksearch
|
2024-02-29 23:00:21 +01:00 |
|
Jan Böhmer
|
04aeab7ea6
|
Renamed the quicksearch controller
|
2024-02-29 22:50:26 +01:00 |
|
Jan Böhmer
|
0dea26f67d
|
Do not allow search if query is empty
|
2024-02-29 22:48:07 +01:00 |
|
Jan Böhmer
|
1815162907
|
Added a search bar to homepage
|
2024-02-29 22:46:19 +01:00 |
|
Jan Böhmer
|
e00988047c
|
Added highlighting to search results
|
2024-02-29 22:20:30 +01:00 |
|
Jan Böhmer
|
faadd8e9a4
|
Improved layout for autocomplete dropdown
|
2024-02-29 21:53:28 +01:00 |
|
Jan Böhmer
|
409dcce3c7
|
Use correct translations for livesearch field in navbar
|
2024-02-29 20:39:27 +01:00 |
|