Commit Graph

112 Commits

Author SHA1 Message Date
4fc2c257df Fix user account events in admin controller 2019-07-01 18:17:53 +02:00
8c551d9030 Close #269 added help for console commands + php-cs-fixer 2019-06-29 08:32:35 +02:00
adf9321db8 Always show a feedback when recovering password (#249)
Even if email doesn't exist
2018-10-23 12:10:33 +02:00
10afb076c4 Rename gdprdelete action to gdpr-delete 2018-10-15 18:29:03 +03:00
76f6b056ba Set to lowerCamelCase acronym GDPR #254 2018-09-24 09:08:24 +02:00
1e4a001d8a Merge pull request #242 from bscheshirwork/admin-controller-post-method-for-action
Set verbs filter for force-password-change action as POST
2018-09-19 21:51:52 +02:00
c3db1ba35c Merge remote-tracking branch 'upstream/master' into dev-ctrlr-modules
# Conflicts:
#	CHANGELOG.md
2018-09-15 10:18:50 +03:00
f1d872e849 Set verbs filter for force-password-change action as POST 2018-09-14 17:31:44 +03:00
e15ff3f9d1 DEV: use ModuleAwareTrait instead 2018-09-12 19:15:29 +03:00
e9bca86828 DEV: replace deprecated ::className() with ::class (#232) 2018-09-11 21:58:21 +02:00
841b03d52e DEV: add controller module class reference 2018-09-10 18:37:21 +03:00
cd470ded78 DEV: remove html tags from GDPR output null values (#231) 2018-09-10 16:32:28 +02:00
1d7de616df Fix php56 builds on travis 2018-07-17 14:47:49 +02:00
572eb2c2cd Prevent access to privacy when GDPR is not enabled 2018-05-27 18:27:00 +02:00
83d6f9547e Fix merge with upstream 2018-05-27 07:09:02 +02:00
83e7359a23 Add gdprDelete action 2018-05-27 05:57:31 +02:00
4bf1acf36d Fix export docs 2018-05-27 03:10:52 +02:00
c6a9e07ee9 Added export function 2018-05-27 03:02:01 +02:00
ca495ca053 Added privacy action 2018-05-27 01:49:50 +02:00
71f9587374 Add last-login-ip capture capability (#184) 2018-05-16 15:29:08 +02:00
4928df0770 Check enableEmailConfirmation 2018-02-09 15:41:15 +03:00
26791a2d8d Merge remote-tracking branch 'upstream/master' into password_expiration 2018-01-30 22:16:03 +01:00
067862cee7 Fix validation (#125). 2017-12-11 13:14:36 +03: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
f5e5f20e15 Security fix: add AccessControl to RuleController 2017-11-18 23:02:27 +03:00
83458a13e4 Close #109 provide better error classes + phpdoc fixes 2017-11-12 23:13:42 +01:00
c418ad967c Close #108 phpcs fixes 2017-11-12 22:01:28 +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
556d662e2b Fix #91: Add Documentation for Mail events 2017-10-19 10:29:27 +05:30
dcebde5f76 Remove unnecessary blank space 2017-10-18 18:24:58 +05:30
3feae01a17 Enhancements to Mailer exception handling fixes #79 2017-10-18 18:15:15 +05:30
7451ffc1d1 re #23 cs fixer 2017-10-15 23:02:08 +02:00
1fa2e5b66d Close #23 provide administrator with an option for user to reset its
password.
2017-10-15 23:00:21 +02:00
20400cf90d Close #55 add google captcha mechanism 2017-10-15 22:11:35 +02:00
9607e8d775 Close #68 fix documentation + events raised on User model 2017-10-15 15:46:20 +02:00
359940f4d1 update message translations + spanish file 2017-10-15 14:11:53 +02:00
308b6a0b2c Close #15 added two factor authentication 2017-09-21 17:48:01 +02:00
2217d04613 Update SecurityController.php 2017-08-12 16:59:24 +02:00
6652331b1e last_login_at fix
Fixed updating of `last_login_at`. 
updateAttributes() doesn't work on the Identity class.
2017-08-11 23:03:49 +02:00
4c30ba66eb Issue #49 fix make() should pass attributes as third parameter not second 2017-08-09 01:25:43 +05:00
dbfe4308d5 minor change 2017-08-06 22:26:44 +02:00
189571ce8e Add feedback to let people know that password has been changed. 2017-08-06 15:26:00 +02:00
4762e47405 Only update the last_login_at attribute in case of a successful login 2017-07-31 16:36:58 +02:00
22e3b14ce4 fix bug 2017-07-25 18:25:54 +02:00
eb04fed9ec fix ajax validation bug on profile update 2017-07-25 18:18:25 +02:00
8db2df1a48 re #22 fix parameter order bug 2017-07-19 00:34:14 +02:00
bfefff1a33 re #22 allow registered users to access switch (so admins can rollback
impersonation)
2017-07-19 00:11:13 +02:00
d3b4161f7c re #22 added impersonation 2017-07-18 23:47:23 +02:00
84b009c5f0 re #25 allow rules edition + assignment 2017-07-16 02:28:34 +02:00