3
0

26 Commits

Author SHA1 Message Date
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