Darshan
569505c54d
readd: local source mounts.
2026-03-05 13:21:49 +05:30
Darshan
dc66be4b2c
Merge branch 'feat-installer' into 'simplify-dev'.
2026-03-05 13:12:15 +05:30
Jake Barnby
5ee58dcc81
(fix): Fix installer progress step transitions and redirect handling
2026-03-03 19:47:37 +13:00
Jake Barnby
9c7cef2971
Fix pg 18 path
2026-03-03 00:46:38 +13:00
Jake Barnby
029cd695dd
Use custom image
2026-03-03 00:46:25 +13:00
Jake Barnby
4c76ddc2a3
(fix): Fix installer Swoole migration and database selection
2026-03-02 21:50:25 +13:00
Jake Barnby
7a27cf4ac7
fix: address review feedback for installer PR
...
- Initialize $isUpgrade=false in Install.php action() to prevent undefined variable
- Assign $this->lockedDatabase in Upgrade.php before calling parent::action()
- Remove stack trace exposure from buildErrorDetails() in Http Install action
- Suppress raw exception messages for 500+ errors in Error handler
- Remove sessionSecret from progress details to prevent credential leak
- Hash name/email in analytics payload to avoid sending raw PII
- Validate and default dbService in compose.phtml to prevent invalid output
- Fix host normalization in progress.js redirect URL builder
- Release global lock on early return for existing installation conflict
- Consolidate duplicate database host/port assignment blocks
- Add @runInSeparateProcess to testRouteRegistration to prevent global state leak
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 01:44:46 +13:00
Jake Barnby
f8d8997ae3
Update installer
2026-02-27 01:29:38 +13:00
Jake Barnby
b41678d57a
Merge remote-tracking branch 'origin/feat-mongodb' into feat-installer
...
# Conflicts:
# .github/workflows/tests.yml
# Dockerfile
# app/views/install/compose.phtml
# composer.lock
# mongo-entrypoint.sh
# src/Appwrite/Platform/Tasks/Install.php
# src/Appwrite/Platform/Tasks/Upgrade.php
# tests/e2e/Client.php
# tests/e2e/Services/Databases/DatabasesBase.php
# tests/e2e/Services/Databases/Legacy/DatabasesCustomClientTest.php
# tests/e2e/Services/Databases/Legacy/DatabasesCustomServerTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
# tests/e2e/Services/Databases/Transactions/TransactionsBase.php
# tests/e2e/Services/GraphQL/Legacy/DatabaseServerTest.php
# tests/e2e/Services/GraphQL/TablesDB/DatabaseServerTest.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
# tests/e2e/Services/Teams/TeamsCustomClientTest.php
2026-02-13 17:09:42 +13:00
Jake Barnby
5590f0bcd0
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# .env
# .github/workflows/tests.yml
# app/controllers/api/projects.php
# app/controllers/api/teams.php
# app/init/registers.php
# app/views/install/compose.phtml
# composer.json
# composer.lock
# docker-compose.yml
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Create.php
# src/Appwrite/Platform/Tasks/Install.php
# src/Appwrite/Platform/Tasks/Upgrade.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2026-02-12 23:35:21 +13:00
Darshan
96d94c9452
update: cleanup on redirects.
2026-02-09 14:57:37 +05:30
Darshan
d502320a94
update: simpler dev testing.
2026-02-09 14:47:26 +05:30
ArnabChatterjee20k
efd6951764
Merge branch '1.8.x' into pg-adapter
2026-02-09 14:16:06 +05:30
loks0n
d864a61f93
chore: upgrade traefik
2026-02-06 19:16:37 +00:00
ArnabChatterjee20k
e3aaac7f9f
Merge remote-tracking branch 'origin/1.8.x' into pg-adapter
2026-02-06 11:35:38 +05:30
Darshan
850bd81511
fix: local image tagging.
2026-02-04 17:54:26 +05:30
Jake Barnby
e70739a3c0
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# Dockerfile
# app/controllers/api/account.php
# app/controllers/api/avatars.php
# app/controllers/api/console.php
# app/controllers/api/projects.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/http.php
# app/init/database/filters.php
# app/init/registers.php
# app/init/resources.php
# app/views/install/compose.phtml
# composer.json
# composer.lock
# docker-compose.yml
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php
# src/Appwrite/Platform/Tasks/Install.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
2026-02-05 01:01:03 +13:00
Jake Barnby
1df76ed975
Merge remote-tracking branch 'origin/1.8.x' into feat-installer
...
# Conflicts:
# Dockerfile
# app/views/install/compose.phtml
# composer.lock
# src/Appwrite/Platform/Tasks/Install.php
2026-02-05 00:29:29 +13:00
Darshan
282b3c74ec
fix: local install path.
2026-02-04 15:49:05 +05:30
Darshan
180276bd9d
remove: mock stuff.
...
fix: layout regression.
2026-02-04 15:48:37 +05:30
Darshan
abab48c1b9
remove: mock stuff.
2026-02-04 14:48:42 +05:30
Darshan
587f9965a2
misc.
2026-02-03 14:37:29 +05:30
Darshan
bdad14e83a
fix: gradient.
2026-02-03 14:32:24 +05:30
Darshan
35918465f8
update: address comments, remove name field and auto-derive.
2026-02-02 19:00:54 +05:30
Darshan
02ce669993
update: design changes on creds step.
2026-01-30 11:08:26 +05:30
Darshan
fbba7166ae
update: send mock/default values from backend.
...
update: update task callback.
2026-01-26 17:22:02 +05:30
Darshan
7fb654e3a4
misc: updates, cleanups.
2026-01-26 16:10:51 +05:30
Darshan
8b9051751a
update: password validation.
...
misc: updates, cleanups.
2026-01-26 15:26:56 +05:30
Darshan
6dac2ce253
improve: animations like imagine.
...
fix: password eye button not showing again.
2026-01-25 18:01:58 +05:30
Darshan
b503965e8c
update: tests.
2026-01-25 15:20:09 +05:30
Darshan
0eda9e6315
add: account creation.
...
feat: mocking options.
2026-01-24 20:09:56 +05:30
Darshan
5144b1ce88
update: splits.
...
fix: broken SSE.
fix: upgrade flow not working.
feat: csrf tokens for better security.
fix: local testing mode with wrong paths.
feat: csrf validations pre-post hook plus proper permissions handling on files.
feat: js modules for better handling of js operations on web installer frontend ui.
2026-01-24 16:30:51 +05:30
Darshan
3d86f67acb
update: move server handling to a new file.
...
update: tooltip things.
remove: unused var.
2026-01-22 19:52:46 +05:30
Darshan
58440e70ac
misc.
2026-01-22 18:12:41 +05:30
Darshan
dd16ead898
update: new installer ui.
2026-01-22 17:28:23 +05:30
Jake Barnby
5d24b51421
Allow separately enabling graphql introspection
2026-01-19 19:26:17 +13:00
Steven Nguyen
68b4a49e9d
Merge pull request #10896 from appwrite/feat-1.8.1-release-prep
...
Prepare 1.8.1 release
2026-01-02 15:38:50 -08:00
ArnabChatterjee20k
ee35322db6
Merge remote-tracking branch 'upstream/1.8.x' into pg-adapter
2025-12-29 16:56:02 +05:30
Jake Barnby
29dd4e23e2
Update console
2025-12-17 18:36:30 +13:00
Jake Barnby
4fb43c6e69
Fix install flow
2025-12-17 16:14:20 +13:00
Darshan
5678860d13
add: optional support for assistant.
2025-12-14 13:07:26 +05:30
loks0n
c6ffa181a2
fix: imagine hostnames 2
2025-12-11 18:53:58 +00:00
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
Jake Barnby
a8cf0a6176
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# app/controllers/api/teams.php
# app/init/resources.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-12-10 20:12:27 +13:00
Steven Nguyen
bc99e04b57
feat: bump console to version 7.5.7
2025-12-03 13:26:06 -08:00
Jake Barnby
cbf0cc842d
Add web installer
2025-12-02 23:33:21 +13:00
loks0n
1a4adc50b2
chore: bump assistant 0.8.4
2025-12-01 14:20:41 +00:00
Jake Barnby
b9ca0e5dc2
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-11-26 22:50:15 +13:00
Darshan
3347573f17
bump: browser version for tests.
2025-11-21 12:09:33 +05:30
Darshan
9b68b54743
bump: browser version for tests.
2025-11-20 20:18:54 +05:30