Commit graph

29564 commits

Author SHA1 Message Date
shimon
8b3b07a710 linter 2025-10-22 16:40:00 +03:00
shimon
33f88fa5e0 Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock. 2025-10-22 16:35:48 +03:00
Luke B. Silver
16a2dd0b27
Merge pull request #10672 from appwrite/update-cli-10.2.2
chore: update cli to 10.2.2
2025-10-21 10:53:16 +01:00
Chirag Aggarwal
8154a8524a update sdk gen 2025-10-21 12:51:10 +05:30
Chirag Aggarwal
0e567e3e68 chore: update cli to 10.2.2 2025-10-21 11:40:50 +05:30
Jake Barnby
f150cffa17
Merge pull request #10670 from appwrite/revert-auth
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
2025-10-21 02:58:23 +00:00
Jake Barnby
f4efb81832
Update lock 2025-10-21 15:07:53 +13:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
This reverts commit 9dd1939d1f, reversing
changes made to 8dfdfcb522.

# Conflicts:
#	app/config/collections/common.php
#	app/controllers/api/users.php
#	app/init/resources.php
#	composer.lock
2025-10-21 14:59:30 +13:00
Jake Barnby
e2d3624713
Merge pull request #10664 from appwrite/feat-update-db
Update db
2025-10-20 14:11:36 +00:00
Matej Bačo
411951f9d5
Merge pull request #10669 from appwrite/copilot/update-github-comment-title
Change GitHub alert from NOTE to TIP in VCS build comments
2025-10-20 16:03:59 +02:00
Jake Barnby
caa699e181
Update database 2025-10-21 02:25:51 +13:00
copilot-swe-agent[bot]
d9773f44b1 Change GitHub alert from NOTE to TIP in VCS comments
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
2025-10-20 12:32:38 +00:00
copilot-swe-agent[bot]
46dd8fdc68 Initial plan 2025-10-20 12:28:04 +00:00
Jake Barnby
94d02aff4f
Fix DB tests 2025-10-21 01:24:50 +13:00
Jake Barnby
d23f993a6c
Fix validator constructor 2025-10-21 00:13:43 +13:00
Jake Barnby
bfe639fb70
Fix key 2025-10-21 00:13:32 +13:00
Jake Barnby
568651291e
Update libs 2025-10-20 23:13:17 +13:00
Damodar Lohani
254f026458
Merge pull request #10667 from appwrite/fix-auth-refactor
Fix: reset argon 2 options to previous default
2025-10-19 14:00:25 +05:45
Damodar Lohani
248d3aea7a Fix: reset argon 2 options to previous default 2025-10-19 05:44:44 +00:00
Jake Barnby
11042af051
Update db 2025-10-18 02:19:43 +13:00
Luke B. Silver
07d55d17a3
Merge pull request #10658 from appwrite/update-domains-0.8.3
update domain lib to 0.8.4
2025-10-17 13:09:36 +01:00
Chirag Aggarwal
abfab60eec update to 0.8.4 2025-10-17 17:05:47 +05:30
Chirag Aggarwal
fc3ac122dd Merge branch '1.8.x' into update-domains-0.8.3 2025-10-17 17:05:24 +05:30
Jake Barnby
3963b632d8
Merge pull request #10663 from appwrite/update-apple-swift
chore: update apple and swift sdks to 13.2.2
2025-10-17 07:01:25 +00:00
Chirag Aggarwal
1936a01464 chore: update apple and swift sdks to 13.2.2 2025-10-17 12:28:31 +05:30
Luke B. Silver
2cbfa6930f
Merge pull request #10655 from appwrite/fix-test-dependencies-projects
Refactor ProjectsConsoleClientTest to remove test dependencies
2025-10-16 11:30:50 +01:00
Chirag Aggarwal
33a856af41 update domain lib to 0.8.3 2025-10-16 15:54:43 +05:30
Chirag Aggarwal
5d1d937fde remove changes 2025-10-16 15:29:59 +05:30
Chirag Aggarwal
83ec855f4b skip harder ones 2025-10-16 15:18:21 +05:30
Luke B. Silver
5ce9b8eaeb
Merge pull request #10656 from appwrite/feat-replace-sleep-in-webhooks-service
Replace sleep in webhook tests with assertEventually
2025-10-16 10:45:32 +01:00
Khushboo Verma
be983eb68a Remove race condition 2025-10-16 14:40:47 +05:30
Chirag Aggarwal
c6f144313d more tests 2025-10-16 14:29:57 +05:30
Chirag Aggarwal
ae8ec1c736 formatting 2025-10-16 14:26:39 +05:30
Chirag Aggarwal
19d7f02371 more tests 2025-10-16 14:25:12 +05:30
Khushboo Verma
f0660f3fda Replace sleep in webhook tests with assertEventually 2025-10-16 14:23:35 +05:30
Chirag Aggarwal
9ded176cf2 Refactor ProjectsConsoleClientTest to remove test dependencies
- Remove @depends annotations to make tests independent
- Each test now creates its own team and project instead of relying on shared state
- Replace sleep() calls with assertEventually() for more reliable async testing
- Change test methods to return void instead of passing data between tests
- Remove unnecessary sleep() call that was causing test flakiness
2025-10-16 14:21:30 +05:30
Damodar Lohani
2e10cd0009
Merge pull request #10654 from appwrite/fix-undefined-var
Fix: undefined variable warning
2025-10-16 13:40:04 +05:45
Damodar Lohani
7ff664e62b Fix: undefined $user 2025-10-16 07:38:13 +00:00
Damodar Lohani
9dd1939d1f
Merge pull request #10468 from appwrite/feat-apps-module-dl
Feat apps module dl
2025-10-16 11:40:27 +05:45
Damodar Lohani
8dfdfcb522
Merge pull request #10652 from appwrite/fix-undefined-sequence
Fix undefined sequence
2025-10-16 10:34:37 +05:45
Damodar Lohani
b63c2804f1
Fix: undefined $sequence 2025-10-16 10:26:49 +05:45
Damodar Lohani
ced2270571 remove unused injection 2025-10-16 03:39:39 +00:00
Damodar Lohani
d3436077a1 remove unused hash 2025-10-16 03:39:18 +00:00
Damodar Lohani
e06349e803 update argon2 instances 2025-10-16 03:34:45 +00:00
Damodar Lohani
9849b9d678 Fix empty check 2025-10-16 02:41:53 +00:00
Damodar Lohani
22136867ed add additional check 2025-10-16 02:29:30 +00:00
Damodar Lohani
2df621f9c5 Fix: update comment, typings 2025-10-16 02:23:41 +00:00
Damodar Lohani
9a599e2015 update recommended param for argon2 2025-10-16 02:20:28 +00:00
Damodar Lohani
431dd96b98 chaining 2025-10-16 02:17:59 +00:00
Damodar Lohani
4d8f950955 fix roles filtering 2025-10-16 02:17:52 +00:00