Aditya Oberai
c398d5fba9
Add default value for ELEVENLABS_API_KEY env variable
2025-11-10 12:17:29 +00:00
Aditya Oberai
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
Steven Nguyen
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
Matej Bačo
ad46d057d5
Merge pull request #10593 from appwrite/feat-SER-193-Update-facts-on-github-sites-and-functions
...
Feat: update facts on GitHub sites and functions
2025-11-06 09:35:53 +01:00
Matej Bačo
6c1e4434a6
Merge pull request #10763 from appwrite/update-readme-file
...
Update README.md
2025-11-04 15:52:25 +01:00
Veeresh
ba6e389f81
Update README.md
2025-11-04 19:33:30 +05:30
copilot-swe-agent[bot]
2f843153da
Add duplicate/related issues detection and listing to triage workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-11-03 20:02:03 +00:00
copilot-swe-agent[bot]
1f9afc8cab
Update issue-triage workflow to run daily and process last 24h issues
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-11-01 15:47:43 +00:00
copilot-swe-agent[bot]
c5d4551cab
Initial plan
2025-11-01 15:39:50 +00:00
Steven Nguyen
a869ae3323
Merge pull request #10725 from appwrite/copilot/analyze-action-failure
...
Add missing models: read permission to AI Moderator workflow
2025-10-29 07:33:44 -07:00
Steven Nguyen
e5cd093a7b
Apply suggestion from @stnguyen90
2025-10-29 00:45:49 -07:00
copilot-swe-agent[bot]
2078e52798
Add contents: read permission to AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-29 07:16:52 +00:00
copilot-swe-agent[bot]
08c51b8761
Initial plan
2025-10-29 07:12:09 +00:00
Steven Nguyen
37dfce0f5b
Merge pull request #10718 from appwrite/add-workflow-workflows-issue-triage.md-5094
...
Add agentic workflow issue-triage
2025-10-29 00:04:22 -07:00
Steven Nguyen
92f776b525
Merge pull request #10717 from appwrite/copilot/add-ai-moderator-repo
...
Add GitHub AI Moderator workflow
2025-10-28 11:46:35 -07:00
Steven Nguyen
eec3d210ee
Add agentic workflow issue-triage
2025-10-28 03:00:30 +00:00
copilot-swe-agent[bot]
b729c8119d
Fix parameter name to use 'token' instead of 'github-token'
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-28 02:18:07 +00:00
copilot-swe-agent[bot]
30a093a0d5
Add GitHub AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-28 02:16:40 +00:00
copilot-swe-agent[bot]
dee3ddffca
Initial plan
2025-10-28 02:11:53 +00:00
Steven Nguyen
6ded8dce67
Merge pull request #10700 from appwrite/chore-issue-auto-labeler
...
Create workflow to auto add labels to issues
2025-10-24 14:50:46 -07:00
Steven Nguyen
21b95c2645
chore: create workflow to auto add labels to issues
2025-10-24 11:24:57 -07:00
Harsh Mahajan
1468231de7
Update Comment.php
2025-10-23 20:20:16 +05:30
Harsh Mahajan
32dae9ad7c
Update Comment.php
2025-10-22 10:05:18 +05:30
Harsh Mahajan
be5c5f9420
Merge branch 'main' into feat-SER-193-Update-facts-on-github-sites-and-functions
2025-10-22 09:53:45 +05:30
Jake Barnby
72c608bf3b
Merge pull request #10677 from appwrite/chore-sync-1.8.0
...
Chore sync 1.8.0 into main
2025-10-22 01:09:41 +00:00
Steven Nguyen
60b4835539
Merge branch 'feat-1.8.0-release-prep' into chore-sync-1.8.0
2025-10-21 12:24:26 -07:00
Steven Nguyen
610a359160
chore: clean up CHANGES.md
...
1. Remove PR authors because they don't render properly anyways
2. Format PR links to use markdown style links instead of plain URLs
2025-10-20 21:15:38 -07:00
Steven Nguyen
a3f51298fe
chore: update CHANGES.md for 1.8.0 release
2025-10-20 21:15:38 -07:00
Steven Nguyen
46f249fd3b
feat: bump console to version 7.4.7
2025-10-20 21:15:38 -07:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
01765fd27f
feat: bump console to version 7.4.4
2025-10-20 21:15:37 -07:00
Steven Nguyen
0a809f85f2
fix(self-hosted): create missing project attributes
...
Appwrite 1.6.1 added these attributes, but the migration was never updated to include those new attributes
2025-10-20 21:15:37 -07:00
Steven Nguyen
a9b18811ea
fix(self-hosted): clear cache for collections and documents
...
In older versions of Appwrite, the internal ID was the $internalId attribute. However, it has now changed to $sequence so that it can align with the publicly exposed attribute for an auto-incrementing ID.
The problem with this change is that data in the cache still references the old $internalId attribute, which can lead to inconsistencies and errors when accessing cached documents. To resolve this issue, we need to clear the cache for all collections and documents at the beginning of the migration so that the new $sequence attribute is used.
2025-10-20 21:15:37 -07:00
Steven Nguyen
59f82a0dd7
feat: bump console to version 7.1.11
2025-10-20 21:15:37 -07:00
Steven Nguyen
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07:00
Steven Nguyen
56a15efe3f
chore: bump appwrite version to 1.8.0
2025-10-14 14:42:59 -07:00
Luke B. Silver
3e078027a7
Merge pull request #10644 from appwrite/bcc-only-emails
...
chore: use bcc only emails for smtp
2025-10-14 13:18:36 +01:00
Chirag Aggarwal
97f448f984
comma
2025-10-14 17:19:08 +05:30
Chirag Aggarwal
07727298f7
remove default recepient
2025-10-14 17:18:44 +05:30
Chirag Aggarwal
752520470d
fix: param
2025-10-14 09:27:50 +05:30
Chirag Aggarwal
128cd68ec8
chore: use bcc only emails for smtp
2025-10-14 09:23:31 +05:30
Damodar Lohani
a832343348
Merge pull request #10617 from appwrite/fix-make-stats-usage-extendable
...
Fix: make methods protected for extending
2025-10-14 06:40:25 +05:45
Luke B. Silver
3e47f9442f
Merge pull request #10641 from appwrite/update-dotnet-sdk-0.21.2
...
Update .NET SDK to 0.21.2 and improve release detection
2025-10-13 12:53:28 +01:00
Luke B. Silver
08d661d8c3
Merge pull request #10620 from appwrite/fix-block-schedules
...
Fix block schedules
2025-10-13 12:51:38 +01:00
loks0n
3544649903
fix: block schedules
2025-10-13 12:29:32 +01:00
Chirag Aggarwal
6f5ac232c5
lint
2025-10-13 16:01:55 +05:30
Chirag Aggarwal
3b82141de2
Update .NET SDK to 0.21.2 and improve release detection
...
- Update .NET SDK version to 0.21.2 with Object[] deserialization fix
- Update sdk-generator dependency from 1.4.3 to 1.4.4
- Improve SDK release detection to check actual commit SHA of latest release tag instead of just checking releases targeting the branch
2025-10-13 15:25:51 +05:30
Jake Barnby
e303501d4a
Merge pull request #10640 from appwrite/feat-txn
...
Fix txn API scope backwards compat
2025-10-13 16:30:46 +13:00
Jake Barnby
935011b9e9
Fix backwards compat API scopes
2025-10-13 15:59:26 +13:00