Commit Graph

3098 Commits

Author SHA1 Message Date
fogelito 1284df2cb4 Duplicate message 2024-02-26 14:12:40 +02:00
Jake Barnby 44ec1502f0 Merge remote-tracking branch 'origin/main' into 1.5.x 2024-02-26 18:35:25 +13:00
Jake Barnby d7a16ae7b0 Merge branch '1.5.x' into fix-password-validation 2024-02-26 17:52:41 +13:00
Matej Bačo 6da4a82825 Fix tests 2024-02-25 18:42:24 +01:00
Matej Bačo 5327c02870 Improve tests 2024-02-25 18:42:24 +01:00
loks0n 4ba92e2591 Revert "feat: custom eventually assertion"
This reverts commit b3fc8eb510.
2024-02-25 16:43:58 +00:00
loks0n c4657eadaf fix: phone verification flaky test 2024-02-25 16:41:37 +00:00
loks0n b3fc8eb510 feat: custom eventually assertion 2024-02-25 16:37:31 +00:00
Utkarsh Ahuja faeb9aa8d4 tests: internal id in query select 2024-02-25 14:22:12 +00:00
Matej Bačo a08d5a5ef6 Fix tests 2024-02-25 10:25:51 +00:00
Matej Bačo cb7da26d53 Fix empty pass with personal data check 2024-02-25 09:19:30 +00:00
fogelito 03ce64d41a Merge branch '1.5.x' of github.com:appwrite/appwrite into twoWayKey-2
 Conflicts:
	composer.lock
2024-02-25 11:01:08 +02:00
Jake Barnby c948d3a485 Debug dump errors 2024-02-24 15:04:40 +13:00
Jake Barnby bae1ba714c Enum format fixes 2024-02-24 14:16:05 +13:00
Jake Barnby 0a37a0dd20 Merge pull request #7645 from appwrite/feat-dev-apns
Allow setting APNS to sandbox mode
2024-02-24 14:07:20 +13:00
Jake Barnby 0ccdce8feb Add test 2024-02-24 13:46:45 +13:00
Jake Barnby 4ce6eabf40 Merge pull request #7638 from appwrite/fix-update-topics-permissions
Fix update topics permissions
2024-02-24 13:35:23 +13:00
Jake Barnby 7ab80b9288 Fix account method 2024-02-24 02:00:31 +13:00
Jake Barnby 957f08a3ef Fix max int test 2024-02-24 01:55:00 +13:00
Jake Barnby 40b0b637cf Remove opcache test 2024-02-24 01:06:53 +13:00
Jake Barnby d311f88307 Add test 2024-02-24 00:01:46 +13:00
loks0n 046c11ceb2 chore: revert X-Forwarded-For 2024-02-22 15:37:51 +00:00
loks0n c225d4977b fix: general 2024-02-22 13:40:41 +00:00
Luke B. Silver f285173f4e Merge branch '1.5.x' into feat-ssr-dx 2024-02-22 13:22:41 +00:00
Jake Barnby a877850707 Fix GraphQL tests 2024-02-22 02:26:17 +13:00
Jake Barnby 623c82c727 Merge remote-tracking branch 'origin/1.4.x' into 1.5.x
# Conflicts:
#	app/config/specs/open-api3-1.4.x-client.json
#	app/config/specs/open-api3-1.4.x-console.json
#	app/config/specs/open-api3-1.4.x-server.json
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-1.4.x-client.json
#	app/config/specs/swagger2-1.4.x-console.json
#	app/config/specs/swagger2-1.4.x-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	composer.json
#	composer.lock
#	src/Appwrite/Auth/Validator/Phone.php
2024-02-22 01:32:26 +13:00
Jake Barnby 942847cf3a Merge remote-tracking branch 'origin/main' into 1.5.x
# Conflicts:
#	app/config/collections.php
#	app/config/errors.php
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/account.php
#	app/controllers/api/teams.php
#	app/controllers/api/users.php
#	app/controllers/shared/api.php
#	app/init.php
#	app/worker.php
#	composer.json
#	composer.lock
#	docker-compose.yml
#	src/Appwrite/Extend/Exception.php
#	src/Appwrite/Platform/Services/Tasks.php
#	src/Appwrite/Platform/Tasks/Maintenance.php
#	src/Appwrite/Platform/Workers/Certificates.php
#	src/Appwrite/Platform/Workers/Deletes.php
#	src/Appwrite/Platform/Workers/Messaging.php
#	src/Appwrite/Platform/Workers/Usage.php
#	src/Appwrite/Platform/Workers/UsageHook.php
#	src/Appwrite/Specification/Format/OpenAPI3.php
#	src/Appwrite/Specification/Format/Swagger2.php
#	tests/e2e/Services/Account/AccountConsoleClientTest.php
2024-02-22 01:29:28 +13:00
Jake Barnby ca1d66fc7e Fix test 2024-02-21 13:31:48 +13:00
Jake Barnby 81d475d98b Add test 2024-02-21 13:16:25 +13:00
loks0n c627fbf2a5 fix: type err 2024-02-20 15:32:00 +00:00
loks0n 24bf5d2584 fix: usage tests 2024-02-20 15:27:01 +00:00
loks0n c192712a58 chore: fmt 2024-02-20 14:58:50 +00:00
loks0n 7b88b6dbb1 test: refactor usagetest 2024-02-20 14:47:49 +00:00
loks0n e051717232 fix: usage tests 2024-02-20 13:24:52 +00:00
Jake Barnby 439e7b1ccf Merge remote-tracking branch 'origin/feat-remove-callback-resources' into feat-email-attachments
# Conflicts:
#	app/worker.php
#	src/Appwrite/Platform/Workers/Messaging.php
2024-02-21 02:00:46 +13:00
Jake Barnby 7ad9b1cd5f Try fix phone test 2024-02-21 01:54:17 +13:00
loks0n b76771a8b4 fix: tests 2024-02-20 12:41:49 +00:00
loks0n ae3e961e3f test: fix already logged in 2024-02-20 11:52:29 +00:00
loks0n fa28496b32 feat: ssr dx changes 2024-02-20 11:45:11 +00:00
Jake Barnby f28412ccd9 Add compound UID unit test 2024-02-20 20:10:20 +13:00
Eldad A. Fux 44a9aed48e Merge pull request #7165 from appwrite/feat-more-phone-validation
Feat more phone validation
2024-02-18 22:39:45 +01:00
Torsten Dittmann de0e83f703 fix: move user and project logic from general to api hook 2024-02-16 17:58:51 +00:00
Jake Barnby 14a243cc37 Merge pull request #7457 from appwrite/1.5.x-response-request-models
Update Response and Request filters aswell as Migrations for 1.5.x
2024-02-16 20:58:08 +13:00
Jake Barnby 4d7becc459 Apply suggestions from code review 2024-02-16 20:23:31 +13:00
Jake Barnby 142e92b4b8 Update tests 2024-02-15 17:30:09 +13:00
Jake Barnby ae7a5c6c9c Merge pull request #7580 from appwrite/feat-subscribe-permission
Feat subscribe permission
2024-02-15 16:47:44 +13:00
fogelito 84acf990ec Merge branch '1.5.x' of github.com:appwrite/appwrite into twoWayKey-2 2024-02-14 16:53:58 +02:00
fogelito 796e44a1ed Merge branch '1.5.x' of github.com:appwrite/appwrite into twoWayKey-2 2024-02-13 11:46:33 +02:00
Jake Barnby b2f119868d Add test 2024-02-13 17:41:07 +13:00
Jake Barnby 44a45f7fcc Merge remote-tracking branch 'origin/1.5.x' into 1.5.x-response-request-models 2024-02-13 15:21:57 +13:00