Commit Graph

  • 6a00b8e168 Added possibility to manage client_credentials OAuth tokens Jan Böhmer 2023-07-30 15:24:46 +02:00
  • 1b3fc2c23c Fixed PHPUnit exception Jan Böhmer 2023-07-29 19:03:46 +02:00
  • 8e96971b9c Merge remote-tracking branch 'origin/l10n_master' Jan Böhmer 2023-07-29 18:55:48 +02:00
  • 8e39e330fe Updated dependencies. Jan Böhmer 2023-07-29 18:55:24 +02:00
  • 15ba6572df Try to detect if an external attachment is an image or not. Jan Böhmer 2023-07-29 18:50:18 +02:00
  • 1c222ff293 Improved attachment name generation from DTO url Jan Böhmer 2023-07-29 18:38:18 +02:00
  • 2fb1ec7f8a New translations messages.en.xlf (German) Jan Böhmer 2023-07-29 18:10:26 +02:00
  • 70f1db9619 New translations messages.en.xlf (German) Jan Böhmer 2023-07-29 17:10:30 +02:00
  • 11be65678e Fixed order by FIELD emulation on sqlite via INSTR Jan Böhmer 2023-07-29 17:06:35 +02:00
  • 80ed064cd6 Emulate the field function in SQLIte by using an string search, instead of our PHP function callback Jan Böhmer 2023-07-29 16:50:47 +02:00
  • 62b1e33616 Fixed field ordering on SQLite Jan Böhmer 2023-07-29 16:42:27 +02:00
  • 52f2ef6d30 New translations messages.en.xlf (German) Jan Böhmer 2023-07-28 23:30:26 +02:00
  • 8ace78a873 New translations messages.en.xlf (German) Jan Böhmer 2023-07-28 11:50:42 +02:00
  • 5c30210534 Fixed some stuff on the emulated Field2 function and added tests Jan Böhmer 2023-07-27 00:38:17 +02:00
  • 1d03b6c38d Added tests for sqlite emulated functions Jan Böhmer 2023-07-26 23:39:53 +02:00
  • d3ead8742e Implement a special field2 function, to migitiate the argument count limit in sqlite Jan Böhmer 2023-07-26 23:23:25 +02:00
  • ed6b0057b7 Make the manufacturer field optional on part manufacturer data during Partkeepr import Jan Böhmer 2023-07-26 22:55:18 +02:00
  • 90fbcb88d8 Updated dependencies Jan Böhmer 2023-07-23 23:22:00 +02:00
  • be2ed52d93 Fixed phpstan issues Jan Böhmer 2023-07-23 23:04:45 +02:00
  • f1af19a52a Fixed wrong background color for structural links Jan Böhmer 2023-07-23 23:02:04 +02:00
  • 4c4501073c Use a two step approach to retrieve part tables Jan Böhmer 2023-07-23 21:48:38 +02:00
  • b8b9a416ac Fixed wrong type of the supplier filter Jan Böhmer 2023-07-23 21:33:50 +02:00
  • fc7e436ca9 Improved image and attachment viewing on part info page Jan Böhmer 2023-07-23 01:32:28 +02:00
  • 1de1eebc59 Fixed PHPstan issues Jan Böhmer 2023-07-23 01:20:38 +02:00
  • a4d411656b Added a field extension for SQLite and let the database sort the elements by the given ID order directly Jan Böhmer 2023-07-23 01:19:48 +02:00
  • 1ec4266f96 Fixed sorting for element choice type and added tests Jan Böhmer 2023-07-23 01:01:29 +02:00
  • 61f02d693f Added info about alternative names to info provider documentation Jan Böhmer 2023-07-23 00:29:16 +02:00
  • cd80552ce7 Fixed PHPstan issues Jan Böhmer 2023-07-23 00:14:29 +02:00
  • d59b8817c3 Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination Jan Böhmer 2023-07-22 23:51:06 +02:00
  • 8ce5f4a796 Do not cache entities directly in NodesListBuilder but cache only the IDs instead Jan Böhmer 2023-07-20 23:20:46 +02:00
  • 2e8cb35acc Use ManyToOne instead of OneToOne for master_picture_attachment like before Jan Böhmer 2023-07-20 21:54:13 +02:00
  • c0f626e9bd Fixed phpstan issue Jan Böhmer 2023-07-19 23:01:29 +02:00
  • 2ddfe48aba Do the doctrine definitions of the master preview attachment in the sub classes Jan Böhmer 2023-07-19 22:49:40 +02:00
  • 2c6de84c9a Only check every 10 minutes if the user needs to setup a 2FA method enforced by its group Jan Böhmer 2023-07-19 00:56:28 +02:00
  • 87cf4c2d08 Do a extra lazy fetch on webauthn and u2f keys property of a user Jan Böhmer 2023-07-19 00:20:38 +02:00
  • 3a8c835880 Lazily sort info providers list, to prevent unneccesarry work on most container calls Jan Böhmer 2023-07-19 00:11:19 +02:00
  • e2dbd3d873 Fixed bug, that prevented all related history entries for an element Jan Böhmer 2023-07-19 00:01:42 +02:00
  • 55aabddd41 Allow to sort by user in log data table Jan Böhmer 2023-07-18 23:45:52 +02:00
  • eb07820523 Fixed issue that prevented undo changes from being logged Jan Böhmer 2023-07-18 23:42:01 +02:00
  • 8116217019 Fixed exception when undo/revert to a change which contained a change to a enum property Jan Böhmer 2023-07-18 23:34:45 +02:00
  • 6fb1845ff7 Use fixed version of jbtronics/2fa-webauthn-bundle Jan Böhmer 2023-07-17 23:46:12 +02:00
  • 75325f0ed8 Added some trademark disclaimer to Part-DB documentation Jan Böhmer 2023-07-17 23:28:24 +02:00
  • 0577f9e166 Added some documentation about caching Jan Böhmer 2023-07-17 23:25:22 +02:00
  • 52c6884e28 Allow slashes in digikey product ids Jan Böhmer 2023-07-17 23:21:30 +02:00
  • 2be76a488f Added documentation for part provider system Jan Böhmer 2023-07-17 23:14:35 +02:00
  • 686535fe42 New translations messages.en.xlf (English) Jan Böhmer 2023-07-17 00:53:09 +02:00
  • 5c17aee1e4 Properly escape group table name Jan Böhmer 2023-07-17 00:49:25 +02:00
  • 9b35ac3a99 Updated yarn dependencies. Jan Böhmer 2023-07-17 00:45:46 +02:00
  • 59b78e850f Merge branch 'part_info_provider_integration' Jan Böhmer 2023-07-17 00:43:51 +02:00
  • 3a8c5a788f Fixed phpstan issues Jan Böhmer 2023-07-17 00:43:35 +02:00
  • afcbbe0f43 Fixed phpunit tests Jan Böhmer 2023-07-17 00:34:00 +02:00
  • d10d29e590 Do not enable the create part from provider permission automatically Jan Böhmer 2023-07-17 00:20:38 +02:00
  • 7b61cb3163 Added more env variables to configure providers Jan Böhmer 2023-07-17 00:19:02 +02:00
  • 4c1c6701b3 Test availability of the info provider pages Jan Böhmer 2023-07-16 23:56:30 +02:00
  • f423fdf7f8 Fixed bug in DB schema, which prevented the creation of parts without info provider reference Jan Böhmer 2023-07-16 23:48:55 +02:00
  • a5995a2ce8 Centralized logic for part creation form Jan Böhmer 2023-07-16 23:46:20 +02:00
  • c810b6772c Show the value returned by the provider on part creation page. Jan Böhmer 2023-07-16 23:19:02 +02:00
  • b74ab18a6d Added possibility to define alternative names on data structures Jan Böhmer 2023-07-16 22:59:46 +02:00
  • edc54aaf91 Added migrations for sqlite and new additional_names field Jan Böhmer 2023-07-16 20:47:25 +02:00
  • b3b205cd6e Added permissions to control access to info providers and oauth tokens Jan Böhmer 2023-07-16 20:33:24 +02:00
  • 2fe4def775 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 20:30:24 +02:00
  • 7bbf612394 Fixed title of info providers list Jan Böhmer 2023-07-16 20:09:20 +02:00
  • 97ab1f0492 Improved search page Jan Böhmer 2023-07-16 20:05:11 +02:00
  • 81bfcdd158 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 19:30:23 +02:00
  • 6862d318f0 Cache the DTO objects returned by the info providers Jan Böhmer 2023-07-16 19:05:26 +02:00
  • 412fa3f0bf Get datasheets and category from digikey Jan Böhmer 2023-07-16 18:35:44 +02:00
  • 01d9109c45 Improved digikey provider Jan Böhmer 2023-07-16 17:10:48 +02:00
  • dd914d1d64 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 16:56:03 +02:00
  • 5cf3624a3a New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 13:20:24 +02:00
  • c7ff8c2dd1 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 12:20:29 +02:00
  • 83c202d675 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-16 11:20:25 +02:00
  • f7648e3311 Added an button to connect the oauth providers from WebUI Jan Böhmer 2023-07-16 03:18:33 +02:00
  • c203de082e Added proper OAuth authentication for digikey and other providers Jan Böhmer 2023-07-16 03:07:53 +02:00
  • a95ba1acc4 Add a reference to the used info provider to a part Jan Böhmer 2023-07-16 01:24:49 +02:00
  • db325525e4 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-15 22:30:25 +02:00
  • db97114fb4 Use preview image and other additional images provided by the info provider Jan Böhmer 2023-07-15 21:41:35 +02:00
  • b18a300f10 New translations validators.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-15 21:30:27 +02:00
  • 61ffb857ee New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-15 21:30:26 +02:00
  • 701212239d Use an experimental doctrine/orm version to fix some issues persisting attachments while simutanously creating a new attachment type Jan Böhmer 2023-07-15 21:17:10 +02:00
  • 422fa01c6f Use the initial element for database if the value was not changed. Jan Böhmer 2023-07-15 21:00:45 +02:00
  • 62820b4dd9 New translations validators.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-15 20:30:54 +02:00
  • 8ea92ef330 Added tests for DTOConverter Jan Böhmer 2023-07-15 18:18:35 +02:00
  • de82249d8d Provide footprint information on TMEProvider Jan Böhmer 2023-07-15 01:52:46 +02:00
  • 94a26ae75a Allow to extract ranges from paramaters Jan Böhmer 2023-07-15 01:41:29 +02:00
  • f9fdae9de9 Added an TME data provider Jan Böhmer 2023-07-15 01:01:20 +02:00
  • 0cb46039dd Allow to retrieve price and shopping informations from info providers Jan Böhmer 2023-07-14 00:09:22 +02:00
  • c4439cc9db Mark newly created entities better in structural entity selector Jan Böhmer 2023-07-12 23:58:40 +02:00
  • 6cd9640b30 Allow to automatically find or create entities from database based on info providers Jan Böhmer 2023-07-12 23:43:16 +02:00
  • f9bce3dfdb Merge branch 'master' into part_info_provider_integration Jan Böhmer 2023-07-11 22:04:06 +02:00
  • 8eb0c997ed Updated dependencies Jan Böhmer 2023-07-11 22:01:32 +02:00
  • a8f96e06bd Automatically whitelist the SAML IIDP domain for external redirect Jan Böhmer 2023-07-11 21:50:55 +02:00
  • 9a2945927f New translations security.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-10 23:36:28 +02:00
  • 89f9249ec6 New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-10 23:36:27 +02:00
  • 24f572253f New translations messages.en.xlf (Chinese Simplified) Jan Böhmer 2023-07-10 22:36:25 +02:00
  • 4fc9c19893 Removed useless tabs in code blocks in installation guide Jan Böhmer 2023-07-10 13:26:07 +02:00
  • f6fcd730a8 Added how you checkout a stable release in the installation guide Jan Böhmer 2023-07-10 13:20:44 +02:00
  • 716a56979d Added basic possibilty to create parts based on infoProviders Jan Böhmer 2023-07-09 23:31:40 +02:00
  • 538476be99 Added a info provider for element14/Farnell Jan Böhmer 2023-07-09 18:51:54 +02:00
  • 93a170a893 Added basic search system in info providers Jan Böhmer 2023-07-09 17:55:41 +02:00
  • e0301f096f Added an very basic system to configure info providers Jan Böhmer 2023-07-09 14:27:41 +02:00