Aditya Oberai
c398d5fba9
Add default value for ELEVENLABS_API_KEY env variable
2025-11-10 12:17:29 +00:00
Harsh Mahajan
64b4ea9551
refactor(account): move MFA endpoints to module actions
2025-11-10 11:56:08 +00:00
Damodar Lohani
47b653fd64
Use correct hashing algorithm for oauth2 token
2025-11-10 11:38:47 +00:00
Chirag Aggarwal
4dc700927e
fix: examples
2025-11-10 15:39:54 +05:30
Chirag Aggarwal
4a148e6ef9
remove broken execute
2025-11-10 15:06:22 +05:30
Chirag Aggarwal
2ff0ae61c8
update php
2025-11-10 15:00:09 +05:30
Damodar Lohani
c8e6fcc090
fix token verify
2025-11-10 09:01:12 +00:00
Damodar Lohani
b3df65cf33
remove unused var
2025-11-10 09:01:09 +00:00
Chirag Aggarwal
b06460b562
chore: release cli and php
2025-11-10 14:19:26 +05:30
Chirag Aggarwal
74492ded44
update description
2025-11-10 11:35:25 +05:30
Chirag Aggarwal and GitHub
9ecffbf4e9
Merge branch '1.8.x' into fix-nullable-validation
2025-11-10 10:19:13 +05:30
Chirag Aggarwal
0ed4b5dbe7
fix imports + add spec changes
2025-11-10 10:16:58 +05:30
Chirag Aggarwal
eb17ffd5d2
wrap all optional values with default null with nullable
2025-11-10 10:15:49 +05:30
Jake Barnby and GitHub
0bf8cead51
Merge pull request #10789 from appwrite/sync-specs
...
chore: sync specs
2025-11-10 04:33:40 +00:00
Damodar Lohani and GitHub
add1142d1f
Merge pull request #10786 from appwrite/feat-function-sites-stats
...
Feat: stats sites and functions runtimes and frameworks
2025-11-10 09:52:36 +05:45
Chirag Aggarwal
86896a6d3c
chore: sync specs
2025-11-10 08:51:56 +05:30
Damodar Lohani
4fd4af312d
Fix array wrong reference
2025-11-09 08:18:37 +00:00
shimon
3ef6154ebe
Update composer.lock to reflect package version upgrades and dependency changes, including Symfony components and Utopia PHP libraries.
2025-11-09 10:10:22 +02:00
Shimon Newman and GitHub
a96ba5499e
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-09 10:06:03 +02:00
shimon
599aa1dcca
Merge branch 'main' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-09 10:04:37 +02:00
Damodar Lohani
4b7a7496ff
Feat: stats sites and functions runtimes and frameworks
...
- Sites frameworks count
- Functions runtimes count
2025-11-09 07:17:40 +00:00
ArnabChatterjee20k
eb0e42b79c
added error message for the backups route
2025-11-09 12:13:08 +05:30
Damodar Lohani and GitHub
62e5f54fcb
Merge branch '1.8.x' into feat-appwrite-auth
2025-11-09 08:36:27 +05:45
Steven Nguyen
09933ce658
refactor: Simplify issue retrieval - use single since query
...
The list_issues tool's 'since' parameter already filters by updated_at,
which captures both newly created issues AND recently commented issues in
a single query. Removed redundant second query.
2025-11-07 12:28:14 -08:00
Steven Nguyen
b225503dc5
feat: Enhance issue triage with updated criteria
...
- Include issues updated in last 24 hours (with new comments), not just newly created
- Add non-English content check: detect and request English translation respectfully
- Add multi-topic detection: ask users to split issues with multiple unrelated topics
- Improve spam detection with clear guidance
- Enhanced with empathetic approach for language and topic guidance
- Add parameter hints for list_label tool usage
- Clarify good first issue label application criteria
- Update summary message to reflect new triage scope
2025-11-07 12:26:13 -08:00
Steven Nguyen
a77a279539
fix: update issue-triage workflow
...
- look for duplicate issues across the org
- fix deprecated timeout_minutes
2025-11-07 12:17:51 -08:00
Steven Nguyen
b1e65725b5
fix: increase safe-outputs limits (labels=100, comments=10) and extend workflow stop-time
2025-11-07 12:01:42 -08:00
Aditya Oberai and GitHub
0c93e7d545
Update app/config/templates/site.php
2025-11-07 23:29:36 +05:30
Aditya Oberai
469d0859fc
Add ElevenLabs text-to-speech sites template
2025-11-07 17:07:25 +00:00
ArnabChatterjee20k
7c408d675e
pr followups
2025-11-07 14:30:22 +05:30
Luke B. Silver and GitHub
4a96d89ee6
Merge pull request #10765 from appwrite/feat-sdk-release-runtime-config
...
Set configs for SDK release at runtime
2025-11-07 08:57:43 +00:00
ArnabChatterjee20k
4d47bc2ebf
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:48:59 +05:30
ArnabChatterjee20k
119d6c1789
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:19:28 +05:30
Steven Nguyen and GitHub
2aa2b8df91
chore: set GITHUB_TOKEN and git email at runtime
2025-11-07 00:06:01 +00:00
Steven Nguyen
84ebbc6993
fix: Enable labels toolset in GitHub MCP server
...
- Add github tool configuration with 'default' and 'labels' toolsets
- The labels toolset was not enabled by default, causing the agent
to fall back to bash commands like 'gh label list'
- Now list_label MCP tool will be available to the agent
2025-11-06 15:43:31 -08:00
Steven Nguyen and GitHub
4f1940ac0c
Merge pull request #10739 from appwrite/copilot/sub-pr-10738
...
Add test coverage for webp upload and preview functionality
2025-11-06 15:07:52 -08:00
Steven Nguyen
94db75fd6c
fix: Correct GitHub MCP tool name from list_labels to list_label
...
The correct tool name in GitHub MCP server is 'list_label' (singular), not 'list_labels' (plural). This was causing the agent to fall back to bash commands like 'gh label list' instead of using the proper MCP tool.
2025-11-06 15:05:45 -08:00
Steven Nguyen
2e4397a951
fix: Use GitHub MCP list_labels tool instead of bash gh command
...
- Replace 'gh label list' bash command instruction with 'list_labels' GitHub MCP tool
- GitHub MCP tools are already enabled and authenticated, no additional config needed
- Fixes permission denied errors when agent tried to use gh CLI
2025-11-06 14:33:24 -08:00
Steven Nguyen
2f255ce01c
fix: Enable batch mode for issue triage safe-outputs
...
- Add target: "*" to safe-outputs configuration for add-labels and add-comment
- This allows the workflow to apply comments and labels to multiple issues
when running in scheduled/manual trigger mode (batch processing)
- Previously, safe-outputs jobs were skipped because they required
github.event.issue.number which only exists in event-triggered runs
- With target: "*", the workflow now reads issue numbers from the agent
output and applies changes to each issue individually
2025-11-06 11:50:38 -08:00
Steven Nguyen and GitHub
ef938a1c39
Merge pull request #10732 from appwrite/copilot/fix-google-token-disappears
...
Fix Google OAuth2 refresh token support
2025-11-06 10:28:02 -08:00
Steven Nguyen and GitHub
ebee879855
Merge pull request #10748 from appwrite/copilot/update-issue-triage-workflow
...
Migrate issue-triage workflow from event-based to scheduled batch processing with duplicate detection
2025-11-06 08:14:25 -08:00
shimon
ae2ffd259c
Remove debug output from HealthCustomServerTest
2025-11-06 17:54:44 +02:00
shimon
3d471bae56
health db debug
2025-11-06 17:37:31 +02:00
shimon
d0f2293755
debug health db
2025-11-06 16:42:58 +02:00
shimon
d6bd26da43
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-06 16:12:02 +02:00
shimon
16d6c9e5e3
debug dbHelth
2025-11-06 16:11:57 +02:00
Matej Bačo and GitHub
e342009c9e
Merge pull request #10771 from appwrite/Update-facts-on-Github-sites-and-functions
...
feat: Add new tips to Comment class
2025-11-06 13:50:27 +01:00
Matej Bačo and GitHub
41d89f1b7a
Merge pull request #10773 from appwrite/chore-remove-locale-cache
...
Chore: remove locale cache
2025-11-06 13:49:32 +01:00
Matej Bačo
ad6aff6af2
remove locale cache
2025-11-06 13:24:17 +01:00
Harsh Mahajan and GitHub
9b52f6f8f6
Add new tips to Comment class
2025-11-06 14:17:31 +05:30