Jan Böhmer
|
96d7e4c9f4
|
Fixed inspection issues.
|
2020-02-02 14:05:36 +01:00 |
|
Jan Böhmer
|
dd1f806c4e
|
Fixed some issues detected by PHPstan.
|
2020-02-01 17:00:03 +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
|
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
|
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
|
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 |
|
Jan Böhmer
|
47fa8b04e5
|
Added an button generate a new set of backup codes.
|
2019-12-27 18:42:08 +01:00 |
|
Jan Böhmer
|
604ebe420d
|
Added possibility to show backup codes in user settings.
|
2019-12-27 18:21:12 +01:00 |
|
Jan Böhmer
|
44fe58c587
|
Immediately show the new status after the google 2fa was enabled/disabled sucessfully.
|
2019-12-26 12:53:54 +01:00 |
|
Jan Böhmer
|
8add8c919d
|
Allow to disable the google authenticator 2fa.
|
2019-12-26 12:46:44 +01:00 |
|
Jan Böhmer
|
eb3c34b75f
|
Added autocomplete attributes on password change form in user settings.
|
2019-12-23 19:00:27 +01:00 |
|
Jan Böhmer
|
35b5640627
|
Added an basic form to add Google Authenticator.
|
2019-12-23 17:20:28 +01:00 |
|
Jan Böhmer
|
6ddc937ec5
|
Fixed some inspection issues.
|
2019-11-10 14:00:56 +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
|
74fb21686c
|
Fixed an potential exception on user info page, when user has no email set.
|
2019-11-05 17:09:01 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
89acf91fe6
|
Added an demo mode option, where the user password change dialog is disabled.
|
2019-10-20 00:01:06 +02:00 |
|
Jan Böhmer
|
4a6f327c70
|
Reload page after user has changed its own theme.
|
2019-10-13 18:01: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
|
1301459718
|
Redirect user after login to user settings, if he needs to change password.
|
2019-09-19 14:48:49 +02:00 |
|
Jan Böhmer
|
a8612d9609
|
Forbid to delete the anonymous user.
|
2019-09-19 13:49:10 +02:00 |
|
Jan Böhmer
|
2d34649ae6
|
Allow user to set a currency in which every price is shown for him.
|
2019-09-18 18:17:17 +02:00 |
|
Jan Böhmer
|
a078eef649
|
Show the permissions a user have on the user info page.
|
2019-09-13 19:38:22 +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
|
e2f7aafa2d
|
Used PHP_CS_Fixer with symfony preset on codebase.
|
2019-03-20 23:16:07 +01:00 |
|
Jan Böhmer
|
0f3ba9b6a8
|
Fixed some inspection issues.
|
2019-03-20 22:53:06 +01:00 |
|
Jan Böhmer
|
6ed2eeabae
|
Check for permissions before showing user infos or allow the user to change its own infos.
|
2019-03-19 18:36:05 +01:00 |
|
Jan Böhmer
|
ab3f5db174
|
Added some translations
|
2019-03-15 18:59:07 +01:00 |
|
Jan Böhmer
|
1b8b5d927f
|
Added form to allow a user to change its own password.
|
2019-03-15 18:38:45 +01:00 |
|
Jan Böhmer
|
62fe4afd74
|
Added a simple dialog for changing user settings.
|
2019-03-15 18:04:15 +01:00 |
|
Jan Böhmer
|
218eec874d
|
Added page to show user informations.
|
2019-03-14 19:10:11 +01:00 |
|