Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Fix SMTP empty sender regressions | HarshMN2345 | M | No | 6.5h | 0.1h | May 21, 2026 |
SummaryBug FixFix SMTP empty sender regressions This PR resolves a regression that caused SMTP emails to fail when the sender field was empty, restoring reliable email delivery for users. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| fix: allow empty string to clear optional SMTP and email template fields | HarshMN2345 | L | No | 25.0h | 0.1h | May 20, 2026 |
SummaryBug FixAllow clearing optional SMTP and email template fields This fix enables users to clear previously set SMTP and email template fields, preventing stale data and improving configuration flexibility. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
|
||||||
| Fix generated spec endpoint and enum defaults | ChiragAgg5k | S | No | 0.7h | 0.3h | May 20, 2026 |
SummaryBug FixFix API spec generation and enum defaults Corrects API specification generation to ensure accurate regional endpoints, proper metadata exposure for SDK generation, and valid enum defaults, improving SDK reliability and developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| Fix account server specs auth | ChiragAgg5k | M | No | 0.4h | 0.1h | May 20, 2026 |
SummaryBug FixFix account server specs auth Correct authentication handling and SDK configuration for account endpoints, enhancing security and developer experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: subspan ending main request span | Meldiron | S | No | 1.6h | 0.1h | May 19, 2026 |
SummaryBug FixFix subspan ending main request span Fixes missing project ID in span exporter by correcting bus span initialization, improving telemetry accuracy. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| feat: dedicated database | abnegate | M | No | 286.4h | 0.0h | May 19, 2026 |
SummaryFeatureDedicated database feature Adds dedicated database support to improve resiliency and correctness for data on dedicated shards, reducing stale cache issues. Health Assessment
Medium
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| fix: restrict advisor auth types | abnegate | S | No | 3.6h | 0.0h | May 19, 2026 |
SummaryBug FixRestrict Advisor Auth Types This PR tightens security by limiting Advisor SDK authentication to admin and API key only for read endpoints, removing session and JWT auth advertisements, and adds regression tests to ensure compliance. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| feat(storage): expose sizeActual in File response model | lohanidamodar | XS | AI | 1.1h | 0.9h | May 19, 2026 |
SummaryFeatureExpose sizeActual in File response model Adds the stored byte size after compression/encryption to API responses, enabling clients to see actual storage usage. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| added category to the presences scopes | ArnabChatterjee20k | S | No | 10.9h | 0.0h | May 19, 2026 |
SummaryFeatureAdd category to presence scopes Enhances the presence API by adding a new category to scopes, enabling finer-grained access control for real-time presence features. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Remove router deployment fallback | ChiragAgg5k | S | No | 4.0h | 0.0h | May 18, 2026 |
SummaryBug FixRemove router deployment fallback This change eliminates an unnecessary fallback in the router, ensuring deployments are resolved directly from rule data, improving reliability and reducing potential misrouting. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
|
||||||
| fix(health): use injected cache resource for healthcheck | loks0n | S | AI | 0.5h | 0.1h | May 18, 2026 |
SummaryBug FixUse injected cache for healthcheck Healthcheck now uses the actual cache resource, providing accurate status. This reduces false positives and improves system reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Consolidate shared DI resources | ChiragAgg5k | M | No | 6.0h | 0.2h | May 18, 2026 |
SummaryRefactorConsolidate shared DI resources Centralizes shared dependency injection registrations in resources.php, eliminating duplication across CLI, worker, and init entrypoints to improve maintainability and reduce configuration errors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| feat(sites): allow bun and deno as build runtimes for JS frameworks | atharvadeosthale | M | No | 0.9h | 0.9h | May 18, 2026 |
SummaryFeatureAdd Bun and Deno runtimes for JS frameworks Enables users to choose Bun or Deno build runtimes for sites, expanding flexibility and potentially improving build performance. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Delete executions order by | fogelito | XS | No | 0.4h | 0.1h | May 18, 2026 |
SummaryBug FixDelete executions order by Adds ordering support to the delete executions worker, ensuring consistent deletion order and preventing race conditions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add Unity SDK getting started docs | ChiragAgg5k | M | No | 1.6h | 0.0h | May 18, 2026 |
SummaryDocsAdd Unity SDK getting started docs Adds Unity SDK getting started documentation to help developers quickly integrate Appwrite SDKs. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: bump utopia-php/cache to ^3.0 | loks0n | M | AI | 3.8h | - | May 17, 2026 |
SummaryChorechore: bump utopia-php/cache to ^3.0 Update PHP cache dependency to latest major version, ensuring compatibility with related packages and maintaining retry functionality without code changes. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix parallel chunked uploads with pooled locks | TorstenDittmann | XL | No | 272.1h | 0.0h | May 15, 2026 |
SummaryBug FixFix parallel chunked uploads with pooled locks This PR resolves concurrency issues in storage, function, and site deployments, improving reliability and performance for large file uploads. Health Assessment
X-Large
High
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| feat: add email template reset and get-default endpoints | HarshMN2345 | L | No | 3.3h | 0.0h | May 15, 2026 |
SummaryFeatureAdd email template reset and default endpoints Enables users to reset custom email templates to built‑in defaults and retrieve default templates without overrides, improving template management and reducing configuration errors. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Php
|
||||||
| Feat: Org scopes Console API | Meldiron | M | No | 0.9h | 0.0h | May 15, 2026 |
SummaryFeatureAdd console API for organization scopes Provides a console endpoint to list organization scopes, enabling admins to view and manage permissions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Refactor database queue publisher | ChiragAgg5k | XL | No | 0.9h | 0.1h | May 15, 2026 |
SummaryRefactorRefactor database queue publisher Replaces the legacy database queue with a publisher/message pattern, improving decoupling, reliability, and maintainability of database operations. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Update Utopia platform to rc2 | ChiragAgg5k | M | No | 0.9h | 0.0h | May 15, 2026 |
SummaryChoreUpdate Utopia platform to rc2 Brings the Utopia platform to the latest RC release, updating related dependencies to maintain compatibility and security. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Feat/skip deployment commit patterns | HarshMN2345 | M | No | 73.2h | 0.1h | May 14, 2026 |
SummaryFeatureAdd commit message patterns to skip deployments Enables developers to skip automatic deployments by including specific patterns in commit messages, reducing unnecessary deployments and saving resources. Health Assessment
Small
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix text response schemas in API specs | ChiragAgg5k | S | No | 0.4h | 0.1h | May 14, 2026 |
SummaryBug FixFix text response schemas in API specs Aligns generated API specs with plain text endpoints, ensuring correct response types for DNS zone file routes. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| refactor: Migrate queueForDeletes to DeletePublisher and DeleteMessage | ChiragAgg5k | XL | No | 1.8h | 1.8h | May 14, 2026 |
SummaryRefactorRefactor delete queue to publisher pattern Migrates delete queue to new publisher/message pattern, improving decoupling and maintainability. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| [codex] Delete orphaned proxy rules on create | ChiragAgg5k | M | AI | 1.2h | 0.2h | May 14, 2026 |
SummaryBug FixDelete orphaned proxy rules on create Prevents stale rules from blocking domains after project deletion Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Review AI
Tools:
Greptile
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix: project specs navigation order | HarshMN2345 | S | No | 0.3h | 0.0h | May 14, 2026 |
SummaryBug FixFix project specs navigation order Corrects the order of project specifications navigation to improve user experience and reduce confusion. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| fix: match transactions collection name in deletes worker | abnegate | XS | AI | 3.8h | 0.0h | May 14, 2026 |
SummaryBug FixFix transaction collection name mismatch in deletes worker The bug caused transaction deletions to be misclassified, leading to orphaned logs and excessive error messages. Fixing it ensures accurate cleanup and cleaner logs. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fail open on abuse timelimit failures | ChiragAgg5k | M | No | 45.8h | 0.1h | May 14, 2026 |
SummaryBug FixFail open on abuse timelimit failures This change prevents API failures caused by abuse limiter errors, ensuring higher availability for all clients. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| chore: bump utopia-php/audit to 2.3.x | lohanidamodar | M | AI | 1.3h | 1.1h | May 14, 2026 |
SummaryChoreUpgrade audit library to support cursor pagination This update upgrades the audit library to version 2.3.x, adding cursor pagination and count query support, improving audit endpoint performance and ensuring PHP 8.4 compatibility. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| refactor: Migrate queueForFunctions to FunctionPublisher and FunctionMessage | ChiragAgg5k | XL | No | 14.7h | 0.2h | May 14, 2026 |
SummaryRefactorRefactor function queue to publisher pattern Improves reliability and maintainability of function execution queue, enabling future enhancements. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| chore: normalize Span keys and centralize span lifecycle | loks0n | L | AI | 1.5h | 0.1h | May 13, 2026 |
SummaryChoreNormalize Span keys and centralize lifecycle Standardizes span attribute naming and centralizes span lifecycle management, improving observability consistency and reducing trace filtering errors across realtime, workers, and VCS modules. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Bump Utopia cache to 2.1 | ChiragAgg5k | M | No | 1.5h | 0.1h | May 13, 2026 |
SummaryChoreBump Utopia cache to 2.1 Updates Utopia PHP packages to the latest 2.x cache stack, improving performance and compatibility for Appwrite's backend services. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| feat(insights): add insights module with CTA framework | abnegate | XL | AI | 292.5h | 1.1h | May 13, 2026 |
SummaryFeatureAdd Insights module with CTA framework Introduces a new Insights module that enables automated remediation via a call‑to‑action framework, allowing users to trigger server‑side fixes directly from reports and improving overall system performance and security. Health Assessment
Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php, Yaml
|
||||||
| Update SDK generator cover image config | ChiragAgg5k | S | No | 0.2h | 0.2h | May 13, 2026 |
SummaryChoreUpdate SDK generator cover image config This PR updates the SDK generator to a newer version and changes the cover image configuration, ensuring SDKs use the correct branding image. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
|
||||||
| Migrate to utopia-php/http resources/context API | loks0n | L | AI | 175.7h | 0.1h | May 12, 2026 |
SummaryRefactorMigrate to utopia-php/http resources/context API Updates the application to use the new DI container split in utopia-php/http, improving request isolation and simplifying resource access across the stack. This change enhances maintainability and prepares the codebase for future platform upgrades. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix: avatars tests | Meldiron | XS | No | 0.7h | - | May 12, 2026 |
SummaryBug FixFix avatars tests Restores avatar test reliability after format change, ensuring consistent avatar functionality. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| fix(messaging): remove redundant user fetch | abnegate | M | No | 29.1h | 0.0h | May 12, 2026 |
SummaryBug FixRemove redundant user fetch in messaging worker Optimizes messaging by eliminating unnecessary user document retrieval, improving performance and reducing load. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix: Project SDK enum names | Meldiron | M | No | 0.3h | 0.0h | May 12, 2026 |
SummaryBug FixFix SDK enum names for project models Corrects enum naming in SDK generation to ensure accurate API responses. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| chore: pin TablesDB e2e to 8cpu runner | abnegate | XS | No | 0.3h | 0.0h | May 12, 2026 |
SummaryCI/CDPin TablesDB E2E to 8CPU runner Reduces flakiness in TablesDB end‑to‑end tests by allocating sufficient CPU resources, improving CI reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Feat: Rework project response model | Meldiron | XL | No | 24.9h | 0.1h | May 12, 2026 |
SummaryRefactorRework project response model Refactors project response models to align with new public APIs while preserving backward compatibility, improving API consistency for developers. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: scheduler doc missing for functions | Meldiron | S | No | 0.7h | 0.0h | May 12, 2026 |
SummaryBug FixFix scheduler doc missing for functions This PR resolves an issue where scheduled functions lacked a required document, ensuring reliable scheduling and preventing runtime errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| fix codex plugin | atharvadeosthale | S | No | 16.8h | 0.0h | May 12, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix(migrations): write _APP_MIGRATION_HOST in the installer-generated .env | premtsd-code | XS | No | 13.4h | 1.8h | May 12, 2026 |
SummaryBug FixAdd missing migration host to installer .env Ensures migrations and imports complete successfully on fresh installs and upgrades, preventing stalled console operations. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: remove invalid event label from project delete action | lohanidamodar | XS | No | 0.2h | 0.1h | May 12, 2026 |
SummaryBug FixRemove invalid event label from project delete Fixes crash on project deletion, ensuring API stability and preventing unintended webhook triggers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Migrate mails and messaging queues to publishers | ChiragAgg5k | XL | AI | 91.4h | 0.1h | May 12, 2026 |
SummaryRefactorMigrate mails and messaging queues to publishers Replaces mutable queue event objects with stateless publisher classes, decoupling message construction from enqueueing and making queue handling explicit for better maintainability. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Greptile
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| refactor: enhance execution log checks in SitesCustomServerTest | levivannoort | S | No | 11.3h | 0.0h | May 11, 2026 |
SummaryCI/CDRefactor execution log checks in SitesCustomServerTest Migrates CI runners to volume‑based storage and adds polling to log checks, improving test reliability and CI stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml, Php
Frameworks:
Github-Actions
|
||||||
| feat: bump utopia-php/abuse and utopia-php/migration to feat/sdk-23 branches | premtsd-code | M | No | 74.6h | 0.0h | May 11, 2026 |
SummaryChoreBump utopia-php dependencies to SDK 23 Updates PHP SDK dependencies to support Appwrite 23.x and typed Backups service, enabling new backup‑policy migration features. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| Feat: Google OAuth2 "prompt" param | Meldiron | L | No | 23.6h | 0.1h | May 11, 2026 |
SummaryFeatureAdd Google OAuth2 prompt parameter Enables developers to specify the 'prompt' parameter in Google OAuth2 flows, giving finer control over authentication prompts and enhancing user experience. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: Stateless git hints | Meldiron | M | No | 24.0h | 0.0h | May 10, 2026 |
SummaryBug FixFix stateless git hints Fixes issue where GitHub comment hints regenerated continuously, improving stability and reducing noise for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Chore: Dual read for google oauth secret | Meldiron | S | No | 23.4h | 0.0h | May 10, 2026 |
SummaryChoreAdd dual read for Google OAuth secret Enables future support for additional OAuth parameters by reading secret values as plain text or JSON. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||