|
|
2e98191d56
|
app/controllers/ApiController.php: need to include App\Model\Data\User
|
2022-08-28 17:36:50 +02:00 |
|
|
|
14eb4a9137
|
app/controllers/backend/UserController.php: Adding activationEmailAction()
|
2022-08-28 17:36:31 +02:00 |
|
|
|
4b750f0f37
|
Merge branch 'dev' into 31-admin-user-management
# Conflicts:
# app/forms/UserSettings.php
|
2022-08-08 23:37:44 +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 |
|
|
|
863175eb51
|
app/controllers/AuthController.php: No need to set event manager anymore
|
2022-07-26 21:06:16 +02:00 |
|
|
|
0971f8f35e
|
app/controllers/UserController.php: no need to set event manager anymore.
|
2022-07-26 20:41:47 +02:00 |
|
|
|
885cdbe47a
|
app/controllers/backend/UserController.php: Adding newAction()
|
2022-07-24 23:04:43 +02:00 |
|
|
|
172cddb577
|
app/controllers/backend/UserController.php: in editAction() take "user/form" view.
|
2022-07-24 23:04:08 +02:00 |
|
|
|
b2249735c3
|
app/controllers/backend/UserController.php: in statusAction() display "Activated" in flash message when status is changed to "Active"
|
2022-07-24 22:30:36 +02:00 |
|
|
|
b1212f5310
|
app/controllers/backend/UserController.php: adding edit action.
|
2019-12-03 11:04:23 +01:00 |
|
|
|
5fb9880a1b
|
Adding backend/LogController::index()
|
2019-12-01 19:27:27 +01:00 |
|
|
|
34d2c048f5
|
app/controllers/backend/UserController.php: use the side-menu layout
|
2019-12-01 17:43:09 +01:00 |
|
|
|
bdde1d9ac7
|
app/controllers/backend/UserController.php: adding listing of users.
|
2019-12-01 15:23:26 +01:00 |
|
|
|
e5b0e1fcfd
|
Make the application modular to have a "main" and "backend" part.
|
2018-12-29 15:24:25 +01:00 |
|
|
|
7c24e2ea5e
|
app/controllers/UserController.php: move activateLinkAction() to ApiController
|
2018-09-30 23:12:08 +02:00 |
|
|
|
bd5a8402e6
|
app/controllers/CallbackController.php: move endpointAction() to ApiController.
|
2018-09-30 23:11:03 +02:00 |
|
|
|
2335c61644
|
app/controllers/UserController.php: in activateLinkAction() accept account activation also.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
2faf85359a
|
app/controllers/AuthController.php: in registerAction() send activation mail if email from oauth is changed.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
4ff298e7ea
|
app/controllers/AuthController.php: in oauthAction() redirect new users to register page even if their email is taken (they can change it now)
|
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 |
|
|
|
ca7a3675f7
|
app/controllers/AuthController.php: use Httpcb\Auth\Result to have more detailed reason why an authentication failed.
|
2018-08-17 16:54:38 +02:00 |
|
|
|
1d1c1c29ce
|
app/controllers/AuthController.php: in oauthAction() use User::findFirstByEmail()
|
2018-08-16 19:00:01 +02:00 |
|
|
|
82fb869042
|
app/controllers/AuthController.php: fixing registerAction()
|
2018-08-15 22:07:19 +02:00 |
|
|
|
2529d29d80
|
app/controllers/AuthController.php: in oauthAction() redirect to registration page if no user is found.
|
2018-08-14 23:22:30 +02:00 |
|
|
|
7b2f53e4dc
|
app/controllers/AuthController.php: add registerAction()
|
2018-08-14 23:18:24 +02:00 |
|
|
|
f32c80ba13
|
app/controllers/ControllerBase.php: fixing autocomplete.
|
2018-08-14 21:17:19 +02:00 |
|
|
|
6d8025c5d6
|
Merge branch '14-user-add-support-for-removing-account' into dev
|
2018-08-13 01:11:52 +02:00 |
|
|
|
7fd242a28a
|
app/controllers/AuthController.php: minor fix.
|
2018-08-11 13:35:35 +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 |
|
|
|
6c6bc209e4
|
app/controllers/CallbackController.php: in newAction() make sure name is set correctly.
Fixes #18
|
2018-07-24 12:00:10 +02:00 |
|
|
|
e9c6d1c863
|
app/views/error/show404.volt: adding some weird message.
|
2018-06-13 21:52:45 +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 |
|
|
|
4d073468ca
|
app/controllers/AuthController.php: fire onOAuthConnected event.
|
2018-06-10 22:40:07 +02:00 |
|
|
|
adb98241c7
|
app/controllers/AuthController.php: in oauthAction() if we have an authed user then we should connect accounts.
|
2018-06-10 20:55:29 +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 |
|
|
|
22627a811c
|
app/controllers/AuthController.php: in oauthAction() show flash message if account creation failed.
|
2018-06-08 00:12:05 +02:00 |
|
|
|
ef8e78084e
|
app/controllers/AuthController.php: in oauthAction() use the new implementation of OAuth.
|
2018-04-06 11:55:30 +02:00 |
|
|
|
08ad47caf7
|
app/controllers/AuthController.php: in oauthAction() do not show error message when in fact oauth succeeded.
|
2018-04-05 19:06:06 +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 |
|
|
|
6173d56fd4
|
change model namespace to App\Model\Data
|
2018-04-02 23:35:49 +02:00 |
|