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
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
ArnabChatterjee20k
d8f3d581cc
added log vectordb colleciton creation
2026-03-22 23:02:34 +00:00
loks0n
be76990bb6
fix: fail open realtime publishing
2026-03-22 18:50:03 +01:00
Matej Bačo
0a5a8c5b6c
Merge branch '1.8.x' into 1.9.x
2026-03-20 16:28:16 +01:00
Matej Bačo
875637bf35
Merge pull request #11533 from appwrite/feat-user-impersonation
...
Add impersonation feature for user management
2026-03-20 16:13:51 +01:00
ArnabChatterjee20k
1aa86708f3
added error loggins to check
2026-03-20 17:59:52 +05:30
Jake Barnby and greptile-apps[bot]
3a40b6b629
Apply suggestion from @greptile-apps[bot]
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-03-20 22:18:56 +13:00
Jake Barnby and Claude Opus 4.6
ef0954cdda
fix: propagate isUpgrade flag from Upgrade to Install for CLI path
...
Install::action() hardcoded isUpgrade=false, so the CLI upgrade path
never rewrote compose/env files. Added a protected property that
Upgrade sets before calling parent::action().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 21:56:06 +13:00
Jake Barnby and Claude Opus 4.6
d4c9af2eb2
fix: strip surrounding quotes when parsing .env file values
...
Env::__construct() now strips " and ' wrapping from values so that
_APP_DB_ADAPTER="mariadb" is read as mariadb, not "mariadb".
Without this, the upgrade flow rejected the existing database adapter
because the quoted value didn't match the whitelist.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 20:21:50 +13:00
ArnabChatterjee20k
3baf2681df
fix: remove appwrite-mongo-express service and update database type query filters in XList
2026-03-20 11:59:26 +05:30
Jake Barnby and Claude Opus 4.6
1ad2cd68ef
fix: rewrite compose/env files during upgrade so new image versions are applied
...
useExistingConfig was preventing the compose template from being
rewritten on non-local upgrades, leaving old image version tags in
place. Also fix Upgrade reading hardcoded .env instead of
getEnvFileName().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 19:12:47 +13:00
ArnabChatterjee20k
9a70445395
Merge remote-tracking branch 'origin/1.9.x' into revert-11585-revert-11402-sync-mongodb
2026-03-20 11:29:37 +05:30
Jake Barnby and Claude Opus 4.6
47408f04dc
fix: always cast $sequence to string for SDK type safety
...
Revert the is_int preservation — SDKs declare $sequence as string,
so the API must always return a string. Updated tests to match.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 17:24:21 +13:00
Jake Barnby and Claude Opus 4.6
827dd2d039
fix: preserve integer type for $sequence and handle nested relationship casting
...
- Document/Row model filters now preserve int type for $sequence instead of always casting to string
- V21 response filter recursively casts $sequence on nested relationship documents
- Added unit tests for nested document/row $sequence casting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 16:36:04 +13:00
Jake Barnby
48e99e70ac
fix: remove 1.8.2 references, upgrade path is 1.8.1 to 1.9.0
2026-03-20 14:09:07 +13:00
Jake Barnby
2007fbf241
Merge remote-tracking branch 'origin/1.8.x' into chore-update
...
# Conflicts:
# app/init/constants.php
# composer.json
# composer.lock
# src/Appwrite/Migration/Migration.php
2026-03-20 14:04:46 +13:00
Jake Barnby
2673af7b83
fix: propagate database param in CLI install and fix upgrade conflict detection
2026-03-20 13:26:18 +13:00
Jake Barnby
fb21211ae8
fix: return \$sequence as string and add V21 backward-compat filters
2026-03-20 13:08:19 +13:00
Jake Barnby
616762f696
fix: harden migrate task for MongoDB compat and 1.8.x upgrades
2026-03-20 13:08:12 +13:00
Jake Barnby
3b5ba2a2b0
feat: add V24 migration for 1.9.0 schema changes
2026-03-20 13:08:05 +13:00
eldadfux
efeb3b4a00
fixes
2026-03-19 23:02:41 +01:00
eldadfux
aa89128d10
Fixes
2026-03-19 22:54:45 +01:00
eldadfux
e8c0ab0cc1
Fixed email validator
2026-03-19 22:44:04 +01:00
eldadfux
b81f3f8267
Merge origin/1.8.x into feat-user-impersonation
2026-03-19 22:12:38 +01:00
copilot-swe-agent[bot] and stnguyen90
b79132556c
feat: add support for tauri://localhost as an allowed origin
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2026-03-19 20:14:24 +00:00
ArnabChatterjee20k
c7907932e4
Revert "Revert "Documentsdb + vectordb (latest)""
2026-03-19 20:30:42 +05:30
Matej Bačo
351efa6cf2
Fix backwards compatibility
2026-03-19 15:00:20 +01:00
ArnabChatterjee20k
9917f95dfd
Revert "Documentsdb + vectordb (latest)"
2026-03-19 19:18:27 +05:30
Matej Bačo
8af0efafd4
Merge branch '1.8.x' into feat-public-project-variables-api
2026-03-19 14:17:26 +01:00
Matej Bačo
7e7cac017c
Merge pull request #11582 from appwrite/fix-webhooks-duplication
...
Fix: webhook endpoints duplication
2026-03-19 14:16:30 +01:00
Jake Barnby
b8cb146eb9
Merge pull request #11402 from appwrite/sync-mongodb
2026-03-19 12:30:05 +00:00
ArnabChatterjee20k
331fb7f689
fixed php stan issue
2026-03-19 17:10:45 +05:30
ArnabChatterjee20k
feddd77066
fixed analyze
2026-03-19 17:02:27 +05:30
Jake Barnby and Claude Opus 4.6
9bc263ab22
fix: correct stale progress file cleanup status detection
...
Steps are keyed by step name (e.g. 'env-vars'), not by status value.
The old lookup used status constants as step keys, so $status was
always null and terminal-state cleanup never triggered. Detect
terminal state by checking for $data['error'] (failure) or all steps
having 'completed' status.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 00:29:03 +13:00