ArnabChatterjee20k
ee9f1f8645
updated database type to grids and legacy
2025-08-06 17:30:11 +05:30
ArnabChatterjee20k
02438fda93
updated composer
2025-08-06 10:57:45 +05:30
ArnabChatterjee20k
4ed511f31c
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-06 10:57:20 +05:30
ArnabChatterjee20k
320171822c
replaced create attribute with a util createAttributeFromCollection method
2025-08-06 10:56:42 +05:30
Jake Barnby
bd4fb03b74
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# 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/databases.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-06 17:24:00 +12:00
ArnabChatterjee20k
066c801a45
removed $id to get updated
2025-08-05 21:56:31 +05:30
ArnabChatterjee20k
7d798f5373
added migration to self hosted version
2025-08-05 19:34:19 +05:30
ArnabChatterjee20k
0fddbd5caa
updated database response model rules
2025-08-05 18:15:55 +05:30
ArnabChatterjee20k
272256438d
updaetd composer version
2025-08-05 18:10:06 +05:30
ArnabChatterjee20k
46cdaa0e4e
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-05 18:09:40 +05:30
ArnabChatterjee20k
28cf4e1d94
updated the validator of type of database to validator
2025-08-05 18:07:11 +05:30
ArnabChatterjee20k
ed05870239
updated migration release
2025-08-05 18:05:46 +05:30
Jake Barnby
cb0a45ed1d
Merge pull request #10243 from appwrite/test-var-id-attribute
...
Test var id attribute
2025-08-06 00:12:04 +12:00
fogelito
fb6988465f
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
2025-08-05 14:42:44 +03:00
fogelito
8c82119bd7
Update database 0.75.*
2025-08-05 14:41:43 +03:00
ArnabChatterjee20k
7fdbd12937
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-05 16:49:45 +05:30
ArnabChatterjee20k
f06af411ba
Add 'type' attribute to database creation and update tests
2025-08-05 16:48:05 +05:30
Jake Barnby
0109ca218e
Merge pull request #10264 from appwrite/fix-dec-min-0
...
Fix atomic number ops with limit 0
2025-08-05 21:33:33 +12:00
Jake Barnby
43f0849979
Fix atomic num ops with limit 0
2025-08-05 20:38:26 +12:00
Matej Bačo
b882a5d5b0
Merge pull request #10263 from appwrite/revert-10258-feat-check-CAA-in-DNS
...
Revert "Check CAA record before issuing certificate"
2025-08-05 10:30:19 +02:00
Jake Barnby
46431118b2
Merge pull request #10096 from ArnabChatterjee20k/dat-556
...
Realtime support for bulk api
2025-08-05 20:26:43 +12:00
Matej Bačo
9c320f9c71
Revert "Check CAA record before issuing certificate"
2025-08-05 10:23:39 +02:00
ArnabChatterjee20k
697ac3447b
fix: Update getUser method call in RealtimeCustomClientTest for clarity
2025-08-05 13:37:24 +05:30
ArnabChatterjee20k
5baa2ad113
refactor: Rename triggerQueuesForBulkDocuments to triggerBulk for consistency across document actions
2025-08-05 13:29:38 +05:30
Matej Bačo
f8a75494b8
Merge pull request #10258 from appwrite/feat-check-CAA-in-DNS
...
Check CAA record before issuing certificate
2025-08-05 09:51:42 +02:00
ArnabChatterjee20k
a144d41020
feat: Enhance RealtimeCustomClientTest with permission updates and timeout assertions for clients
2025-08-05 11:53:17 +05:30
ArnabChatterjee20k
7334efbf3a
feat: Initialize event and payload properties in Event class and optimize bulk document queue triggering
2025-08-05 11:52:58 +05:30
Matej Bačo
7f690a1048
Simplify implementation
2025-08-04 16:51:49 +02:00
Matej Bačo
8c3530ee60
Fix caa validation breaking existing validations
2025-08-04 16:18:06 +02:00
Matej Bačo
5e294d0849
Support empty CAA records
2025-08-04 15:35:40 +02:00
ArnabChatterjee20k
59026a17dc
feat: Enhance database operations with event queues and improve test coverage for bulk operations
...
- Added event queue injections in Bulk Update and Create classes for better event handling.
- Modified getUser method in Scope class to allow for user retrieval with an override option.
- Expanded RealtimeCustomClientTest to include comprehensive tests for bulk create, update, and delete operations, ensuring proper event emissions for multiple clients.
- Improved assertions in tests to validate event data and permissions for created, updated, and deleted documents.
2025-08-04 19:01:48 +05:30
Matej Bačo
2a63de0c46
Improve docs
2025-08-04 14:57:35 +02:00
Matej Bačo
48a977526e
Fix tests
2025-08-04 14:53:13 +02:00
Matej Bačo
75bf37a074
Update composer.lock
2025-08-04 14:32:38 +02:00
Matej Bačo
689fbee10c
Merge branch '1.7.x' into feat-check-CAA-in-DNS
2025-08-04 14:32:20 +02:00
Matej Bačo
4cafd2e07d
Improve PR quality
2025-08-04 14:28:50 +02:00
Luke B. Silver
24a9183d90
Merge pull request #10260 from appwrite/update-avatars-endpoint
...
fix: favicons endpoint to fallback to ico instead of throwing error
2025-08-04 13:18:09 +01:00
Chirag Aggarwal
84e3dc0275
fix: favicons endpoint to fallback to ico instead of throwing error
2025-08-04 17:14:38 +05:30
Luke B. Silver
d28e0152fd
Merge pull request #10255 from appwrite/chore-support-svg-favicon
...
chore: add support for svg favicons
2025-08-04 10:42:38 +01:00
Chirag Aggarwal
7a507917c9
fix: minify
2025-08-04 14:41:57 +05:30
Chirag Aggarwal
048dbe81c7
chore: minify svg
2025-08-04 14:34:45 +05:30
fogelito
7d82d3d945
Run tests
2025-08-04 11:04:33 +03:00
fogelito
992d10afb5
Run tests
2025-08-04 09:07:36 +03:00
Christy Jacob
19fe5881a4
Merge pull request #10249 from appwrite/feat-definition-examples
2025-08-04 09:04:33 +04:00
Chirag Aggarwal
55938fa3c3
update 1.7.x examples
2025-08-04 08:52:07 +05:30
Khushboo Verma
16685dad4e
Update console tests
2025-08-04 01:49:08 +05:30
Khushboo Verma
783894a82b
Add default value
2025-08-04 01:40:39 +05:30
Khushboo Verma
69dbb3222f
Add check in proxy
2025-08-04 01:33:47 +05:30
Khushboo Verma
d48aa60609
Update test
2025-08-04 01:22:10 +05:30
Khushboo Verma
9f8fabe58a
Verify domain CAA after certificate issuance
2025-08-04 01:12:58 +05:30