Shimon Newman
|
dee3d375db
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-10-28 10:01:33 +02:00 |
|
shimon
|
d7cc3895cb
|
Update composer.lock to reflect version changes for utopia-php/detector, remove unused registers.php file, and clean up whitespace in cli.php and worker.php. Refactor database resource initialization in resources.php for consistency.
|
2025-10-27 19:23:55 +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
|
6ed2000478
|
Update composer.lock and refactor authorization handling in CLI and worker modules. Adjust Docker configuration to include database source path. Modify error handling in general controller and enhance permission setting in document creation. Fix privileged user role retrieval in function execution. Ensure consistent authorization usage across various resources.
|
2025-10-27 12:09:23 +02: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 |
|
Jake Barnby
|
215d55a997
|
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
# Conflicts:
# composer.json
# composer.lock
|
2025-10-22 00:34:01 +13:00 |
|
Jake Barnby
|
b12e006014
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
# app/init/resources.php
# composer.lock
|
2025-10-21 18:43:41 +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
|
ad9e6afd86
|
Fix sync
|
2025-10-21 03:18:29 +13:00 |
|
Jake Barnby
|
3a8e2b080d
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
# app/init/resources.php
# composer.json
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Indexes/Create.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
|
2025-10-21 03:16:21 +13:00 |
|
Damodar Lohani
|
248d3aea7a
|
Fix: reset argon 2 options to previous default
|
2025-10-19 05:44:44 +00:00 |
|
ArnabChatterjee20k
|
470d84a843
|
* updated transactions
* updated tests
|
2025-10-16 21:45:30 +05:30 |
|
ArnabChatterjee20k
|
e0c293c5b4
|
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
|
2025-10-16 14:25:14 +05:30 |
|
Damodar Lohani
|
7ff664e62b
|
Fix: undefined $user
|
2025-10-16 07:38:13 +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 |
|
ArnabChatterjee20k
|
f6dbc0c882
|
Merge remote-tracking branch 'upstream/feat-mongodb' into documents-db-api
|
2025-10-12 20:17:53 +05:30 |
|
Damodar Lohani
|
1b17c32405
|
update block
|
2025-10-12 03:51:37 +00:00 |
|
Damodar Lohani
|
d56dff954f
|
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
|
2025-10-12 00:34:07 +00:00 |
|
ArnabChatterjee20k
|
34e4208b3e
|
addressed comments
* renamed getDatabaseDB to getDatabasesDB
* renamed dbForDatabase to dbForDatabases
* removed call_user_func and using newer callable syntax
|
2025-10-10 20:00:43 +05:30 |
|
ArnabChatterjee20k
|
d51486c62a
|
* fixed stats usage events(hacky fix)
* updated redundant routes(happened during merge conflicts)
|
2025-10-10 19:39:59 +05:30 |
|
ArnabChatterjee20k
|
0754c6263e
|
merged changes from 1.8.x
|
2025-10-10 10:55:48 +05:30 |
|
Jake Barnby
|
38b04566b6
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Delete.php
|
2025-10-09 17:36:22 +13:00 |
|
ArnabChatterjee20k
|
19b1196633
|
* new db pool implementation for connecting to db type
* fixed migration tests
|
2025-10-08 11:09:32 +05:30 |
|
ArnabChatterjee20k
|
d2645ecfb1
|
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
|
2025-10-07 10:47:26 +05:30 |
|
Jake Barnby
|
01ef058adb
|
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
# tests/e2e/Services/Realtime/RealtimeCustomClientTest.php
|
2025-10-04 17:03:52 +13:00 |
|
ArnabChatterjee20k
|
7d4dfe06e2
|
* removed dbForDocumentsRecords
* using callback based db resolution
* updated env
|
2025-10-03 19:50:29 +05:30 |
|
Jake Barnby
|
498235a2ef
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
|
2025-10-03 23:19:33 +13:00 |
|
ArnabChatterjee20k
|
a035760b00
|
updated injections and reverted reduntant changes
|
2025-09-30 19:15:43 +05:30 |
|
ArnabChatterjee20k
|
56af56e341
|
updated endpoints
|
2025-09-26 18:01:39 +05:30 |
|
ArnabChatterjee20k
|
d71c56b11f
|
* Migrating endpoints
* New adapter resolution and injection
* Removed attribute creation for documentsdb
|
2025-09-23 23:15:46 +05:30 |
|
Hemachandar
|
2f1046db2b
|
fix tests
|
2025-09-22 12:10:55 +05:30 |
|
ArnabChatterjee20k
|
d2ad0e7c74
|
documentsdb database creation endpoints
|
2025-09-19 19:44:46 +05:30 |
|
Hemachandar
|
5fd2dfafb7
|
remove var_dump
|
2025-09-18 14:10:56 +05:30 |
|
Hemachandar
|
dedc7a35c9
|
remove debug output
|
2025-09-18 12:38:18 +05:30 |
|
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 |
|
Hemachandar
|
21f25b4ce4
|
Auto-allow sites domain for OAuth
|
2025-09-16 14:16:02 +05:30 |
|
Damodar Lohani
|
4579e41ace
|
update check
|
2025-09-15 10:33:21 +00:00 |
|
Jake Barnby
|
981a1278e2
|
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
# Conflicts:
# composer.lock
|
2025-09-15 16:30:22 +12:00 |
|
shimon
|
89d06d00c0
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
|
2025-09-11 16:54:49 +03:00 |
|
Damodar Lohani
|
2be8895dfd
|
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
|
2025-09-10 03:56:34 +00:00 |
|
Jake Barnby
|
7c3ba74710
|
Rename
|
2025-09-08 19:21:59 +12:00 |
|
Jake Barnby
|
812a09f556
|
Add read-your-write support
|
2025-09-06 04:26:49 +12:00 |
|
loks0n
|
1b586bbc51
|
chore: revert scheduler & hook changes
|
2025-09-03 12:47:33 +01:00 |
|
loks0n
|
5423b63c8a
|
refactor: prevent direct publisher calls
|
2025-09-03 12:10:34 +01:00 |
|
loks0n
|
48c54bf5e8
|
chore: make webhooks publisher overridable
|
2025-09-01 18:06:12 +01:00 |
|
shimon
|
4fb680350a
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
# Dockerfile
# composer.json
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
|
2025-08-26 14:20:47 +03:00 |
|
shimon
|
b98be4756c
|
Update composer.json and composer.lock to reflect changes in utopia-php/database versioning and dependencies. Adjusted MongoDB-related test conditions for improved compatibility and clarity. Removed unnecessary var_dump statements in account.php and enhanced logging in various test files for better debugging.
|
2025-08-26 13:48:01 +03:00 |
|