Commit Graph

67 Commits

Author SHA1 Message Date
ad3b629ee7 Merge branch 'master' into static-code-analyzer 2022-08-11 09:50:37 +02:00
c83692f277 Update PHP-CS-Fixer to v3.x (#460) 2022-08-11 09:47:33 +02:00
3d24f20e03 Merge branch 'change-email-footer' 2022-08-11 09:35:48 +02:00
6da8e26509 Merge branch 'session-histroy' of https://github.com/maranqz/yii2-usuario 2022-08-11 09:08:25 +02:00
fdac4698bd phpstan: ok at level 1 2022-08-10 17:25:35 +03:00
c856eded75 phpstan: remove <php7.4 from build grid (v1.6) 2022-08-10 17:12:10 +03:00
fa17922914 phpstan: missing declared return 2022-08-10 16:58:13 +03:00
cda65a70fe Added unsaved file for e992f11 :( :( 2022-07-18 13:49:36 +02:00
969da732f5 Added missing file to e992f11 :( 2022-07-18 13:41:43 +02:00
e992f11d73 Changed confirmation and welcome email end line to something more meaningful 2022-07-18 13:34:05 +02:00
6395fcb1d1 Translations of the placeholders in the login widget
Close #419
2021-08-12 11:02:53 +02:00
e58ff9ff6a Fix double flash messages #384 2020-07-28 07:57:04 +02:00
369c59bbb1 Add disableIpLogging option. (#379) 2020-04-17 18:10:54 +02:00
b7d2cf42ac Fix:
1. Documentation;
2. Actions access in AdminController and SettingController by enableSessionHistory;
3. Add "visible" menu parameter by enableSessionHistory;
4. Add blank line in end of file.
2019-11-30 17:52:24 +03:00
be2b495c9e Add session history 2019-11-14 20:55:18 +03:00
5b071dae88 re #224 add option to require consent 2019-08-21 11:13:48 +02:00
dd407f50b4 re #309 remove the creation of a user on social auth and force creation of account through RegistrationController 2019-06-17 17:35:22 +02:00
3d9fd62aa0 Missing translatable strings #276 2018-10-22 18:13:16 +02:00
10afb076c4 Rename gdprdelete action to gdpr-delete 2018-10-15 18:29:03 +03:00
c0afdd55c9 Merge pull request #205 from TonisOrmisson/fix-string1
Fix string: Two factor authentication protects (against -> in case of) stolen credentials
2018-09-28 08:34:41 +02:00
d0e0b8c4ed Merge branch 'master' into the-admin-can-be-reset-password 2018-09-27 19:16:31 +02:00
51ff8f68c9 Merge pull request #260 from bscheshirwork/network-menu-fix
fix view of social account settings
2018-09-27 19:14:21 +02:00
76f6b056ba Set to lowerCamelCase acronym GDPR #254 2018-09-24 09:08:24 +02:00
a222cd652a fix view of social account settings 2018-09-21 18:25:02 +03:00
37640d9fc3 rm check for unexcepted property allowPasswordRecovery 2018-09-20 16:50:05 +03:00
e437219ecc Merge remote-tracking branch 'upstream/master' into fix-string1
# Conflicts:
#	src/User/resources/i18n/pt-PT/usuario.php
2018-09-12 12:10:46 +03:00
e9bca86828 DEV: replace deprecated ::className() with ::class (#232) 2018-09-11 21:58:21 +02:00
0cf5efd99c DEV: fix short-tag usage (#230) 2018-09-10 15:31:01 +02:00
fcf2b90904 Merge branch 'master' into fix-string1 2018-08-30 08:02:34 +03:00
477073e255 improve responsiveness of admin 2018-08-07 01:34:06 +02:00
c514c850bd use "in case of" instead of "against" in string
"Two factor authentication protects you against stolen credentials"
2018-07-18 19:23:52 +03:00
4b48406301 Fix test 2018-05-27 18:47:18 +02:00
4b07c93313 Fix menu view 2018-05-27 16:26:54 +02:00
83d6f9547e Fix merge with upstream 2018-05-27 07:09:02 +02:00
ffd8709e33 Added compatibility with allowAccountDelete 2018-05-27 05:59:36 +02:00
ba4cf2f7cf Created view 2018-05-27 05:58:56 +02:00
c168427236 Update delete url 2018-05-27 03:36:14 +02:00
0ea8bebab0 Add target to export link 2018-05-27 02:48:21 +02:00
44d1e86d56 Fix missing h3 in panel header 2018-05-27 02:00:38 +02:00
f2605c77df Added content 2018-05-27 02:00:15 +02:00
bd35ccabf7 Added privacy option 2018-05-27 01:50:14 +02:00
ca495ca053 Added privacy action 2018-05-27 01:49:50 +02:00
574a6a63dc Added GDPR consent checkbox 2018-05-27 01:31:34 +02:00
80412f5807 Added gdpr hint and static field 2018-05-27 00:50:41 +02:00
71f9587374 Add last-login-ip capture capability (#184) 2018-05-16 15:29:08 +02:00
a604abb018 Changed all calls to View::render() in views to use absolute path within module
Maximises compatibility with view overrides, preventing "View not Found – yii\base\ViewNotFoundException" errors when a view is overridden that contains a call to `View::render()` and a relative path was specified
2018-05-01 12:17:43 +01:00
26791a2d8d Merge remote-tracking branch 'upstream/master' into password_expiration 2018-01-30 22:16:03 +01:00
3281169b86 Password expiration feature #102
It's still missing an enforcement which redirects all actions to profile
update until the password is changed
2017-11-26 20:09:09 +01:00
19eb9df623 Removed acronyms for 2fa #103 2017-11-06 08:03:29 +01:00
5c74c698b8 Consolitation of 2FA messages #103 2017-11-04 14:49:31 +01:00