Chirag Aggarwal
ee32995be3
Address PR review feedback
2026-03-27 21:26:27 +05:30
Chirag Aggarwal
d41c1bb98c
Support email adapter overrides in mails worker
2026-03-27 20:17:13 +05:30
Aditya Oberai
babb0196e4
Fix examples in MFAType model
2026-03-26 16:29:39 +00:00
Chirag Aggarwal
915a8bfbe0
Merge branch '1.9.x' into feat-rust-sdk
2026-03-26 17:43:47 +05:30
Matej Bačo
1ab05acc93
Merge pull request #11641 from appwrite/fix-missing-deployments
...
Fix: missing deployment on new branch without PR
2026-03-25 13:55:50 +01:00
Matej Bačo
2f66ae5533
AI review fixes
2026-03-25 13:28:16 +01:00
Matej Bačo
f89621cf74
Fix double deployments
2026-03-25 13:17:07 +01:00
Chirag Aggarwal
c5186324ed
Merge pull request #11639 from appwrite/improve-sdk-pr-summary
...
feat: improve SDK PR summary with platform grouping and clipboard copy
2026-03-25 15:29:11 +05:30
Matej Bačo
b95b4f12f9
Fix missing deployment on new branch
2026-03-25 10:55:17 +01:00
Chirag Aggarwal
ee3d4dfeee
fix: revert bulk upsertDocuments auth
2026-03-25 14:49:36 +05:30
Chirag Aggarwal
b742f1c50d
improve log
2026-03-25 12:49:17 +05:30
Chirag Aggarwal
f3fcdec1be
remove copy
2026-03-25 12:21:05 +05:30
Chirag Aggarwal
647099efc7
fix: address PR review feedback
...
- Guard clipboard prompt with posix_isatty() to avoid blocking CI/automated runs
- Add Wayland support (wl-copy) and improve error message for missing clipboard tools
- Validate comma-separated platform names against getPlatforms()
2026-03-25 12:06:19 +05:30
Chirag Aggarwal
d535b6b39b
feat: improve SDK PR summary with platform grouping and clipboard copy
...
- Group PR links by platform (Client, Console, Server) in the summary
- Add option to copy PR summary to clipboard in markdown format
- Support comma-separated platform selection (e.g. "client,server")
2026-03-25 11:13:37 +05:30
Chirag Aggarwal
f89b3274de
review comments
2026-03-25 10:17:25 +05:30
Chirag Aggarwal
956edae593
fix empty git commit
2026-03-25 10:05:16 +05:30
Chirag Aggarwal
617d6fe1eb
update logging
2026-03-25 10:01:25 +05:30
Chirag Aggarwal
a7cdfed253
chore: update sdks script
2026-03-25 09:49:49 +05:30
Jake Barnby
10a6e8832b
(fix): auto-detect upgrade mode and database from existing config files
2026-03-25 02:07:53 +13:00
Jake Barnby
a92ad3aa8b
Merge pull request #11624 from appwrite/fix-installer-state
2026-03-24 12:47:48 +00:00
Jake Barnby
a659038ad2
fix: address review comments on installer state PR
...
- Restore postgresql in compose.phtml allowedDbServices for consistency
with WhiteList validators, JS defaults, and compose template sections
- Log errors in performReset catch block instead of swallowing silently
- Move $currentStep assignment before waitForApiReady so timeout errors
are attributed to the correct step
- Replace blocking fgets loop in execWithContainerProgress with
non-blocking stream_select polling to prevent unbounded hangs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 01:05:47 +13:00
Jake Barnby
4da726029c
(fix): installer stale resume redirect and account-setup phase delay
2026-03-25 00:56:42 +13:00
Jake Barnby
f016d4b7cd
(fix): auto-detect existing database type instead of blocking upgrades
2026-03-25 00:39:17 +13:00
Jake Barnby
22e1969895
(fix): installer step ordering, initial container count, and proc_close timeout
2026-03-25 00:02:21 +13:00
Jake Barnby
49688a6c75
Merge pull request #11628 from appwrite/patch-list-db
2026-03-24 11:00:55 +00:00
ArnabChatterjee20k
2b33dc3c72
updated merging of user and current queries
2026-03-24 16:07:31 +05:30
ArnabChatterjee20k
9e595588bc
lint
2026-03-24 16:03:28 +05:30
ArnabChatterjee20k
20bd7af370
added a fallback isnulll
2026-03-24 15:59:42 +05:30
Jake Barnby
5ca30d37f7
(fix): tolerate console signup restriction in installer account creation
2026-03-24 21:36:32 +13:00
Jake Barnby
76684874e9
(feat): installer improvements — reset, state resilience, container progress, SSL email fallback
2026-03-24 21:25:57 +13:00
Jake Barnby
1acfef5f5d
(fix): set installer session cookie domain to match Appwrite convention
2026-03-24 21:25:47 +13:00
Jake Barnby
e58f0b6378
fix: address review — pass HTTPS port to certificate check, use resolved protocol for console button, add hex length guard
2026-03-24 17:46:22 +13:00
Jake Barnby
c5c78e0f2b
Merge remote-tracking branch 'origin/1.9.x' into fix-installer-certificates
2026-03-24 16:55:54 +13:00
Jake Barnby
60b5f4433c
(feat): add SSL certificate check step to web installer redirect flow
2026-03-24 16:53:43 +13:00
Jake Barnby
8666bf1325
Merge branch '1.9.x' into revert-11585-revert-11402-sync-mongodb
2026-03-24 03:03:02 +00:00
Hemachandar
d53cad2b0f
perf: simplify repository authorized checks ( #11616 )
...
* perf: simplify repository authorized checks
* search repos
2026-03-23 22:18:35 +05:30
Luke B. Silver
9d976fdc9f
Merge pull request #11607 from appwrite/fix/failed-open-realtime-publishing
...
fix: fail open realtime publishing
2026-03-23 17:44:49 +01:00
Chirag Aggarwal
2017183ecc
Merge branch '1.9.x' into feat-rust-sdk
2026-03-23 17:56:22 +05:30
Chirag Aggarwal
1a1740ac7a
feat: add Rust SDK support
...
Add Rust SDK entry to server platform config, wire up the Rust language
class in the SDK generation task, update sdk-generator to dev-rust branch,
and create the changelog directory.
2026-03-23 17:53:58 +05:30
Matej Bačo
7ab474b963
Fix failing tests
2026-03-23 12:33:08 +01:00
Matej Bačo
10da066075
Merge branch '1.9.x' into feat-public-project-variables-api
2026-03-23 12:21:11 +01:00
Matej Bačo
01142bba2c
Merge branch '1.8.x' into feat-public-project-variables-api
2026-03-23 12:21:06 +01:00
ArnabChatterjee20k
336bc3a74f
Merge remote-tracking branch 'origin/revert-11585-revert-11402-sync-mongodb' into revert-11585-revert-11402-sync-mongodb
2026-03-23 15:20:22 +05:30
ArnabChatterjee20k
8a80ec12ed
removed comments
2026-03-23 15:17:09 +05:30
ArnabChatterjee20k
b7f06a76aa
Merge pull request #11608 from appwrite/fix/vectorsdb-console-improvements
...
Register missing vectorsdb listDocumentLogs endpoint
2026-03-23 13:07:31 +05:30
Prem Palanisamy
a9acba916a
fix: format VectorsDB registry import order
2026-03-23 06:40:48 +00:00
ArnabChatterjee20k
8ae07ac61f
Merge remote-tracking branch 'origin/1.9.x' into revert-11585-revert-11402-sync-mongodb
2026-03-23 10:47:23 +05:30
ArnabChatterjee20k
5466f55cfa
removed logs
2026-03-23 10:46:53 +05:30
Prem Palanisamy
28ba11c71e
register vectorsdb listDocumentLogs endpoint
2026-03-22 23:02:34 +00:00
ArnabChatterjee20k
a14d51321a
refactor: remove debug output and enhance collection creation test with eventual assertion
2026-03-22 23:02:34 +00:00