Damodar Lohani
3065f53d83
Fix token hash
2025-09-18 01:14:14 +00:00
ArnabChatterjee20k
52ceddcd5a
linting
2025-09-17 20:02:36 +05:30
ArnabChatterjee20k
c5e9ec3969
added cases for checking default added or not
2025-09-17 20:00:10 +05:30
ArnabChatterjee20k
5b09ebe54b
added cases for with default values
2025-09-17 19:46:06 +05:30
ArnabChatterjee20k
4815780476
Add spatial column validation during required mode and tests for existing data in databases
2025-09-17 18:01:29 +05:30
Damodar Lohani
74f181d7a8
fix token length
2025-09-17 10:18:49 +00:00
Damodar Lohani
337eda8538
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-17 14:49:22 +05:45
fogelito
7d1a1d3ef4
use $tenant
2025-09-17 08:45:23 +03:00
fogelito
88c6e783c4
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-17 08:42:27 +03:00
Jake Barnby
ddb852c150
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
2025-09-17 14:58:36 +12:00
Jake Barnby
63aee11312
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-17 14:58:17 +12:00
Jake Barnby
14062fc7c2
Merge pull request #10506 from appwrite/feat-reconnects
...
Update database
2025-09-17 13:08:41 +12:00
shimon
b1e55702c8
Refactor MongoDB test cases for improved readability and consistency. Adjust whitespace in conditional statements and remove redundant test methods related to spatial columns. Add new tests for spatial distance queries and update existing tests to ensure proper functionality.
2025-09-16 19:14:09 +03:00
shimon
f16eba2f9f
Update PHPUnit configuration to stop on failure set to false, and clean up whitespace in multiple files for consistency. Adjust comments and ensure proper formatting in test cases and API handling.
2025-09-16 19:13:38 +03:00
shimon
7c0bd1da88
uncomment inversion tests
2025-09-16 17:51:29 +03:00
shimon
cc87de8934
Merge branch 'feat-mongodb-pulls' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
2025-09-16 17:43:47 +03:00
shimon
5f8dc9998c
Refactor database document handling by replacing createOrUpdateDocuments with upsertDocuments in multiple classes. Clean up common.php by removing commented-out index definitions and ensuring proper indexing for MongoDB compatibility. Update UsageTest to correct API endpoint paths for database operations.
2025-09-16 17:39:41 +03:00
Jake Barnby
f03a62d43d
Update database
2025-09-17 01:33:36 +12:00
Jake Barnby
d7e90560c9
Merge pull request #10505 from appwrite/fix-bucket-query
...
Catch query exception on bucket/file list
2025-09-17 00:15:12 +12:00
Jake Barnby
832687dd09
Catch query exception on bucket/file list
2025-09-16 23:42:07 +12:00
Jake Barnby
b38b2bba0c
Remove state order on created, rely on sequence order
2025-09-16 21:13:41 +12:00
Hemachandar
21f25b4ce4
Auto-allow sites domain for OAuth
2025-09-16 14:16:02 +05:30
fogelito
614285f1ae
Add Scope for tests
2025-09-16 11:29:13 +03:00
shimon
cc7778ceea
database lib check
2025-09-16 11:10:06 +03:00
shimon
f5fc099d87
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-16 10:26:43 +03:00
Jake Barnby
76f59e2404
Merge pull request #10502 from appwrite/fix-filter-exceptions
...
Throw appropriate 400s from request filters
2025-09-16 19:19:03 +12:00
Jake Barnby
c9b39a3f28
Lint
2025-09-16 18:37:52 +12:00
Hemachandar
e6be9bac07
cleanup
2025-09-16 11:55:43 +05:30
Hemachandar
f8ab95b3e1
tests & lint
2025-09-16 11:54:01 +05:30
Jake Barnby
081e2aeb6e
Throw appropriate 400s from request filters
2025-09-16 17:51:22 +12:00
Damodar Lohani
20c3641ac1
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-16 10:25:30 +05:45
Damodar Lohani
33f7056e7a
reest callback
2025-09-16 04:38:52 +00:00
Damodar Lohani
73e7c98131
Fix token length update
2025-09-16 04:36:30 +00:00
Damodar Lohani
1157d6fd10
Fix re-hashing
2025-09-16 04:27:00 +00:00
Chirag Aggarwal
31ed726409
keep graphql backwards
2025-09-16 09:48:17 +05:30
Jake Barnby
fb65d7a965
Add scoped tests
2025-09-16 13:25:15 +12:00
Jake Barnby
42d981c0ef
Add scopes to roles
2025-09-16 13:15:08 +12:00
Jake Barnby
a7cff1b53d
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-09-16 12:58:09 +12:00
Steven Nguyen
64bb1efc44
Merge pull request #10483 from appwrite/SUC-1668-fix-database-usage-stats
...
SUC-1668 fix:database usage metrics
2025-09-15 16:28:58 -07:00
Steven Nguyen
536cff9cc6
chore: add specification validator test
2025-09-15 21:39:23 +00:00
Steven Nguyen
62014fda26
fix: implement dynamic specification defaults for Functions and Sites
...
Prior to this, self-hosted instances would defualt to the lowest specification.
Now, if there is no plan (ie. on self-hosted), the highest specification is used.
If there is a plan, the lowest specification available in the plan is used.
2025-09-15 21:39:22 +00:00
Hemachandar
0b9e43c9f8
Branded email for Console auth flows
2025-09-16 00:58:23 +05:30
copilot-swe-agent[bot]
fea3544d4b
Implement dynamic specification defaults for Functions and Sites
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-09-15 19:18:07 +00:00
copilot-swe-agent[bot]
679de3574f
Initial plan
2025-09-15 19:11:33 +00:00
Luke B. Silver
bfacb900e2
Merge pull request #10498 from appwrite/fix-worker-stop
...
fix: worker stop
2025-09-15 15:45:20 +01:00
loks0n
66503a4e80
fix: api worker-stop
2025-09-15 15:15:56 +01:00
Damodar Lohani
cfd82d9709
use newer syntax
2025-09-15 10:57:31 +00:00
Damodar Lohani
21245836c7
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-15 10:44:43 +00:00
Damodar Lohani
b5ca4c1166
update suggestion
2025-09-15 10:43:40 +00:00
Damodar Lohani
780799f87a
update to initialize first
2025-09-15 10:41:29 +00:00