0ea8bebab0
Add target to export link
2018-05-27 02:48:21 +02:00
5af048d069
Added exportable properties
2018-05-27 02:20:18 +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
eda30f236e
Added GDPR rules
2018-05-27 01:32:03 +02:00
c6a5710e6a
Added consent date
2018-05-27 01:31:51 +02:00
574a6a63dc
Added GDPR consent checkbox
2018-05-27 01:31:34 +02:00
a33b6c0723
Fix typo in property name
2018-05-27 01:30:23 +02:00
7312f62f40
Add phpdoc gdpr properties
2018-05-27 01:29:51 +02:00
80412f5807
Added gdpr hint and static field
2018-05-27 00:50:41 +02:00
14b6c6af7d
Added gdpr validator
2018-05-27 00:30:51 +02:00
328acd2e22
Added GPDR migration
2018-05-27 00:23:37 +02:00
673e2fe729
Added GDPR params
2018-05-27 00:10:40 +02:00
71f9587374
Add last-login-ip capture capability ( #184 )
2018-05-16 15:29:08 +02:00
06f2522a53
Merge pull request #179 from ajmedway/master
...
Enh: Changed `View::render()` calls in views to use absolute paths
2018-05-02 17:41:47 +02:00
8b892ed124
Merge pull request #173 from tsdogs/issue130
...
set username = email when authenticating with Google/Facebook/LinkdeI…
2018-05-02 17:41:12 +02:00
43ee258329
Merge pull request #177 from Eseperio/patch-2
...
Added missing translations in Spanish
2018-05-02 17:38:48 +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
d5fb77ec58
Added missing translations
2018-04-26 17:11:09 +02:00
c1a775f448
set username = email when authenticating with Google/Facebook/LinkdeIn #130
2018-04-16 11:40:21 +02:00
ff6556c0ba
fix migration to work with SQL Server
2018-04-13 15:48:31 +02:00
5f516f53ee
Merge pull request #168 from EvgenyOrekhov/patch-1
...
Fix spelling in src/User/resources/i18n/ru/usuario.php
2018-03-23 11:32:47 +01:00
ca0079795f
patch #166
2018-03-13 22:31:49 +07:00
da94a8a6da
Fix spelling in src/User/resources/i18n/ru/usuario.php
2018-03-13 17:36:32 +03:00
360185987c
Changing Turkish locale for consistency reasons
...
See here: http://www.yiiframework.com/doc-2.0/guide-tutorial-i18n.html
2018-02-16 16:15:55 +00:00
c7794ac1eb
Merge pull request #152 from faenir/master
...
Check enableEmailConfirmation
2018-02-14 11:19:02 +01:00
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