Commit Graph

21474 Commits

Author SHA1 Message Date
shimon 498b31bd69 private to protected scope 2024-07-01 16:08:27 +03:00
shimon 8545190fcd Delete user update 2024-06-17 20:05:34 +03:00
shimon 942f8f2867 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-multi-region-sync
 Conflicts:
	composer.json
	composer.lock
	docker-compose.yml
2024-06-17 18:45:26 +03:00
shimon 1bb93bcae7 response fix 2024-06-13 14:16:20 +03:00
Jake Barnby e195018abd Merge pull request #8255 from appwrite/feat-update-pwd-abuse
Feat update pwd abuse
2024-06-11 16:56:21 +12:00
Jake Barnby a4c1275764 Add abuse limit for update password 2024-06-10 18:09:30 +12:00
Jake Barnby 3c123d372a Merge pull request #8244 from appwrite/1.5.x
Sync 1.5.x into refactor-usage-sn
2024-06-10 12:22:16 +12:00
Damodar Lohani 00a633759e Merge pull request #7936 from appwrite/feat-upgrade-platform-with-module
Use latest Platform and add Core module
2024-06-09 06:40:13 +05:45
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 7e3070a4b2 Merge pull request #8240 from appwrite/revert-8237-revert-8193-feat-remove-random-shared-tables
Revert "Merge pull request #8237 from appwrite/revert-8193-feat-remov…
cl-1.5.7-6
2024-06-07 17:34:14 +12:00
Jake Barnby e58e849504 Fix function test 2024-06-06 21:29:34 +12:00
Jake Barnby c87a6a863b Increase sleep 2024-06-06 20:52:22 +12:00
Damodar Lohani f44ed18b05 remove worker index 2024-06-06 08:45:15 +00:00
Damodar Lohani 131de2ea7a refactor module 2024-06-06 08:35:50 +00:00
Damodar Lohani ec69507818 Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-upgrade-platform-with-module 2024-06-06 08:32:07 +00:00
Jake Barnby 9e487b8ccf Revert "Merge pull request #8237 from appwrite/revert-8193-feat-remove-random-shared-tables"
This reverts commit 930ae6ded0, reversing
changes made to 1f6417b156.
2024-06-06 20:11:19 +12: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
Christy Jacob 37a1c804b5 Merge pull request #8230 from appwrite/refactor-redis-cache
refactor redis cache
cl-1.5.7-5
2024-06-06 01:33:48 +05:30
shimon cdf7e1a8dc composer 2024-06-05 22:29:47 +03:00
Christy Jacob 930ae6ded0 Merge pull request #8237 from appwrite/revert-8193-feat-remove-random-shared-tables
Revert "Feat remove random shared tables"
cl-1.5.7-4
2024-06-06 00:15:12 +05:30
Christy Jacob ff6efc2855 Revert "Feat remove random shared tables" 2024-06-06 00:11:56 +05:30
shimon f06e19d8fa composer 2024-06-05 20:52:35 +03:00
shimon eb28841cb1 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-redis-cache
 Conflicts:
	composer.lock
2024-06-05 20:47:48 +03:00
shimon e2c6c61083 composer 2024-06-05 20:40:14 +03:00
shimon 55a22e642b updates to multi region sync 2024-06-05 10:44:19 +03:00
shimon b030c02a8c updates to multi region sync 2024-06-05 10:41:42 +03:00
Jake Barnby 1f6417b156 Merge pull request #8193 from appwrite/feat-remove-random-shared-tables
Feat remove random shared tables
cl-1.5.7-3
2024-06-05 17:17:58 +12:00
shimon f5fad93028 updates to multi region sync 2024-06-04 17:32:52 +03:00
shimon 126dd5a58a updates to multi region sync 2024-06-04 17:27:29 +03:00
shimon bb0448d0c6 updates to multi region sync 2024-06-04 17:26:34 +03:00
shimon 71801c9f0e updates to multi region sync 2024-06-04 17:22:24 +03:00
shimon c78e158dbc updates to multi region sync 2024-06-04 17:20:59 +03:00
shimon cf713dd8a0 updates to multi region sync 2024-06-04 17:16:32 +03:00
shimon ff1e0652d7 updates to multi region sync 2024-06-04 17:12:59 +03:00
shimon 749e70e144 updates to multi region sync 2024-06-04 17:12:18 +03:00
shimon 5dcc4d52a4 updates to multi region sync 2024-06-04 17:09:24 +03:00
Jake Barnby 5b3a3d5bf9 Add flaky test retry 2024-06-04 20:10:45 +12:00
Damodar Lohani a823bca463 update platform 2024-06-04 08:04:51 +00:00
Damodar Lohani fef769271f Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-upgrade-platform-with-module 2024-06-04 08:00:19 +00:00
Jake Barnby f459a5c458 Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-remove-random-shared-tables
# Conflicts:
#	docker-compose.yml
2024-06-04 17:43:14 +12:00
Jake Barnby 026933ff74 Merge pull request #8218 from appwrite/chore-release-sdks
Release SDKs
2024-06-04 16:05:58 +12:00
shimon b700aa06f8 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into feat-reatime-cache-cert-sync
 Conflicts:
	.env
	.gitignore
	Dockerfile
	app/cli.php
	app/config/collections.php
	app/config/regions.php
	app/config/services.php
	app/console
	app/controllers/api/databases.php
	app/controllers/api/functions.php
	app/controllers/api/projects.php
	app/controllers/api/storage.php
	app/controllers/api/teams.php
	app/controllers/api/users.php
	app/controllers/general.php
	app/controllers/shared/api.php
	app/init.php
	app/realtime.php
	app/worker.php
	app/workers/deletes.php
	bin/worker-certificates
	bin/worker-deletes
	composer.json
	composer.lock
	docker-compose.yml
	src/Appwrite/Platform/Services/Tasks.php
	src/Appwrite/Platform/Tasks/Maintenance.php
	src/Appwrite/Platform/Tasks/SSL.php
	src/Appwrite/Platform/Workers/Certificates.php
	src/Appwrite/Platform/Workers/sync-in.php
	src/Appwrite/Platform/Workers/sync-out.php
	src/Appwrite/Utopia/Response.php
	tests/e2e/Services/Databases/DatabasesConsoleClientTest.php
	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
	tests/e2e/Services/Realtime/RealtimeCustomClientTest.php
2024-06-02 20:56:00 +03:00
shimon e28224976a refactor redis cache 2024-06-02 16:17:11 +03:00
Luke B. Silver 065dfa6663 Merge pull request #8222 from appwrite/feat-support-twilio-messaging-service-sid
feat: support twilio messaging service sid
cl-1.5.7-2
2024-05-30 17:24:38 +01:00
loks0n 61336be50d doc: update _APP_SMS_FROM 2024-05-30 16:51:48 +01:00
loks0n 64e0c88349 Merge branch 'refactor-usage-sn' of https://github.com/appwrite/appwrite into feat-support-twilio-messaging-service-sid 2024-05-30 16:48:08 +01:00
fogelito e91a532e74 Database tag 2024-05-30 18:46:21 +03:00
loks0n ab4401992c Revert "feat: use param instead"
This reverts commit 72cca45d6d.
2024-05-30 16:36:05 +01:00