3
0
Commit Graph

50 Commits

Author SHA1 Message Date
Katrin Yordanova
0bf47a2fc4 Add cypress ids to auth/templates 2022-09-05 14:41:16 +03:00
Katrin Yordanova
ae177514cf Bring back login button in login template 2022-06-23 20:21:17 +03:00
Katrin Yordanova
6e4402e15e Redesign login template 2022-06-16 15:01:45 +03:00
Denis Arh
ebe36a758c Fix hide/show for remember-me button on login screen 2022-05-24 14:24:36 +02:00
Denis Arh
691e3e2900 Fix session & cookie exp. setting logic
Ensures that cookies on non-permanent login are set without max-age to
ensure removal when browser/tab is closed.

Sessions stored in the database are now updated and expiration value
slides forward in time with every activity from the user.
2022-05-24 10:46:21 +02:00
Katrin Yordanova
56af630c05 Add data-test-id to login and signup templates 2022-04-05 17:35:44 +03:00
Vivek Patel
5ccf28488f Remove all auth tokens of user along with deleting all sessions
Also remove `Delete this session` button from each session and,
fix issue with auth token access of active login session, even after deleting sessions from admin.
2022-03-01 16:12:42 +05:30
Denis Arh
43ddaf1e56 Update auth templates to use general assets, update auth background 2022-02-21 16:56:21 +01:00
Denis Arh
84762e068b Fix padding on auth form 2021-10-27 15:56:42 +02:00
Denis Arh
a4b9518cde Fix password labe i18n key on login form 2021-10-07 14:19:53 +02:00
Matija Rešek
5fba7b5acd Change fonts of auth input autocomplte 2021-10-07 10:29:47 +02:00
Matija Rešek
2af6b756e8 Fix auth font loading 2021-10-06 09:47:29 +02:00
Matija Rešek
bb117df707 Make footer scrollable 2021-10-04 12:24:44 +02:00
Matija Rešek
715f45edf2 Remove version and qc link from footer 2021-10-01 16:34:22 +02:00
Matija Rešek
cb9c49fd7c Move auth screens footer to bottom 2021-10-01 14:43:33 +02:00
Jože Fortun
9ee3ab0bb8 Update themes for auth screens 2021-09-27 17:02:58 +02:00
Tomaž Jerman
57c0c319aa Post testing tweaks
* Auth screens
2021-09-24 18:17:13 +02:00
Katrin Yordanova
ac587db589 Fix styles for auth screens 2021-09-24 16:13:18 +03:00
Denis Arh
3113257097 Implements language selector and some lang list improvements 2021-09-17 01:17:44 +02:00
Vivek Patel
3ac2a1f3fa Extends user add cli command
- Adds flag `make-password-link` to generate temp token to create users password
- Adds route and handler for create user password
- Updates few auth label translation reference
- Fixes reset-password issue with existing login session
- Updates tests
2021-09-12 12:49:34 +05:30
Mario Burazer
25b573000b Add icon link from auth to the caller app 2021-09-02 14:19:20 +02:00
Denis Arh
04d274fb70 Improve lang-detection on backend 2021-08-25 16:10:53 +02:00
Denis Arh
bb3aabb078 Fix conflict artefacts 2021-08-24 00:11:06 +02:00
Denis Arh
65fb7065be Translation fixes 2021-08-23 23:46:25 +02:00
Denis Arh
af09848dd8 Fix tests (use translation keys) 2021-08-23 19:10:21 +02:00
Martin Salamon
ddef6ed5b4 Auth screen (templates & handlers) translation 2021-08-23 19:10:21 +02:00
Denis Arh
969581343c Implement split-credentials-check auth flow 2021-08-05 20:09:44 +02:00
Mia Arh
2e98c285de Replace background image for 21.6 release 2021-06-02 15:00:18 +02:00
Mia Arh
b96ab940fa Replace background image for 21.6 release 2021-06-02 12:55:34 +02:00
Mia Arh
58aa46eeea Scale down logo size on 400% browser zoom - accessibility improvement 2021-05-04 10:06:46 +02:00
Mia Arh
89ad43113d Replace card header title tags - accessibility improvement 2021-05-04 09:22:31 +02:00
Mia Arh
a7c539af22 Add extra margin on empty authorized client list 2021-03-08 19:49:15 +01:00
Mia Arh
e4de4b1c8a Adjust icons margin 2021-03-08 19:49:15 +01:00
Mia Arh
76c57ac82b Style toast notifications 2021-03-08 19:49:15 +01:00
Mia Arh
71b96ef658 Update MFA screens 2021-03-08 19:02:28 +01:00
Mia Arh
f4dcf5bd18 Update security screen 2021-03-08 19:02:28 +01:00
Mia Arh
4f8a9e0d27 Update dev scenarios screen 2021-03-08 19:02:28 +01:00
Denis Arh
cbc5034e8f Add support for MFA 2021-03-07 18:58:16 +01:00
Denis Arh
c653c5df90 Change alerts to toasts, add bootstrap's js libs 2021-03-06 16:45:22 +01:00
Denis Arh
4aa94b06e2 Add security page 2021-03-06 16:45:22 +01:00
Denis Arh
a837f88826 Fix auth dev screen nav&js 2021-03-06 16:45:22 +01:00
Denis Arh
34a58d3410 Add 'active' class to active nav item 2021-03-06 16:45:22 +01:00
Mia Arh
782ea71c87 Add missing bg image 2021-03-06 16:45:22 +01:00
Mia Arh
c822099cb7 Adjust screens for mobile responsive 2021-03-06 16:45:22 +01:00
Mia Arh
2e88a9d5c9 Move logged user information to top right 2021-03-06 16:45:22 +01:00
Mia Arh
92500a6f08 Add active nav item styling 2021-03-06 16:45:22 +01:00
Mia Arh
a5e8c0d8a9 Redesign all auth forms and background 2021-03-06 16:45:22 +01:00
Denis Arh
0598f6502b Switched auth assets from statik to go:embed 2021-02-24 06:16:13 +01:00
Denis Arh
06eb038ba8 Add dev-mode with list of templates & scenarios 2021-02-23 19:58:29 +01:00
Denis Arh
53be013377 Implement new auth UI, deprecate auth API endpoints 2021-02-23 07:34:10 +01:00