Commit graph

3785 commits

Author SHA1 Message Date
Jan Böhmer
470df57f58 Removed useless permissions checks, as the permissions are now always granted automatically, if the user has read access to parts 2023-10-08 21:36:05 +02:00
Jan Böhmer
185c88fa3e Removed now useless visibility options from PartsDataTable
The visibility is now configured by the env variable, so this is useless.
2023-10-08 21:32:57 +02:00
Jan Böhmer
79262972aa Renamed config env to TABLE_PARTS_DEFAULT_COLUMNS and updated documentation 2023-10-08 21:28:37 +02:00
Jan Böhmer
1369091b90 Moved column sorting and visibility logic to its own (non-shared) helper service 2023-10-08 21:07:22 +02:00
Jan Böhmer
b0322b4c03 Added a "new part" button to the navbar
This fixes issue #394
2023-10-08 01:25:29 +02:00
Jan Böhmer
c402ec40a5 Fixed initial rendering of default currency item in freshly initialized currency selectors 2023-10-08 01:04:04 +02:00
Jan Böhmer
1964084155 Merge branch 'mouser_pdo59'
This resolve issue #329
2023-10-08 00:41:47 +02:00
Jan Böhmer
4b5f9648b1 Allow to passthrought the mouser provider env using docker 2023-10-08 00:40:03 +02:00
Jan Böhmer
9d9287cefb Added documentation for MouserAPI 2023-10-08 00:39:08 +02:00
Jan Böhmer
18ae32f15a Renamed some env to match their purpose better 2023-10-08 00:33:48 +02:00
Jan Böhmer
7cd2662c77 Moved API key to query options of HTTPClient in MouserProvider 2023-10-08 00:18:25 +02:00
Jan Böhmer
4f0730b6f9 Properly formatted MouserProvider and fixed some type issues 2023-10-08 00:15:57 +02:00
Jan Böhmer
d7bc74fb2b Slightly restructured mouserprovider to remove redundant code 2023-10-08 00:00:10 +02:00
Jan Böhmer
a0b31cfd7e Made mouser provider key lowercase to be consistent with other providers 2023-10-07 23:49:04 +02:00
Jan Böhmer
33033bc5b1 Added the MouserProvider by @pdo59 2023-10-07 23:46:31 +02:00
Jan Böhmer
d6daac0762 New translations security.en.xlf (English) 2023-10-06 14:50:47 +02:00
Jan Böhmer
6a5a632a0e New translations validators.en.xlf (English) 2023-10-06 14:50:46 +02:00
Jan Böhmer
c64633299a New translations messages.en.xlf (English) 2023-10-06 14:50:45 +02:00
Jan Böhmer
f4e173d3fb New translations validators.en.xlf (Russian) 2023-10-06 14:50:41 +02:00
Jan Böhmer
5ff8d1c1cb New translations messages.en.xlf (Russian) 2023-10-06 14:50:39 +02:00
Jan Böhmer
aad40aefbc New translations validators.en.xlf (Japanese) 2023-10-06 14:50:37 +02:00
Jan Böhmer
ff77dac5fb New translations messages.en.xlf (Japanese) 2023-10-06 14:50:36 +02:00
Jan Böhmer
ced53c2690 New translations validators.en.xlf (German) 2023-10-06 14:50:30 +02:00
Jan Böhmer
6f66d50ff6 New translations messages.en.xlf (German) 2023-10-06 14:50:29 +02:00
Jan Böhmer
06f88341ba New translations validators.en.xlf (French) 2023-10-06 14:50:26 +02:00
Jan Böhmer
2a9a86aaaf New translations messages.en.xlf (French) 2023-10-06 14:50:25 +02:00
Jan Böhmer
2409c7f62b Exclude TwoStepORMAdapter from phpstan to fix github actions issue 2023-10-06 14:42:32 +02:00
Jan Böhmer
1b276c5eae Fixed typo in name of TwoStepORMAdapter 2023-10-06 13:08:46 +02:00
Jan Böhmer
608bd247af Updated symfony/phpunit-bridge recipe 2023-10-06 13:06:40 +02:00
Jan Böhmer
e9cdd20dcc Updated phpstan/phpstan recipe 2023-10-06 13:05:06 +02:00
Jan Böhmer
37dccd4249 Updated doctrine/doctrine-bundle recipe 2023-10-06 13:02:14 +02:00
Jan Böhmer
485d162d82 Updated dama/doctrine-test-bundle recipe 2023-10-06 13:01:17 +02:00
Jan Böhmer
aaf230fc58 Updated api platform recipe 2023-10-06 13:00:13 +02:00
Jan Böhmer
f9cafae789 Upgraded marked.js dependency 2023-10-06 12:47:00 +02:00
Jan Böhmer
c758027d4c Upgraded to CKEditor5 v40 2023-10-06 12:41:43 +02:00
Jan Böhmer
c178d45f73 Upgraded dependencies after merge 2023-10-06 12:35:17 +02:00
Jan Böhmer
8c9abce633 Merge branch 'api' 2023-10-06 12:29:53 +02:00
misaz
0753b7137f fixed tab/spaces in PartsDataTable 2023-10-04 21:30:04 +02:00
misaz
9d54001f89 added support for configuring columns in part table which are enabled by default as well as their order. 2023-10-04 21:14:57 +02:00
Jan Böhmer
00bb005e4e Bumped to version 1.7.3 2023-10-04 01:26:07 +02:00
Jan Böhmer
60b8650a1a Updated dependencies
The webauthn 2fa integration got an update, this should fix issue #389
2023-10-04 01:25:22 +02:00
Jan Böhmer
ec4eccdf08 Removed unnecessary commented code 2023-10-04 00:50:28 +02:00
Jan Böhmer
64c38042a0 Added missing lastModified and creationDate fields to API response 2023-10-04 00:08:10 +02:00
Jan Böhmer
e09f60e71f Allow to filter attachments API response by attachment types 2023-10-03 23:58:41 +02:00
Jan Böhmer
0e75d76720 Added API endpoints for projects 2023-10-03 23:53:10 +02:00
Jan Böhmer
852624ae7e Added filter to filter parts by storage location 2023-10-03 21:59:33 +02:00
Jan Böhmer
00708608cd Added entity filter to filter part response by categories, etc. 2023-10-03 21:37:58 +02:00
Jan Böhmer
e339b7d9f0 Fixed issue with FixInheritanceMappingMetadataFactory 2023-10-03 20:47:37 +02:00
Jan Böhmer
2f958dafae Fixed PHPstan issues 2023-10-03 16:41:03 +02:00
Jan Böhmer
3df47ed748 Added filters to various endpoints to allow searching for parts 2023-10-03 16:29:04 +02:00