3
0

40 Commits

Author SHA1 Message Date
Jože Fortun
19931042f4 Add favicon to auth header 2024-10-24 15:19:28 +02:00
Mumbi Francis
08be1a1355 Fix language dynamism to align with user's and context preference 2024-09-23 17:20:31 +03:00
Mumbi Francis
f2cdc1a586 Fix preview custom auth screen templates 2024-09-23 16:29:35 +03:00
Jože Fortun
eb197996e6 Update menu button on profile pages 2024-09-23 11:31:58 +02:00
Jože Fortun
99a4007c54 Add labels property to default-client response and auth.user 2024-08-20 09:59:53 +02:00
Jože Fortun
734c0fc96c Fix OIDC provider icons not centered verticially 2024-07-17 16:48:13 +02:00
Jože Fortun
1b4b349385 Fix external OIDC providers not showing on login page 2024-07-08 13:47:35 +02:00
Mumbi Francis
838f4ad65e Fix MFA authentication page error: handle user read permissions 2024-06-05 18:03:50 +03:00
Mumbi Francis
4721a2b281 Fix error handling when retriving user data in AuthClient 2024-02-14 17:21:01 +03:00
Tomaž Jerman
65cfca0c95 Fix user data retrieval in authClient 2024-02-14 16:02:34 +03:00
Mumbi Francis
004b5740da Apply theming to auth screens 2024-02-08 17:20:55 +03:00
kinyaelgrande
0095663f60 Add support for dark mode in Corteza studio 2024-01-30 17:46:03 +03:00
guangwu
db42a86bd1
chore: slice append replace loop (#1358) 2023-11-29 11:56:48 +01:00
Tomaž Jerman
0d999d1bba Change external auth providers to always reload on settings change 2023-11-09 15:58:58 +01:00
Peter Grlica
979b467cb7 Remove handle field on signup 2023-09-11 11:58:15 +02:00
Mumbi Francis
9615a9153a Redirect user to webapp one upon successful signup
If the authorize client isn't trusted, the user is taken to authorize-client page
2023-07-18 11:32:37 +03:00
Tomaž Jerman
462619f2b9 Change logs to encode uint64 values as strings
This is due to us introducing the web console and the uints needing
to be string encoded (because of JavaScript).
2023-05-24 12:26:01 +02:00
Mumbi Francis
5d88d1e5ea Implement optional email invitation to newly created users via CLI 2023-05-05 11:59:47 +03:00
Mumbi Francis
bdf92b9f80
Fix error handling and update permission on auth-profile page (#1089) 2023-04-20 18:23:41 +03:00
Tomaž Jerman
80596c970f Add multopart form parsing to the auth route handlers 2023-04-20 16:08:13 +02:00
Katrin Yordanova
7fce552ee7 Apply new color variables to webapps 2023-04-05 16:29:59 +03:00
Tomaž Jerman
2c42ec631e Support setting values within Envoy 2023-04-02 11:11:19 +02:00
Peter Grlica
9759e84a04
Client returns array of roles on auth 2023-03-21 12:54:03 +01:00
Mumbi Francis
e7c2fdcb11 Validate font file for avatar generation
and fix the tests that we're broken by the new avatar feature
2023-03-15 15:04:03 +03:00
Mumbi Francis
5b3b584c8f Add functionality to generate user avatars and enable users to upload and manage their profile photos 2023-03-13 16:03:52 +03:00
Katrin Yordanova
9f25111b1c Align text message in inc_toasts.html 2023-01-03 13:00:49 +02:00
kinyaelgrande
ee48ec9a92 fix authorized clients empty-list text view 2022-12-16 09:48:52 +03:00
Tomaž Jerman
5d73098854 Fix broken tests due to fmt.Errf compile errors 2022-12-13 17:25:04 +01:00
Tomaž Jerman
30bdc8b325 Improve external auth provider BC by defaulting empty usage 2022-12-12 14:14:55 +01:00
Tomaž Jerman
947469c1e6 Fix broken SAML auth after external flow rework 2022-12-12 14:14:50 +01:00
Tomaž Jerman
3bb299ce72 Fix part of the broken tests 2022-12-09 11:18:18 +01:00
Tomaž Jerman
f14a5464fe Change external credential logic to use consistent error reporting 2022-12-06 17:07:45 +01:00
Tomaž Jerman
59a7929721 Change auth handler receivers to pointers for easier setting propagation 2022-12-06 17:07:45 +01:00
Tomaž Jerman
d53fa26044 Add support for Nylas (and other) integration authentication 2022-12-06 17:07:45 +01:00
kinyaelgrande
29262afadf Add support for personalized auth screen 2022-11-29 12:20:36 +03:00
Denis Arh
e5d67c6e16 Error package related codebase improvements
Remove/replace "github.com/pkg/errors" and "errors"
with "fmt" or "corteza/server/pkg/errors"

Closes #528
2022-11-27 10:29:36 +01:00
Jože Fortun
d493077b7d Revert auth screen and topbar title padding 2022-11-23 15:21:08 +01:00
Jože Fortun
b2b65b5a08 Fix auth server templates on mobile views 2022-11-23 11:28:28 +01:00
Denis Arh
29eacc9f65 Fix import paths (corteza-server => corteza/server) 2022-11-16 16:12:58 +01:00
Corteza Monorepo Migrator
683c7c56e2 Moving server files to ./server 2022-11-14 09:26:39 +01:00