Jake Barnby
a92ad3aa8b
Merge pull request #11624 from appwrite/fix-installer-state
1.9.0-rc.2
2026-03-24 12:47:48 +00:00
Jake Barnby
4de9ec7fba
Revert "fix: address review comments on installer state PR"
...
This reverts commit a659038ad2 .
2026-03-25 01:08:14 +13: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
9564c9b065
(chore): update lock
2026-03-25 01:04:38 +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
2a7925b362
(fix): installer resume detects terminal snapshots and redirects cleanly
2026-03-25 00:39:14 +13:00
Jake Barnby
cfe600c653
Merge branch 'fix-installer-state' of github.com:appwrite/appwrite into fix-installer-state
...
# Conflicts:
# src/Appwrite/Platform/Tasks/Install.php
2026-03-25 00:27:47 +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
Jake Barnby
d0978d891f
(fix): installer step ordering, initial container count, and proc_close timeout
2026-03-24 23:53:56 +13:00
Jake Barnby
0cf206cacf
(fix): installer progress counter display and dynamic step messages
2026-03-24 23:53:27 +13:00
Jake Barnby
b9b5d396b8
Update console
2026-03-24 23:43:04 +13: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
4fffeda596
(chore): bump console image to 7.8.25 and drop postgresql from allowed databases
2026-03-24 21:25:51 +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
d4f7d51df8
Merge pull request #11621 from appwrite/fix-installer-certificates
1.9.0-rc.1
2026-03-24 06:24:40 +00:00
Jake Barnby
5b5020fda4
fix: address review — normalize hostname for cert check, add cache bypass, improve fallback copy
2026-03-24 18:18:56 +13:00
Jake Barnby
a1441174f2
fix: update installer module test to expect 7 actions including CertificateGet
2026-03-24 17:57:58 +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
2e5d7a53eb
Merge pull request #11586 from appwrite/revert-11585-revert-11402-sync-mongodb
2026-03-24 03:54:33 +00: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
56ce0d4b47
Update lock
2026-03-24 16:04:40 +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
Matej Bačo
995deea801
Merge pull request #11577 from appwrite/feat-public-project-variables-api
...
Feat: Public project variables API
2026-03-23 13:24:10 +01:00
Matej Bačo
0114e260f0
Fix tests
2026-03-23 12:56:23 +01:00
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
Matej Bačo
71146118d2
Merge pull request #11561 from appwrite/fix-oauth-token-flow-provider-param
...
Fix: OAuth2 token missing provider name
2026-03-23 12:17:29 +01:00
Matej Bačo
682105c068
Rework without schema changes
2026-03-23 11:52:40 +01:00
Matej Bačo
07ff923d38
Merge branch '1.9.x' into fix-oauth-token-flow-provider-param
2026-03-23 11:41:42 +01:00
Matej Bačo
2c5e029116
Merge branch '1.8.x' into fix-oauth-token-flow-provider-param
2026-03-23 11:41:39 +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
fa97823385
Merge remote-tracking branch 'origin/revert-11585-revert-11402-sync-mongodb' into revert-11585-revert-11402-sync-mongodb
2026-03-23 10:48:04 +05:30
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
ffbe17f34e
Merge branch '1.9.x' into revert-11585-revert-11402-sync-mongodb
2026-03-23 10:47:02 +05:30
ArnabChatterjee20k
5466f55cfa
removed logs
2026-03-23 10:46:53 +05:30
ArnabChatterjee20k
6c8338c3e9
Revert "added logging"
...
This reverts commit b630426893 .
2026-03-23 10:44:35 +05:30
Prem Palanisamy
28ba11c71e
register vectorsdb listDocumentLogs endpoint
2026-03-22 23:02:34 +00:00