web-devinition.de
|
14a4f1f437
|
Added custom part status (#1053)
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / docker (push) Has been cancelled
Docker Image Build (FrankenPHP) / docker (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Has been cancelled
* Benutzerdefinierten Bauteilstatus einführen
* PartCustomStateController hinzufügen
* Umstellung Migrationen bzgl. Multi-Plattform-Support.
Zunächst MySQL, SQLite Statements integrieren.
* Postgre Statements integrieren
* Semikolon in Migration entfernen
* Migration für PartCustomState aktualisieren
* Benutzerdefinierten Bauteilstatus in TableSettings aufnehmen
* PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt
* PartCustomState: Mapping für Parameter korrigieren
* PartCustomState: Darstellung und Zuordnung von Anhängen ergänzt
Die Sidebar wurde um die Anzeige des benutzerdefinierten Bauteilstatus erweitert, inklusive Vorschaubild, sofern vorhanden.
* Migrationen zusammenführen
* PartCustomState: Anpassungen bzgl. Tests
* PartCustomStateEndpoint hinzufügen
* Made custom part states plural for consistency with other entity captions
* Fixed phpunit error
* Fixed phpstan issues
---------
Co-authored-by: Marcel Diegelmann <marcel.diegelmann@gmail.com>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
|
2025-10-27 21:58:16 +01:00 |
|
Jan Böhmer
|
58d4207b49
|
Fixed phpstan issues
|
2025-08-03 21:59:51 +02:00 |
|
Jan Böhmer
|
442457f11b
|
Merge branch 'master' into settings-bundle
|
2025-06-15 18:39:49 +02:00 |
|
Jan Böhmer
|
6b9c125de4
|
Added console command to sanitize SVG files
|
2025-05-18 22:38:43 +02:00 |
|
Jan Böhmer
|
f802c6c176
|
Exclude automigration-backup folder from clean attachments folder
|
2025-03-30 14:50:52 +02:00 |
|
Jan Böhmer
|
53da45d7d7
|
Added command to download all external-only attachments to the local file system
|
2025-03-29 13:33:35 +01:00 |
|
Jan Böhmer
|
b724b05de6
|
Fixed "implicitly marking parameter as nullable" deprecations in PHP 8.4 fixed
|
2025-02-08 00:19:20 +01:00 |
|
Jan Böhmer
|
8750573724
|
Merge branch 'master' into settings-bundle
|
2025-01-17 22:06:18 +01:00 |
|
Jan Böhmer
|
946032a101
|
Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0
|
2024-12-28 23:08:08 +01:00 |
|
Jan Böhmer
|
484ba5ebd7
|
If user password set command is run in non-interactive mode, show a warning message if no password is inputted
Related to issue #748
|
2024-11-03 23:39:04 +01:00 |
|
Jan Böhmer
|
2ab2b7f77d
|
Moved default language, default timezone and base currency settings to new settings system
|
2024-08-03 23:14:29 +02:00 |
|
Jan Böhmer
|
6f91ff1f28
|
Fixed --overwrite option of the backup command not working
This fixes issue #635
|
2024-06-22 22:59:16 +02:00 |
|
Jan Böhmer
|
e3dfbf0e95
|
Support postgres in the backup command
|
2024-06-18 23:02:33 +02:00 |
|
Jan Böhmer
|
7d9be5ae76
|
Fixed wrong casing of SQLitePlatform
|
2024-06-09 23:36:00 +02:00 |
|
Jan Böhmer
|
1e6065f732
|
Show 64-bit recommendation in check requirements CLI and server info page
|
2024-03-09 00:23:18 +01:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
8b8079a6f1
|
Fixed deprecations
|
2023-12-05 21:55:20 +01:00 |
|
Jan Böhmer
|
5faeb5dd56
|
Fixed problem with loading Fixtures on MySQL in combination with savepoints
We must now load the fixtures using custom command partdb:fixtures:load
|
2023-12-05 21:33:29 +01:00 |
|
Jan Böhmer
|
6d6a69e1dd
|
Removed unnecessary curly brackets in string interpolation, which are deprecated in PHP 8.2
|
2023-10-14 20:31:04 +02:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
b7c8ca2a48
|
Improved typing and phpdoc type annotations
|
2023-06-18 15:37:42 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
219b57a362
|
Fixed some deprecations
|
2023-06-11 17:38:08 +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
|
bb1285c35c
|
Remove defaultDescription from commands, as this is now part of the annotation
|
2023-05-28 01:32:04 +02:00 |
|
Jan Böhmer
|
a43af180a7
|
Applied rector rules up to symfony 6.2
|
2023-05-28 01:21:05 +02:00 |
|
Jan Böhmer
|
cd1413a74e
|
CheckRequirementsCommand now recommends PHP 8.2
|
2023-05-27 20:07:03 +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
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
1cee1abe00
|
Fixed some return type deprecation messages
|
2023-04-15 19:33:39 +02:00 |
|
Jan Böhmer
|
d258235430
|
Improved naming and documentation of CLIUser functions on AbstractLogEntry
|
2023-04-08 01:13:13 +02:00 |
|
Jan Böhmer
|
6443d8e2bf
|
Log the name of the CLI user, when actions were done from the CLI.
|
2023-04-07 22:44:59 +02:00 |
|
Jan Böhmer
|
a48b4ccaa8
|
Added an check that the user really knows that the command will delete all data.
|
2023-03-25 23:09:12 +01:00 |
|
Jan Böhmer
|
ae438f1650
|
Ensure that the PartKeepr Version is correct.
|
2023-03-25 21:24:58 +01:00 |
|
Jan Böhmer
|
563d6bccd3
|
Added possibility to import users and projects
|
2023-03-25 21:09:02 +01:00 |
|
Jan Böhmer
|
46beb21ba7
|
Improved structure of the PartKeepr import
|
2023-03-25 00:25:18 +01:00 |
|
Jan Böhmer
|
21c74fbcc8
|
Added basic import for parts
|
2023-03-24 23:43:05 +01:00 |
|
Jan Böhmer
|
1ca839ab26
|
Added import for storelocations
|
2023-03-24 22:51:41 +01:00 |
|
Jan Böhmer
|
34aefd32e8
|
Added possibility to import categories and footprints
|
2023-03-24 22:41:33 +01:00 |
|
Jan Böhmer
|
fce32e70b9
|
Started to work on an import possibility for Partkeepr databases
|
2023-03-23 01:16:12 +01:00 |
|
Jan Böhmer
|
e6d9237bda
|
Allow to specify a user by username or email with set-password commannd
|
2023-02-23 23:39:29 +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
|
e064ee4263
|
Prevent change of password of SAML users via CLI
|
2023-02-21 21:58:27 +01:00 |
|
Jan Böhmer
|
ba5ae35809
|
Fixed some inspection issues
|
2023-02-05 03:01:25 +01:00 |
|
Jan Böhmer
|
2c03a6e683
|
Added an command to backup the data of Part-DB easily
This fixes issue #86.
|
2023-01-29 00:47:03 +01:00 |
|
Jan Böhmer
|
751cdc603a
|
Added comment to the element change log entries on permission schema change.
|
2023-01-08 20:14:23 +01:00 |
|
Jan Böhmer
|
0e56f11b6b
|
Added an mechanism to upgrade permissions schema (manually by calling a program)
|
2023-01-08 00:15:35 +01:00 |
|