Jan Böhmer
|
9e8771a4ee
|
Changed license to AGPL3+
|
2020-02-22 18:14:36 +01:00 |
|
Jan Böhmer
|
96d7e4c9f4
|
Fixed inspection issues.
|
2020-02-02 14:05: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
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
89acfff857
|
Dont call translator inside the form classes.
Translation is already done in the templates, so translator calls in form classes, are bad for performance and readability.
|
2019-12-26 14:53:13 +01:00 |
|
Jan Böhmer
|
6ddc937ec5
|
Fixed some inspection issues.
|
2019-11-10 14:00:56 +01:00 |
|
Jan Böhmer
|
3438f15274
|
Added some more tests.
|
2019-11-09 16:14:57 +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
|
dd1dc54d97
|
Test the admin pages, if read/list/delete is working.
|
2019-10-26 22:27:04 +02:00 |
|
Jan Böhmer
|
c955a3a221
|
Moved attachment related services into their own namespaces
|
2019-10-19 23:29:51 +02:00 |
|
Jan Böhmer
|
9385d28e40
|
Uploading now works everywhere. Show an flash message if the download fails.
|
2019-10-19 18:50:17 +02:00 |
|
Jan Böhmer
|
27a001b1d2
|
Added an option to download a attachment via URL. Implemented secure attachments, which can not be accessed by URL and requires authentication.
|
2019-10-19 18:42:06 +02:00 |
|
Jan Böhmer
|
d382021fee
|
Moved attachment form submit logic to a seperate service.
|
2019-10-19 17:13:13 +02:00 |
|
Jan Böhmer
|
eb1d8fd4e4
|
Added possibility to add/edit attachments on Admin pages.
|
2019-09-24 18:28:35 +02:00 |
|
Jan Böhmer
|
006cd9c7e5
|
Allow admins to set passwords in users admin page.
|
2019-09-19 12:35:28 +02:00 |
|
Jan Böhmer
|
21a81486df
|
Fixed some inspection issues.
|
2019-09-16 22:04:59 +02:00 |
|
Jan Böhmer
|
03c1d35887
|
Only recreate the BaseAdmin form when the form were valid.
Otherwise we loose the infos about the errors and so can not show them to user.
|
2019-08-26 11:41:39 +02:00 |
|
Jan Böhmer
|
082a815f3a
|
Show error message flash, when an validation error occured.
|
2019-08-25 18:15:58 +02:00 |
|
Jan Böhmer
|
c7e8fc9642
|
Fixed exception about non-persisted entities, when using the cached StructuralEntityType.
|
2019-08-21 00:46:45 +02:00 |
|
Jan Böhmer
|
1629f31fed
|
Fixed some inspection issues.
|
2019-08-20 18:39:57 +02:00 |
|
Jan Böhmer
|
87e6f641c3
|
Added an option for mass creation of structured data.
|
2019-08-12 22:41:58 +02:00 |
|
Jan Böhmer
|
7826e3d2ad
|
Added entities and properties for some future features.
|
2019-08-12 15:47:57 +02:00 |
|
Jan Böhmer
|
8a4d665d2a
|
Added an simple admin page for users.
|
2019-04-28 14:18:11 +02:00 |
|
Jan Böhmer
|
0826f5e6aa
|
Moved Admin Pages to its own folder.
|
2019-04-28 13:10:11 +02:00 |
|