Jan Böhmer
|
eb46ea19e3
|
Make update checking mechanism more resilient against connection errors
|
2023-08-21 23:11:12 +02:00 |
|
Jan Böhmer
|
0e5613b57b
|
Forbid access to homepage if a user has no allow permission
This allows to block access to everything (even the homepage) for anonymous access. This fixes issue #290
|
2023-08-20 12:33:08 +02:00 |
|
Jan Böhmer
|
73d61f7440
|
Fixed PartKeepr import for storagelocation attachments
This should fix issue #334
|
2023-08-19 23:52:22 +02:00 |
|
Jan Böhmer
|
a43ee52086
|
Fixed static analysis issues
|
2023-08-05 00:07:42 +02:00 |
|
Jan Böhmer
|
97ccb0cb21
|
Allow to globally disable update checking/connection with Github
|
2023-08-04 23:55:41 +02:00 |
|
Jan Böhmer
|
1fb334b0ca
|
Show a notification on homepage and server info page if there is a new version available.
|
2023-08-04 23:49:26 +02:00 |
|
Jan Böhmer
|
b3153dac68
|
Fixed static analysis issue and added test for UserRepository
|
2023-08-01 16:20:31 +02:00 |
|
Jan Böhmer
|
b5c0f37f88
|
Fixed exception on visiting certain group edit pages.
This fixes issue #340
|
2023-08-01 15:06:57 +02:00 |
|
Jan Böhmer
|
d847b74522
|
Reenable caching for part provider system.
|
2023-07-31 22:21:20 +02:00 |
|
Jan Böhmer
|
5750e7dbdf
|
Fixed exception if octopart did not returned an category for a part
|
2023-07-31 22:21:08 +02:00 |
|
Jan Böhmer
|
ffe76f9d2e
|
Use full path for categories returned by Octopart
|
2023-07-31 22:17:24 +02:00 |
|
Jan Böhmer
|
5b1ad541a8
|
Added an caching layer to octopart provider to reduce API queries.
|
2023-07-31 22:11:46 +02:00 |
|
Jan Böhmer
|
4824a82c3f
|
Fixed error, when octopart search got no results
|
2023-07-31 01:00:34 +02:00 |
|
Jan Böhmer
|
f7cea1100c
|
Allow to configure various options of the octopart provider
|
2023-07-31 00:57:33 +02:00 |
|
Jan Böhmer
|
827dd01e28
|
Get shopping informations from octopart
|
2023-07-31 00:13:59 +02:00 |
|
Jan Böhmer
|
d969f49ecc
|
Get specifications, mass, footprint and manufacturer status from Octopart
|
2023-07-31 00:01:19 +02:00 |
|
Jan Böhmer
|
43cc37d10f
|
Added very basic octopart info provider
|
2023-07-30 23:04:18 +02:00 |
|
Jan Böhmer
|
6a00b8e168
|
Added possibility to manage client_credentials OAuth tokens
|
2023-07-30 15:24:46 +02:00 |
|
Jan Böhmer
|
1b3fc2c23c
|
Fixed PHPUnit exception
|
2023-07-29 19:03:46 +02:00 |
|
Jan Böhmer
|
1c222ff293
|
Improved attachment name generation from DTO url
We dont include the query paramaters in the name anymore
|
2023-07-29 18:38:18 +02:00 |
|
Jan Böhmer
|
ed6b0057b7
|
Make the manufacturer field optional on part manufacturer data during Partkeepr import
This should fix issue #333
|
2023-07-26 22:55:18 +02:00 |
|
Jan Böhmer
|
fc7e436ca9
|
Improved image and attachment viewing on part info page
|
2023-07-23 01:32:28 +02:00 |
|
Jan Böhmer
|
1ec4266f96
|
Fixed sorting for element choice type and added tests
|
2023-07-23 01:01:29 +02:00 |
|
Jan Böhmer
|
cd80552ce7
|
Fixed PHPstan issues
|
2023-07-23 00:14:29 +02:00 |
|
Jan Böhmer
|
8ce5f4a796
|
Do not cache entities directly in NodesListBuilder but cache only the IDs instead
Otherwise the doctrine proxies break, and we get issues with loading the preview_images in structural Elements.
|
2023-07-20 23:20:46 +02:00 |
|
Jan Böhmer
|
c0f626e9bd
|
Fixed phpstan issue
|
2023-07-19 23:01:29 +02:00 |
|
Jan Böhmer
|
3a8c835880
|
Lazily sort info providers list, to prevent unneccesarry work on most container calls
|
2023-07-19 00:11:19 +02:00 |
|
Jan Böhmer
|
8116217019
|
Fixed exception when undo/revert to a change which contained a change to a enum property
|
2023-07-18 23:34:45 +02:00 |
|
Jan Böhmer
|
52c6884e28
|
Allow slashes in digikey product ids
|
2023-07-17 23:21:30 +02:00 |
|
Jan Böhmer
|
3a8c5a788f
|
Fixed phpstan issues
|
2023-07-17 00:43:35 +02:00 |
|
Jan Böhmer
|
afcbbe0f43
|
Fixed phpunit tests
|
2023-07-17 00:34:00 +02:00 |
|
Jan Böhmer
|
d10d29e590
|
Do not enable the create part from provider permission automatically
This allows users to create new datastructures, which is maybe not wanted. Besides it has to be configured first.
|
2023-07-17 00:20:38 +02:00 |
|
Jan Böhmer
|
7b61cb3163
|
Added more env variables to configure providers
|
2023-07-17 00:19:02 +02:00 |
|
Jan Böhmer
|
4c1c6701b3
|
Test availability of the info provider pages
|
2023-07-16 23:56:30 +02:00 |
|
Jan Böhmer
|
a5995a2ce8
|
Centralized logic for part creation form
|
2023-07-16 23:46:20 +02:00 |
|
Jan Böhmer
|
c810b6772c
|
Show the value returned by the provider on part creation page.
This makes it easier to check or assign a element manually
|
2023-07-16 23:19:02 +02:00 |
|
Jan Böhmer
|
b74ab18a6d
|
Added possibility to define alternative names on data structures
This can be used to find elements, based on the data returned by info providers
|
2023-07-16 22:59:46 +02:00 |
|
Jan Böhmer
|
b3b205cd6e
|
Added permissions to control access to info providers and oauth tokens
|
2023-07-16 20:33:24 +02:00 |
|
Jan Böhmer
|
6862d318f0
|
Cache the DTO objects returned by the info providers
This saves API requests
|
2023-07-16 19:05:26 +02:00 |
|
Jan Böhmer
|
412fa3f0bf
|
Get datasheets and category from digikey
|
2023-07-16 18:35:44 +02:00 |
|
Jan Böhmer
|
01d9109c45
|
Improved digikey provider
|
2023-07-16 17:10:48 +02:00 |
|
Jan Böhmer
|
f7648e3311
|
Added an button to connect the oauth providers from WebUI
|
2023-07-16 03:18:33 +02:00 |
|
Jan Böhmer
|
c203de082e
|
Added proper OAuth authentication for digikey and other providers
|
2023-07-16 03:07:53 +02:00 |
|
Jan Böhmer
|
a95ba1acc4
|
Add a reference to the used info provider to a part
|
2023-07-16 01:24:49 +02:00 |
|
Jan Böhmer
|
db97114fb4
|
Use preview image and other additional images provided by the info provider
|
2023-07-15 21:41:35 +02:00 |
|
Jan Böhmer
|
8ea92ef330
|
Added tests for DTOConverter
|
2023-07-15 18:18:35 +02:00 |
|
Jan Böhmer
|
de82249d8d
|
Provide footprint information on TMEProvider
|
2023-07-15 01:52:46 +02:00 |
|
Jan Böhmer
|
94a26ae75a
|
Allow to extract ranges from paramaters
|
2023-07-15 01:41:29 +02:00 |
|
Jan Böhmer
|
f9fdae9de9
|
Added an TME data provider
|
2023-07-15 01:01:20 +02:00 |
|
Jan Böhmer
|
0cb46039dd
|
Allow to retrieve price and shopping informations from info providers
|
2023-07-14 00:09:22 +02:00 |
|