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
|
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
|
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 |
|
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
|
a4eae19a1f
|
Improved organisation of Services
|
2022-12-18 17:28:42 +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
|
df11f62a2f
|
Fixed PHPstan issues
|
2022-11-27 16:53:44 +01:00 |
|
Jan Böhmer
|
59ec215b12
|
Added an console command to enable/disable many users at once.
|
2022-11-15 00:18:39 +01:00 |
|
Jan Böhmer
|
27709bed60
|
Show the disabled status of a user in the users:list command
|
2022-11-14 23:58:38 +01:00 |
|
Jan Böhmer
|
b0c027f805
|
Renamed PermissionResolver service to PermissionService
|
2022-11-14 20:15:06 +01:00 |
|