Hemachandar
b6cffcc5b5
simplify
2026-02-18 21:29:57 +05:30
Hemachandar
57ddf0ac76
lint
2026-02-16 14:02:38 +05:30
Hemachandar
6e1b7f1a47
Merge branch '1.8.x' into ser-1102
2026-02-16 13:54:31 +05:30
Hemachandar
6c5e73de3a
use Filter
2026-02-16 13:53:33 +05:30
Chirag Aggarwal
2d05d608f4
Upgrade utopia-php dependencies and fix namespace changes
...
- Upgrade utopia-php/cli from 0.15 to 0.22
- Upgrade utopia-php/analytics from 0.10 to 0.15
- Upgrade utopia-php/orchestration from 0.9 to 0.19
- Use dev branches for utopia-php/framework and utopia-php/platform
- Remove utopia-php/swoole dependency (merged into framework)
- Migrate Utopia\CLI\Console to Utopia\Console across all files
- Migrate Utopia\Http to Utopia\Http\Http namespace
- Migrate Utopia\Swoole\Files to Utopia\Http\Files (now instance-based)
- Convert static CLI::setResource() calls to instance-based Dependency API
- Fix StatsResources task named parameter mismatch
2026-02-10 10:34:24 +05:30
Hemachandar
353b7f2a49
Move VCS auth & callback APIs to Modules ( #11274 )
...
* Move VCS auth & callback APIs to Modules
* lint
* rename
2026-02-09 15:55:37 +05:30
Hemachandar
da7f5b7336
Move VCS repository APIs to Modules ( #11259 )
...
* Move VCS repository APIs to Modules
* add to http
* lint
* strategy fix
* rename to detections
2026-02-06 15:22:44 +05:30
Hemachandar
c3fbb83ed6
Move VCS installation APIs to Modules
2026-02-04 20:03:52 +05:30
Hemachandar
59a4f1ef12
tiny
2026-02-04 17:58:45 +05:30
Hemachandar
979cb087e1
lint
2026-02-04 17:42:13 +05:30
Hemachandar
4114d9dcb1
Move to transformation adapter
2026-02-04 17:36:59 +05:30
Hemachandar
4228321d76
Merge branch '1.8.x' into ser-1102
2026-02-04 15:50:43 +05:30
Hemachandar
3b96abf02a
fix: sanitize branch names for valid domain generation
...
Branch names containing invalid domain characters (like '/') were being
used directly when creating VCS preview domains, resulting in invalid
domains like 'branch-abc/test.appwrite.network'. This adds a Domain
helper class that sanitizes branch names by replacing invalid characters
with hyphens before generating domains.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-04 15:49:40 +05:30
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
Matej Bačo
fea4994ef0
ai review fixes
2026-01-30 21:30:00 +01:00
Matej Bačo
edceb3e0db
move preview domain under platform for future customizability
2026-01-30 13:23:37 +01:00
Matej Bačo
cda03f63ab
Support dual-writing for new schema features
2026-01-16 13:23:46 +01:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Jake Barnby
dc85d44647
Revert "Refactor auth single instance"
2025-12-20 02:54:50 +13:00
Jake Barnby
13f4aa9a80
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
2025-12-18 18:17:41 +13:00
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
shimon
7392f6aeff
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/vcs.php
2025-12-02 12:49:15 +02:00
Darshan
4c62ecbc95
fix: query call.
2025-12-01 19:59:07 +05:30
shimon
013e961c37
Refactor: Remove unused authorization parameter from redeployVcsFunction calls and related methods
2025-11-28 18:13:03 +02:00
Shimon Newman
95e29d1046
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-28 16:10:26 +02:00
Hemachandar
e204419b8b
handle invalid offset
2025-11-28 15:33:32 +05:30
Hemachandar
6f0c4d6c4e
fix limit & offset computation
2025-11-28 12:41:04 +05:30
shimon
830eda7460
Refactor: Update functions to include Authorization parameter and enable stopOnFailure in PHPUnit configuration
2025-11-26 17:34:44 +02:00
shimon
4ad249f918
Revert "Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance""
...
This reverts commit 8765d5650a .
2025-11-26 12:05:12 +02:00
Hemachandar
1ed3cf0e59
Support query limit and offset in list repos API
2025-11-25 19:24:30 +05:30
Hemachandar
c713357131
Merge branch '1.8.x' into ser-550
2025-11-25 13:23:09 +05:30
Matej Bačo
bfce804f79
Merge branch '1.8.x' into chore-config-for-env
2025-11-19 09:27:42 +01:00
Jake Barnby
8765d5650a
Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance"
...
This reverts commit 919b01a1b1 , reversing
changes made to deb5039352 .
2025-11-19 16:21:06 +13:00
Matej Bačo
e3ee724178
Fix during QA
2025-11-18 16:42:57 +01:00
Matej Bačo
ce2f2d0ebc
Use config library for dotenv adapter
2025-11-18 16:35:02 +01:00
Hemachandar
9f7e3146a4
feedback
2025-11-18 20:08:43 +05:30
Jake Barnby
919b01a1b1
Merge pull request #10682 from appwrite/refactor-auth-single-instance
...
Refactor authorization handling across multiple modules to use the ne…
2025-11-18 03:25:48 +00:00
Matej Bačo
db1b87ecbb
Add env var value detection
2025-11-14 15:49:19 +01:00
Matej Bačo
c784cf950b
Add variables suggestion
2025-11-10 16:20:48 +01:00
Shimon Newman
d38399dcc0
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-29 20:38:04 +02:00
shimon
5c2828bc78
Refactor authorization handling across multiple modules to use a single instance of the Authorization class.
2025-10-29 20:21:41 +02:00
shimon
a7dbb3daea
Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling.
2025-10-29 11:08:08 +02:00
shimon
e7b8e6c90d
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# composer.json
# composer.lock
2025-10-27 19:26:53 +02:00
shimon
b760a88af7
Merge branch '1.8.x', commit 'ab1e51034826dde50034e6e73fc5d546e800dd6d' of github.com:appwrite/appwrite into feat-disable-count
...
# Conflicts:
# composer.lock
2025-10-27 10:13:37 +02:00
Matej Bačo
3dd1c3de13
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-24 12:43:51 +02:00