appwrite/app/controllers/api
2025-11-02 18:11:56 +02:00
..
account.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-10-29 20:38:04 +02:00
avatars.php Refactor authorization handling across multiple modules to use a single instance of the Authorization class. 2025-10-29 20:21:41 +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 fix: db queues 2025-09-12 19:28:27 +01: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 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
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 Merge branch '1.8.x' into refactor-auth-single-instance 2025-10-29 20:38:04 +02:00
vcs.php Merge branch '1.8.x' into refactor-auth-single-instance 2025-10-29 20:38:04 +02:00