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 |
|
Jan Böhmer
|
a30b67e328
|
Allow to change all permissions at once via the console command.
|
2022-11-05 23:20:26 +01:00 |
|
Jan Böhmer
|
3fbc72600f
|
Allow to edit user permissions via console command
|
2022-11-05 23:07:28 +01:00 |
|
Jan Böhmer
|
563ad21125
|
Added console command to view permissions of a user
|
2022-11-05 22:30:46 +01:00 |
|
Jan Böhmer
|
51e05a8669
|
Use typed properties
|
2022-09-18 22:59:31 +02:00 |
|
Jan Böhmer
|
639829f5c5
|
Fixed some inspection issues.
|
2022-08-14 19:32:53 +02:00 |
|
Jan Böhmer
|
5fd608f42a
|
Fixed some deprecations.
|
2022-08-14 19:09:07 +02:00 |
|
Jan Böhmer
|
2486bc5d7b
|
Added an check-requirements console command
|
2022-08-04 22:44:14 +02:00 |
|
Jan Böhmer
|
21ca1ffead
|
Moved all console comands to the partdb: namespace
|
2022-08-04 21:49:16 +02:00 |
|
Jan Böhmer
|
3470a5fa5d
|
Don't show an error message in app:show-log when no logs are created yet.
|
2022-07-23 22:49:54 +02:00 |
|
Jan Böhmer
|
193ecd252b
|
Fixed some deprecations.
|
2021-10-02 20:41:14 +02:00 |
|
Jan Böhmer
|
e73a90a234
|
Fixed code style.
|
2020-08-21 22:44:38 +02:00 |
|
Jan Böhmer
|
e01b06fb85
|
Fixed some inspection issues.
|
2020-08-21 22:43:37 +02:00 |
|
Jan Böhmer
|
d0b1024d80
|
Fixed code style.
|
2020-08-21 21:36:22 +02:00 |
|
Jan Böhmer
|
696d3343a4
|
Updated UpdateExchangeRatesCommand to use the new service.
|
2020-06-07 22:46:32 +02:00 |
|
Jan Böhmer
|
db4d7dc5fc
|
Use BigDecimal for Currency exchange rate.
|
2020-05-20 20:57:16 +02:00 |
|
Jan Böhmer
|
8b6fe757a0
|
Removed unnecessary getIDString() function in AbstractDBElement.
|
2020-05-13 21:19:23 +02:00 |
|
Jan Böhmer
|
ae75e6844f
|
Fixed coding style.
|
2020-04-10 13:05:08 +02:00 |
|
Jan Böhmer
|
470cd2af9e
|
Log security related events like password reset, 2FA method added, etc.
|
2020-04-03 18:27:47 +02:00 |
|
Jan Böhmer
|
fd61c8d9e2
|
Fixed coding style.
|
2020-03-15 13:56:31 +01:00 |
|
Jan Böhmer
|
70abc47ae0
|
Improved event log console output.
|
2020-03-07 22:22:23 +01:00 |
|
Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
594c694ee0
|
Renamed the base DBElement classes to AbstractDBElement to comply with symfony recommendations.
|
2020-02-01 19:48:07 +01:00 |
|
Jan Böhmer
|
da72f5b3ec
|
Fixed PHPstan issues for level 5.
|
2020-02-01 19:42:28 +01:00 |
|
Jan Böhmer
|
dd1f806c4e
|
Fixed some issues detected by PHPstan.
|
2020-02-01 17:00:03 +01:00 |
|
Jan Böhmer
|
f2ff77a8b3
|
Fixed coding style.
|
2020-02-01 16:17:20 +01:00 |
|
Jan Böhmer
|
3178dcbb6c
|
Added a console command to view the event log.
|
2020-01-26 20:12:08 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
97f8afbc40
|
Fixed strict type exception occuring in UpdateExchangeRatesCommand.
|
2020-01-05 22:10:52 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
9a7223a301
|
Fixed code style.
|
2020-01-04 20:24:09 +01:00 |
|
Jan Böhmer
|
e557bdedd5
|
Added an PHP CS fixer config file and applied it to files.
We now use the same the same style as the symfony project, and it allows us to simply fix the style by executing php_cs_fixer fix in the project root.
|
2019-11-09 00:47:20 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
c955a3a221
|
Moved attachment related services into their own namespaces
|
2019-10-19 23:29:51 +02:00 |
|
Jan Böhmer
|
d859d8533d
|
Clean attachments command now works on secure attachments too.
|
2019-10-19 19:36:33 +02:00 |
|
Jan Böhmer
|
8cfaee5c62
|
Added an console command to convert the old BBCode comments to markdown
|
2019-10-13 00:32:09 +02:00 |
|
Jan Böhmer
|
da46257757
|
Moved attachment path conversion functions to own service.
|
2019-09-28 16:06:37 +02:00 |
|
Jan Böhmer
|
87527dfdc6
|
Added an command which deletes all abandoned files created by attachments that dont exist anymore.
|
2019-08-27 18:54:02 +02:00 |
|
Jan Böhmer
|
568367b59e
|
Added an console command for updating currency exchange rates.
|
2019-08-13 13:04:31 +02:00 |
|
Jan Böhmer
|
408d98c6e1
|
Added database migration for new entities.
|
2019-08-12 18:04:53 +02:00 |
|