1
0
Fork 0
mirror of synced 2024-09-15 00:48:25 +12:00
Commit graph

20754 commits

Author SHA1 Message Date
bhc
b04b7c5f45
chore: Improve sleep duration in Doctor.php 2024-05-09 00:56:56 +03:00
Steven Nguyen
df064adce3
feat(auth): forward OAuth2 callback params
The only place Apple includes the user's name is in the params so we
need to forward the params to the redirect endpoint so they can be used
when creating the user.
2024-05-08 17:36:46 +00:00
Christy Jacob
54508c95a8
Merge pull request #8088 from appwrite/feat-create-new-metric-md
Feat create new metric explanation
2024-05-08 20:50:12 +04:00
shimon
499236833d getCountryCode 2024-05-08 19:47:55 +03:00
shimon
415b70585a adding new usage metric 2024-05-08 10:01:24 +03:00
shimon
b0912889c8 adding new usage metric 2024-05-07 21:22:17 +03:00
shimon
8559753978 adding new usage metric 2024-05-07 21:16:18 +03:00
Shimon Newman
508691a9a6
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:59:31 +03:00
Shimon Newman
243bdeb29c
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:59:19 +03:00
Shimon Newman
ddda24e34d
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:59:12 +03:00
Shimon Newman
ad5c526ca0
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:58:11 +03:00
Shimon Newman
7430cb48d0
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:58:04 +03:00
Shimon Newman
d87df00707
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:57:54 +03:00
Shimon Newman
b8a2de84da
Update CONTRIBUTING.md
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2024-05-07 20:57:42 +03:00
Steven Nguyen
0f369b0393
Merge pull request #8074 from infysumanta/fix-8062-replace-misspelled-from-censosud-and-consosud-to-cencosud
fix: updated typo in credit-cards.php credit card image filename
2024-05-07 10:43:54 -07:00
shimon
2962fbf7d7 adding new usage metric 2024-05-07 20:12:58 +03:00
Torsten Dittmann
239a0b4dde
Merge pull request #8081 from appwrite/fix-dont-kick-after-enabling-mfa
Don't kick user and require verification after enabling MFA
2024-05-07 17:49:18 +02:00
Steven Nguyen
7ea7c83415
Merge pull request #8082 from appwrite/fix-mfa-email-verification-code-font
Fix MFA email verification code font
2024-05-07 07:40:09 -07:00
Christy Jacob
2abd016fe5
Merge pull request #8048 from appwrite/fix-8039-version-in-response
Fix version in error response
2024-05-07 18:39:47 +04:00
Christy Jacob
958a7c9661
Merge pull request #8084 from appwrite/fix-email-otp-verification-status
Fix: Email OTP verified account
2024-05-07 17:35:23 +04:00
Matej Bačo
4c6f01ad68 Update tests 2024-05-07 09:05:54 +00:00
Matej Bačo
08bf5aace4 Mark email verified after email OTP 2024-05-07 09:01:57 +00:00
Bradley Schofield
20bf989dca Improve container naming conventions 2024-05-07 10:46:15 +09:00
Jake Barnby
33f95dab6d
Merge pull request #8080 from appwrite/chore-bump-database
Bump database
2024-05-07 13:38:03 +12:00
Steven Nguyen
fabe6921b4
fix(auth): Fix MFA email verification code font
The font family was set to Inter without any fallback and since the
Inter isn't available in emails, the font rendered the default font,
Times New Roman. This commit adds a fallback font to the font-family
ensuring an sans-serif font like Inter is used.
2024-05-06 18:25:38 -07:00
Steven Nguyen
5b5505cf97
fix(auth): ensure session factors don't contain duplicates 2024-05-06 17:48:44 -07:00
Steven Nguyen
7e07f6b958
feat(auth): ensure user isn't kicked out after enabling MFA
User's were kicked out and forced to verify their session after enabling
MFA if they already had factors enabled. This change ensures that they
are not kicked out of their current session after MFA is enabled by
adding all relevant factors to the session.
2024-05-06 17:48:08 -07:00
Steven Nguyen
98d18ecc47
refactor(auth): remove auth duration from Auth::sessionVerify() calls
The paramter was removed from the method so we don't need to pass it
in anymore.
2024-05-06 17:16:56 -07:00
Steven Nguyen
b9e79dfd0c
chore: bump database and update dependencies 2024-05-06 13:34:15 -07:00
Sumanta
6f3aefdf16
fix: updated typo in credit-cards.php from Consosud to Cencosud 2024-05-07 00:51:58 +05:30
shimon
2f54446aee adding new usage metric 2024-05-06 17:31:36 +03:00
shimon
df5b1287b8 adding new usage metric 2024-05-06 08:54:51 +03:00
Sumanta Kabiraj
e2248971a2
Merge branch 'main' into fix-8062-replace-misspelled-from-censosud-and-consosud-to-cencosud 2024-05-05 21:09:17 +05:30
xue
ec14f31f9a
Merge branch 'main' into feat-8003-missing-country-for-locale-endpoint-Palestine 2024-05-05 15:44:19 +03:00
bhc
3fab87a1ca
Update total count of countries in LocaleBase tests for testGetCountriesPhones 2024-05-05 15:43:59 +03:00
Eldad A. Fux
b2c57e2d8b
Merge pull request #7934 from appwrite/fix-custom-domain
Prevent functions domain to be used as custom domain
2024-05-05 06:53:29 +01:00
Damodar Lohani
61af107c82
Merge pull request #7776 from appwrite/feat-react-native-sdk
React Native SDK
2024-05-05 11:09:46 +05:45
Damodar Lohani
74264582cc
Update proxy.php 2024-05-05 11:07:59 +05:45
Damodar Lohani
7ca9e6923f
add test 2024-05-05 10:47:54 +05:45
Sumanta
fc38b94732
fix: updated typo in credit-cards.php credit card image filename 2024-05-04 17:08:44 +05:30
Steven Nguyen
b402ac5d0d
Merge pull request #8049 from BtheGit/doc-8040-fix-broken-links-in-readme
Replace missing domain paths in README.md
2024-05-03 15:47:08 -07:00
Damodar Lohani
64d4ede05d mark beta 2024-05-01 08:55:45 +00:00
Steven Nguyen
a30d06bc58
Merge pull request #8038 from ItzNotABug/fix-7999-internal-id-for-querying-deployments
Fix: Use `resourceInternalId` for Querying Function Deployments
2024-04-30 14:56:24 -07:00
Damodar Lohani
ef0b27840c update readme 2024-04-30 11:51:36 +00:00
Darshan
cc5a1436ad
Merge branch 'main' into fix-7999-internal-id-for-querying-deployments 2024-04-30 15:02:34 +05:30
Brendan Beltz
574ee31981 Replace missing domain paths 2024-04-29 20:09:33 -04:00
Steven Nguyen
06e7efbd29
Merge pull request #7993 from fuyangpengqi/main
chore: fix some typos in comments
2024-04-29 16:41:24 -07:00
Jake Barnby
dd1213c81a
Merge pull request #8021 from appwrite/feat-vulnerability-scanner
Add OSV Scanner for vulnerability scans
2024-04-30 11:16:37 +12:00
Steven Nguyen
4c48d3683e
Merge pull request #8046 from appwrite/EVDOG4LIFE-patch-1
Fix stale action close reason
2024-04-29 16:16:23 -07:00
Steven Nguyen
bfb51328fe
fix: version in error response
The APP_VERSION_STABLE constant should be used for the version
in API errors so that developers see a version that makes more
sense (such as 1.5.5).
2024-04-29 22:50:20 +00:00