Daniel García
|
834c847746
|
Implement admin JWT cookie, separate JWT issuers for each type of token and migrate admin page to handlebars template
|
2019-01-19 21:41:49 +01:00 |
|
Daniel García
|
97aa407fe4
|
Move email templates to subfolder
|
2019-01-19 17:40:18 +01:00 |
|
Daniel García
|
19b6bb0fd6
|
Initial stab at templates
|
2019-01-15 15:28:46 +01:00 |
|
Daniel García
|
673adde9f1
|
Make the admin retype the user name before deleting
|
2019-01-07 14:48:10 +01:00 |
|
Daniel García
|
301919d9d4
|
Modified navigation bar and corrected some comments
|
2018-12-30 21:43:55 +01:00 |
|
Daniel García
|
b2fc0499f6
|
Finish invite functionality, and remove virtual organization
|
2018-12-30 21:40:26 +01:00 |
|
Daniel García
|
6a99849a1e
|
Implemented proper error handling, now we can do user.save($conn)?; and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
|
2018-12-30 21:31:12 +01:00 |
|
Daniel García
|
172f1770cf
|
Embed the icon in the binary, no need to download when it's not going to change
|
2018-12-30 21:31:12 +01:00 |
|
Daniel García
|
1b5134dfe2
|
Fixed delete user when 2FA is enabled, implemented delete user for admin panel, and the front-end part for invite user. Secured admin panel behind a configurable token.
|
2018-12-30 21:31:11 +01:00 |
|
Daniel García
|
5fecf09631
|
Initial version of admin panel, list users and reload user list works. No serious auth method yet, password is 'token123'
|
2018-12-30 21:31:11 +01:00 |
|