1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00
Commit graph

21314 commits

Author SHA1 Message Date
Jake Barnby
df6b39c9d0
Deploy dotnet 2024-06-13 15:01:41 +12:00
Steven Nguyen
4a168f6948
Merge pull request #8245 from appwrite/fix-oauth2-mfa
Fix MFA for OAuth2 only accounts
2024-06-07 18:11:24 -07:00
Steven Nguyen
a09a09a7a9
fix(auth): fix MFA verification for OAuth2 sessions
Before this, users who only signed in with OAuth2 were not able to
verify their sessions with MFA because their session already used an
email factor and they couldn't use an additional email factor.

This commit changes the OAuth2 session to include 2 factors: email and
oauth2. This second special factor is used to bypass MFA checks. It is
fine to bypass MFA checks because OAuth2 is supposed to handle the
entire authentication process, verifying who the user is and we, as the
resource provider, only need to trust the OAuth2 provider.
2024-06-07 16:45:14 -07:00
Jake Barnby
035144d1ff
Merge pull request #8238 from appwrite/chore-bump-base-image
Bump base image from 0.9.0 to 0.9.1
2024-06-06 13:47:01 +12:00
Steven Nguyen
c7157b3692
chore: bump base image from 0.9.0 to 0.9.1 2024-06-06 00:23:00 +00:00
Jake Barnby
026933ff74
Merge pull request #8218 from appwrite/chore-release-sdks
Release SDKs
2024-06-04 16:05:58 +12:00
Steven Nguyen
4b5e86cc05
chore(sdks): bump major version since there are breaking changes 2024-05-29 13:59:59 -07:00
Steven Nguyen
2f8380e97d
fix(docs): remove extraneous word in Verify authenticator description 2024-05-29 13:59:12 -07:00
Christy Jacob
d5ebde8143
Merge pull request #8197 from appwrite/update-changelog
chore: update changelog
2024-05-24 21:33:25 +04:00
Christy Jacob
671687cf42 chore: update changelog 2024-05-24 16:51:35 +00:00
Christy Jacob
ecf4e258b2 chore: update changelog 2024-05-24 16:49:48 +00:00
Christy Jacob
131d66522a chore: update changelog 2024-05-24 16:40:11 +00:00
Christy Jacob
623a3caa03
Merge pull request #8195 from appwrite/prepare-1.5.7
chore: prepare 1.5.7
2024-05-24 19:56:06 +04:00
Christy Jacob
3a63ee834a
Merge branch '1.5.x' into prepare-1.5.7 2024-05-24 19:55:59 +04:00
Christy Jacob
a414b2b42e
Merge pull request #8063 from appwrite/feat-add-version-header
feat: add warning header
2024-05-24 19:54:43 +04:00
Christy Jacob
c76dbaaadb Merge branch '1.5.x' of https://github.com/appwrite/appwrite into prepare-1.5.7 2024-05-24 15:53:43 +00:00
loks0n
d73a9e75cd refactor: remove version format const 2024-05-24 16:27:13 +01:00
loks0n
ad3cc4e68f fix: typo 2024-05-24 16:16:57 +01:00
Luke B. Silver
a92713d3a2
Merge branch '1.5.x' into feat-add-version-header 2024-05-24 16:08:11 +01:00
loks0n
cb4c15ce0a ui: improve warning message 2024-05-24 16:07:22 +01:00
Christy Jacob
e55f0adab2
Merge pull request #8185 from ItzNotABug/fix-robots-txt
Fix: Don't Override `robots.txt` for Other Domains
2024-05-24 17:15:34 +04:00
Christy Jacob
0e7c417d67
Merge pull request #8089 from appwrite/feat-improve-header-demo-values
feat: improve header demo values
2024-05-24 17:09:09 +04:00
Christy Jacob
0fcb76570d
Merge branch '1.5.x' into prepare-1.5.7 2024-05-24 17:07:57 +04:00
Christy Jacob
6ea2177818
Merge pull request #8196 from appwrite/sync-with-main
Sync with main
2024-05-24 17:07:42 +04:00
Matej Bačo
1109782af0 Update console 2024-05-24 15:06:52 +02:00
Christy Jacob
cd5f6f58a2 Merge branch 'main' of https://github.com/appwrite/appwrite into sync-with-main 2024-05-24 12:43:56 +00:00
Christy Jacob
ac49f7497a Merge branch '1.5.x' of https://github.com/appwrite/appwrite into prepare-1.5.7 2024-05-24 12:43:03 +00:00
Christy Jacob
9f2030fb8c
Merge pull request #8147 from appwrite/chore-rename-executor-image-name
Update executor image name
2024-05-24 16:40:39 +04:00
Christy Jacob
74a9995220
Merge pull request #8188 from appwrite/sync-1.5.x-with-cloud
Sync 1.5.x with cloud
2024-05-24 16:39:52 +04:00
Matej Bačo
8dd883a312 Add comments 2024-05-24 13:04:30 +02:00
Christy Jacob
99a6e81b0d chore: update specs 2024-05-24 11:03:49 +00:00
Christy Jacob
8c851ecdfb chore: remove specs 2024-05-24 10:58:06 +00:00
Christy Jacob
c2215ef171 chore: update console 2024-05-24 10:57:31 +00:00
Christy Jacob
344f926c8e chore: update console 2024-05-24 10:55:34 +00:00
Luke B. Silver
b52de356e9
Merge branch '1.5.x' into feat-improve-header-demo-values 2024-05-24 11:17:28 +01:00
loks0n
6eae908e5e Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-improve-header-demo-values 2024-05-24 11:16:54 +01:00
Christy Jacob
e266791547 chore: update changelog 2024-05-24 09:51:56 +00:00
Christy Jacob
02acee9e2b chore: fix merge conflicts 2024-05-24 09:51:28 +00:00
Christy Jacob
75de5b0332 chore: update specs 2024-05-24 09:35:57 +00:00
Khushboo Verma
357409c508 Merge conflicts in CHANGES.md 2024-05-24 13:03:41 +05:30
Khushboo Verma
da3ff7f8ec Merge branch 'chore-rename-executor-image-name' of github.com:appwrite/appwrite into chore-rename-executor-image-name 2024-05-24 12:56:00 +05:30
Christy Jacob
2005ddfe47 chore: update env variable 2024-05-24 07:25:39 +00:00
Khushboo Verma
ca1f760905 Update executor hostname in variables 2024-05-24 12:55:32 +05:30
Jake Barnby
074b807d8d
Merge remote-tracking branch 'origin/refactor-usage-sn' into sync-1.5.x-with-cloud 2024-05-24 16:56:57 +12:00
Jake Barnby
7d18de95ce
Merge pull request #7870 from appwrite/fix-setting-secrets
Fix not hiding tokens for clients via realtime
2024-05-24 16:53:36 +12:00
Jake Barnby
aa8460cfb9
Merge remote-tracking branch 'origin/refactor-usage-sn' into sync-1.5.x-with-cloud 2024-05-24 16:40:18 +12:00
Jake Barnby
7b76455f0b
Merge pull request #8192 from appwrite/fix-realtime-stats
Wrap realtime stats in an edition check
2024-05-24 16:39:55 +12:00
Jake Barnby
75d6a7e2a0
Wrap realtime stats in an edition check 2024-05-24 16:34:43 +12:00
Jake Barnby
fc7a676dbb
Merge remote-tracking branch 'origin/refactor-usage-sn' into sync-1.5.x-with-cloud 2024-05-24 15:47:12 +12:00
Jake Barnby
15ebad5548
Merge pull request #8190 from appwrite/chore-update-executor-host-default-var
Chore update executor host default var
2024-05-24 15:46:35 +12:00