Jan Böhmer
|
6369ee2e61
|
Extracted some entity methods into contract interfaces.
|
2020-02-02 13:03:45 +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
|
62b3b638ca
|
Revert "Dont fetch join part informations to improve performance."
This reverts commit afa09306df .
|
2020-01-26 22:00:34 +01:00 |
|
Jan Böhmer
|
afa09306df
|
Dont fetch join part informations to improve performance.
|
2020-01-26 21:54:21 +01:00 |
|
Jan Böhmer
|
bfa43e68a9
|
Add an entry to log, if the database is updated.
|
2020-01-26 21:31:48 +01:00 |
|
Jan Böhmer
|
d5f018a738
|
Added an database migration to improve the log schema.
|
2020-01-26 20:27:37 +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
|
c8375bfa8b
|
Add log entries on user login or logout.
|
2020-01-26 13:59:30 +01:00 |
|
Jan Böhmer
|
b0dacbf570
|
[EventLog] Added permission checking and link in tools tree.
|
2020-01-25 23:17:06 +01:00 |
|
Jan Böhmer
|
8b1eccc48d
|
[Eventlog] Show extra data in log table.
|
2020-01-25 22:52:34 +01:00 |
|
Jan Böhmer
|
f7d0524f57
|
[Eventlog] Show icon describing the level in event table.
|
2020-01-25 20:55:30 +01:00 |
|
Jan Böhmer
|
b0ccb95a17
|
Added link to user info page in user field.
|
2020-01-25 20:28:00 +01:00 |
|
Jan Böhmer
|
bc89ff7a68
|
Added translations for log table.
|
2020-01-25 20:20:46 +01:00 |
|
Jan Böhmer
|
d0b3750594
|
Added an basic table to show log entries.
|
2020-01-24 22:57:04 +01:00 |
|
Jan Böhmer
|
72e2c0cd6e
|
Put FetchJoin Adapter logic into its own class.
|
2020-01-17 21:38:36 +01:00 |
|
Jan Böhmer
|
b73725bd9a
|
Use Doctrine paginator in table adapter.
This fixes the problem that the pagination were wrong (only one element on a page and other things like that).
|
2020-01-16 21:42:29 +01:00 |
|
Jan Böhmer
|
fcd9291f7f
|
Enforce a meaningful username format.
|
2020-01-08 20:57:46 +01:00 |
|
Jan Böhmer
|
fc8ab93752
|
Fixed missing invalidation of user tree views.
|
2020-01-08 20:50:37 +01:00 |
|
Jan Böhmer
|
3a081b6413
|
Fixed strict_types exception in PermissionEmbed.
|
2020-01-08 20:34:35 +01:00 |
|
Jan Böhmer
|
074f0286dc
|
Fixed strict types exception in attachments list.
|
2020-01-07 19:38:11 +01:00 |
|
Jan Böhmer
|
5d98e87e20
|
Updated recipes for symfony/framework-bundle.
|
2020-01-07 19:06:08 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
2f20d90041
|
Fixed code to be analysable by Symplfiy Code style set.
|
2020-01-05 22:32:19 +01:00 |
|
Jan Böhmer
|
97f8afbc40
|
Fixed strict type exception occuring in UpdateExchangeRatesCommand.
|
2020-01-05 22:10:52 +01:00 |
|
Jan Böhmer
|
67a0dc8131
|
Fixed exceptions occuring cause of strict_types.
|
2020-01-05 21:09:19 +01:00 |
|
Jan Böhmer
|
fe0f69f762
|
Applied code style to tests/
|
2020-01-05 15:55:16 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
a67404a311
|
Added missing translation in the attachment list.
|
2020-01-04 22:51:09 +01:00 |
|
Jan Böhmer
|
e293a7b5ab
|
Use form for search submit.
|
2020-01-04 22:38:05 +01:00 |
|
Jan Böhmer
|
9a7223a301
|
Fixed code style.
|
2020-01-04 20:24:09 +01:00 |
|
Jan Böhmer
|
1aed1d1d26
|
Fixed some inspection issues.
|
2020-01-04 20:14:42 +01:00 |
|
Jan Böhmer
|
811dca691b
|
Use native json_encode to convert treeView objects to JSON.
This should improve the performance.
|
2020-01-02 23:21:37 +01:00 |
|
Jan Böhmer
|
fbcfc1f2a8
|
Fixed some tests.
|
2020-01-02 23:03:25 +01:00 |
|
Jan Böhmer
|
d9b15ddbb9
|
Use new cached treeview nodes for twig inline generator (admin pages)
|
2020-01-02 22:55:28 +01:00 |
|
Jan Böhmer
|
ad69c32832
|
Cache the trees structures for treeViews used in the sidebar.
|
2020-01-02 18:45:41 +01:00 |
|
Jan Böhmer
|
7e0e83ef15
|
Removed redirect to userSettings in RedirectController
We do this in an EventSubscriber now, so this is not needed anymore.
|
2020-01-01 18:23:30 +01:00 |
|
Jan Böhmer
|
e16ae9390f
|
Fixed tests.
|
2020-01-01 17:13:04 +01:00 |
|
Jan Böhmer
|
55d26879ff
|
Really restrict keyhandle length.
|
2020-01-01 16:13:54 +01:00 |
|
Jan Böhmer
|
84cb5acf6a
|
Restrict keyhandle length to 64 chars to ensure compatibility with some older MySQL versions.
|
2020-01-01 16:12:15 +01:00 |
|
Jan Böhmer
|
1016f0d4ee
|
Merge branch '2fa' into master
|
2020-01-01 15:49:42 +01:00 |
|
Jan Böhmer
|
96fa3be7cc
|
Added translations for 2FA.
|
2020-01-01 15:42:18 +01:00 |
|
Jan Böhmer
|
0c7a8bd85e
|
Disable 2FA settings when demo mode is active.
|
2019-12-31 18:12:15 +01:00 |
|
Jan Böhmer
|
5ee9d5ade0
|
Updated copyright headers.
|
2019-12-31 17:58:01 +01:00 |
|
Jan Böhmer
|
cdd5027ee8
|
Redirect user if it need to add an 2FA method or need to change password
|
2019-12-31 17:54:51 +01:00 |
|
Jan Böhmer
|
b4958cbaf8
|
Added infos about 2FA and possibilities to disable them all on user admin page.
|
2019-12-29 20:04:52 +01:00 |
|
Jan Böhmer
|
b5e80ec1b7
|
Prefer U2F as 2FA method if it is available.
|
2019-12-29 17:36:41 +01:00 |
|
Jan Böhmer
|
39aaab07c5
|
Moved user settings and 2FA related controller into its own class UserSettingsController.
|
2019-12-29 17:17:12 +01:00 |
|