zitadel/internal/domain
Livio Amstutz ab62f2d79d
fix: return full url of assets in admin and mgmt api (#3157)
* fix: return full url of assets in admin and mgmt api

* remove asset loading over asset service

* remove unused code

Co-authored-by: Max Peintner <max@caos.ch>
2022-02-04 15:02:18 +01:00
..
action.go feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
application_api.go fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
application_key.go fix: correct json name of clientId in key.json (#1760) 2021-05-20 13:47:22 +00:00
application_oauth.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
application_oidc_test.go fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
application_oidc.go fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
application.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
asset.go fix: return full url of assets in admin and mgmt api (#3157) 2022-02-04 15:02:18 +01:00
auth_request.go feat: actions (#2377) 2021-09-27 13:43:49 +02:00
authn_key.go fix: add authnkeys projection (#2801) 2021-12-08 16:16:48 +01:00
browser_info.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
bucket.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
custom_login_text.go fix: return isDefault on login texts (#3076) 2022-01-20 13:18:49 +00:00
custom_message_text.go fix: Custom text split features (#2225) 2021-08-18 10:58:57 +00:00
custom_text.go feat: custom message text (#1801) 2021-06-10 11:49:10 +00:00
factors.go fix: ensure event order in setDefaultAuthFactorsInCustomLoginPolicy (for testability) (#1595) 2021-04-15 15:30:19 +02:00
features.go feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
flow.go feat: actions (#2377) 2021-09-27 13:43:49 +02:00
human_address.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
human_email_test.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
human_email.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
human_otp.go fix: mfa translations (#2527) 2021-10-19 09:38:35 +02:00
human_password.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
human_phone_test.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
human_phone.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
human_profile.go fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00
human_web_auth_n.go feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
human.go fix(projections): add base users (#2733) 2021-11-30 08:57:51 +01:00
iam.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
idp_config.go feat(queries): user IDP links (#2751) 2021-12-07 08:33:52 +01:00
key_pair.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
machine_key.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
machine.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
member.go fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
metadata.go feat: User metadata (#2025) 2021-08-09 08:01:20 +02:00
mfa.go fix: todos (#1346) 2021-03-01 08:48:50 +01:00
next_step.go feat: display login succeeded page only for native apps (#2839) 2021-12-14 09:47:49 +01:00
notification.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
object.go fix: some backend bugs (#1438) 2021-03-19 18:46:26 +01:00
oidc_code_challenge.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
oidc_mapping_field.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
org_domain.go feat: custom domain feature (#1618) 2021-04-19 16:43:36 +02:00
org.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
permission.go fix: move activity log to queries and remove old code (#3096) 2022-01-26 10:16:33 +01:00
policy_label_test.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
policy_label.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
policy_login.go feat: add hide password reset to login policy (#1806) 2021-06-03 11:53:30 +02:00
policy_mail_template.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_org_iam.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_password_age.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_password_complexity.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_password_lockout.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
policy_privacy.go feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
policy.go feat: new es testing2 (#1428) 2021-03-19 11:12:56 +01:00
project_grant_member.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
project_grant.go fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
project_role.go fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
project.go feat: set private labeling setting on project (#2184) 2021-08-24 08:34:10 +02:00
provider.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
refresh_token.go feat: refresh token (#1728) 2021-05-20 11:33:35 +00:00
request.go fix: race condition in auth request unmarshalling (#1993) 2021-07-08 16:38:34 +00:00
roles.go feat: allow global org users to create org and self delete (#2759) 2021-12-09 08:41:21 +00:00
search_method.go fix: todos (#1346) 2021-03-01 08:48:50 +01:00
step.go feat: allow global org users to create org and self delete (#2759) 2021-12-09 08:41:21 +00:00
token.go feat: token revocation and OP certification (#2594) 2021-11-03 08:35:24 +01:00
unique_constraint_migration.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
user_grant.go fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
user_idp_link.go fix(projections): user idp link projection (#2583) 2021-11-02 10:08:47 +01:00
user_membership.go fix: Remove user with cascading memberships (#1811) 2021-06-07 07:20:47 +02:00
user.go feat: auth method projection (#3020) 2022-01-19 14:49:50 +01:00