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
|
459ae163da
|
Restrict the depth of the category tree shown inside KiCAD to improve performance
The depth can be controlled via the EDA_KICAD_CATEGORY_DEPTH env
|
2023-12-03 14:42:33 +01:00 |
|
Jan Böhmer
|
7239aef47f
|
Ensure that the user property is really null in getLastUser function, if the target user was deleted
This fixes issue #414
|
2023-10-24 23:55:14 +02:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
bcd41c4d9b
|
Added possibility to authenticate with the given API token
|
2023-08-16 00:13:01 +02:00 |
|
Jan Böhmer
|
3bc6e61869
|
Added very basic system to add API tokens to an user
|
2023-08-15 23:36:56 +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
|
62b1e33616
|
Fixed field ordering on SQLite
|
2023-07-29 16:42:27 +02:00 |
|
Jan Böhmer
|
a4d411656b
|
Added a field extension for SQLite and let the database sort the elements by the given ID order directly
|
2023-07-23 01:19:48 +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
|
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
|
0cb46039dd
|
Allow to retrieve price and shopping informations from info providers
|
2023-07-14 00:09:22 +02:00 |
|
Jan Böhmer
|
6cd9640b30
|
Allow to automatically find or create entities from database based on info providers
|
2023-07-12 23:43:16 +02:00 |
|
Jan Böhmer
|
9adfcc7aec
|
Use an enum for target_type in log entries
|
2023-06-18 18:31:39 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
fc3290271c
|
Started to increase the phpstan level
|
2023-06-13 10:36:34 +02:00 |
|
Jan Böhmer
|
71cd4057a7
|
Use enums for LabelOptions
|
2023-06-12 23:39:30 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
684334ba22
|
Improved code style of tests
|
2023-06-11 15:02:59 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
c24019fd57
|
Fixed error preventing the service container from compiling
|
2023-05-27 20:46:02 +02:00 |
|
Jan Böhmer
|
963a22783f
|
Use proper implementation of recursion depth limit, that really use the number of recusive calls, not the number of child elements
This fixes issue #267
|
2023-04-17 23:59:59 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
63df16a369
|
Removed unused imports
|
2023-04-15 22:27:19 +02:00 |
|
Jan Böhmer
|
13209c3236
|
Improved typing of properties
|
2023-04-15 22:25:03 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
5f5541ca12
|
Added UserSelectType and allow to set owner of a storage location
|
2023-04-02 21:50:22 +02:00 |
|
Jan Böhmer
|
61e2dde400
|
Allow to import category, footprint and manufacturer by giving a string in the CSV file
|
2023-03-12 21:10:48 +01:00 |
|
Jan Böhmer
|
6230ad971b
|
Merge branch 'keycloak'
|
2023-03-04 17:15:50 +01:00 |
|
Jan Böhmer
|
7394a23a83
|
Fixed infinite loop when an element gets assigned itself as parent
This fixes issue #230
|
2023-03-02 22:55:22 +01:00 |
|
Jan Böhmer
|
c831d57614
|
Added an console command to convert local to SAML users and vice versa
|
2023-02-23 23:36:40 +01:00 |
|
Jan Böhmer
|
97c3b9002a
|
Mark SAML users as so in database and disable local password changing then.
|
2023-02-21 00:29:50 +01:00 |
|
Jan Böhmer
|
ba5ae35809
|
Fixed some inspection issues
|
2023-02-05 03:01:25 +01:00 |
|
Jan Böhmer
|
5ead9cbf61
|
Fixed some incompatibility on PHP 7.4
|
2023-01-30 00:43:03 +01:00 |
|
Jan Böhmer
|
e0c380d81a
|
Allow to create nested entitiy structures directly from the part edit page.
However there is still a bug, that the newly created entites are not shown as selected (even though they are). Fixes issue #203
|
2023-01-30 00:37:12 +01:00 |
|
Jan Böhmer
|
cbe010ee67
|
Allow to mass generate labels via part table multiselect.
|
2023-01-15 23:36:22 +01:00 |
|
Jan Böhmer
|
64e7ce4ad6
|
Improved usability of part select element
|
2022-12-24 16:25:29 +01:00 |
|
Jan Böhmer
|
670dd76ef5
|
Implement a user friendly part select element.
|
2022-12-24 14:04:46 +01:00 |
|
Jan Böhmer
|
0c7ec9f0c7
|
Added some basic DB fields for the new project system
|
2022-12-18 20:34:25 +01:00 |
|
Jan Böhmer
|
8ae4e9fe05
|
Fixed some inspection issues
|
2022-12-18 19:45:04 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|
Jan Böhmer
|
498cc07583
|
Added copyright/license info to files
|
2022-11-29 21:21:26 +01:00 |
|
Jan Böhmer
|
37fde77b8e
|
Show special icon in users menu when a user is locked
|
2022-11-14 23:52:10 +01:00 |
|
Jan Böhmer
|
32638777d9
|
Show the number of parts with this element and all its child elements in Admin pages
|
2022-09-21 13:20:57 +02:00 |
|
Jan Böhmer
|
0d0a04c36f
|
Fixed static analysis issues.
|
2022-09-11 19:14:16 +02:00 |
|