Commit Graph

458 Commits

Author SHA1 Message Date
3dbe415e52 Fix #155 2018-02-14 06:22:50 +01:00
7748dc2b3a Fixes #154 2018-02-13 15:20:16 +01:00
c324648e41 Update Bootstrap.php 2018-02-09 15:07:39 +01:00
73a473e01b Update Module.php 2018-02-09 15:06:09 +01:00
4928df0770 Check enableEmailConfirmation 2018-02-09 15:41:15 +03:00
051e2fe8a8 Merge pull request #146 from ajmedway/patch-1
Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent:…
2018-02-09 12:40:38 +01:00
fa3d7075cf Merge pull request #147 from ajmedway/patch-2
Bugfix for Model events UserEvent::EVENT_BEFORE_CONFIRMATION and Use…
2018-02-09 12:40:24 +01:00
b8233114f8 Added use MailAwareTrait; 2018-02-09 09:34:01 +00:00
53209d2d78 Honor enableFlashMessages config param in PasswordRecoveryService #110 2018-02-09 08:45:39 +01:00
4341d2173b Bugfix for Model events UserEvent::EVENT_BEFORE_CONFIRMATION and UserEvent::EVENT_AFTER_CONFIRMATION
Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent:…  …
…:EVENT_AFTER_CREATE

Feed instance of Da\User\Event\UserEvent to resolve error in event handlers:

TypeError
Argument 1 passed to {closure}() must be an instance of Da\User\Event\UserEvent, instance of yii\base\Event given
2018-02-08 17:17:16 +00:00
5f77b24254 Bugfix for Model events UserEvent::EVENT_BEFORE_CREATE and UserEvent::EVENT_AFTER_CREATE
Feed instance of Da\User\Event\UserEvent to resolve error in event handlers:

TypeError
Argument 1 passed to {closure}() must be an instance of Da\User\Event\UserEvent, instance of yii\base\Event given
2018-02-08 17:11:32 +00:00
d5b7c4ac5a Fix #139 2018-02-08 08:23:21 +01:00
2ec05cc75e Merge pull request #136 from maxxer/password_expiration
Password expiration
2018-02-07 22:51:39 +01:00
b9dc39b3a6 Allow + sign in username 2018-02-07 22:17:49 +01:00
de543058a3 Fix typo in column add #102 2018-02-06 23:26:44 +01:00
4583f147ff Renamed field to password_changed_at and type INT #102 2018-02-06 19:04:27 +01:00
a9815d8235 Update Bootstrap.php 2018-01-31 14:48:25 +01:00
89a700aae3 Update Module.php 2018-01-31 14:46:25 +01:00
26791a2d8d Merge remote-tracking branch 'upstream/master' into password_expiration 2018-01-30 22:16:03 +01:00
26f28254a0 Merge remote-tracking branch 'upstream/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-01-24 09:48:35 +02:00
460e74a584 DEV: add estonian translation 2018-01-24 09:46:11 +02:00
ad0c6c86ba Password age check filter #102 2018-01-23 06:01:39 +01:00
5484074d8e Enforce password change event only if set #102 2018-01-23 05:15:01 +01:00
4244f1cdb3 Fix user search returning no results in admin page 2018-01-17 15:51:17 +01:00
2e3673ff07 Check is user found or not. 2017-12-11 13:15:26 +03:00
067862cee7 Fix validation (#125). 2017-12-11 13:14:36 +03:00
483a3253ff Mispelling
Also formal and informal ways were mixed in the same phrase.
2017-12-08 18:00:48 +01:00
9a923aaace Fix wrong email on email change confirmation message, #122 2017-12-01 15:27:21 +01:00
7cc7db6086 Updated 'it' 2017-11-27 07:39:10 +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
d39f959bfc Merge branch 'master' into bugfix_type_convertion 2017-11-24 00:43:00 +03:00
044b1766f7 Merge branch 'master' into secfix_access_rulecontroller 2017-11-23 12:20:55 +01:00
6527d03991 Merge branch 'master' into bugfix_type_convertion 2017-11-23 12:19:41 +01:00
94e44ad944 2FA i18n russian translation 2017-11-19 00:15:47 +03:00
6e80f0a62d #115 Convert client_id to string because pgsql fail with type convertion string <> int 2017-11-18 23:42:42 +03:00
f5e5f20e15 Security fix: add AccessControl to RuleController 2017-11-18 23:02:27 +03:00
dede5ee36e Close #111 | Fix migration for PostgreSQL 2017-11-16 10:30:59 +05:00
97e437bb67 re #107 minor fix on phpdoc 2017-11-12 23:44:08 +01: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
190fafa5f1 re #108 use app main logger + multiple fixes 2017-11-12 21:58:48 +01:00
77430fbb74 re #108 $roleParams was not defined in scope 2017-11-12 21:46:06 +01:00
7a6f84a486 Merge pull request #105 from maxxer/consolidate_2fa_messages
Consolitation of 2FA messages #103
2017-11-12 20:53:41 +01:00
11cce5540f Updated translations for new 2FA strings #103 2017-11-06 08:04:50 +01:00
19eb9df623 Removed acronyms for 2fa #103 2017-11-06 08:03:29 +01:00
100f66eaee Correct exception returned in MailEvent
Fix the exception returned.
2017-11-04 20:01:30 +05:30
5c74c698b8 Consolitation of 2FA messages #103 2017-11-04 14:49:31 +01:00
33a7a1b720 Merge pull request #100 from gugoan/master
Added pt-BR translate
2017-10-27 16:49:15 +02:00
34d415b173 Added pt-BR translate 2017-10-26 23:20:49 -02:00
98cb155512 Merge pull request #99 from jkmssoft/deTranslation
de translation
2017-10-26 16:54:20 +02:00