Commit Graph

31 Commits

Author SHA1 Message Date
Alice Gaudon 4692a23696 Properly implement pagination 2021-03-30 12:02:57 +02:00
Alice Gaudon caae753d74 Allow users to change their username every configurable period of time
Closes #22
2021-02-23 17:43:11 +01:00
Alice Gaudon 562431449b Allow users to remove their password in case they forget it
Closes #23
2021-02-20 20:18:03 +01:00
Alice Gaudon f07f7cacee Fix account.njk error on fresh new account with username and password
Fixes #24
2021-02-18 11:43:27 +01:00
Alice Gaudon 0f08b91370 macros.njk: remove debug default prefix 2021-01-25 17:53:50 +01:00
Alice Gaudon 8b805a484b account view: normalize icons 2021-01-25 17:44:21 +01:00
Alice Gaudon 5caa0be862 FormHelperComponent: add field ID prefix to prevent conflicts
Fixes #20
2021-01-25 17:26:42 +01:00
Alice Gaudon 744923dc78 Auth view: merge register forms in one with js switch 2021-01-25 17:25:07 +01:00
Alice Gaudon 359485170d UserNameComponent: ensure usage of user.name is optional
Fixes #19
2021-01-25 12:47:18 +01:00
Alice Gaudon e4768141bc Simplify RedirectBackComponent into PreviousUrlComponent
Closes #12
2021-01-24 22:42:20 +01:00
Alice Gaudon 1b8ff1428f Add persist session checkbox on login
Makes session not persistent by default
Closes #11
2021-01-24 16:33:33 +01:00
Alice Gaudon 24785c3e71 error.njk: add default string to display when there is no error_id
Related: #17
2021-01-23 18:10:35 +01:00
Alice Gaudon 49168b5391 Add account management (email addresses management, password management)
Closes #8
Closes #9
2021-01-22 12:22:11 +01:00
Alice Gaudon 878f706f82 magic links: fix views titles 2021-01-21 11:18:38 +01:00
Alice Gaudon b75b227ca1 Add required username to magic link authentication and fix many errors 2020-11-14 17:24:57 +01:00
Alice Gaudon 9d50c5cc5f Rename project to swaf 2020-11-12 16:11:16 +01:00
Alice Gaudon 79d704083a Add many eslint rules and fix all linting issues 2020-09-28 14:15:22 +02:00
Alice Gaudon c30df81da7 views/macros: add value property to textareas for styling 2020-09-15 16:26:04 +02:00
Alice Gaudon d3e3a86855 Add optional input field illustration feather icon 2020-09-10 17:21:43 +02:00
Alice Gaudon 8d7deb9d48 Add textarea support to macros.field 2020-08-30 18:56:51 +02:00
Alice Gaudon 3a83729a90 backend.njk: add breadcrumb and improve title 2020-07-30 11:06:50 +02:00
Alice Gaudon c078105515 macros.njk: add breadcrumb 2020-07-30 10:51:48 +02:00
Alice Gaudon bdb7e55b00 Fix user approval backend 2020-07-28 15:03:18 +02:00
Alice Gaudon df651f2661 Make BackendController helper accept external backend links for its view 2020-07-28 10:04:15 +02:00
Alice Gaudon c32048e047 views/macros/select field: add support for custom value/display options 2020-07-27 10:55:41 +02:00
Alice Gaudon 24de732167 Improve approval mode component security, reliability and usage 2020-07-24 13:00:20 +02:00
Alice Gaudon f127abbc74 Finish promoting email views and add backend controller 2020-07-20 17:32:32 +02:00
Alice Gaudon eb935bf52a Fix auth redirect_uri chain 2020-07-15 12:31:07 +02:00
Alice Gaudon 634edda704 RedirectBackComponent: fix it and integrate it into NunjucksComponent 2020-07-15 10:24:01 +02:00
Alice Gaudon d6266e4396 Promote auth view to core 2020-07-14 15:06:30 +02:00
Alice Gaudon 3561614f96 Promote some views to wms-core 2020-07-12 11:47:47 +02:00