Archived
1
0
Fork 0
Commit graph

23 commits

Author SHA1 Message Date
8b44550f06 Style fixes. 2023-04-30 16:52:38 +02:00
a8edd06011 app/controllers/UserController.php: typofix, should be paginate() and not pageinate() 2022-08-01 21:46:24 +02:00
3e34e72931 Update pagination api. 2022-07-26 21:09:36 +02:00
0971f8f35e app/controllers/UserController.php: no need to set event manager anymore. 2022-07-26 20:41:47 +02:00
7c24e2ea5e
app/controllers/UserController.php: move activateLinkAction() to ApiController 2018-09-30 23:12:08 +02:00
2335c61644 app/controllers/UserController.php: in activateLinkAction() accept account activation also. 2018-09-25 22:25:13 +00:00
a52fc99ded app/models/Data/PasswordLink.php: rename to UserActivation
+ Confirm to the database changes.
2018-09-25 22:25:13 +00:00
2929c640f0
app/controllers/UserController.php: remove usage of SendGrid and use the mail service. 2018-09-22 14:06:10 +02:00
6d8025c5d6
Merge branch '14-user-add-support-for-removing-account' into dev 2018-08-13 01:11:52 +02:00
2cccbf2f98
app/controllers/UserController.php: in settingsAction() use Phalcon\Security::hash() instead of password_hash() 2018-08-10 20:40:04 +02:00
0e7849e5f7
app/controllers/UserController.php: add deleteAction() 2018-08-10 20:23:17 +02:00
daa8803f5e Merge branch '10-user-confirm-email-when-creating-new-password' 2018-06-12 23:51:52 +02:00
a2abf940b5 app/controllers/UserController.php: in settingsAction() send the activation email :) 2018-06-12 23:51:04 +02:00
5cf31430c7 app/controllers/UserController.php: adding activationLinkAction() 2018-06-12 00:34:49 +02:00
b6074cf3ef app/controllers/UserController.php: in settingsAction() create password link for new passwords. 2018-06-12 00:34:22 +02:00
b925752021 app/controllers/UserController.php: fire onOAuthDisconnect() event. 2018-06-10 22:52:14 +02:00
3172f8d4b1 app/controllers/UserController.php: fix provider name. 2018-06-10 22:42:03 +02:00
29e42c7641 app/controllers/UserController.php: adding oauthDisconnectAction() 2018-06-10 20:55:29 +02:00
9ded2f36ad app/views/user/settings.volt: adding social sign-in section 2018-06-10 20:55:29 +02:00
5890337179 app/controllers/UserController.php: adding activity action 2018-04-05 00:09:13 +02:00
2b6da6453b Change form namespace to App\Form 2018-04-02 23:37:50 +02:00
f55c8adb20 app/controllers: Fixing namespace. 2018-04-02 12:17:10 +02:00
3e38c8ca41 adding app/controllers/UserController.php 2018-04-01 10:10:24 +02:00