ArnabChatterjee20k
ba82aab563
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-01-19 13:22:53 +05:30
Jake Barnby
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
ArnabChatterjee20k
f580dc9145
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2026-01-13 14:32:46 +05:30
Hemachandar
3b5b15d1a6
Remove dual read for keys ( #11083 )
...
* Remove dual read for `keys`
* write to mock
* remove dual writes
* Revert "remove dual writes"
This reverts commit ce9a48423b .
* add todo
2026-01-06 17:49:32 +05:30
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Damodar Lohani
aad7d6dbca
Merge pull request #10953 from appwrite/feat-audits-upgrade
...
Feat: Audits upgrade
2025-12-31 06:55:34 +05:45
Hemachandar
c1e50c7abd
Write to new resource attributes in keys ( #11003 )
...
* Write to new resource attributes in `keys`
* temp for tests
* list keys
* add subqueries
* lint
2025-12-30 17:09:59 +05:30
Damodar Lohani
5519086c29
Use db 3.x audit
2025-12-24 01:30:02 +00:00
Damodar Lohani
33b9f33f44
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into feat-audits-upgrade
2025-12-24 01:26:49 +00:00
Damodar Lohani
2d3e34fd5a
fix namespace
2025-12-15 02:20:10 +00:00
Damodar Lohani
69ad4ae930
Fix format
2025-12-15 02:15:45 +00:00
Damodar Lohani
0037305e16
Fix: failing tests
2025-12-15 02:12:35 +00:00
Damodar Lohani
b83125a41e
Fix audits creation
2025-12-14 07:22:39 +00:00
Damodar Lohani
9441295510
Feat: Audits upgrade
2025-12-14 01:43:35 +00:00
Steven Nguyen
9518764cae
Merge branch '1.8.x' into fix-smtp-auth-check
2025-12-12 05:24:33 +00:00
Steven Nguyen
d174233cd6
fix: update SMTP configuration and enhance validation checks
2025-12-12 04:58:59 +00:00
Chirag Aggarwal
aa12ef6569
Add public visibility control for deprecated methods
...
- Add 'public' parameter to SDK Method class to control documentation visibility
- Mark deprecated methods as non-public (public: false) to hide them from docs
- Update OpenAPI and Swagger specs to reflect visibility changes
- Affected endpoints: account verification, messaging providers, and MFA authenticators
2025-12-11 13:53:34 +05:30
VijaykumarPujar-tech
e0a937912c
Added Validation check for username and password
2025-12-09 23:46:44 +05:30
VijaykumarPujar-tech
8951a8465c
Added the projects.php changes back
2025-12-09 23:30:34 +05:30
ArnabChatterjee20k
b15f2eed8f
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 19:32:21 +05:30
ArnabChatterjee20k
af095bdf4a
updated stats
2025-12-03 19:11:46 +05:30
ArnabChatterjee20k
def028e970
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-02 18:38:21 +05:30
ArnabChatterjee20k
7ad6bb048c
merged 1.8.x
2025-12-02 16:35:40 +05:30
Damodar Lohani
94ba8ee5f2
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-23 06:43:52 +00:00
ArnabChatterjee20k
918ebb8ecc
Add VectorDB text embedding creation endpoint and update related tests
2025-11-21 18:00:51 +05:30
ArnabChatterjee20k
c0ac52810e
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-21 17:25:18 +05:30
ArnabChatterjee20k
b658cddc71
updated get project dsn to be of the project db type(dedicate, shared) so that databasesdb and projectdb are not in conflict
2025-11-21 17:22:19 +05:30
ArnabChatterjee20k
c66308e4e9
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-14 21:28:40 +05:30
ArnabChatterjee20k
28be12d827
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-11-14 19:16:08 +05:30
Chirag Aggarwal
eb17ffd5d2
wrap all optional values with default null with nullable
2025-11-10 10:15:49 +05:30
Damodar Lohani
dff7aa6ce0
format
2025-11-04 07:12:42 +00:00
Damodar Lohani
437d914e90
More refactor and fixes
2025-11-04 06:08:35 +00:00
ArnabChatterjee20k
60e95458a7
vector db endpoints
...
* configs and default attributes + indexes
* separate collection creation setup
* fix -> database metadata fix on collection creation
2025-10-31 18:01:47 +05:30
ArnabChatterjee20k
a5e56438c7
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-30 12:35:57 +05:30
ArnabChatterjee20k
4e79259c4e
Refactor database handling to streamline DSN retrieval for documents and tables databases
2025-10-30 12:27:52 +05:30
shimon
a7dbb3daea
Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling.
2025-10-29 11:08:08 +02:00
ArnabChatterjee20k
445b657207
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-27 16:15:10 +05:30
shimon
1606141a5a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
...
# Conflicts:
# app/controllers/api/account.php
2025-10-21 11:14:05 +03: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
shimon
a643cde26d
Update 'includeTotal' parameter to use Boolean(true) for consistent behavior across API endpoints, enhancing response handling for sessions, logs, memberships, and more.
2025-10-20 22:00:57 +03:00
shimon
09075a05db
typo fix
2025-10-19 16:22:13 +03:00
shimon
d0e0f67fee
Implement 'includeTotal' parameter across various API endpoints to control total count in responses
2025-10-19 15:45:16 +03:00
ArnabChatterjee20k
e0c293c5b4
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-16 14:25:14 +05:30
Damodar Lohani
d56dff954f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-12 00:34:07 +00:00
Jake Barnby
143be8239f
Fix inject
2025-10-09 00:41:25 +13:00
Jake Barnby
28392647e0
Pass adapter max ID length to validator
2025-10-07 18:52:05 +13:00
Chirag Aggarwal
a0f0449c21
fix: enum typing for platform in specs
2025-09-26 12:33:10 +05:30
Damodar Lohani
2be8895dfd
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-10 03:56:34 +00:00
Matej Bačo
4cf3d0b87b
move projects.list() to module
2025-09-05 09:17:44 +02:00
Jake Barnby
3fbda66e6c
Fix deprecation messages
2025-08-23 21:36:02 +12:00