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
|
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
|
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
|
12dd269b3a
|
Added possibilty to invalidate trusted devices.
|
2019-12-29 16:43:43 +01:00 |
|
Jan Böhmer
|
3e56352688
|
Added the possibility to delete a U2F key.
|
2019-12-29 16:20:09 +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
|
ac0928426b
|
Merge branch 'master' into 2fa
|
2019-12-26 15:07:32 +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
|
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
|
9cdf31492a
|
Added german translations for password reset dialogs and email
|
2019-12-01 13:50:43 +01:00 |
|
Jan Böhmer
|
12b3107188
|
Added an setting to disable password reset mechanism.
By default the pw reset is disabled, when no email server is configured.
|
2019-12-01 12:48:59 +01:00 |
|
Jan Böhmer
|
6a0d027675
|
Added an mechanism to reset passwords via mail.
|
2019-11-24 22:49:22 +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
|
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
|
7a5a2f65f9
|
Added autocomplete for part tags input.
|
2019-11-01 23:07:31 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
fdfb099cb5
|
Allow to restrict the file extensions for a attachment type.
|
2019-10-31 22:37:54 +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
|
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
|
c955a3a221
|
Moved attachment related services into their own namespaces
|
2019-10-19 23:29:51 +02:00 |
|
Jan Böhmer
|
896299bc4d
|
Allow to specify homepage banner via ENV. Otherwise the content of the file config/banner.md is used.
|
2019-10-19 23:20:19 +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
|
4a6f327c70
|
Reload page after user has changed its own theme.
|
2019-10-13 18:01:13 +02:00 |
|
Jan Böhmer
|
329d8c871e
|
Show git branch and commit hash on homepage if available.
|
2019-10-13 00:44:50 +02:00 |
|
Jan Böhmer
|
f53cc08f52
|
Added an table to show all defined attachments.
|
2019-10-04 18:06:37 +02:00 |
|
Jan Böhmer
|
2d4def2836
|
Show preview pictures as carousel on part info page.
|
2019-10-03 18:03:56 +02:00 |
|
Jan Böhmer
|
6645ab0b61
|
Allow to specify the 3d model for a footprint.
|
2019-10-03 14:04:09 +02:00 |
|
Jan Böhmer
|
280b2d4427
|
Fixed some 404 errors when using Part-DB without URL rewriting.
Fixed problems with the ajaxUI. Also added an ENV option that RedirectController redirects you to index.php/en page version.
|
2019-10-03 00:45:02 +02:00 |
|
Jan Böhmer
|
3277d98ee2
|
Added a simple autocomplete mechanism for the footprint URL.
|
2019-10-02 17:28:40 +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
|
006cd9c7e5
|
Allow admins to set passwords in users admin page.
|
2019-09-19 12:35:28 +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
|
21a81486df
|
Fixed some inspection issues.
|
2019-09-16 22:04:59 +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 |
|