appwrite/app/controllers/api
2025-11-06 17:37:31 +02:00
..
account.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-11-02 18:15:26 +02:00
avatars.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-11-02 18:15:26 +02:00
console.php Fix environment variable assignment for build timeout 2025-10-21 17:48:48 +05:30
graphql.php 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
health.php health db debug 2025-11-06 17:37:31 +02:00
locale.php chore: make group nullable and remove it from endpoints where its not required 2025-04-12 06:41:57 +00:00
messaging.php Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary. 2025-11-02 18:11:56 +02:00
migrations.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-10-29 20:38:04 +02:00
project.php Refactor authorization handling across multiple modules to use a single instance of the Authorization class. 2025-10-29 20:21:41 +02:00
projects.php Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling. 2025-10-29 11:08:08 +02:00
storage.php Refactor storage file retrieval to use queries directly for counting, improving consistency in authorization handling. Update Action class to remove unnecessary authorization skip, and include authorization in Email/Create class constructor for better dependency management. 2025-11-02 21:24:11 +02:00
teams.php Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary. 2025-11-02 18:11:56 +02:00
users.php Refactor authorization handling by replacing method calls with direct class references, ensuring consistent usage of the Authorization class across various modules. Update method signatures to include Authorization as a parameter where necessary, and remove unnecessary injections. Additionally, correct the documentation in CHANGES.md for clarity. 2025-11-03 09:07:44 +02:00
vcs.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-10-29 20:38:04 +02:00