Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
12fec48
chore: reproducible pipeline with dev containers (#10305)
eliobischof Jul 24, 2025
f44986c
chore: remove redundant readme (#10324)
eliobischof Jul 24, 2025
0257232
fix(packages): cjs, and module resolution fix (#10322)
peintnermax Jul 25, 2025
0672790
chore: cleanup scripts, v1.3.1 @zitadel/client @zitadel/proto (#10329)
peintnermax Jul 28, 2025
2d01115
fix: fix login image (#10355)
eliobischof Jul 31, 2025
15cdc46
chore: fix login integration (#10318)
eliobischof Aug 5, 2025
47fc17f
fix: add form-data override (#10419)
Aug 8, 2025
eb84efb
update login lock file
eliobischof Aug 12, 2025
cfb89b4
Synthetic merge to align histories
eliobischof Aug 12, 2025
9383122
Merge pull request #573 from zitadel/mirror-zitadel-repo
peintnermax Aug 13, 2025
20d9dfe
chore: update login lock file (#10466)
eliobischof Aug 13, 2025
15b8290
chore: retry login integration tests (#10422)
eliobischof Aug 13, 2025
6311711
chore: update lockfile to reflect 1.3.1 for packages (#10471)
peintnermax Aug 13, 2025
cbf13f0
Synthetic merge to align histories
eliobischof Aug 14, 2025
9a71067
Merge pull request #577 from zitadel/mirror-zitadel-repo
peintnermax Aug 14, 2025
c439901
chore: add markdownlint configuration and update README formatting
JoseSzycho Jul 15, 2025
6b6fdc5
chore: add docker-compose configuration for Zitadel services and upda…
JoseSzycho Jul 15, 2025
f626005
chore: add GitHub Actions workflow for building and publishing Docker…
JoseSzycho Jul 17, 2025
3b6b47e
fix: update Docker image tag in GitHub Actions workflow to use dynami…
JoseSzycho Jul 17, 2025
341a0f3
feat: add Kubernetes deployment configuration for auth-ui
JoseSzycho Jul 18, 2025
8706070
feat: add Kubernetes service configuration for auth-ui
JoseSzycho Jul 18, 2025
df8d9cb
feat: enhance GitHub Actions workflow to publish kustomize bundles
JoseSzycho Jul 18, 2025
1b8c47c
feat: add HTTPRoute configuration for auth-ui and update kustomizatio…
JoseSzycho Jul 18, 2025
1ea22c2
chore: remove outdated GitHub templates and configuration files
JoseSzycho Jul 18, 2025
e16184d
fix: change imagePullPolicy for auth-ui deployment
JoseSzycho Jul 18, 2025
0ff9208
chore: align naming to the ones used in our clusters by default
JoseSzycho Jul 18, 2025
b8e80f3
feat: add ZITADEL_API_URL environment variable to auth-ui deployment …
JoseSzycho Jul 23, 2025
1a6e5af
fix: update ZITADEL_API_URL to point to the production environment
JoseSzycho Jul 23, 2025
d5ea1c2
feat: add remote image pattern for staging authentication service
yahyafakhroji Sep 9, 2025
1ff1b41
chore: remove outdated GitHub Actions workflow for building and publi…
yahyafakhroji Sep 9, 2025
7ea22ba
chore: update GitHub Actions workflow to use version tag for publish-…
yahyafakhroji Sep 9, 2025
74858dc
Trying to fix auth mfa
gaghan430 Sep 10, 2025
9ef0afc
Check mfa on loginname
gaghan430 Sep 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

3 changes: 2 additions & 1 deletion apps/login/.env.test → .env.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT_PUBLIC_BASE_PATH=""
ZITADEL_API_URL=http://localhost:22222
ZITADEL_SERVICE_USER_TOKEN="yolo"
EMAIL_VERIFICATION=true
DEBUG=true
PORT=3001
NEXT_PUBLIC_BASE_PATH=/ui/v2/login
26 changes: 20 additions & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
module.exports = {
root: true,
// This tells ESLint to load the config from the package `@zitadel/eslint-config`
extends: ["@zitadel/eslint-config"],
settings: {
next: {
rootDir: ["apps/*/"],
parser: "@typescript-eslint/parser",
extends: ["next", "prettier"],
plugins: ["@typescript-eslint"],
rules: {
"@next/next/no-html-link-for-pages": "off",
"@next/next/no-img-element": "off",
"react/no-unescaped-entities": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error", {
argsIgnorePattern: "^_" ,
varsIgnorePattern: "^_" ,
}],
"no-undef": "off",
},
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
ecmaFeatures: {
jsx: true,
},
project: "./tsconfig.json",
},
};
63 changes: 0 additions & 63 deletions .github/ISSUE_TEMPLATE/bug.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/docs.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/improvement.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/proposal.yaml

This file was deleted.

Binary file removed .github/custom-i18n.png
Binary file not shown.
File renamed without changes.
13 changes: 0 additions & 13 deletions .github/pull_request_template.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/close_pr.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/issues.yml

This file was deleted.

Loading