Jake Barnby and GitHub
c3e338ca00
Merge pull request #11389 from appwrite/multitypedb-with-dedicated-db
2026-02-27 07:09:09 +00:00
ArnabChatterjee20k
8d028066ae
update transaction not to start if there is no operation in the logs
2026-02-25 15:44:14 +05:30
ArnabChatterjee20k
bd4adad545
refractored transaction update
2026-02-25 12:49:27 +05:30
ArnabChatterjee20k
c40f9b1de0
addressed comments
2026-02-24 18:23:52 +05:30
ArnabChatterjee20k
8237250453
refactor: streamline database DSN handling and remove deprecated attributes
2026-02-24 17:40:50 +05:30
ArnabChatterjee20k
c8a7ed2022
updated migration to remove the dependency on dsn at project level attribute
2026-02-24 10:43:10 +05:30
ArnabChatterjee20k
4847c5a308
changed deps so that create document depends on test create collection
2026-02-23 13:27:01 +05:30
ArnabChatterjee20k
f6985bae41
updated lock
2026-02-23 13:15:52 +05:30
ArnabChatterjee20k
cc9df4f5c5
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-23 13:09:49 +05:30
ArnabChatterjee20k
83b7b4e599
updated
2026-02-23 13:05:12 +05:30
Chirag Aggarwal and GitHub
e2d6b76a88
Merge pull request #11368 from appwrite/feat/assistant-sdk-release-artifacts
...
chore: split sdk release artifacts from automation
2026-02-23 09:53:03 +05:30
Hemachandar and GitHub
15b5202c16
Check project access only when user is present ( #11370 )
2026-02-20 17:37:12 +05:30
Eldad A. Fux and GitHub
e45254d456
Merge pull request #11364 from appwrite/fix-dsn-vcs-error
...
Enhance error handling for project database configuration
2026-02-20 12:58:38 +01:00
ArnabChatterjee20k
fdc573009c
updated tests
2026-02-20 16:53:46 +05:30
0f3ea91d5d
Update app/init/resources.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2026-02-20 11:41:09 +01:00
eldadfux
92439ef0c4
format
2026-02-20 11:39:28 +01:00
8e4fddddbc
Update app/init/resources.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2026-02-20 11:24:42 +01:00
Chirag Aggarwal
02951064ef
bump composer
2026-02-20 14:09:44 +05:30
Chirag Aggarwal
a9d2fed1ba
chore: split sdk release artifacts from automation
2026-02-20 14:02:16 +05:30
ArnabChatterjee20k
51d769b0a1
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-20 13:58:56 +05:30
Chirag Aggarwal and GitHub
b9ea24eeb8
Merge pull request #11367 from appwrite/fix-invalid-type
...
fix: invalid type error from resources endpoint
2026-02-20 13:49:24 +05:30
Jake Barnby and GitHub
2dc503d0de
Merge pull request #11363 from appwrite/fix-CLOUD-3JBN
...
Fix CLOUD-3JBN
2026-02-20 20:04:51 +13:00
Chirag Aggarwal
ee223046e0
fix: invalid type error from resources endpoint
2026-02-20 11:22:23 +05:30
eldadfux
f9ed35ed8a
Enhance error handling for project database configuration
...
* Added checks to ensure project references a valid database and throws exceptions if not configured.
* Improved error messaging for non-existent projects in VCS controller.
2026-02-19 20:28:29 +01:00
eldadfux
9c597623ff
fix: handle null authorization in realtime connections
...
Added a check to initialize the authorization object with an empty string if it is null when processing messages in the realtime server. This ensures that the database authorization is always set, preventing potential errors during message handling.
2026-02-19 19:50:48 +01:00
Hemachandar and GitHub
14e79f34db
Populate project-specific roles ( #11209 )
...
* Populate project-specific roles
* better comments
* simplify
* privileged user
* update permissions
* feedback
* lint
* only read + cleanup
* fix role length
* scopes
* not api-key
* cl-ignore group
* rename
* ciIgnore
* base scope
* change base scope
* fix projects
* copilot suggestion
2026-02-19 16:48:39 +05:30
e902d3b6ad
fix: sanitize branch names for valid domain generation ( #11245 )
...
* 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 >
* refactor: use Text constants for branch name sanitization
Replace regex with explicit character validation using Utopia Text
constants for better readability and maintainability.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Move to transformation adapter
* lint
* tiny
* fix test
* ut
* use Filter
* lint
* more lint
* simplify
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-19 14:37:01 +05:30
Matej Bačo and GitHub
cdb6a2985f
Merge pull request #11355 from appwrite/fix-rule-domains
...
Convert rule domains to lowercase
2026-02-19 09:42:34 +01:00
Hemachandar
702484c27b
lowercase only id
2026-02-18 21:12:56 +05:30
Chirag Aggarwal and GitHub
f0574f5079
Merge pull request #11357 from appwrite/chore-gitignore-specs
...
chore: move specs to dedicated repo and remove from git tracking
2026-02-18 20:17:06 +05:30
Matej Bačo and GitHub
243b439186
Merge pull request #11354 from appwrite/fix-screenshot-target
...
Fix: Target rule for screenshot
2026-02-18 13:42:07 +01:00
Chirag Aggarwal
baa44ce0bb
remove testspecs
2026-02-18 17:39:56 +05:30
Chirag Aggarwal
74c8be3fad
fix workflow
2026-02-18 17:30:17 +05:30
Matej Bačo
2f32e312c8
Fix tests
2026-02-18 12:56:42 +01:00
Chirag Aggarwal
9bb76f5510
chore: merge 1.8.x and resolve spec file conflicts
...
Resolved modify/delete conflicts by keeping deletions of spec files,
as they now live in the dedicated appwrite/specs repository.
2026-02-18 17:24:40 +05:30
Chirag Aggarwal
8d82bc89a1
chore: remove specs from git tracking and add to gitignore
2026-02-18 17:13:07 +05:30
Harsh Mahajan and GitHub
add50aa489
Merge pull request #11356 from appwrite/fix/specs-template-type-casing
...
Fix/specs template type casing
2026-02-18 17:12:39 +05:30
Harsh Mahajan and GitHub
aa52908d03
Merge branch '1.8.x' into fix/specs-template-type-casing
2026-02-18 16:24:22 +05:30
Harsh Mahajan
f1f03fd35e
fix: preserve template type casing in specs
2026-02-18 16:22:33 +05:30
ArnabChatterjee20k
f6b04d05b2
updated composer lock
2026-02-18 16:10:13 +05:30
ArnabChatterjee20k
2926412604
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-18 16:07:44 +05:30
ArnabChatterjee20k
ee21b1feda
updated composer
2026-02-18 16:06:31 +05:30
ArnabChatterjee20k
2d0140f705
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-18 16:01:55 +05:30
Hemachandar
8f3472d55b
Convert rule domains to lowercase
2026-02-18 15:58:24 +05:30
Matej Bačo
84eb065eb0
Screenshot after rule ready
2026-02-18 11:07:31 +01:00
Matej Bačo
7956b47aa8
Target rule for screenshot
2026-02-18 11:06:56 +01:00
Chirag Aggarwal and GitHub
6728754d3f
Merge pull request #11353 from appwrite/feat/specs-pr-platform-filter
...
feat: add getPlatformsForPR and getSdksCommand overridable methods
2026-02-18 14:15:02 +05:30
Jake Barnby and GitHub
d118bb2c59
Merge pull request #11331 from appwrite/feat-schedules-endpoints
...
Add schedules API endpoints
2026-02-18 08:40:23 +00:00
Prem Palanisamy
bd2e788c2a
Update utopia-php/database to 5.3.1
2026-02-18 07:31:37 +00:00
Chirag Aggarwal
b2742ab932
glob changes
2026-02-18 12:58:39 +05:30
Chirag Aggarwal
fe86578d3c
try filtering examples
2026-02-18 12:39:37 +05:30
Prem Palanisamy
63bb69dfb1
Update docs for directory change
2026-02-18 06:23:19 +00:00
Prem Palanisamy
4940239c99
Move schedules module into projects namespace
2026-02-18 06:23:19 +00:00
Prem Palanisamy
c3e80296b1
coderabbit - Fix misleading resourceUpdatedAt description
2026-02-18 06:23:19 +00:00
Prem Palanisamy
d6a3fd6242
Address review comments: nest in project namespace, refactor maps, remove auth skip
2026-02-18 06:23:19 +00:00
Prem Palanisamy
e1c35c743c
Add data field to Schedule response model and remove unused events
2026-02-18 06:23:19 +00:00
Prem Palanisamy
2c8b1fb98a
Add parentheses to validator constructors in schedule Create
2026-02-18 06:23:19 +00:00
Prem Palanisamy
d8987ad975
Fix schedule Create endpoint and tests
2026-02-18 06:23:19 +00:00
Prem Palanisamy
9dbd225118
Refactor schedule Create to use protected methods for extensibility
2026-02-18 06:23:19 +00:00
Prem Palanisamy
2c35b7a4b5
Fix testNoHostValidationWithDevKey: avoid external dependency on example.com
2026-02-18 06:23:19 +00:00
Prem Palanisamy
24b1a70646
Add AAA Certificate Services root cert to fix SSL verification
2026-02-18 06:23:19 +00:00
Prem Palanisamy
374b087980
Rename SchedulesCustomServerTest to SchedulesConsoleClientTest
2026-02-18 06:23:19 +00:00
Prem Palanisamy
63d2efdaac
Move schedule endpoints to projects group (/v1/projects/:projectId/schedules)
2026-02-18 06:23:19 +00:00
Prem Palanisamy
3fde05e024
Add resource validation, admin scopes, and events for schedules
2026-02-18 06:23:19 +00:00
Prem Palanisamy
9b72b78338
Use Query class in schedules E2E test
2026-02-18 06:23:19 +00:00
Prem Palanisamy
f57f78014e
Fix query format in schedules E2E test
2026-02-18 06:23:19 +00:00
Prem Palanisamy
5c28e59a83
Add E2E tests for schedules API
2026-02-18 06:23:19 +00:00
Prem Palanisamy
0314d6cc15
Add schedules API endpoints (GET, XList, Create)
2026-02-18 06:23:19 +00:00
Chirag Aggarwal
66cb7191c1
feat: add getPlatformsForPR and getSdksCommand overridable methods
...
Adds two overridable methods to Specs task:
- getPlatformsForPR(): controls which platforms are included when copying
spec files to the repo and creating the PR (defaults to all platforms)
- getSdksCommand(): builds the CLI command for SDK example regeneration,
allowing subclasses to customise flags like platform, sdk, and mode
2026-02-18 11:10:44 +05:30
Chirag Aggarwal and GitHub
460639233b
Merge pull request #11349 from appwrite/feat/specs-push-to-repo
...
feat: add git push and PR support to specs task
2026-02-18 10:45:07 +05:30
Chirag Aggarwal
764f4dc563
ci: add workflow_dispatch GitHub Action for specs generation
...
Allows manually triggering spec generation from the Actions tab with
version selection and optional push to appwrite/specs repo.
2026-02-17 23:10:30 +05:30
Luke B. Silver and GitHub
93b542db9b
Merge pull request #11346 from appwrite/perf/domain-cache
...
Replace per-worker hostname cache with shared Swoole Table
2026-02-17 17:33:45 +00:00
Luke B. Silver and GitHub
bed3ef828b
Merge branch '1.8.x' into perf/domain-cache
2026-02-17 16:59:26 +00:00
Chirag Aggarwal
b9d7788d38
feat: add git push and PR support to specs task, add examples-only mode to SDKs task
...
- Specs task now supports --git, --message, and --branch params to push
generated specs and SDK examples to the appwrite/specs repo and create a PR
- SDKs task now supports --mode=examples to only generate and copy examples
without git push or releases
- Specs task invokes SDKs in examples mode to regenerate examples before
including them in the specs PR
2026-02-17 22:01:40 +05:30
Hemachandar and GitHub
a1fb492292
Change CNAME for functions custom domains ( #11348 )
...
* Change CNAME for functions custom domains
* fix test
2026-02-17 22:00:26 +05:30
Hemachandar and GitHub
6850ae9be6
Add array support for DNS A records ( #11343 )
...
* Add array support for DNS A records
* feedback
2026-02-17 20:36:42 +05:30
Luke B. Silver and GitHub
6f80419d65
Merge branch '1.8.x' into perf/domain-cache
2026-02-17 13:32:24 +00:00
loks0n and Claude Opus 4.6
f1501d139b
Rename Swoole Tables: domains -> riskyDomains, hostnames -> certifiedDomains
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:22:07 +00:00
loks0n and Claude Opus 4.6
b83e3ef36e
Make Swoole Tables injectable Http resources
...
Register both `domains` and `hostnames` tables as Http resources so they
can be injected via the framework instead of relying on closures or globals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:15:25 +00:00
Chirag Aggarwal and GitHub
7c67540871
Merge pull request #11347 from appwrite/fix/web-rn-sdk-patch-release
...
Bump Web SDK to 22.3.1 and React Native SDK to 0.23.1
2026-02-17 18:28:35 +05:30
Chirag Aggarwal
634d05ae76
update cli entry too
2026-02-17 18:24:57 +05:30
Chirag Aggarwal
190b866da1
Bump Web SDK to 22.3.1 and React Native SDK to 0.23.1
...
Add patch changelog entries for removing bignumber.js direct dependency
to fix bundler conflict with Next.js Turbopack, and adding upsert method
to Realtime Channels helper class.
2026-02-17 18:20:35 +05:30
loks0n and Claude Opus 4.6
56cbcba2b1
Resize domains Swoole Table from 1M to 100K rows
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 12:37:59 +00:00
Luke B. Silver and GitHub
1f78506952
Merge branch '1.8.x' into perf/domain-cache
2026-02-17 12:22:42 +00:00
loks0n and Claude Opus 4.6
b9258df955
Replace per-worker Config cache with shared Swoole Table for hostname cert tracking
...
The hostname certificate cache was using Config::getParam/setParam which stores a plain PHP array local to each worker. This meant every worker independently hit the DB for the same hostnames. Replace with a Swoole Table shared across all workers via shared memory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 12:19:53 +00:00
Luke B. Silver and GitHub
6a08dcba1a
Merge pull request #11345 from appwrite/perf/mem-usage
...
Load static files before Swoole fork for CoW memory sharing
2026-02-17 12:18:07 +00:00
loks0n and Claude Opus 4.6
08848e4c5c
Load static files before Swoole fork for copy-on-write memory sharing
...
Move Files::load() from EVENT_WORKER_START (per-worker) to before the
Swoole server starts. This allows forked workers to share the loaded
file data via OS copy-on-write instead of each worker allocating its
own copy (~22MB per worker).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 11:31:25 +00:00
Atharva Deosthale and GitHub
c7c8349434
Merge pull request #11342 from appwrite/add-status-response
...
Add status to response model for projects
2026-02-17 14:02:15 +05:30
Chirag Aggarwal and GitHub
da5a669e99
Merge pull request #11340 from appwrite/bump-storage-lib-to-remove-deprecation-warnings
...
chore: bump storage lib to remove deprecation warnings
2026-02-17 13:26:44 +05:30
Damodar Lohani and GitHub
ee9850b642
Merge pull request #11282 from appwrite/chore-tests
...
Chore: tests
2026-02-17 12:43:08 +05:45
Jake Barnby and GitHub
42c3f242c2
Merge pull request #11341 from appwrite/feat-migrations-filters
...
Allow resourceId/resourceType filtering
2026-02-17 06:56:43 +00:00
Atharva Deosthale
0844af9c9d
add tests
2026-02-17 11:54:22 +05:30
Atharva Deosthale
bfecddcc9a
Add status to response model
2026-02-17 11:38:03 +05:30
Jake Barnby
9b4eefc724
Allow resourceId/resourceType filtering
2026-02-17 19:00:26 +13:00
Chirag Aggarwal
8639e70ce9
use stable
2026-02-17 11:25:27 +05:30
Chirag Aggarwal
cc0d63bf03
chore: bump storage lib to remove deprecation warnings
2026-02-17 10:55:37 +05:30
Luke B. Silver and GitHub
c7170ea9e2
Merge pull request #11338 from appwrite/fix/response-model-key
...
fix: add missing string type models to AttributeList and Collection
2026-02-16 20:40:12 +00:00
loks0n and Claude Opus 4.6
953c0cd4b4
fix: add missing string type models to AttributeList and Collection
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 19:51:49 +00:00
loks0n and Claude Opus 4.6
d8bf3acaed
test: add e2e tests for listing string type attributes
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 19:51:49 +00:00
Matej Bačo and GitHub
3e2e317e48
Merge pull request #11339 from appwrite/fix-org-keys
...
fix: org keys auth
2026-02-16 18:22:12 +01:00
Matej Bačo
9572201863
AI review fixes
2026-02-16 18:08:52 +01:00
Matej Bačo
343bed9b9d
PR review fixes
2026-02-16 17:59:44 +01:00
Matej Bačo
180ac93871
Fix accoutn keys permissions
2026-02-16 17:48:26 +01:00
Matej Bačo
46ed91fe48
Fix migratons with api keys
2026-02-16 17:39:12 +01:00
Matej Bačo
bb26a9f583
improve devkey test for oauth
2026-02-16 17:18:58 +01:00
Matej Bačo
13edcbaf6f
fix abuse test; fix mail-related tests
2026-02-16 17:06:11 +01:00
Matej Bačo
57127d40da
Fix failing tests
2026-02-16 16:47:19 +01:00
Matej Bačo
4b08484920
Fix tests
2026-02-16 16:24:33 +01:00
Matej Bačo
c7bbf6a987
fix org keys auth
2026-02-16 16:14:43 +01:00
Chirag Aggarwal and GitHub
1a2238afaa
Merge pull request #11337 from appwrite/fix/mails-worker-project-context
...
Set project on queueForMails for span log context
2026-02-16 19:58:36 +05:30
Luke B. Silver and GitHub
89bbc42eec
Merge pull request #11308 from appwrite/check-has-model
...
Check response has model
2026-02-16 13:29:54 +00:00
Matej Bačo and GitHub
50bc2a2356
Merge pull request #11336 from appwrite/fix-race-condition-builds-worker
...
Fix: race condition
2026-02-16 14:20:09 +01:00
Chirag Aggarwal
79a0b33b92
Set project on queueForMails so span logs include project context
...
The Mails worker span logs were missing project.id, project.sequence,
project.region, and project.database because setProject was never
called on queueForMails. This adds setProject in the shared API
controller and in workers (Webhooks, Migrations) that trigger mails.
Also injects project into the Mails worker action.
2026-02-16 18:46:55 +05:30
ArnabChatterjee20k
183bd4143c
updated tests
2026-02-16 18:36:42 +05:30
Matej Bačo
7bcc27ed07
Fix linter
2026-02-16 13:31:36 +01:00
Matej Bačo
0eb00934f6
Fix race condition
2026-02-16 13:28:40 +01:00
Jake Barnby and GitHub
4e6313e471
Merge pull request #11334 from appwrite/copilot/add-encrypt-param-to-types
...
Add `encrypt` param to varchar, text, mediumtext, longtext attribute/column create routes
2026-02-16 11:38:39 +00:00
Shmuel Fogel and GitHub
2e8358c47b
Merge pull request #11330 from appwrite/migration-text-types
...
Migration attribute text types
2026-02-16 13:06:54 +02:00
Jake Barnby and GitHub
f034fd437d
Merge branch '1.8.x' into copilot/add-encrypt-param-to-types
2026-02-16 10:54:22 +00:00
Jake Barnby
9dc11c1715
Update specs
2026-02-16 23:53:55 +13:00
ArnabChatterjee20k
57ac67a106
linting and updated timeouts
2026-02-16 16:23:38 +05:30
ArnabChatterjee20k
4b6d809a3b
updated docker compose
2026-02-16 16:09:15 +05:30
fogelito
3796f55e0d
varchar size
2026-02-16 12:23:49 +02:00
fogelito
2ce1717d39
varchar migration test
2026-02-16 12:18:19 +02:00
fogelito
8717ea1cdd
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-text-types
2026-02-16 12:13:07 +02:00
fogelito
cd3dc0c4e4
Update migrations
2026-02-16 12:03:10 +02:00
ArnabChatterjee20k
0221556ae7
Merge remote-tracking branch 'origin/documents-db-api' into documents-db-api
2026-02-16 15:16:51 +05:30
ArnabChatterjee20k
6a1955d20d
updated tests
2026-02-16 15:16:04 +05:30
copilot-swe-agent[bot] and abnegate
b2f48547b9
Add encrypt parameter tests for varchar, text, mediumtext, longtext attribute and column types
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-02-16 09:38:25 +00:00
ArnabChatterjee20k and GitHub
8c7d2c58f5
Merge branch '1.8.x' into documents-db-api
2026-02-16 14:30:53 +05:30
Chirag Aggarwal and GitHub
6cfed2a303
Merge pull request #11333 from appwrite/fix-agent-skills-readme
...
chore: fix readme in agent skills sdk
2026-02-16 14:30:14 +05:30
ArnabChatterjee20k
5b7746b464
empty
2026-02-16 14:12:46 +05:30
copilot-swe-agent[bot] and abnegate
ef826ca122
Fix error messages to not use 'string' in non-string type routes
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-02-16 08:38:53 +00:00
copilot-swe-agent[bot] and abnegate
b58ebdbd15
Add encrypt param to varchar, text, mediumtext, longtext attribute and column create routes
...
- Add encrypt parameter to Varchar, Text, Mediumtext, Longtext attribute create routes
- Add encrypt parameter to Varchar, Text, Mediumtext, Longtext column create routes
- Add encrypt rule to AttributeVarchar, AttributeText, AttributeMediumtext, AttributeLongtext response models
- Add encrypt rule to ColumnVarchar, ColumnText, ColumnMediumtext, ColumnLongtext response models
- Add plan injection and validation for encrypt feature in all routes
- Add size validation for encrypt on varchar route (variable size)
- Add encrypt filter handling in all routes
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-02-16 08:38:00 +00:00
copilot-swe-agent[bot]
05fd8197b9
Initial plan
2026-02-16 08:27:35 +00:00
ArnabChatterjee20k
e6e0cef91e
linting
2026-02-16 13:55:34 +05:30
ArnabChatterjee20k
bdc4c4a18d
Merge remote-tracking branch 'origin/documents-db-api' into documents-db-api
2026-02-16 13:53:21 +05:30
ArnabChatterjee20k
49efa02e09
synced documents db and vectordb with 1.8.x
2026-02-16 13:52:16 +05:30
Chirag Aggarwal
9d83d39b16
chore: fix readme in agent skills sdk
2026-02-16 13:11:33 +05:30
ArnabChatterjee20k
fd96bcbd3f
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-16 12:20:53 +05:30
Damodar Lohani and GitHub
53fa7992f5
Merge pull request #11318 from appwrite/fix-ping
...
Fix: cast redi ping response to boolean
2026-02-16 06:20:41 +05:45
fogelito
a67aaa6a53
Update
2026-02-15 16:27:26 +02:00
fogelito
4b705d5505
lock
2026-02-15 15:21:05 +02:00
fogelito
52c4eb419a
typo longtext
2026-02-15 13:49:45 +02:00
fogelito
3a1f4f439a
lines
2026-02-15 13:48:50 +02:00
fogelito
38a816bb58
Remove var_dump
2026-02-15 13:47:15 +02:00
fogelito
d754b8a561
lock
2026-02-15 13:44:13 +02:00
fogelito
3a07a4b133
attributes types
2026-02-15 13:40:42 +02:00
Luke B. Silver and GitHub
a39489c4cf
Merge pull request #11323 from appwrite/ci/remove-stave-state
...
ci: upgrade docker/login-action from v2 to v3
2026-02-14 10:09:24 +00:00
Luke B. Silver and GitHub
a151959903
Merge branch '1.8.x' into ci/remove-stave-state
2026-02-13 20:54:56 +00:00
loks0n and Claude Opus 4.6
baa6599cef
ci: upgrade docker/login-action from v2 to v3
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 20:53:56 +00:00
Luke B. Silver and GitHub
5dcac20086
Merge pull request #11322 from appwrite/feat-enable-logging
...
Replace region check with project ID check for execution logging
2026-02-13 19:27:36 +00:00
loks0n and Claude Opus 4.6
9dc000d0c5
Replace region check with project ID check for execution logging
...
Switch from checking _APP_REGION !== 'nyc' to checking project ID
to disable execution logging for a specific project.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 18:47:07 +00:00
Luke B. Silver and GitHub
feabee38e7
Merge pull request #11320 from appwrite/feat-spans
...
feat: spans
2026-02-13 14:46:12 +00:00
loks0n and Claude Opus 4.6
a44a22ce04
Update utopia-php/span to 1.1.* with pretty exporter and instrument HTTP lifecycle
...
- Add utopia-php/span 1.1.* direct dependency, bump utopia-php/dns to 1.6.*
- Create shared app/init/span.php for span storage and pretty exporter setup
- Instrument HTTP request lifecycle with spans (method, path, response code)
- Add database.setup and http.server.start spans
- Replace old Console error logs with Span::error() in general controller
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 13:56:59 +00:00
Damodar Lohani
5d5fd370c6
fix: cast Redis ping response to boolean
2026-02-13 11:32:46 +00:00
Matej Bačo and GitHub
b4421e6709
Merge pull request #11313 from appwrite/chore-customizable-screenshot-router
...
Chore: configurable _APP_WORKER_SCREENSHOTS_ROUTER
2026-02-13 10:09:02 +01:00
Damodar Lohani and GitHub
265c5143b0
Merge branch '1.8.x' into chore-tests
2026-02-13 13:14:56 +05:45
Jake Barnby and GitHub
77fd2c1f24
Merge pull request #11311 from appwrite/check-client-queries-strings
2026-02-13 06:29:10 +00:00
fogelito
17ae01c70c
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into check-client-queries-strings
2026-02-13 07:55:10 +02:00
Luke B. Silver and GitHub
16537996e8
Merge pull request #11315 from appwrite/refactor-ci
...
refactor: ci
2026-02-13 01:44:31 +00:00
loks0n and Claude Opus 4.6
78e63085cf
Update PHPStan 1.8→1.12, pin composer images to 2.8
...
PHPStan 1.8 triggers deprecation warnings on the PHP version shipped
with composer:2.8. Upgrading to 1.12 resolves the compatibility issue.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 01:16:35 +00:00
loks0n and Claude Opus 4.6
4326600751
Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer
...
- Add COMPOSE_FILE=docker-compose.yml to tests, benchmark, and sdk-preview to prevent loading overrides in CI
- Add target: development to tests/benchmark builds, target: production to pr-scan/nightly builds
- Bump actions/checkout v4→v6, docker/build-push-action v4/v5→v6, actions/upload-artifact v4→v6, actions/github-script v7→v8
- Pin composer images to 2.8 in linter and static-analysis workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 00:56:03 +00:00
fogelito
b2aa2cc247
typo
2026-02-12 16:36:37 +02:00
fogelito
5756b58d4d
$tableId
2026-02-12 15:59:34 +02:00
fogelito
2cb98a87c8
tablesdb
2026-02-12 15:58:39 +02:00
fogelito
ecd575aec3
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into check-client-queries-strings
2026-02-12 15:55:12 +02:00
fogelito
db6a3342c0
fix tests
2026-02-12 15:52:39 +02:00
Chirag Aggarwal and GitHub
afbad9db0f
Merge pull request #11285 from appwrite/release-agent-skills
...
feat: appwrite agent skills
2026-02-12 18:00:48 +05:30
Chirag Aggarwal
eb5d7875e4
composer
2026-02-12 17:39:44 +05:30
Chirag Aggarwal
8645a17323
Merge branch '1.8.x' into release-agent-skills
2026-02-12 17:39:33 +05:30
Chirag Aggarwal
efaf44c677
changes
2026-02-12 17:24:16 +05:30
Matej Bačo
54b2d2fe22
Merge branch '1.8.x' into chore-customizable-screenshot-router
2026-02-12 12:50:59 +01:00
Matej Bačo
2ec259d433
Introduce _APP_WORKER_SCREENSHOTS_ROUTER
2026-02-12 12:50:39 +01:00
fogelito
fc03476246
fix to String
2026-02-12 13:50:22 +02:00
fogelito
c7965e931f
fix testConsoleAvailabilityEndpoint
2026-02-12 13:13:05 +02:00
fogelito
536f09e5b8
fix rules
2026-02-12 13:10:53 +02:00
fogelito
baa97e199e
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into check-client-queries-strings
2026-02-12 12:20:41 +02:00
fogelito
4ef8222294
Check strings
2026-02-12 12:18:03 +02:00
Chirag Aggarwal and GitHub
a4a062afb4
Merge pull request #11307 from appwrite/sync-specs-and-release-sdks
...
chore: release sdks to fix createMembership roles param
2026-02-12 15:33:21 +05:30
Jake Barnby and GitHub
9647c3fa7d
Merge pull request #11310 from appwrite/database-type-filters
2026-02-12 09:38:45 +00:00
Matej Bačo and GitHub
6944fa7520
Merge pull request #11302 from appwrite/feat-team-sequence
...
Feat: team sequence
2026-02-12 10:14:36 +01:00
Chirag Aggarwal and GitHub
2bad5d8918
Merge pull request #11309 from appwrite/fix/static-files-worker-init
...
Fix static asset 404s by initializing Files per worker
2026-02-12 13:42:29 +05:30
Darshan
1e411bbef5
update: lint.
2026-02-12 13:25:44 +05:30
Darshan
7c47a4db72
add: filtering.
2026-02-12 13:22:07 +05:30
Chirag Aggarwal and GitHub
886528bb29
Merge pull request #11306 from appwrite/feat/messaging-spans
2026-02-12 13:13:35 +05:30
Chirag Aggarwal
086cf07c9c
avoid tasks
2026-02-12 12:57:40 +05:30
Chirag Aggarwal
96ceab1a52
Fix static file loading by initializing Files per worker
2026-02-12 12:33:58 +05:30
Jake Barnby and GitHub
d931003453
Merge pull request #11291 from appwrite/feat-project-status
2026-02-12 06:08:16 +00:00
Jake Barnby and GitHub
7361b01a7d
Merge pull request #11255 from appwrite/feat-update-base
2026-02-12 06:05:54 +00:00
fogelito
2db6f7e72f
check $ruleType
2026-02-12 07:54:30 +02:00
Chirag Aggarwal
df20c12f6e
chore: release sdks to fix createMembership roles param
2026-02-12 11:12:51 +05:30
loks0n and Chirag Aggarwal
a486085322
feat: messaging spans
2026-02-12 09:36:58 +05:30
Jake Barnby
40b8b539e8
Update lock
2026-02-12 12:26:19 +13:00
Jake Barnby
ce4e99d643
Merge remote-tracking branch 'origin/1.8.x' into feat-update-base
...
# Conflicts:
# composer.json
2026-02-12 12:20:04 +13:00
Matej Bačo
b625bdb189
Formatting fix
2026-02-11 17:25:44 +01:00
Matej Bačo
5ac58e7723
Implement team sequence
2026-02-11 17:25:17 +01:00
Damodar Lohani
efc1a5376b
Merge remote-tracking branch 'origin/1.8.x' into feat-project-status
2026-02-11 13:34:57 +00:00
Damodar Lohani
565237df7d
Merge remote-tracking branch 'origin/1.8.x' into chore-tests
2026-02-11 13:34:31 +00:00
Chirag Aggarwal and GitHub
435af97db1
Merge pull request #11297 from appwrite/fix/origin-validator-type-error
...
fix: Fix TypeError in Origin validator when array is passed
2026-02-11 18:20:32 +05:30
ArnabChatterjee20k
ae33104ecf
added admin auth to the index creation
2026-02-11 18:19:46 +05:30
Chirag Aggarwal and GitHub
781512cf88
Merge pull request #11295 from appwrite/release-cli-13.3.2
...
chore: release cli 13.3.2
2026-02-11 18:11:59 +05:30
Chirag Aggarwal
1a966741f4
(fix): Fix TypeError in Origin validator when array is passed
...
Move type check before assignment to prevent TypeError when non-string
value (like array) is passed to Origin::isValid(). The property
\$this->origin is typed as string, so assigning an array before
the is_string() check caused the error.
2026-02-11 18:01:18 +05:30
Chirag Aggarwal
bb56c9a91e
Merge branch '1.8.x' into release-cli-13.3.2
2026-02-11 17:24:38 +05:30
Chirag Aggarwal and GitHub
942b90cb2a
Merge pull request #11283 from appwrite/fix/cli-static-setresource
...
Upgrade utopia-php dependencies and fix namespace changes
2026-02-11 17:16:54 +05:30
Chirag Aggarwal and GitHub
351cd569cf
Merge pull request #11296 from appwrite/chore/add-php-retry-tests-workflow
...
chore(ci): add php-retry for all tests in tests workflow
2026-02-11 16:57:00 +05:30
Chirag Aggarwal
b243404a71
chore(ci): add PR comment permissions to retry jobs
2026-02-11 16:53:25 +05:30
Chirag Aggarwal
dcb759e3fe
chore(ci): restore retry job metadata inputs
2026-02-11 16:49:59 +05:30
ArnabChatterjee20k
b90a9e8cab
added admin auth to the index creation
2026-02-11 16:49:33 +05:30
Chirag Aggarwal
5371aa6820
chore(ci): add php-retry to tests workflow
2026-02-11 16:30:29 +05:30
ArnabChatterjee20k
4024cf0492
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-11 16:22:37 +05:30
Chirag Aggarwal
f7f97cdb33
chore: release cli 13.3.2
2026-02-11 16:16:59 +05:30
Chirag Aggarwal
61c5374134
remove orchestration
2026-02-11 16:04:20 +05:30
Chirag Aggarwal
45f4b1e8ad
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 16:04:14 +05:30
Jake Barnby and GitHub
465d21badd
Merge pull request #11293 from appwrite/feat-pg-adapter
2026-02-11 10:15:58 +00:00
Chirag Aggarwal
a2dc62d4e5
fix
2026-02-11 15:20:30 +05:30
Jake Barnby and GitHub
686a6f9474
Merge branch '1.8.x' into feat-update-base
2026-02-11 08:35:50 +00:00
Jake Barnby and GitHub
308609a0a2
Merge branch '1.8.x' into feat-pg-adapter
2026-02-11 08:34:45 +00:00
ArnabChatterjee20k
e07f9a7b49
added admin auth to vector db
2026-02-11 14:04:14 +05:30
ArnabChatterjee20k
61f778196b
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-11 13:58:43 +05:30
Jake Barnby and GitHub
f631fba124
Merge pull request #11270 from appwrite/fix-invalid-chunktotal
2026-02-11 08:21:31 +00:00
Jake Barnby and Claude Opus 4.6
bc69154024
fix: add retry logic to helperGetLatestCommit for GitHub API rate limits
...
The testCreateSiteFromTemplateCommit test fails intermittently when the
unauthenticated GitHub API call gets rate limited, returning null. Added
3 retries with 5s delay to handle transient failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 20:39:21 +13:00
Jake Barnby and GitHub
2d76fcced1
Merge pull request #11272 from appwrite/realtime-query-reserved-channels
2026-02-11 07:09:28 +00:00
Jake Barnby and Claude Opus 4.6
32c617a149
fix: remove invalid YAML condition syntax in docker-compose.yml
...
The appwrite-worker-functions depends_on section mixed list format
(- redis) with mapping format (condition: service_healthy), causing
a YAML parse error at line 696 that prevented docker compose from
starting, failing all CI checks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 20:02:36 +13:00
Jake Barnby and GitHub
8861a489ec
Merge pull request #9772 from ArnabChatterjee20k/pg-adapter
2026-02-11 06:41:59 +00:00
Chirag Aggarwal and GitHub
b2f4c4227e
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 12:10:35 +05:30
Chirag Aggarwal
33cb992934
bump all to stable
2026-02-11 12:07:36 +05:30
Jake Barnby and GitHub
2fc7074908
Merge branch '1.8.x' into pg-adapter
2026-02-11 06:35:14 +00:00
Jake Barnby and GitHub
00fdf76d71
Update docker-compose.yml
2026-02-11 19:34:59 +13:00
Jake Barnby and GitHub
1dec34cc2d
Update docker-compose.yml
2026-02-11 19:34:49 +13:00
Jake Barnby and GitHub
b08e0ad8ac
Update app/config/variables.php
2026-02-11 19:34:38 +13:00
Chirag Aggarwal
fed9af7568
remove console dev branch
2026-02-11 12:03:12 +05:30
Chirag Aggarwal and GitHub
64fff8f26b
Merge pull request #11292 from appwrite/fix/oauth-redirect-custom-scheme
...
Fix OAuth redirect for custom scheme state
2026-02-11 12:00:37 +05:30
Jake Barnby and GitHub
efaf23d1a3
Merge pull request #11261 from appwrite/export-stats-revert
2026-02-11 06:27:35 +00:00
Chirag Aggarwal
17d3abb287
feat: appwrite agent skills
2026-02-11 11:20:00 +05:30
Chirag Aggarwal
161b971f53
Fix oauth redirect custom scheme state
2026-02-11 10:11:04 +05:30
Damodar Lohani
6b8b11e167
no longer ignore
2026-02-11 02:00:38 +00:00
Damodar Lohani
ac35e7c7ad
update test to use the config
2026-02-11 01:59:09 +00:00
Damodar Lohani
fb595ced55
Feat: Restore project status attribute in project creation
2026-02-11 01:26:17 +00:00
Damodar Lohani
c03bb5a4e6
format
2026-02-11 01:25:04 +00:00
Damodar Lohani
ead7d03c6c
Feat: Add project status attribute
...
Add project status attribute to platform collections and set default status in project creation
2026-02-11 01:18:21 +00:00
Hemachandar and GitHub
1822ede19e
Fix GitHub error file path ( #11289 )
...
* Fix error file path in GitHub APIs
* const
2026-02-10 21:21:48 +05:30
Chirag Aggarwal
7c5fc442f1
retry
2026-02-10 17:38:52 +05:30
Matej Bačo and GitHub
51f036491a
Merge pull request #11278 from appwrite/feat-list-api-keys-queries
...
Feat: queries param on list api keys
2026-02-10 12:47:00 +01:00
Matej Bačo
4df0934023
Comment fix
2026-02-10 12:01:38 +01:00
Luke B. Silver and GitHub
5e974713b7
Merge pull request #11281 from appwrite/feat/worker-executions
...
feat: worker executions
2026-02-10 10:56:30 +00:00
Chirag Aggarwal
d74704e10b
composer
2026-02-10 16:26:26 +05:30
Damodar Lohani
bb76becf81
Add CORS configuration and refactor CORS resource handling
2026-02-10 10:52:53 +00:00
Matej Bačo
e2071bd5dd
add backwards compatibility
2026-02-10 11:48:29 +01:00
Matej Bačo
0621a32aa6
Fix tests; speed up tests; fix 5xx error
2026-02-10 11:43:22 +01:00
ArnabChatterjee20k
93897f86d0
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-10 15:34:51 +05:30
Matej Bačo
e1cbbe3943
Merge branch '1.8.x' into feat-list-api-keys-queries
2026-02-10 10:46:56 +01:00
Matej Bačo and GitHub
226e36db95
Merge pull request #11277 from appwrite/feat-api-key-custom-id
...
Feat: custom ID for API keys
2026-02-10 10:46:00 +01:00
Matej Bačo and GitHub
faedf49488
Merge pull request #11276 from appwrite/fix-rule-oauth
...
Fix: rule oauth flow
2026-02-10 10:27:25 +01:00
ArnabChatterjee20k
095e08441f
added get databases db in the document logs
2026-02-10 13:33:29 +05:30
Chirag Aggarwal
99d8eefdcf
fix class issue
2026-02-10 12:41:59 +05:30
Chirag Aggarwal
73b19b9028
ordering
2026-02-10 12:19:47 +05:30
Chirag Aggarwal and GitHub
c7d4314498
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-10 12:19:31 +05:30
Chirag Aggarwal
0fd93f4097
chore try fix console execute
2026-02-10 12:17:49 +05:30
Chirag Aggarwal
a80209ddbd
fix cookie parsing
2026-02-10 11:45:10 +05:30
ArnabChatterjee20k
da63463a3c
updated migration
2026-02-10 11:20:53 +05:30
Chirag Aggarwal
63a6714e31
fix import
2026-02-10 10:56:13 +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
Chirag Aggarwal
c551fda8d8
Fix CLI setResource() static calls and named parameter mismatch
...
CLI::setResource() is no longer static in the updated utopia-php/cli
library. Moved platform/CLI initialization before resource setup and
converted all static CLI::setResource() calls to use Dependency-based
instance method via a helper closure. Also renamed $queue to
$queueForStatsResources in StatsResources task to match the injected
resource name, fixing PHP 8 named parameter resolution.
2026-02-10 10:33:14 +05:30
Damodar Lohani
f8fb2e8c2d
Chore: test group
2026-02-10 00:01:40 +00:00
Jake Barnby and GitHub
50193ebeeb
Merge branch '1.8.x' into feat-update-base
2026-02-09 23:31:00 +00:00
loks0n
b432918385
feat: worker executions
2026-02-09 20:20:44 +00:00
Matej Bačo
a87263a571
Fix failing test
2026-02-09 20:07:33 +01:00
Matej Bačo
dafa97879c
AI review fixes
2026-02-09 17:12:30 +01:00
Matej Bačo
a263afeff1
AI quality fixes
2026-02-09 17:10:00 +01:00
Matej Bačo
29915ddd3b
Manual fixes of agent code
2026-02-09 16:58:44 +01:00
Matej Bačo
c0f5fa90cb
Fix AI review
2026-02-09 16:53:18 +01:00
Matej Bačo
e666dc9504
AI review fixes
2026-02-09 16:42:14 +01:00
Matej Bačo
3dc69ba62a
Revert unwanted push
2026-02-09 15:55:49 +01:00
Matej Bačo
7bf5f2d360
Fix bug 5xx error
2026-02-09 15:55:35 +01:00
Matej Bačo
6df5556473
Implement queries param to list api keys
2026-02-09 14:58:36 +01:00
Matej Bačo
96e85c0bab
AI pr review
2026-02-09 14:35:47 +01:00
Matej Bačo
40ab50ec9d
formatting fix
2026-02-09 14:34:52 +01:00
Matej Bačo
9b762dde40
formatting fix
2026-02-09 14:34:36 +01:00
Matej Bačo
615aff0714
Allow custom ID for API keys
2026-02-09 14:34:05 +01:00
Matej Bačo and GitHub
994850c5a6
Merge pull request #11275 from appwrite/fix-vcs-template-flow
...
Fix VCS template flow
2026-02-09 14:00:39 +01:00
Matej Bačo
525b929e54
Fix implementation, add tests
2026-02-09 13:57:19 +01:00
Matej Bačo
074ffad826
Improve origin unit tests
2026-02-09 13:46:15 +01:00
Matej Bačo
36c87d109a
Fix rule oauth flow
2026-02-09 13:45:18 +01:00
Matej Bačo
e09dd98f36
Fix site vcs deployment bug too
2026-02-09 13:30:46 +01:00
Matej Bačo
96e1221a5f
Fix implementation
2026-02-09 13:27:31 +01:00
Matej Bačo
e13f4c8545
Fix VCS template flow
2026-02-09 13:26:33 +01:00
ArnabChatterjee20k
8e140bae6c
updated project and migraiton worker
2026-02-09 17:43:42 +05:30
ArnabChatterjee20k
3b2eb02f8a
Merge branch '1.8.x' into documents-db-api
2026-02-09 17:27:09 +05:30
Hemachandar and GitHub
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 and GitHub
f7ab8e46d3
Improve certificate dns failure logs ( #11268 )
...
* Better logs for DNS failures
* some more
* appwrite exception
* type
* refactor
* tiny
* better logs
2026-02-09 15:45:41 +05:30
ArnabChatterjee20k and GitHub
efd6951764
Merge branch '1.8.x' into pg-adapter
2026-02-09 14:16:06 +05:30
Chirag Aggarwal and GitHub
bec6725900
Merge pull request #11273 from appwrite/release-cli-13.3.1
...
chore: release cli 13.3.1
2026-02-09 13:59:31 +05:30
ArnabChatterjee20k and GitHub
f13cda7e9f
Merge branch '1.8.x' into export-stats-revert
2026-02-09 13:47:02 +05:30
Chirag Aggarwal
494ce5fc6a
chore: release cli 13.3.1
2026-02-09 13:14:28 +05:30
ArnabChatterjee20k
6afb5ccf10
updated the comments
2026-02-09 13:08:02 +05:30
ArnabChatterjee20k
4b3c4323ee
Enhance reserved parameter handling in Realtime adapter and update related tests
2026-02-09 13:07:11 +05:30
ArnabChatterjee20k
ecea1a580d
updated channels
2026-02-09 12:02:01 +05:30
ArnabChatterjee20k
842c274d02
updated tests
2026-02-09 11:55:39 +05:30
ArnabChatterjee20k
81f4d10ad6
Enhance Realtime channel handling for project queries and improve test coverage
2026-02-09 11:48:04 +05:30
Damodar Lohani
3c78f78ea9
Fix: chunk upload handling for single chunk uploads
2026-02-09 02:54:40 +00:00
Matej Bačo and GitHub
bae7b92dd9
Merge pull request #11269 from appwrite/fix-oauth-for-rules
...
Fix redirect url approval for oauth flow
2026-02-08 15:08:30 +01:00
Matej Bačo
801707c407
Linter fix
2026-02-08 14:47:47 +01:00
Matej Bačo
94581adfcb
Improve dev key tests
2026-02-08 14:44:21 +01:00
Matej Bačo
fd323feae8
Simplify diff
2026-02-08 14:37:35 +01:00
Matej Bačo
3a0dc60a4c
Add test; fix implementation; pr reviews
2026-02-08 14:36:34 +01:00
Matej Bačo
bed46a6bef
Fix redirect url approval for oauth flow
2026-02-08 14:12:23 +01:00
Chirag Aggarwal and GitHub
ba5273872b
Merge pull request #11267 from appwrite/fix/disable-execution-writes-nyc-api
...
fix: disable execution document writes for nyc region in API
2026-02-07 21:45:07 +05:30
Chirag Aggarwal
f1639e0b67
fix: disable execution document writes for nyc region in API
...
Temporarily skip execution createDocument calls in the Executions
Create handler when _APP_REGION is set to 'nyc' to reduce database
load. Marked with TODO comments for removal.
2026-02-07 21:42:10 +05:30
Chirag Aggarwal and GitHub
e8fe9222b2
Merge pull request #11266 from appwrite/fix/disable-execution-writes-nyc
...
fix: disable execution document writes for nyc region
2026-02-07 21:20:58 +05:30
Chirag Aggarwal
a520a67da8
fix: disable execution document writes for nyc region
...
Temporarily skip all execution createDocument and updateDocument calls
in the Functions worker when _APP_REGION is set to 'nyc' to reduce
database load. Marked with TODO comments for removal.
2026-02-07 21:19:00 +05:30
Luke B. Silver and GitHub
9c03c5fab3
Merge pull request #11265 from appwrite/chore/upgrade-traefik
...
chore: upgrade traefik
2026-02-06 20:14:38 +00:00
loks0n
d864a61f93
chore: upgrade traefik
2026-02-06 19:16:37 +00:00
Chirag Aggarwal and GitHub
fb1cbdca6c
Merge pull request #11263 from appwrite/upgrade-spomky-labs/otphp
...
chore: upgrade spomky-labs/otphp to latest
2026-02-06 20:14:26 +05:30
ArnabChatterjee20k
7faf14769f
added metric documents
2026-02-06 19:10:00 +05:30
ArnabChatterjee20k
96532b9725
linting
2026-02-06 18:47:22 +05:30
Chirag Aggarwal
ab35806372
update system lib
2026-02-06 15:43:59 +05:30
Luke B. Silver and GitHub
9612ed338f
Merge pull request #11262 from appwrite/chore-remove-auth-skip-from-workers
...
chore: remove auth skip from workers
2026-02-06 10:13:11 +00:00
Chirag Aggarwal
1219391c76
update composer
2026-02-06 15:27:42 +05:30
Hemachandar and GitHub
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
loks0n
ec418e60b7
chore: remove auth skip from workers
2026-02-06 09:44:10 +00:00
Chirag Aggarwal
455004a536
chore: upgrade spomky-labs/otphp to latest
2026-02-06 15:12:37 +05:30
Matej Bačo and GitHub
2ad0135890
Merge pull request #11249 from appwrite/ser-1092-v2
...
Create rule in SSL task
2026-02-06 09:34:26 +01:00
Jake Barnby and GitHub
6414c0ebda
Merge pull request #11201 from appwrite/get-cursor-queries
...
Get cursor queries
2026-02-06 07:15:35 +00:00
Jake Barnby and ArnabChatterjee20k
a3574032e3
Update src/Appwrite/Platform/Workers/Migrations.php
2026-02-06 12:27:10 +05:30
ArnabChatterjee20k
6c38c566d9
optimised the memory usage by resource aggregation
2026-02-06 12:27:09 +05:30
ArnabChatterjee20k
7997763532
linting
2026-02-06 12:26:35 +05:30
ArnabChatterjee20k
bf84144201
updated reset of the stats usage worker to reset metrics
2026-02-06 12:25:59 +05:30
ArnabChatterjee20k
532ec364d2
updated migration version
2026-02-06 12:25:53 +05:30
ArnabChatterjee20k
b517e502a9
lint
2026-02-06 12:25:38 +05:30
ArnabChatterjee20k
4396a0ef7e
added processing of migration resource stats
2026-02-06 12:24:41 +05:30
ArnabChatterjee20k
6eaebaec1b
updated compose
2026-02-06 11:49:41 +05:30
ArnabChatterjee20k
88e2d5c496
updated compose
2026-02-06 11:44:44 +05:30
ArnabChatterjee20k
e3aaac7f9f
Merge remote-tracking branch 'origin/1.8.x' into pg-adapter
2026-02-06 11:35:38 +05:30
Jake Barnby and GitHub
801befeacd
Merge branch '1.8.x' into get-cursor-queries
2026-02-06 05:59:48 +00:00
Jake Barnby and GitHub
941d40e704
Merge pull request #11260 from appwrite/localhost-endpoint
...
Localhost endpoint CSV
2026-02-06 05:49:55 +00:00
fogelito
093bc7bf3d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-06 07:14:07 +02:00
fogelito
90f10ce685
Use https
2026-02-06 07:13:39 +02:00
Hemachandar
45e74d7b3d
rule
2026-02-06 00:14:15 +05:30
Jake Barnby and Claude Opus 4.5
8bc859bc70
Update utopia-php/websocket to 1.0.0
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 02:42:30 +13:00
Jake Barnby and Claude Opus 4.5
1abc707285
Remove strict file size assertions from avatar tests
...
The PNG file size varies depending on ImageMagick version and
compression settings. The meaningful validations (dimensions,
format, content-type) are already being tested.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 02:07:46 +13:00
Jake Barnby and Claude Opus 4.5
741e1fb296
Update utopia-php/websocket to fix compression flag issue
...
Temporarily use dev branch (fix-conditional-compression) that only
applies SWOOLE_WEBSOCKET_FLAG_COMPRESS when compression is enabled.
This fixes websocket compatibility issues with Swoole 6.1.6.
See: https://github.com/utopia-php/websocket/pull/28
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 01:52:03 +13:00
Jake Barnby and Claude Opus 4.5
d57659c37e
Fix header handling for Swoole 6.1.6 compatibility
...
- Update utopia-php/migration to 1.5.1 (fixes duplicate header issue)
- Fix content-length header override to replace instead of append
- Single-value headers (content-length, content-type) must replace existing values
- Multi-value headers continue to use array semantics
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 01:40:59 +13:00
Chirag Aggarwal and GitHub
4090ce853e
Merge pull request #11256 from appwrite/release-cli-13.3.0
...
release cli sdk 13.3.0
2026-02-05 17:52:36 +05:30
Chirag Aggarwal
af5c0da1d9
release cli sdk 13.3.0
2026-02-05 17:05:22 +05:30
Jake Barnby and GitHub
b5bb4c2e07
Merge pull request #11254 from appwrite/feat-collection-size
...
Expose row bytes used/bytes free on table/collection
2026-02-05 11:25:02 +00:00
Shmuel Fogel and GitHub
c492cfe9ab
Merge pull request #11229 from appwrite/localhost-endpoint
...
Localhost endpoint
2026-02-05 13:00:00 +02:00
Jake Barnby
a866f0a69f
Gen specs
2026-02-05 23:50:16 +13:00
Jake Barnby
3b2c05eb8d
Update desc
2026-02-05 23:50:10 +13:00
fogelito
e28ba64dbf
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:36:25 +02:00
Jake Barnby and GitHub
747b400616
Merge pull request #11251 from appwrite/fix-realtime-performance
...
Realtime query performance improvements
2026-02-05 10:15:58 +00:00
fogelito
cb58da7279
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:13:02 +02:00
Matej Bačo and GitHub
106458a79d
Merge pull request #11208 from appwrite/ser-539-modules
...
Move project create & update APIs to Modules
2026-02-05 11:11:09 +01:00
fogelito
d40b1707ba
Remove var_dump
2026-02-05 12:09:54 +02:00
fogelito
8600d0e64f
Remove var_dump
2026-02-05 12:04:57 +02:00
Jake Barnby
1e22a40d98
Update docker base
2026-02-05 22:57:21 +13:00
Jake Barnby and GitHub
2bc8d80273
Merge branch '1.8.x' into feat-collection-size
2026-02-05 09:55:23 +00:00
Jake Barnby and GitHub
1d94e60a37
Merge branch '1.8.x' into fix-realtime-performance
2026-02-05 09:54:42 +00:00
Jake Barnby
4f7337759f
Expose row bytes used/bytes free on table/collection
2026-02-05 22:53:04 +13:00
Hemachandar
657f16031b
lint
2026-02-05 15:11:17 +05:30
Jake Barnby and GitHub
fed8354c52
Merge pull request #11237 from appwrite/realtime-query-subscriptions
...
Realtime query subscriptions
2026-02-05 09:36:54 +00:00
Hemachandar
cbfef909ee
reset permissions
2026-02-05 15:03:27 +05:30
Hemachandar
107fadfe37
Merge branch '1.8.x' into ser-539-modules
2026-02-05 15:00:52 +05:30
Jake Barnby and Claude Opus 4.5
e21614088f
fix: Address CodeRabbit review comments
...
- Fix OR precheck bug: skip attribute existence check when OR conditions
exist, since OR can match with partial attributes present
- Remove dead code in app/realtime.php (unused $names and $channels variables)
- Add tests for OR queries with missing attributes in one branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:24:26 +13:00
Hemachandar and GitHub
1c6880a78e
Improve certificate sync logs ( #11243 )
...
* Add friendly message for async certificate generation
* better msg
* simplify
* remove escaping
* set certificateId
2026-02-05 14:48:37 +05:30
Jake Barnby and Claude Opus 4.5
18125156d2
fix: Update compileAndFilter return type to nullable array
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:14:41 +13:00
Jake Barnby and Claude Opus 4.5
765d334674
fix: Return null instead of empty array for non-matching queries
...
RuntimeQuery::filter() now returns null when the query doesn't match,
instead of an empty array. This distinguishes between "no match" and
"match with empty payload", fixing the issue where subscriptions with
empty payloads weren't being delivered.
Updated Realtime::getSubscribers() to check for null instead of using
!empty(), and updated all tests to expect null for non-matches.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:08:43 +13:00
Matej Bačo and GitHub
a46fa50c51
Merge pull request #11252 from appwrite/ser-1103-installations
...
Move VCS installation APIs to Modules
2026-02-05 10:07:35 +01:00
Matej Bačo and GitHub
cb81939604
Merge pull request #11253 from appwrite/ser-1033
...
Cleanup functions & sites attribute when installation is deleted
2026-02-05 10:04:38 +01:00
Jake Barnby and Claude Opus 4.5
3e31094e1e
fix: Fix unit test failures for RuntimeQuery and Messaging tests
...
- Add missing isSelectAll() method to RuntimeQuery class
- Update RuntimeQueryTest to use compile() before filter() since filter()
expects pre-compiled query arrays, not Query objects
- Remove incorrect break statement in Realtime::getSubscribers() that was
stopping iteration after the first matching channel, causing subscribers
to not be found for subsequent channels
- Use local variable $subscriptionsByChannel to avoid unused variable warning
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 21:57:00 +13:00
fogelito
074470c2c2
check _APP_MIGRATION_HOST
2026-02-05 10:35:35 +02:00
ArnabChatterjee20k
f8f2f9ca25
removed reduntant test
2026-02-05 14:03:26 +05:30
fogelito
aff180c517
docker-compose.yml
2026-02-05 10:30:21 +02:00
fogelito
5d1b63fd35
docker-compose.yml
2026-02-05 10:29:45 +02:00
Hemachandar
aa30db2136
refactor
2026-02-05 13:51:32 +05:30
fogelito
64f8b9195b
_APP_MIGRATION_HOST
2026-02-05 10:12:55 +02:00
fogelito
12b7f94c1f
_APP_MIGRATION_HOST
2026-02-05 10:06:11 +02:00
Hemachandar
4aaa3bfd9f
Cleanup functions & sites attribute when installation is deleted
2026-02-05 13:27:06 +05:30
Hemachandar and GitHub
6dd928b73c
Merge branch '1.8.x' into ser-1103-installations
2026-02-05 13:23:19 +05:30
Jake Barnby
e490f375ee
Batch groups
2026-02-05 20:48:40 +13:00
ArnabChatterjee20k and GitHub
96ea3391d3
Merge branch '1.8.x' into realtime-query-subscriptions
2026-02-05 13:01:28 +05:30
Hemachandar
7f824785d5
lint
2026-02-05 12:55:34 +05:30
Hemachandar
8c191fca92
wire module
2026-02-05 12:44:19 +05:30
fogelito
85ea4c8904
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 08:54:50 +02:00
fogelito
7e385fe87f
localhosts
2026-02-05 08:52:12 +02:00
Jake Barnby
d06759e33e
Cleanup
2026-02-05 18:47:54 +13:00
Jake Barnby
ecf0a1ec67
Avoid closures on hot path
2026-02-05 18:47:49 +13:00
Jake Barnby
ead2afb9d4
Early exit on select all
2026-02-05 18:47:27 +13:00
Hemachandar
26b0447657
add to http
2026-02-04 20:41:46 +05:30
Matej Bačo and GitHub
f7f6b5187c
Merge pull request #11248 from appwrite/feat-trusted-console-projects
...
Feat: Support trusted console projects
2026-02-04 16:10:36 +01:00
Hemachandar
c3fbb83ed6
Move VCS installation APIs to Modules
2026-02-04 20:03:52 +05:30
Matej Bačo
a860975b0e
update docs
2026-02-04 15:23:10 +01:00
Matej Bačo
ce99d80c2f
ai review fixes
2026-02-04 15:09:02 +01:00
Hemachandar
a30f12cd66
tiny
2026-02-04 19:31:00 +05:30
Hemachandar
0003443c77
Create rule in SSL task
2026-02-04 19:23:27 +05:30
Matej Bačo
227d61e194
Support trusted console projects
2026-02-04 14:45:38 +01:00
fogelito
4cf6f4e066
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 13:58:22 +02:00
Chirag Aggarwal and GitHub
b1409e5e8e
Merge pull request #11246 from appwrite/fix/phpunit-bootstrap-global-register
2026-02-04 16:11:24 +05:30
Chirag Aggarwal
a744cb0843
fix: add global scope declaration for $register in registers.php
...
PHPUnit's FileLoader::load() includes bootstrap files inside a function
scope. Without the global declaration, $register is created in local
scope and isn't accessible when other files (like resources.php) use
global $register to reference it.
2026-02-04 16:05:13 +05:30
fogelito
186ed5b61f
fix graphQL
2026-02-04 12:29:20 +02:00
fogelito
522c9d3272
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 12:16:24 +02:00
Chirag Aggarwal and GitHub
720ceabbbc
Merge pull request #11244 from appwrite/simplify-messaging-span-country-codes
2026-02-04 15:45:14 +05:30
fogelito
5ff31e92d7
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 12:03:28 +02:00
Chirag Aggarwal
4ef43aacd9
Simplify country code span logging for internal SMS messages
...
Internal SMS always has a single recipient, so remove the unnecessary
count-based tracking and simplify to just log the country code directly.
2026-02-04 15:28:27 +05:30
Chirag Aggarwal and GitHub
ce49b8ecb8
Merge pull request #11239 from appwrite/upgrade-utopia-queue
2026-02-04 15:25:56 +05:30
fogelito
1db42c6fc7
revert lock
2026-02-04 11:43:56 +02:00
Chirag Aggarwal
9bd2966222
fix: versioning
2026-02-04 14:53:56 +05:30
Chirag Aggarwal
579f07f8bb
fix unit test
2026-02-04 14:30:24 +05:30
fogelito
febb7dc10a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 10:53:26 +02:00
Chirag Aggarwal
4b02bf1aa8
use stable
2026-02-04 14:21:52 +05:30
Jake Barnby and GitHub
d45893d123
Merge pull request #11241 from appwrite/fix-leaks
...
Fix leaks
2026-02-04 08:31:27 +00:00
fogelito
ffd568aecd
Update 1.8.x
2026-02-04 10:05:54 +02:00
fogelito
d811d1c534
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 10:04:52 +02:00
fogelito
c2b87cff66
$this->webEndpoint,
2026-02-04 09:53:37 +02:00
fogelito
ca03176ad6
$this->webEndpoint,
2026-02-04 09:53:19 +02:00
Chirag Aggarwal
946a1c8f34
try fix
2026-02-04 12:49:44 +05:30
Chirag Aggarwal
91c1572318
log
2026-02-04 12:23:55 +05:30
Chirag Aggarwal and GitHub
05a3417297
Merge branch '1.8.x' into upgrade-utopia-queue
2026-02-04 12:23:18 +05:30
Jake Barnby and GitHub
5e495aa2da
Merge pull request #11240 from appwrite/fix-sites-domains
...
CLI update
2026-02-04 06:28:14 +00:00
Jake Barnby
cdd2be175f
Pre-parse queries
2026-02-04 19:27:57 +13:00
Jake Barnby
2f5e5d384f
Array push on hot loop
2026-02-04 19:27:18 +13:00
Jake Barnby
2c790ecd84
Fix potential depth leak
2026-02-04 19:22:00 +13:00
Jake Barnby
5733972218
Fix webhook leak
2026-02-04 19:20:42 +13:00
Jake Barnby
2416eef4a7
Fix stats leak
2026-02-04 19:20:19 +13:00
Chirag Aggarwal and GitHub
49195e5d6f
Merge branch '1.8.x' into upgrade-utopia-queue
2026-02-04 11:22:23 +05:30
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
Jake Barnby and GitHub
17fc91aa19
Merge pull request #11238 from appwrite/fix-span-country-codes-logql
...
fix: use individual span attributes for country codes
2026-02-04 05:16:15 +00:00
Chirag Aggarwal
94d733ee63
use stable branch
2026-02-04 10:44:18 +05:30
Jake Barnby
17be0eb634
CLI sites domain fix
2026-02-04 18:04:48 +13:00
Chirag Aggarwal
a419501ea7
chore: upgrade utopia queue
2026-02-04 10:28:16 +05:30
Chirag Aggarwal
b89f474cb5
fix skill
2026-02-04 10:20:31 +05:30
Chirag Aggarwal
345d8f2db5
fix: use individual span attributes for country codes
...
Replace stringified JSON countryCodes attribute with individual
countryCode_{code} attributes to improve LogQL query compatibility.
2026-02-04 10:15:36 +05:30
fogelito
9bafa90ac8
_APP_HOSTNAMES
2026-02-03 17:39:29 +02:00
fogelito
736b72164e
ci cd
2026-02-03 16:14:00 +02:00
ArnabChatterjee20k
f82662e84e
added dot escaping fix for channel names
2026-02-03 18:33:35 +05:30
Chirag Aggarwal and GitHub
5537fe210e
Merge pull request #11236 from appwrite/safeguard-span-finish
2026-02-03 18:32:32 +05:30
Chirag Aggarwal
4c08cb36a8
chore: safeguard span finish
2026-02-03 18:30:51 +05:30
Chirag Aggarwal and GitHub
1ee3f993d0
Merge pull request #11234 from appwrite/update-cli-changelog
2026-02-03 17:36:43 +05:30
Jake Barnby and GitHub
952f209a44
Merge pull request #11202 from appwrite/realtime-query-subscriptions
2026-02-03 11:44:13 +00:00
fogelito
7d193d9c36
force localhost
2026-02-03 13:41:02 +02:00
Jake Barnby and GitHub
c04353bd38
Merge pull request #11230 from appwrite/fix-responses
2026-02-03 11:37:09 +00:00
Chirag Aggarwal
69cfde440a
chore: fix cli release + add changelog
2026-02-03 17:00:22 +05:30
Chirag Aggarwal and GitHub
739b36b0c9
Merge pull request #11233 from appwrite/wrap-markdown-docs
2026-02-03 16:17:18 +05:30
fogelito
8b4f4d2fea
localhost
2026-02-03 12:43:37 +02:00
Jake Barnby
d2eb3f6684
Update database
2026-02-03 23:34:13 +13:00
Chirag Aggarwal
31b5a1cb36
chore: wrap all markdown docs with language fences
2026-02-03 15:48:48 +05:30
Chirag Aggarwal and GitHub
727c29ec0c
Merge pull request #11232 from appwrite/chore-add-pr-workflow-skill
2026-02-03 15:29:20 +05:30
fogelito
3da3b6a324
pull changes
2026-02-03 11:49:53 +02:00
fogelito
20e209038d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-03 11:49:17 +02:00
fogelito
c0cbf991ab
Run tests
2026-02-03 11:48:48 +02:00
fogelito
91f3bf0244
Run tests
2026-02-03 11:47:21 +02:00
Chirag Aggarwal
fab0c7ce7c
Add PR workflow skill for AI agents
...
Documents that PRs should target version branches (e.g., 1.8.x)
instead of main, helping AI agents follow the correct workflow.
2026-02-03 15:12:47 +05:30
Jake Barnby
413a91bd0a
Lint
2026-02-03 22:33:51 +13:00
Jake Barnby
23c3496a63
Add missing model map
2026-02-03 22:30:02 +13:00
ArnabChatterjee20k
0528c0d693
updated the case for select all and empty payload
2026-02-03 14:29:34 +05:30
ArnabChatterjee20k
4319612358
updated unit tests
2026-02-03 14:16:35 +05:30
Chirag Aggarwal and GitHub
b7df5cfcc1
Merge pull request #11228 from appwrite/feat-span-messaging-worker
2026-02-03 14:15:07 +05:30
ArnabChatterjee20k
a10fbc64c7
updated subscription after permission change
2026-02-03 13:46:05 +05:30
fogelito
f1a2e869a2
localhost setUp
2026-02-03 10:11:03 +02:00
Jake Barnby and GitHub
def3ce056f
Merge pull request #11220 from appwrite/chore-upgrade-cache
2026-02-03 07:19:12 +00:00
Chirag Aggarwal
ae720c3462
Fix country code extraction using locale config
...
Use the existing locale-phones config to accurately extract country
codes from phone numbers. Sorts codes by length descending to match
longer codes first (e.g., 1868 Trinidad before 1 USA).
2026-02-03 12:36:46 +05:30
Chirag Aggarwal
e14a026415
Add country code extraction for external SMS messages
...
Extract country codes from target identifiers for external SMS
messages to match the behavior of internal SMS messages.
2026-02-03 12:32:21 +05:30
Chirag Aggarwal
52cb8a9c56
Improve span data with detailed metrics
...
Add richer span data for better observability:
- External messages: messageId, topic/user/target counts, recipient total,
provider details, delivery stats (delivered/errors), final status
- Internal SMS: recipient count, country codes extracted from phone numbers,
sender number, delivery status and count
2026-02-03 12:27:27 +05:30
Chirag Aggarwal
787e7aed43
Add Span tracing to Messaging worker
...
Replace Console logging with Span tracing in the Messaging worker
for better observability. Initialize Span storage and exporter in
worker.php to enable tracing in all workers.
2026-02-03 11:59:49 +05:30
ArnabChatterjee20k
d18d4d8263
updated subscription process
2026-02-03 11:43:23 +05:30
premtsd-code and GitHub
b4e98bd950
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-03 05:58:33 +00:00
Chirag Aggarwal and GitHub
92d2310a53
Merge pull request #11227 from appwrite/fix-deprecation-warnings
2026-02-03 11:19:23 +05:30
ArnabChatterjee20k and GitHub
29b6adf407
Merge branch '1.8.x' into realtime-query-subscriptions
2026-02-03 10:46:34 +05:30
ArnabChatterjee20k
10e971aded
updated tests and empty subscriptionsid issue
2026-02-03 10:46:01 +05:30
premtsd-code and GitHub
ca464f8a71
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-03 04:44:12 +00:00
Chirag Aggarwal
6c4394947f
Fix Safe PHP deprecation warnings
2026-02-03 10:11:12 +05:30
Chirag Aggarwal and GitHub
2a15c91768
Merge pull request #11226 from appwrite/feat-functions-queue-job-ttl
2026-02-03 10:09:25 +05:30
Chirag Aggarwal
f15e9eb356
Add 7-day job TTL for functions queue
...
Set jobTTL to 7 days for FUNCTIONS_QUEUE_NAME using a match expression
for easy extensibility to other queues in the future.
2026-02-03 09:24:32 +05:30
Prem Palanisamy
cbe7ce7269
fix merge conflict in composer.lock
2026-02-02 21:48:20 +00:00
premtsd-code and GitHub
f2cfa4465f
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 21:03:45 +00:00
Hemachandar and GitHub
f648d82c8c
Remove cleanup-stale-executions from Interval task ( #11224 )
2026-02-03 01:18:34 +05:30
Prem Palanisamy
8117ab9542
simplify CacheTest to match other Health tests
2026-02-02 19:07:50 +00:00
Prem Palanisamy
255098ed9c
use env vars for cache reconnection tests
2026-02-02 18:36:16 +00:00
Prem Palanisamy
914be48e25
fix: add null check for cache adapter
2026-02-02 18:25:41 +00:00
premtsd-code and GitHub
47e406baa0
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 18:22:02 +00:00
ArnabChatterjee20k
3c2f0cc982
updated to new slot based filtering for realtime
2026-02-02 21:50:23 +05:30
Matej Bačo and GitHub
a967ee9b1b
Merge pull request #11213 from appwrite/feat-array-domains-env
...
Feat: Array domain variables
2026-02-02 17:06:55 +01:00
ArnabChatterjee20k
6e576b5140
added realtime query new channel and channel wise filters
2026-02-02 19:45:21 +05:30
premtsd-code and GitHub
ab689af94b
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 13:21:22 +00:00
Prem Palanisamy
e7b4f03227
improve cache reconnection tests
2026-02-02 13:19:41 +00:00
Hemachandar and GitHub
630d3376a6
Use Swoole timers in Interval task ( #11205 )
...
* Use Swoole timers in `Interval` task
* refactor
* block coroutine from exiting
* nit
* Add span
* cleanup unused var
* camelCase
2026-02-02 18:47:54 +05:30
Jake Barnby and GitHub
a25977c6b8
Merge pull request #11222 from appwrite/release-array-param-enums
2026-02-02 13:08:51 +00:00
Chirag Aggarwal
19bfda541f
Merge branch '1.8.x' into release-array-param-enums
2026-02-02 18:35:20 +05:30
Chirag Aggarwal
2ac265baea
update composer
2026-02-02 18:34:24 +05:30
Prem Palanisamy
a52f7f2485
fix: ensure Redis restart in cache reconnection tests
2026-02-02 12:57:40 +00:00
Prem Palanisamy
6876828750
add cache reconnection support
2026-02-02 12:49:58 +00:00
Chirag Aggarwal
02c92d95b7
examples and changelog
2026-02-02 18:04:02 +05:30
Chirag Aggarwal
eb97a0e9b2
changelog changes
2026-02-02 17:57:50 +05:30
Chirag Aggarwal
ae6a81bd12
update specs
2026-02-02 17:54:57 +05:30
premtsd-code and GitHub
6f7da6d622
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 12:23:42 +00:00
Prem Palanisamy
e79dc39d5d
chore: update composer.lock
2026-02-02 12:21:08 +00:00
Chirag Aggarwal
4d062b818d
update examples
2026-02-02 17:26:20 +05:30
Prem Palanisamy
a1dad882e4
chore: update composer.lock
2026-02-02 11:02:42 +00:00
Prem Palanisamy
abb546d099
chore: replace dev dependencies with stable versions
2026-02-02 11:00:20 +00:00
Jake Barnby and GitHub
dfdbcf015c
Merge pull request #11207 from appwrite/migration-endpoint
2026-02-02 10:34:04 +00:00
Chirag Aggarwal and GitHub
29ab9ef9d2
Merge pull request #11223 from appwrite/update-message-logging
2026-02-02 15:46:43 +05:30
Chirag Aggarwal
52174816b2
chore: update messaging worker logging
2026-02-02 15:39:12 +05:30
Chirag Aggarwal
9ee318de3c
feat: release array param enums support to all sdks
2026-02-02 15:34:32 +05:30
fogelito
2e5b232e2b
line
2026-02-02 11:34:57 +02:00
fogelito
53b8886729
Remove env variable
2026-02-02 11:29:38 +02:00
fogelito
e9e51d5334
lock
2026-02-02 11:27:50 +02:00
fogelito
c1161ff27c
check isset
2026-02-02 08:13:24 +02:00
Prem Palanisamy
1854d01e6e
chore: upgrade utopia-php dependencies for cache reconnection support
2026-02-02 06:13:00 +00:00
fogelito
f530ec3db5
Remove dbg
2026-02-01 15:57:30 +02:00
fogelito
3502cad4a5
formatting
2026-02-01 15:53:41 +02:00
fogelito
05e1bb242f
stopOnFailure false
2026-02-01 15:52:29 +02:00
fogelito
e760a1386b
Use credentials
2026-02-01 15:51:41 +02:00
fogelito
644dcb8fb1
empty $credentials
2026-02-01 15:11:29 +02:00
fogelito
40dede6503
Use apiHostname
2026-02-01 14:54:42 +02:00
fogelito
d19eec9849
var dump
2026-02-01 12:31:17 +02:00
fogelito
88044eaa71
check key
2026-02-01 12:15:32 +02:00
fogelito
6011a7c66d
http
2026-02-01 12:00:04 +02:00
fogelito
771dd92a14
https
2026-02-01 11:55:01 +02:00
fogelito
e1f8d0bbbc
remove extra vars
2026-02-01 10:38:04 +02:00
fogelito
7da2bdf4da
remove extra vars
2026-02-01 10:36:38 +02:00
fogelito
d89539b56a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-endpoint
2026-02-01 08:49:01 +02:00
fogelito
23f08ef144
formatting
2026-02-01 08:46:39 +02:00
Matej Bačo
ce1bb3fd29
ai review fixes
2026-01-30 22:23:36 +01:00
Matej Bačo
fea4994ef0
ai review fixes
2026-01-30 21:30:00 +01:00
Matej Bačo
4807dcf529
Array support for all functions domain usecases
2026-01-30 16:48:40 +01:00
Matej Bačo
817475a251
Add tests
2026-01-30 16:24:41 +01:00
Matej Bačo
150c9033cc
Support arrays in domains env variables
2026-01-30 16:20:46 +01:00
Matej Bačo and GitHub
8938dcf8f4
Merge pull request #11212 from appwrite/chore-preview-domain-under-platform
...
Chore: Platform to defien preview domain
2026-01-30 14:29:17 +01:00
Matej Bačo
edbec1ef41
AI review fixes
2026-01-30 13:29:28 +01:00
Matej Bačo
edceb3e0db
move preview domain under platform for future customizability
2026-01-30 13:23:37 +01:00
Jake Barnby and GitHub
d3974776be
Merge pull request #11210 from appwrite/fix-events
2026-01-30 10:05:18 +00:00
Hemachandar and GitHub
1110fdb719
Add appendVariables method to Mail event ( #11166 )
...
* Add `addVariable` method to Mail event
* append variables
* Update template
2026-01-30 15:20:53 +05:30
Jake Barnby
252dc6b993
Fix test
2026-01-30 22:44:19 +13:00
Hemachandar
a987195f6f
more lint
2026-01-30 14:47:55 +05:30
Hemachandar
2144f27059
lint + feedback
2026-01-30 14:36:38 +05:30
Jake Barnby
67e43cc1a5
Push vs merge
2026-01-30 21:48:36 +13:00
Jake Barnby
d4b0ea64ad
Fix event caching
2026-01-30 21:41:01 +13:00
Hemachandar
cb0f2299fb
Upgrade DB
2026-01-30 13:58:18 +05:30
fogelito
a38b6cc78d
lock
2026-01-30 10:05:11 +02:00
fogelito
9d7bc04089
throw
2026-01-30 10:04:09 +02:00
fogelito
5c61f7232a
_APP_MIGRATION_ENDPOINT
2026-01-29 18:22:56 +02:00
Hemachandar
01cc9bcd1f
Move project create & update APIs to Modules
2026-01-29 21:35:42 +05:30
fogelito
6e6081f693
set credentials
2026-01-29 17:33:37 +02:00
fogelito
ddb72c7546
set credentials
2026-01-29 17:32:28 +02:00
fogelito
1b82d32436
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-endpoint
...
# Conflicts:
# .env
2026-01-29 17:15:05 +02:00
fogelito
e8d40a48dc
endpoint
2026-01-29 17:13:01 +02:00
Jake Barnby and GitHub
6ccc8b9261
Merge pull request #11174 from appwrite/feat-string-types
2026-01-29 14:39:06 +00:00
Jake Barnby
0d79ab0fd3
Update specs
2026-01-30 02:21:32 +13:00
Jake Barnby
c9aac86a6b
Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
...
# Conflicts:
# composer.lock
2026-01-30 02:07:33 +13:00
Matej Bačo and GitHub
8c626ea2ca
Merge pull request #11206 from appwrite/chore-upgrade-templates
...
Chore: Upgrade templates version
2026-01-29 13:53:32 +01:00
Jake Barnby and GitHub
9d953f898d
Merge pull request #11007 from appwrite/new-pool-adapter
2026-01-29 12:44:13 +00:00
Matej Bačo and GitHub
c466ffcf7e
Merge branch '1.8.x' into chore-upgrade-templates
2026-01-29 12:54:58 +01:00
Matej Bačo and GitHub
366e578cf8
Merge pull request #11189 from appwrite/chore-usecases-enums
...
Chore: Proper quality to template usecases enums
2026-01-29 12:49:38 +01:00
Matej Bačo
63ceea7aca
Fix wrong ref versions
2026-01-29 12:30:47 +01:00
Matej Bačo and GitHub
1df09c652d
Merge branch '1.8.x' into chore-usecases-enums
2026-01-29 12:12:17 +01:00
ArnabChatterjee20k
6b9f48aa76
updated lock
2026-01-29 16:32:49 +05:30
ArnabChatterjee20k
c8c5fbaca2
updated lock
2026-01-29 16:18:23 +05:30
Matej Bačo
1131e4ed18
Revert "Upgrade template versions"
...
This reverts commit a2d920195d .
2026-01-29 11:46:05 +01:00
Matej Bačo
a2d920195d
Upgrade template versions
2026-01-29 11:39:42 +01:00
ArnabChatterjee20k
5753c7694d
updated lock
2026-01-29 14:52:16 +05:30
ArnabChatterjee20k
0d057390ab
updated composer and docker compose
2026-01-29 14:34:20 +05:30
ArnabChatterjee20k
e82345be40
updated tests
2026-01-29 14:22:08 +05:30
ArnabChatterjee20k
077068e9fc
updated tests
2026-01-29 14:20:05 +05:30
ArnabChatterjee20k
64392c1520
fixed failing tests
2026-01-29 11:38:20 +05:30
ArnabChatterjee20k and GitHub
7973824321
Merge branch '1.8.x' into new-pool-adapter
2026-01-29 11:20:02 +05:30
Jake Barnby and GitHub
b1ca73a041
Merge pull request #11193 from premtsd-code/fix-10612-validate-relationship-document-id
2026-01-29 04:56:47 +00:00
premtsd-code and GitHub
845aa5c363
Merge branch '1.8.x' into fix-10612-validate-relationship-document-id
2026-01-28 18:45:53 +00:00
Prem Palanisamy
23dae85d2f
Sync composer.lock with 1.8.x
2026-01-28 18:45:11 +00:00
Luke B. Silver and GitHub
7bf02811f2
Merge pull request #11198 from appwrite/refactor-remove-magic-class-strings
...
refactor: remove magic class strings
2026-01-28 16:56:31 +00:00
premtsd-code and GitHub
23c1f8fd5a
Merge branch '1.8.x' into fix-10612-validate-relationship-document-id
2026-01-28 15:21:40 +00:00
Matej Bačo and GitHub
b9cb81496d
Merge pull request #11203 from appwrite/chore-deprecate-project-attributes
...
Chore: Remove unnessessary attributes
2026-01-28 15:58:58 +01:00
Matej Bačo
e22e8d6a5f
Upgrade phpunit for vuln
2026-01-28 14:55:13 +01:00
ArnabChatterjee20k and GitHub
24385355a0
Merge branch '1.8.x' into new-pool-adapter
2026-01-28 19:24:59 +05:30
ArnabChatterjee20k
44b52b5a00
updated swoole and pools
2026-01-28 19:24:33 +05:30
ArnabChatterjee20k
6c29dd055c
updated php unit
2026-01-28 19:21:01 +05:30
Matej Bačo
14a96a2b56
Remove unnessessary attributes
2026-01-28 14:50:17 +01:00
Matej Bačo and GitHub
273364114a
Merge pull request #10988 from appwrite/chore-php-types
...
Feat: CE support for Platform API
2026-01-28 14:45:42 +01:00
ArnabChatterjee20k and GitHub
72db0c721b
Merge branch '1.8.x' into realtime-query-subscriptions
2026-01-28 19:06:30 +05:30
ArnabChatterjee20k
e53f5b4023
add admin permission to create
2026-01-28 19:06:19 +05:30
ArnabChatterjee20k
cbe13d71f1
removed redundant key
2026-01-28 19:04:42 +05:30
fogelito
95ce53b66e
Exception
2026-01-28 15:15:33 +02:00
ArnabChatterjee20k
b785dea7ac
added query per subscription and queryKeys along with the messages
2026-01-28 18:40:30 +05:30
fogelito
f35aad0816
Remove extra line
2026-01-28 14:55:09 +02:00
fogelito
69e6c0afc0
getCursorQueries
2026-01-28 14:53:24 +02:00
Prem Palanisamy
2f3fa9e0d3
sync CONTRIBUTING.md with 1.8.x
2026-01-28 11:42:51 +00:00
premtsd-code and GitHub
71670f8169
Merge branch '1.8.x' into fix-10612-validate-relationship-document-id
2026-01-28 11:17:50 +00:00
Matej Bačo and GitHub
a4a589c535
Merge branch '1.8.x' into chore-php-types
2026-01-28 11:44:51 +01:00
Prem Palanisamy
cbe2d2383d
chore: update phpunit to 9.6.34 (security fix)
2026-01-28 10:24:11 +00:00
Prem Palanisamy
aef7b8df38
fix: use RELATIONSHIP_VALUE_INVALID exception for validation errors
2026-01-28 08:41:10 +00:00
ArnabChatterjee20k
125394166a
updated docker appwrite image base
2026-01-28 12:04:26 +05:30
ArnabChatterjee20k
02cddb5c08
updated the format specs
2026-01-28 10:55:19 +05:30
ArnabChatterjee20k
68cb03d22c
updated to swoole 6
2026-01-27 19:16:57 +05:30
Prem Palanisamy
7f3ea98924
refactor: use array_is_list() and assertEventually helper
2026-01-27 13:00:29 +00:00
ArnabChatterjee20k
cb4d11a1d4
updated
2026-01-27 18:13:27 +05:30
loks0n
cb66e50612
refactor: remove magic class strings
2026-01-27 11:58:34 +00:00
ArnabChatterjee20k
139535e83c
updated
2026-01-27 17:18:24 +05:30
ArnabChatterjee20k
b9e95f6d82
updated
2026-01-27 17:17:23 +05:30
ArnabChatterjee20k
87db62b018
updated env
2026-01-27 16:39:08 +05:30
ArnabChatterjee20k
5fe5445283
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-27 16:37:58 +05:30
ArnabChatterjee20k
303fca0fd5
updated pools
2026-01-27 16:36:28 +05:30
ArnabChatterjee20k
79cb668a50
updated composer lock
2026-01-27 16:34:34 +05:30
ArnabChatterjee20k
8078516e2f
fixed composer lock
2026-01-27 16:32:59 +05:30
ArnabChatterjee20k
1729bd23b2
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-01-27 16:29:25 +05:30
Hemachandar and GitHub
99dc31062d
Fix rule status check ( #11195 )
2026-01-27 15:36:50 +05:30
Prem Palanisamy
d182c85330
fix: reject unsupported relationship value types
2026-01-27 09:35:45 +00:00
Prem Palanisamy
d792d3bbea
refactor: use getId() instead of getAttribute('$id')
2026-01-27 09:25:39 +00:00
Prem Palanisamy
00d091513d
refactor: simplify relationship validation code
2026-01-27 06:59:53 +00:00
Prem Palanisamy
63e6a51af1
test: add assertion for relationship column polling
2026-01-26 15:45:42 +00:00
Prem Palanisamy
1ee2539ce0
fix: generate unique ID before validation per coderabbit suggestion
2026-01-26 15:45:42 +00:00
premtsd-code and GitHub
cb32dc40ec
Merge branch 'main' into fix-10612-validate-relationship-document-id
2026-01-26 14:06:44 +00:00
Prem Palanisamy
f66e0c2ff5
refactor: separate validation from normalization in validateRelationship
2026-01-26 14:05:56 +00:00
Prem Palanisamy
aed9816d1e
fix: validate relationship document ID
2026-01-26 13:48:32 +00:00
Chirag Aggarwal and GitHub
6514a992a1
Merge pull request #11078 from appwrite/feat-sdk-for-md
2026-01-26 13:06:10 +05:30
Chirag Aggarwal
1167654c6a
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 13:03:02 +05:30
Chirag Aggarwal and GitHub
28c5df074d
Merge pull request #11169 from appwrite/release-cli-13.1.0
2026-01-26 12:59:35 +05:30
Chirag Aggarwal
785efa3355
stable release
2026-01-26 10:40:29 +05:30
Chirag Aggarwal
329b7e1856
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 10:25:28 +05:30
Matej Bačo
752731050e
Proper quality to template usecases enums
2026-01-25 21:55:52 +01:00
Jake Barnby
368113ade5
Merge branch 'feat-string-types' of github.com:appwrite/appwrite into feat-string-types
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/String/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/String/Update.php
2026-01-24 16:24:35 +13:00
Jake Barnby
f1d1c5a737
Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
...
# Conflicts:
# composer.lock
2026-01-24 16:23:39 +13:00
Jake Barnby
5815008994
Update deprecation
2026-01-24 16:23:05 +13:00
Jake Barnby and GitHub
ac83d417aa
Merge pull request #11183 from appwrite/copilot/sub-pr-11174
2026-01-24 14:47:34 +13:00
copilot-swe-agent[bot] and abnegate
9993c15fb8
chore: revert String attribute routes deprecation to 1.8.0
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-01-24 01:15:15 +00:00
copilot-swe-agent[bot] and abnegate
11aecdf33f
chore: mark TablesDB String column routes as deprecated
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-01-24 01:11:03 +00:00
copilot-swe-agent[bot] and abnegate
a088e85a24
chore: update String attribute deprecation to 1.9.0
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-01-24 01:01:49 +00:00
copilot-swe-agent[bot] and abnegate
1fd687b6b7
chore: update composer.lock after reverting to 4.*
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-01-24 00:30:56 +00:00
copilot-swe-agent[bot] and abnegate
aa26823549
chore: revert utopia-php/database to 4.*
...
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com >
2026-01-24 00:26:11 +00:00
copilot-swe-agent[bot]
109e16362d
Initial plan
2026-01-24 00:23:12 +00:00
Jake Barnby and GitHub
294518d014
Merge branch '1.8.x' into feat-string-types
2026-01-24 13:21:30 +13:00
Jake Barnby and Claude Opus 4.5
046a7cd90e
test: skip update tests pending utopia-php/database fix
...
The updateAttribute method in utopia-php/database does not yet support
VARCHAR, TEXT, MEDIUMTEXT, and LONGTEXT types. These tests are skipped
until the upstream library adds support for updating these attribute types.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 06:15:21 +13:00
Jake Barnby and Claude Opus 4.5
fea210c9ed
chore: use utopia-php/database dev-feat-string-types branch
...
The string types feature requires the dev-feat-string-types branch of
utopia-php/database which includes support for VARCHAR, TEXT, MEDIUMTEXT,
and LONGTEXT types in the updateAttribute method.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 05:51:28 +13:00
Jake Barnby and Claude Opus 4.5
760f065711
fix: reduce longtext size to fit within INT column limit
...
The size field in the attributes collection is stored as a signed 32-bit
integer (VAR_INTEGER). The longtext size of 4294967295 (2^32-1) exceeds
the maximum value of 2147483647 (2^31-1), causing attribute creation to
fail with a 400 error (document_invalid_structure).
Changed the longtext size to 2147483647 which is the maximum value that
fits within the signed 32-bit integer constraint of the schema.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 05:24:26 +13:00
Jake Barnby and Claude Opus 4.5
c42fbc49f5
fix: remove max-size varchar test that exceeds row width limit
...
The test tried to create multiple VARCHAR attributes in the same
collection, including a 16381-character varchar. The cumulative
row width exceeded MariaDB's 65535 byte row limit, causing the
test to fail with a 400 error.
Calculation: 1067 (base) + 1021 (255*4+1) + 401 (100*4+1) + 201
(50*4+1) + 20 (array) + 65526 (16381*4+2) = 68236 bytes > 65535
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 04:25:06 +13:00
Chirag Aggarwal and GitHub
0dd2f29a7e
Merge pull request #11182 from appwrite/chore-make-update-name-optional
2026-01-23 20:51:36 +05:30
Jake Barnby and Claude Opus 4.5
e20851e7a8
fix: reorder imports to satisfy linter
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 03:53:42 +13:00
Chirag Aggarwal
67e2104e98
chore: make name update optional in databases and tables
2026-01-23 19:55:06 +05:30
Hemachandar and GitHub
a2ff833efe
Upgrade utopia-php/domains ( #11181 )
...
* Upgrade utopia-php/domains
* update
2026-01-23 15:31:20 +05:30
Chirag Aggarwal
e894eca201
add rc3
2026-01-23 15:25:05 +05:30
Chirag Aggarwal and GitHub
7573e0fee9
Merge branch '1.8.x' into release-cli-13.1.0
2026-01-23 13:42:30 +05:30
Chirag Aggarwal and GitHub
46be2d0e49
Merge pull request #11179 from appwrite/fix-deployment-enum
2026-01-23 11:03:54 +05:30
Chirag Aggarwal and GitHub
700ed9f882
Merge pull request #11180 from appwrite/chore-update-executor-healthcheck
2026-01-23 11:03:41 +05:30
Chirag Aggarwal
440be52405
chore: update executor healthcheck to improve flakiness
2026-01-23 09:47:54 +05:30
Chirag Aggarwal
7643196d97
fix: deploymentstatus enum missing canceled value
2026-01-23 09:22:18 +05:30
Chirag Aggarwal
7e994f8db5
release cli sdk 13.1.0
2026-01-23 09:15:13 +05:30
Jake Barnby
1b7cc0b5f9
Add docs
2026-01-23 01:51:58 +13:00
Jake Barnby
60a0b663b9
Add tests
2026-01-23 01:51:52 +13:00
Jake Barnby
e6496ec453
Add routes
2026-01-23 01:51:43 +13:00
Jake Barnby
07204d748d
Add response models
2026-01-23 01:51:24 +13:00
ArnabChatterjee20k
ac7fc7ae69
linting
2026-01-22 12:47:26 +05:30
ArnabChatterjee20k
4b570dc3f0
updetad pools
2026-01-22 12:41:18 +05:30
ArnabChatterjee20k
aa3d66df7b
Merge branch 'new-pool-adapter' into documents-db-api
2026-01-22 12:34:22 +05:30
Matej Bačo
b317f85fb6
Fix depricated schema
2026-01-21 16:27:09 +01:00
Matej Bačo
8e98c08a23
Fix failing tests
2026-01-21 16:05:43 +01:00
Matej Bačo
6ebc36d0f3
Fix merge conflict
2026-01-21 14:47:18 +01:00
Matej Bačo
e5ed7c835a
Merge branch '1.8.x' into chore-php-types
2026-01-21 14:43:22 +01:00
Damodar Lohani and GitHub
cbb5963b29
Merge pull request #11172 from appwrite/fix-missing-doc
...
Fix: missing doc
2026-01-21 19:07:42 +05:45
Damodar Lohani
f376db7b26
docs: add get-queue-audits reference documentation
2026-01-21 13:14:28 +00:00
Chirag Aggarwal
bfd34b3b15
fix validation
2026-01-21 14:01:16 +05:30
Chirag Aggarwal
a66551863a
update composer
2026-01-21 13:46:46 +05:30
Chirag Aggarwal
33abd7f0ed
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-21 13:46:33 +05:30
ArnabChatterjee20k
a16e05ed4d
updated timeout
2026-01-21 13:36:35 +05:30
ArnabChatterjee20k
84dc5682d5
updated auth param
2026-01-21 12:31:42 +05:30
ArnabChatterjee20k
a112de41c5
updated ollama timeout
2026-01-21 12:23:29 +05:30
ArnabChatterjee20k
02bba85fe7
updated migration tests for adding endpoint
2026-01-21 12:21:37 +05:30
ArnabChatterjee20k
56f68d33df
updated migration
2026-01-21 11:44:13 +05:30
Chirag Aggarwal and GitHub
633e290bb4
Merge pull request #11171 from appwrite/fix-compression-enabled-env
2026-01-21 11:00:59 +05:30
Chirag Aggarwal
9b14a8f08d
Add _APP_COMPRESSION_ENABLED env variable to .env and docker-compose
...
The _APP_COMPRESSION_ENABLED environment variable is used in http.php
but was missing from .env and docker-compose.yml, preventing it from
being configured in containerized deployments.
2026-01-21 10:41:29 +05:30
ArnabChatterjee20k
d4edf9ed13
updated vectordb test
2026-01-20 20:10:57 +05:30
ArnabChatterjee20k
12b38e2a27
commenting mongodb out for now to check the issues on the ci
2026-01-20 19:45:19 +05:30
ArnabChatterjee20k
9f1807a128
linting and fixing resources timeout and validator
2026-01-20 19:41:52 +05:30
ArnabChatterjee20k
6bdfcc3fb5
fixed endpoint in migration
2026-01-20 18:44:54 +05:30
ArnabChatterjee20k
d8dd1918c4
synced vectordb
2026-01-20 15:45:12 +05:30
ArnabChatterjee20k
376c5e47f5
added missing injections
2026-01-20 14:01:37 +05:30
ArnabChatterjee20k
edfb9e0bd7
updated resources to use the listeners based on the databasetype
2026-01-20 13:56:52 +05:30
ArnabChatterjee20k
eab4c7f28a
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-01-20 13:56:32 +05:30
ArnabChatterjee20k
c361340252
linting
2026-01-19 18:45:05 +05:30
ArnabChatterjee20k
41e197003e
fixed merge conflicts
2026-01-19 18:43:30 +05:30
Chirag Aggarwal and GitHub
ddbddafbf9
Merge pull request #11161 from appwrite/release-cli-13.0.1
2026-01-19 18:00:59 +05:30
Chirag Aggarwal
86a4bfa74e
chore: release cli 13.0.1
2026-01-19 17:58:43 +05:30
ArnabChatterjee20k
c7ba37ec49
fixed merge conflicts
2026-01-19 14:35:31 +05:30
Jake Barnby and GitHub
8124b07860
Merge pull request #11033 from appwrite/add-webhooks-and-functions-events
2026-01-19 22:02:49 +13:00
Jake Barnby and GitHub
a7898b3d5b
Merge pull request #11159 from appwrite/feat-graphql-introspection
2026-01-19 21:58:56 +13:00
ArnabChatterjee20k
ba82aab563
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-01-19 13:22:53 +05:30
Jake Barnby
5d24b51421
Allow separately enabling graphql introspection
2026-01-19 19:26:17 +13:00
ArnabChatterjee20k
d095f25a94
updated composer
2026-01-19 11:04:24 +05:30
ArnabChatterjee20k
069e4c6001
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-19 11:03:32 +05:30
shimon
0203323b4a
Remove 'authorization' injection from Bulk Delete, Update, and Upsert classes
2026-01-18 14:01:35 +02:00
shimon
94e29cff53
Fix typo in Authorization parameter in API action definition
2026-01-18 13:11:05 +02:00
shimon
72def3b2fb
Refactor API action parameters to include Authorization dependency
2026-01-18 13:05:43 +02:00
shimon
d015a75e81
linter
2026-01-18 12:48:36 +02:00
shimon
1306c85eb5
merge with 1.8x
2026-01-18 11:03:06 +02:00
shimon
c3ea66b37a
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
...
# Conflicts:
# app/controllers/shared/api.php
# app/init/resources.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2026-01-18 11:01:40 +02:00
Damodar Lohani and GitHub
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
Chirag Aggarwal and GitHub
ea76213dd2
Merge pull request #11146 from appwrite/feat-cleanup-stale-executions
2026-01-17 12:44:15 +05:30
Matej Bačo and GitHub
12b79363d1
Merge pull request #11148 from appwrite/feat-new-schema-dualwriting
...
Feat: Support dual-writing for new schema features
2026-01-16 15:38:23 +01:00
Jake Barnby and GitHub
0723101397
Merge pull request #11005 from appwrite/dat-969
2026-01-17 03:31:50 +13:00
Matej Bačo and GitHub
d56a3c1534
Apply suggestion from @Meldiron
2026-01-16 14:53:05 +01:00
Darshan and GitHub
b86d7ac3fa
Merge pull request #11149 from appwrite/clean-on-async
2026-01-16 19:07:17 +05:30
ArnabChatterjee20k
b1fab79dc4
updated query logic in array to be of and format
2026-01-16 19:06:55 +05:30
Darshan
2f066a6ba8
add: check.
2026-01-16 18:41:22 +05:30
Darshan
e8ca0610ee
fix: type
2026-01-16 18:40:37 +05:30
Darshan
15caa27977
lint.
2026-01-16 18:38:40 +05:30
Darshan
5f22022527
fix: async being missed.
2026-01-16 18:33:27 +05:30
ArnabChatterjee20k
b9c7c172ad
updated query conversion for nested query
2026-01-16 18:18:24 +05:30
Matej Bačo
c2bf1e8040
Merge branch '1.8.x' into feat-new-schema-dualwriting
2026-01-16 13:24:02 +01:00
Matej Bačo
cda03f63ab
Support dual-writing for new schema features
2026-01-16 13:23:46 +01:00
ArnabChatterjee20k
fc04e17a69
updated env
2026-01-16 17:37:56 +05:30
Chirag Aggarwal
f5a61fb4d6
feat: add cleanup for stale function executions
...
Adds a new interval task that marks executions stuck in 'processing'
status for more than 30 minutes as 'failed' with a timeout error.
2026-01-16 17:21:05 +05:30
Darshan and GitHub
429f73eb85
Merge pull request #11147 from appwrite/executions-cleanup
2026-01-16 16:33:39 +05:30
ArnabChatterjee20k
da871635d9
Fix namespace import for RuntimeQuery class and update test file accordingly
2026-01-16 16:16:03 +05:30
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
b5e9c1786a
fix: maintenance logic.
2026-01-16 16:04:54 +05:30
Darshan
79e150b7b2
fix: type.
2026-01-16 16:00:59 +05:30
Darshan
beee5e721e
upate: run on maintenance as well.
2026-01-16 15:55:45 +05:30
Darshan
0ef4bf21cc
address comments.
2026-01-16 15:48:21 +05:30
ArnabChatterjee20k
b2486fcb6c
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2026-01-16 15:47:25 +05:30
ArnabChatterjee20k
a7b729b9a7
updated deps
2026-01-16 15:33:18 +05:30
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
ArnabChatterjee20k
a19705a46f
Merge remote-tracking branch 'upstream/1.8.x' into new-pool-adapter
2026-01-16 12:31:57 +05:30
Matej Bačo
5d5a14bd77
PR review fixes
2026-01-15 16:16:09 +01:00
Matej Bačo
1308706023
Merge branch '1.8.x' into chore-php-types
2026-01-15 15:52:51 +01:00
Damodar Lohani and GitHub
ce91b1a03d
Merge pull request #11143 from appwrite/fix-phone-auth-limit
...
Fix: auth phone limit
2026-01-15 19:43:54 +05:45
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
Damodar Lohani
991f5ff9fd
Catch exception
2026-01-15 13:19:34 +00:00
Damodar Lohani
e8d8373922
Fix: phone auth limit
2026-01-15 12:59:30 +00:00
Darshan and GitHub
0fee1f0ffd
Merge pull request #11142 from appwrite/bump-libs
2026-01-15 14:45:28 +05:30
Darshan
eb07e99225
bump: sdk-gen.
2026-01-15 13:48:50 +05:30
Darshan and GitHub
325968c52a
Merge pull request #11141 from appwrite/fix-specs-descriptions
2026-01-15 12:08:35 +05:30
Jake Barnby and GitHub
39e66711c8
Merge pull request #11140 from appwrite/fix-db-init
2026-01-15 19:36:45 +13:00
Darshan and GitHub
42a1c8da38
Merge branch '1.8.x' into fix-specs-descriptions
2026-01-15 12:05:19 +05:30
Darshan
206bd63620
regen: specs.
2026-01-15 12:04:46 +05:30
Darshan
75696a21bf
update: remove excluded keys from descriptions.
2026-01-15 11:56:19 +05:30
Chirag Aggarwal and GitHub
48866acdb7
Merge pull request #11112 from appwrite/release-cli-13.0.0.rc3
2026-01-15 11:53:00 +05:30
Jake Barnby and Claude Opus 4.5
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
Jake Barnby
a0e4e89621
Update lock
2026-01-15 18:45:18 +13:00
Jake Barnby and Claude Opus 4.5
728ed57df0
Fix database initialization after utopia-php/database 4.5.2 update
...
The 4.5.2 update removed the automatic USE database statement on init,
requiring explicit setDatabase() calls on all database resources.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:43:28 +13:00
Chirag Aggarwal and GitHub
629479d275
Merge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-15 10:59:11 +05:30
Jake Barnby and GitHub
5c922f89fe
Merge pull request #11139 from appwrite/feat-pool-resilience
2026-01-15 17:30:13 +13:00
Jake Barnby and GitHub
6e292349b9
Merge pull request #11138 from appwrite/fix-general-unknown
2026-01-15 16:57:50 +13:00
Jake Barnby
7b940e3a17
Increase + parameterise ppolmax reconnect + sleep
2026-01-15 16:47:19 +13:00
Jake Barnby
7ab3debb10
Format
2026-01-15 16:37:09 +13:00
Jake Barnby
c083e1ce74
Throw AppwriteException so handler can unwrap
2026-01-15 16:31:37 +13:00
Jake Barnby and GitHub
61e886eed4
Merge pull request #11137 from appwrite/feat-auth-instance
2026-01-15 12:28:02 +13:00
Chirag Aggarwal
71ac9c7264
use stable
2026-01-14 21:37:00 +05:30
Chirag Aggarwal
f78d5523ce
mMerge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-14 21:34:40 +05:30
Chirag Aggarwal
955e1bcbe9
use stable
2026-01-14 21:29:58 +05:30
Jake Barnby
09a337aa1b
Fix validators
2026-01-15 04:10:57 +13: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 and GitHub
77b2a57968
Merge pull request #11136 from appwrite/fix-versions
2026-01-15 03:16:37 +13:00
Jake Barnby
223bb7f08a
Update lock
2026-01-15 03:07:26 +13:00
Matej Bačo and GitHub
b73abf69d0
Merge pull request #11135 from appwrite/feat-new-file-params
...
Feat: Add more file params
2026-01-14 14:17:37 +01:00
Matej Bačo and GitHub
e76ed98590
Merge branch '1.8.x' into feat-new-file-params
2026-01-14 14:17:27 +01:00
Matej Bačo
7b10fe1371
typo fix
2026-01-14 14:17:12 +01:00
Matej Bačo
e4abc0e0da
Add more file params (encryption, compression)
2026-01-14 13:16:50 +01:00
Chirag Aggarwal and GitHub
6478499f1c
Merge pull request #11134 from appwrite/fix-execution-status-update
2026-01-14 17:45:30 +05:30
Darshan and GitHub
3bbfbdb063
Merge pull request #11132 from appwrite/fix-sdk-handling
2026-01-14 17:18:59 +05:30
Darshan
bc6ecbd22c
address comments.
2026-01-14 17:15:33 +05:30
Darshan
4d2f631393
update: exclude the mocks.
...
update: nice group based blacklisting.
2026-01-14 17:07:33 +05:30
Darshan
479a583ff5
exclude the mocks.
2026-01-14 16:55:47 +05:30
Darshan
08cd610823
exclude the mocks.
2026-01-14 16:47:21 +05:30
Darshan
6cd19bf330
address comment for key values on enums.
2026-01-14 16:42:30 +05:30
Darshan
d6d8729983
bump: sdk generator.
2026-01-14 16:36:44 +05:30
Chirag Aggarwal
6c866be9f3
Fix execution status not updating if usage stats trigger fails
...
Move the execution document update inside the finally block and wrap
it in try-catch to ensure the execution record is always updated,
even if queueForStatsUsage->trigger() throws an exception.
2026-01-14 16:12:51 +05:30
Darshan
0ec515779e
update: address comments.
...
regen: specs.
2026-01-14 15:29:30 +05:30
Darshan
91240e0ca7
update: address comments.
...
regen: specs.
2026-01-14 15:10:42 +05:30
Darshan
e3ae7daab4
regen: specs.
2026-01-14 14:58:42 +05:30
Darshan
f482e6de68
update: specs generation to exclude mock auth providers.
2026-01-14 14:58:22 +05:30
Jake Barnby and GitHub
c12cad80bb
Merge pull request #11130 from appwrite/feat-auth-instance
2026-01-14 20:21:59 +13:00
Chirag Aggarwal and GitHub
2a17429226
Merge pull request #11123 from appwrite/feat-integer-format-int64
2026-01-14 12:15:20 +05:30
Jake Barnby
e2627d784b
Fix router param
2026-01-14 19:27:51 +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
Chirag Aggarwal and GitHub
5697d983d0
Merge branch '1.8.x' into feat-integer-format-int64
2026-01-14 09:54:19 +05:30
Damodar Lohani and GitHub
a5fb10c61d
Merge pull request #11129 from appwrite/feat-deployment-success
...
After deployment success hook
2026-01-14 07:15:50 +05:45
Damodar Lohani
5469b78367
feat: add afterDeploymentSuccess hook to handle post-deployment actions
2026-01-14 00:59:22 +00:00
Damodar Lohani
e887859cc0
feat: implement afterDeploymentSuccess hook in builds worker and invoke it post-deployment
2026-01-14 00:57:40 +00:00
Chirag Aggarwal
942cfc4591
Merge branch '1.8.x' into feat-integer-format-int64
2026-01-13 21:26:57 +05:30
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
Darshan and GitHub
568ac54d3d
Merge pull request #11122 from appwrite/bump-flutter-dart
2026-01-13 18:09:08 +05:30
Darshan
432e86ec07
regen specs.
2026-01-13 18:04:14 +05:30
Chirag Aggarwal and GitHub
fef1b5b5e5
Merge pull request #11125 from appwrite/update-domains-lib
2026-01-13 17:35:29 +05:30
Chirag Aggarwal
bfac0f92af
chore: update domains lib
2026-01-13 17:11:29 +05:30
Chirag Aggarwal
ae6df78020
Add int64 format support for integer attributes
...
This change adds int64 format specification to integer attribute min/max values in the API response models and updates all OpenAPI/Swagger specifications accordingly. This ensures proper type handling for large integer values that exceed int32 range in client SDKs.
Changes:
- Add 'format: int64' to min/max fields in AttributeInteger and ColumnInteger models
- Regenerate OpenAPI 3.x and Swagger 2.x specs for all platforms (client, console, server)
- Update composer dependencies
2026-01-13 17:00:20 +05:30
ArnabChatterjee20k
f580dc9145
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2026-01-13 14:32:46 +05:30
Darshan
23d84cf29f
update: dart sdk.
2026-01-13 14:21:09 +05:30
Darshan
c79019f960
regen: specs.
2026-01-13 13:58:57 +05:30
Chirag Aggarwal and GitHub
dd78b6dbce
Merge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-13 13:39:27 +05:30
Chirag Aggarwal
81e64afe7a
changelog
2026-01-13 13:38:44 +05:30
Chirag Aggarwal
5ef675bcdd
release cli sdk 13.0.0 rc5
2026-01-13 13:38:32 +05:30
Jake Barnby and GitHub
a4734a5de7
Merge pull request #11099 from appwrite/feat-auth-instance
2026-01-13 20:35:22 +13:00
Jake Barnby
03812cf7bf
Lint
2026-01-13 18:59:55 +13:00
Jake Barnby
515a34c180
Set health adapter auth
2026-01-13 18:52:16 +13:00
Jake Barnby
8e688bad4d
Revert ping
2026-01-13 18:36:38 +13:00
Damodar Lohani
4905f7cc48
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-13 05:19:00 +00:00
Jake Barnby
3d27b76051
Fix avatars
2026-01-13 18:05:46 +13:00
Jake Barnby
2d6348bf5d
Fix health
2026-01-13 17:22:05 +13:00
Jake Barnby
2131a0cea1
Sync auth
2026-01-13 16:21:43 +13:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Jake Barnby and GitHub
15922fb88c
Merge pull request #11103 from appwrite/avatars-module
2026-01-12 21:28:56 +13:00
Jake Barnby and GitHub
ba9526cce0
Merge pull request #11118 from appwrite/bump-http
2026-01-12 21:16:15 +13:00
Darshan
6dbed494e3
bump: swoole and framework.
2026-01-12 13:29:50 +05:30
Darshan
4eb1e7ae45
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:56 +05:30
Darshan
bdd53212a0
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:41 +05:30
Darshan
1a69d9d236
remove: avatars controller.
2026-01-12 12:03:58 +05:30
Jake Barnby and GitHub
a860c33969
Merge pull request #11115 from appwrite/delete-subscribers
2026-01-12 18:50:59 +13:00
shimon
ffd73dc70f
Merge remote-tracking branch 'origin/add-webhooks-and-functions-events' into add-webhooks-and-functions-events
2026-01-11 14:12:22 +02:00
shimon
362a7bef0e
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-11 14:11:51 +02:00
fogelito
d08a6f572c
message
2026-01-11 08:30:52 +02:00
fogelito
893c1aa669
formatting
2026-01-11 08:21:30 +02:00
fogelito
c34873a8b0
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into delete-subscribers
2026-01-11 08:17:40 +02:00
fogelito
17f60b611b
catch
2026-01-11 08:13:39 +02:00
Matej Bačo
cd0d609229
quality improv
2026-01-10 17:01:31 +01:00
Matej Bačo
497e5f8d00
tests fixes
2026-01-10 16:57:23 +01:00
Matej Bačo
60e1efb8cb
Merge conflict fix
2026-01-10 16:42:45 +01:00
Matej Bačo
3d4b29e0f1
Merge branch '1.8.x' into chore-php-types
2026-01-10 16:42:38 +01:00
Matej Bačo
dad21a912e
PR review changes
2026-01-10 16:35:09 +01:00
Matej Bačo and GitHub
445d7495a3
Merge pull request #11110 from appwrite/feat-async-screenshots
...
Feat: Async screenshots
2026-01-09 14:35:20 +01:00
Matej Bačo
aebbe91c34
formatting fix
2026-01-09 11:25:47 +01:00
Matej Bačo
2a9f9f6851
Fix race condition with screenshot worker updating dpeloyment
2026-01-09 11:25:39 +01:00
Matej Bačo
eec023aab3
Simplify screenshot failures
2026-01-09 11:25:25 +01:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Matej Bačo
d71b289025
Implement screenshot worker
2026-01-08 16:51:04 +01:00
Damodar Lohani
f4da9b54e7
improve get certificate
2026-01-08 06:34:11 +00:00
Damodar Lohani and GitHub
df84b94df0
Merge branch '1.8.x' into feat-health-module
2026-01-08 12:08:57 +05:45
Damodar Lohani
42bf515c8a
Fix typos
2026-01-08 06:21:57 +00:00
Jake Barnby and GitHub
a7d39b5ef7
Merge pull request #11105 from appwrite/bump-migrations
2026-01-08 19:15:29 +13:00
Jake Barnby
4c1417944d
Fix bucket stats auth
2026-01-08 18:54:52 +13:00
Damodar Lohani and GitHub
27aee1fb88
Merge pull request #11054 from appwrite/feat-file-create-after-success-hook
...
Feat: add after success hook for file creation endpoint
2026-01-08 11:31:14 +05:45
Darshan
4319c16584
bump: migrations.
2026-01-08 11:13:16 +05:30
Damodar Lohani and GitHub
d68fc9a22e
Merge branch '1.8.x' into feat-health-module
2026-01-08 11:26:56 +05:45
Jake Barnby
e3d6fc123f
Update lock
2026-01-08 18:11:37 +13:00
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Jake Barnby
c1ab9da740
Update migrations
2026-01-08 17:48:20 +13:00
Jake Barnby
b567cd5341
Update storage module for auth instance
2026-01-08 15:01:30 +13:00
Luke B. Silver and GitHub
f2ac01bccf
Merge pull request #11104 from appwrite/feat-graceful-workers
...
feat: graceful workers
2026-01-07 23:23:44 +00:00
loks0n
eecfba2a72
feat: graceful workers
2026-01-07 16:50:53 +00:00
shimon
2cfaa2223e
feat: inject EventProcessor into Update transaction for enhanced event handling
2026-01-07 18:19:20 +02:00
shimon
1a87bde88e
removing blank lines
2026-01-07 17:25:12 +02:00
shimon
4b92e3781f
removing blank lines
2026-01-07 17:24:53 +02:00
shimon
65bb8946f6
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-07 16:58:23 +02:00
shimon
db4dcd164e
refactor: integrate EventProcessor for handling function and webhook events; streamline event triggering in database actions
2026-01-07 16:57:57 +02:00
Darshan
384c47f436
Merge remote-tracking branch 'origin/avatars-module' into avatars-module
2026-01-07 19:42:56 +05:30
Darshan
dcc926402d
fix: path error.
2026-01-07 19:42:50 +05:30
Darshan
6969e446d5
Merge branch '1.8.x' into avatars-module
2026-01-07 19:41:49 +05:30
Darshan and GitHub
c8bb939357
Merge branch '1.8.x' into avatars-module
2026-01-07 19:37:28 +05:30
Darshan
02488c853d
fix: paths error.
2026-01-07 19:28:44 +05:30
Darshan
92f26c1b5a
update: move avatars controller to module structure.
2026-01-07 19:09:56 +05:30
Darshan and GitHub
ded06d7435
Merge pull request #11102 from appwrite/add-xlist-totalsize
2026-01-07 18:53:53 +05:30
Matej Bačo and GitHub
6c59cef8f4
Merge pull request #11090 from appwrite/fix-project-search
...
Fix: Allows query search on project
2026-01-07 14:09:56 +01:00
Darshan
46072bb95e
fix: test.
2026-01-07 18:32:03 +05:30
Darshan
904b7312d6
address comments.
2026-01-07 18:22:36 +05:30
Darshan and GitHub
68fc6b0600
Merge branch '1.8.x' into add-xlist-totalsize
2026-01-07 18:08:59 +05:30
Darshan
47ea8699d1
add: tests.
2026-01-07 18:05:33 +05:30
Darshan
9ba3f6dfe8
add: totalsize on xlist.
2026-01-07 18:00:04 +05:30
Hemachandar and GitHub
3483daef0d
Stop publishing rule verification errors to Sentry ( #11101 )
2026-01-07 17:33:00 +05:30
Darshan and GitHub
9943305640
Merge pull request #11100 from appwrite/fix-dat-1019
2026-01-07 16:40:58 +05:30
Darshan and GitHub
8bb6f01e22
Merge pull request #11069 from appwrite/storage-size
2026-01-07 16:36:06 +05:30
Darshan
2cc7bbc0a4
update: address comment, inline method.
2026-01-07 16:00:52 +05:30
Jake Barnby
e9366ac2e6
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.json
# composer.lock
# src/Appwrite/Platform/Workers/Migrations.php
2026-01-07 23:26:41 +13:00
Jake Barnby
22f8a3eab9
Sync merge
2026-01-07 23:24:49 +13:00
Darshan
896e5a517a
lint.
2026-01-07 15:42:51 +05:30
Darshan
281dcfc64a
add queries to logging.
2026-01-07 15:37:56 +05:30
Darshan and GitHub
457cd53475
Merge branch '1.8.x' into storage-size
2026-01-07 14:00:36 +05:30
Darshan
93e7dc772d
Merge remote-tracking branch 'origin/storage-size' into storage-size
2026-01-07 13:57:59 +05:30
Darshan
228d095ee5
address comment and fix tests.
2026-01-07 13:57:41 +05:30
Jake Barnby and GitHub
43189f8940
Merge pull request #11086 from appwrite/migrations-cleanup
2026-01-07 21:15:38 +13:00
Darshan and GitHub
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Darshan
ebd6457361
address comment.
2026-01-07 13:39:51 +05:30
fogelito
0d3bcc9b3a
message todo
2026-01-07 09:52:23 +02:00
fogelito
61e98a501a
composer migration 1.3.*
2026-01-07 09:43:13 +02:00
fogelito
502012ddf7
composer migration 1.3.*
2026-01-07 09:42:21 +02:00
fogelito
a6eb479c93
composer migration
2026-01-07 09:38:58 +02:00
fogelito
e0d7b418dc
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migrations-cleanup
...
# Conflicts:
# composer.lock
2026-01-07 09:37:48 +02:00
Jake Barnby
ea97072479
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-07 20:10:26 +13:00
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Damodar Lohani and GitHub
0dc00eb2c5
Merge pull request #11095 from appwrite/lohanidamodar-patch-2
...
Fix deleteAuditLogs function call parameters
2026-01-07 12:41:43 +05:45
Jake Barnby and GitHub
b8ccc3b846
Merge pull request #11096 from appwrite/bump-migrations-lib
2026-01-07 19:18:52 +13:00
Damodar Lohani and GitHub
6f1cac7d76
Merge branch '1.8.x' into feat-health-module
2026-01-07 11:53:34 +05:45
Darshan
5f3384b821
bump.
2026-01-07 11:24:15 +05:30
Darshan
71cb462f49
Merge branch '1.8.x' into 'bump-migrations-lib'.
2026-01-07 11:20:00 +05:30
Darshan
27e859030d
use: vcs for now.
2026-01-07 11:15:28 +05:30
Damodar Lohani and GitHub
e7a82e4d31
Fix deleteAuditLogs function call parameters
2026-01-07 11:08:26 +05:45
Jake Barnby and GitHub
6dc836307e
Merge pull request #11088 from appwrite/delete-project-skip-validations
2026-01-07 18:10:44 +13:00
shimon
0582cdf394
refactor: clean up whitespace and remove commented-out abuse handling code in api.php
2026-01-06 18:41:06 +02:00
shimon
573d8423a3
refactor: remove unused purgeFunctionEventsCache method and clean up whitespace in Update class
2026-01-06 18:40:17 +02:00
shimon
3fa3318346
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-06 18:32:00 +02:00
shimon
23dfb23a3b
fix: revert Traefik image version to 2.11; implement caching for function events and webhooks; add cache purging on function create/update/delete events
2026-01-06 18:28:37 +02:00
Hemachandar and GitHub
fc5ea06821
Bump utopia-php/fetch version ( #10997 )
...
* Bump utopia-php/fetch version
* fix timeouts
2026-01-06 21:30:25 +05:30
fogelito
5642983f91
Pull main
2026-01-06 17:26:30 +02:00
fogelito
b208e5c066
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migrations-cleanup
...
# Conflicts:
# composer.json
# composer.lock
2026-01-06 17:26:08 +02:00
Matej Bačo and GitHub
aa135d5cd4
Merge pull request #11085 from appwrite/feat-success-abuse-reset
...
Feat: Abuse reset on success
2026-01-06 15:56:36 +01:00
fogelito
6756ee31b6
migration can not be empty
2026-01-06 16:55:36 +02:00
fogelito
89c988d73c
finally try catch
2026-01-06 16:36:34 +02:00
Matej Bačo
6d85d1567e
Update composer.lock
2026-01-06 15:33:21 +01:00
Matej Bačo
7567639996
grammar fix
2026-01-06 15:18:44 +01:00
Matej Bačo
057bff2140
Merge branch '1.8.x' into feat-success-abuse-reset
2026-01-06 15:18:25 +01:00
Matej Bačo
d7bb234072
PR reviews
2026-01-06 15:18:22 +01:00
Matej Bačo
c0f8dee4d4
Allows query search on project
2026-01-06 15:03:43 +01:00
fogelito
eb10996517
Add try finally
2026-01-06 15:36:08 +02:00
fogelito
31803f0eb9
message
2026-01-06 15:30:19 +02:00
fogelito
ac9214f3c4
revert
2026-01-06 14:57:54 +02:00
fogelito
14347d86a8
try disableValidation
2026-01-06 14:49:19 +02:00
fogelito
1b855d2d41
disables validations
2026-01-06 14:37:46 +02:00
Hemachandar and GitHub
3b5b15d1a6
Remove dual read for keys ( #11083 )
...
* Remove dual read for `keys`
* write to mock
* remove dual writes
* Revert "remove dual writes"
This reverts commit ce9a48423b .
* add todo
2026-01-06 17:49:32 +05:30
Shmuel Fogel and GitHub
2c5bc32f7e
Merge pull request #11072 from appwrite/platform-rules-collections
...
Sync platform rules + common targets tables
2026-01-06 13:59:41 +02:00
fogelito
59b41c4b52
lock
2026-01-06 11:16:34 +02:00
fogelito
b6e8b55994
Throw
2026-01-06 11:01:38 +02:00
fogelito
3a4fb5dd14
throws
2026-01-06 10:56:33 +02:00
fogelito
2a679ead32
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migrations-cleanup
2026-01-06 10:45:19 +02:00
fogelito
7da9d480d0
cleanUp
2026-01-06 10:43:16 +02:00
Matej Bačo
a37aa2dd68
Generic abuse test group
2026-01-05 22:51:11 +01:00
Matej Bačo
b29f70a0af
Add new tests
2026-01-05 22:51:03 +01:00
Matej Bačo
2fc5e56a61
WIP: Abuse reset on success
2026-01-05 22:05:00 +01:00
Matej Bačo and GitHub
b1373c02bc
Merge pull request #11056 from appwrite/feat-project-labels
...
Feat: Project labels
2026-01-05 17:15:30 +01:00
Matej Bačo
1db12e78ef
AI code review
2026-01-05 14:42:03 +01:00
Matej Bačo
a25c8004e4
Merge branch '1.8.x' into feat-project-labels
2026-01-05 14:32:26 +01:00
Chirag Aggarwal and GitHub
547d59d95e
Merge pull request #11079 from appwrite/validate-smtp-connection
2026-01-05 17:36:58 +05:30
Chirag Aggarwal
4e0477af32
add timeout to mailer
2026-01-05 17:25:12 +05:30
Luke B. Silver and GitHub
1659bc3ffa
Merge pull request #11080 from appwrite/fix-audit-delete
...
Fix audit delete
2026-01-05 10:53:52 +00:00
fogelito
84e9c8243c
fix param order
2026-01-05 09:30:47 +02:00
Chirag Aggarwal
001d38caf5
feat: sdk for md
2026-01-05 12:53:35 +05:30
fogelito
020d7bb801
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into platform-rules-collections
2026-01-04 12:26:49 +02:00
fogelito
b6aeaffe8b
Remove region index
2026-01-04 12:20:22 +02:00
fogelito
65883122e3
rules changes
2026-01-04 12:16:59 +02:00
shimon
cd651dbdb8
chore: update dependencies and fix formatting issues in composer files; change Traefik image version in docker-compose; add debug output in Action.php
2026-01-04 11:35:20 +02:00
shimon
2dfb386b12
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-04 10:39:35 +02:00
shimon
e9dac6710f
Refactor: Remove unused webhook and function event filters, implement caching for function events retrieval
2026-01-04 09:53:29 +02:00
Darshan and GitHub
d4660a70c3
Merge pull request #11071 from appwrite/fix-missing-dbId
2026-01-04 12:37:54 +05:30
Darshan
16f9c35850
update: tests.
2026-01-04 12:09:11 +05:30
Darshan
49511ebdd9
fix: missing database id in response.
2026-01-04 12:05:55 +05:30
Luke B. Silver and GitHub
63511c56ae
Merge pull request #11067 from appwrite/fix-memory-leak
...
fix: memory leak
2026-01-03 23:02:31 +00:00
loks0n
445ada0226
fix: memory leak
2026-01-03 22:38:17 +00:00
Darshan
a5d4f69c6c
bump: specs
2026-01-03 15:43:54 +05:30
Darshan
f788fc8f8a
add: tests.
2026-01-03 15:42:55 +05:30
Darshan
67ef2ab552
add: return bucket actual size.
2026-01-03 15:13:34 +05:30
Steven Nguyen and GitHub
f0191202a0
Merge pull request #10342 from tejas-raskar/doc-10339-fix-inconsistent-dir-structure-in-contribution-docs
...
docs: update the directory structure in CONTRIBUTING.md
2026-01-02 15:59:24 -08:00
Steven Nguyen and GitHub
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
Darshan and GitHub
28a09d7aaa
Merge pull request #11065 from appwrite/add-logging-tests
2026-01-02 17:20:10 +05:30
Darshan
ee3b2d75ae
add: missing test at console level.
2026-01-02 17:01:03 +05:30
Chirag Aggarwal and GitHub
ffe1fd89a7
Merge pull request #11064 from appwrite/chore-cookie-console
2026-01-02 16:29:39 +05:30
Chirag Aggarwal
06c4ba81e9
chore: sync specs + allow cookie auth in console platform
2026-01-02 15:20:45 +05:30
Chirag Aggarwal and GitHub
f2772cea6b
Merge pull request #11063 from appwrite/fix-remove-production-attribute
2026-01-02 12:22:42 +05:30
Chirag Aggarwal
b76a4bdd2f
fix: remove production attribute when releasing sdks
2026-01-02 12:16:50 +05:30
Shmuel Fogel and GitHub
1c94381830
Merge pull request #11058 from appwrite/cli-previous-errors
...
Cli previous errors
2026-01-01 17:36:24 +02:00
fogelito
0209d40a38
Cli previous errors
2026-01-01 12:17:20 +02:00
Damodar Lohani
297fae8f81
refactor tests
2026-01-01 09:54:13 +00:00
Damodar Lohani
3e403194e4
Fix tests
2026-01-01 09:37:10 +00:00
Damodar Lohani
0305790e69
Fix: update health status model to use HEALTH_STATUS_LIST
2026-01-01 07:59:06 +00:00
Damodar Lohani
25435aaa11
Error handling
2026-01-01 07:58:18 +00:00
Damodar Lohani
19895e54e3
Fix: health status returning ping in incorrect unit
2026-01-01 07:37:09 +00:00
Damodar Lohani
4b3fe0b6fe
Fix missing brace
2026-01-01 07:35:28 +00:00
4ef906b836
Update src/Appwrite/Platform/Modules/Health/Http/Health/Certificate/Get.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-01-01 13:15:28 +05:45
Damodar Lohani
28aa4e8a8d
refactor and new endpoint test
2026-01-01 05:49:20 +00:00
Damodar Lohani
9c6a6c265a
format
2026-01-01 05:45:14 +00:00
Damodar Lohani
dc0eb5f7a7
Feat: Health module
2026-01-01 05:45:06 +00:00
Steven Nguyen and GitHub
06367eca69
Merge pull request #10954 from appwrite/optional-assistant
...
Optional assistant
2025-12-31 17:14:37 -08:00
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Matej Bačo and GitHub
55343379f2
Merge pull request #11046 from appwrite/chore-module-docs
...
Chore: Add module docs
2025-12-31 15:19:23 +01:00
Darshan and GitHub
a66b565150
Merge branch '1.8.x' into optional-assistant
2025-12-31 19:21:37 +05:30
Darshan
ff160871ae
update: check assistant status on upgrade as well.
2025-12-31 19:21:19 +05:30
Darshan
92a3eca194
Merge branch '1.8.x' into optional-assistant
2025-12-31 19:09:54 +05:30
Damodar Lohani
03ccca2c35
Add after create success hook in file creation process
2025-12-31 13:05:41 +00:00
Shmuel Fogel and GitHub
07135956df
Merge pull request #11053 from appwrite/skip-migrations-shutdown
...
skip migration shutdown
2025-12-31 14:27:41 +02:00
fogelito
b5a363a2a7
skip shutdown
2025-12-31 14:01:56 +02:00
Matej Bačo and GitHub
31dc9ff873
Merge pull request #11052 from appwrite/chore-upgrade-vcs-version
...
Chore: Upgrade VCS lib with getCommit fix
2025-12-31 12:22:11 +01:00
Matej Bačo
408f9c2d39
Upgrade VCS with getCommit fix
2025-12-31 11:54:22 +01:00
Matej Bačo
910bd69b16
Ai review fixes
2025-12-31 10:57:10 +01:00
Darshan and GitHub
dfd5965d25
Merge pull request #11051 from appwrite/fix-resources
2025-12-31 15:25:55 +05:30
Darshan
2a38eedc98
fix: flaky test!
...
fix: get resource report what we want.
2025-12-31 15:00:23 +05:30
Darshan and GitHub
f875b965be
Merge pull request #11049 from appwrite/console-module
2025-12-31 13:20:24 +05:30
Darshan
2e57e5a868
fix: url.
2025-12-31 11:59:01 +05:30
Darshan
69ce99d1b4
feat: console module.
2025-12-31 11:52:41 +05:30
Chirag Aggarwal and GitHub
6b881d4aaf
Merge pull request #11045 from appwrite/reduce-sdk-release-steps
2025-12-31 10:01:11 +05:30
Damodar Lohani and GitHub
aad7d6dbca
Merge pull request #10953 from appwrite/feat-audits-upgrade
...
Feat: Audits upgrade
2025-12-31 06:55:34 +05:45
Matej Bačo
33ffe4aca7
AI suggestions
2025-12-30 15:13:22 +01:00
Matej Bačo
77eb3d4bcd
Update AGENTS.md
2025-12-30 15:12:57 +01:00
Matej Bačo
49989f38f7
Update AGENTS.md
2025-12-30 15:09:47 +01:00
Matej Bačo
18a49ccc44
Update grammar
2025-12-30 15:07:54 +01:00
Matej Bačo
73173a7f8c
Add module docs
2025-12-30 15:04:26 +01:00
Chirag Aggarwal
e3412bc554
chore: reduce sdk release steps
2025-12-30 18:25:11 +05:30
Hemachandar and GitHub
c1e50c7abd
Write to new resource attributes in keys ( #11003 )
...
* Write to new resource attributes in `keys`
* temp for tests
* list keys
* add subqueries
* lint
2025-12-30 17:09:59 +05:30
Luke B. Silver and GitHub
6499f436ca
Merge pull request #11040 from appwrite/fix-task-subprocesses
...
fix: task subprocesses
2025-12-30 09:37:49 +00:00
loks0n
55fbd77bf1
fix: task subprocesses
2025-12-30 09:13:26 +00:00
Luke B. Silver and GitHub
4046829fc6
Merge pull request #11039 from appwrite/chore-remove-proxy-containaer
...
chore: remove proxy containaer
2025-12-30 08:46:27 +00:00
Chirag Aggarwal and GitHub
57e218266f
Merge pull request #11043 from appwrite/fix-include-services
2025-12-30 14:09:19 +05:30
Chirag Aggarwal and GitHub
188dd5c423
Merge branch '1.8.x' into fix-include-services
2025-12-30 13:51:15 +05:30
Chirag Aggarwal
d8d3f22883
fix: remove storage service from include_once
2025-12-30 13:42:39 +05:30
ArnabChatterjee20k and GitHub
f338a819e1
Merge branch '1.8.x' into new-pool-adapter
2025-12-30 13:23:01 +05:30
ArnabChatterjee20k
2e82f0c2ec
fix: update coroutine pool handling and configuration
2025-12-30 13:03:59 +05:30
Damodar Lohani and GitHub
15dc316535
Merge branch '1.8.x' into feat-audits-upgrade
2025-12-30 07:44:10 +05:45
loks0n
7581019e76
chore: remove proxy container
2025-12-29 18:51:37 +00:00
Matej Bačo
00b5236dea
simplify diff
2025-12-29 18:41:35 +01:00
Damodar Lohani and GitHub
c4fcec0a8a
Merge pull request #11035 from appwrite/feat-storage-module
...
Feat: storage module
2025-12-29 19:34:15 +05:45
Damodar Lohani
ca877fa71d
Catch query parse exceptions
2025-12-29 13:24:24 +00:00
Damodar Lohani and GitHub
425dd9639c
Merge branch '1.8.x' into feat-storage-module
2025-12-29 18:17:15 +05:45
Matej Bačo
df57b59786
Merge branch '1.8.x' into chore-php-types
2025-12-29 13:24:50 +01:00
Matej Bačo
eda189dbf1
AI review improvements
2025-12-29 13:24:26 +01:00
Chirag Aggarwal and GitHub
e60391bdb3
Merge pull request #11037 from appwrite/more-sdk-config
2025-12-29 17:45:11 +05:30
ArnabChatterjee20k
74dcfc28c7
removed duplicate postgresql from pool
2025-12-29 17:17:04 +05:30
ArnabChatterjee20k
ee35322db6
Merge remote-tracking branch 'upstream/1.8.x' into pg-adapter
2025-12-29 16:56:02 +05:30
ArnabChatterjee20k
b5200ca840
Merge remote-tracking branch 'origin/pg-adapter' into pg-adapter
2025-12-29 16:52:40 +05:30
Chirag Aggarwal
57157a71b4
chore: more sdk config flexibility
2025-12-29 16:44:19 +05:30
Shmuel Fogel and GitHub
8a52975048
Merge pull request #11036 from appwrite/functions-skip-subqueiry
...
Functions skip variables subquery
2025-12-29 13:08:00 +02:00
Hemachandar and GitHub
45e3267930
Merge pull request #10985 from appwrite/ser-331
...
Support for sync-ing certificate generation status
2025-12-29 16:20:50 +05:30
Hemachandar
2b96d60c1e
copilot - code quality
2025-12-29 16:01:19 +05:30
Matej Bačo
ee911e3df6
Finalize unit key tests
2025-12-29 11:21:49 +01:00
fogelito
417bb22790
use Query::contains
2025-12-29 11:55:21 +02:00
Matej Bačo
eb2c616089
Improve key unit tests
2025-12-29 10:47:27 +01:00
Hemachandar
1b70bc812b
keep certificate renewal in maintenance worker
2025-12-29 14:51:59 +05:30
Hemachandar and GitHub
e7e429142f
Merge branch '1.8.x' into ser-331
2025-12-29 14:20:20 +05:30
Damodar Lohani
80bb9a1f33
fixe endpoints
2025-12-29 08:41:38 +00:00
fogelito
774e3af61c
skip variables subquery
2025-12-29 10:20:32 +02:00
Matej Bačo
5f5d9b4fcb
Add async key cleanup
2025-12-29 09:04:47 +01:00
Matej Bačo
7c56a76feb
self PR review fixes
2025-12-29 08:59:07 +01:00
Damodar Lohani
30373980f1
fix update endpoint
2025-12-29 07:56:46 +00:00
Damodar Lohani
8cf12f685a
remove controller
2025-12-29 07:44:08 +00:00
Damodar Lohani
f99cb20d05
Initialize storage module and remove storage and fix remaining endpoints
2025-12-29 07:44:03 +00:00
Damodar Lohani and GitHub
a7724028b3
Merge branch '1.8.x' into feat-audits-upgrade
2025-12-29 13:23:20 +05:45
ArnabChatterjee20k and GitHub
7026052e04
Merge branch '1.8.x' into new-pool-adapter
2025-12-29 11:58:36 +05:30
Chirag Aggarwal and GitHub
a0514d2aac
Merge pull request #11032 from appwrite/more-sdk-fixes
2025-12-29 11:52:04 +05:30
Chirag Aggarwal and GitHub
ac137cee3d
Merge pull request #11027 from appwrite/lohanidamodar-patch-2
2025-12-29 11:51:00 +05:30
Damodar Lohani
f4f4ad9c7d
format
2025-12-29 01:51:07 +00:00
Damodar Lohani
da7738edaa
Feat: Storage module
2025-12-29 01:50:39 +00:00
shimon
6c1f967509
add functionsEvents and webhooksEvents
2025-12-28 18:10:44 +02:00
Chirag Aggarwal
58e091099f
fix grammar
2025-12-28 21:17:43 +05:30
Chirag Aggarwal
6410a245eb
fix: sdk configuration options
2025-12-28 20:59:46 +05:30
fogelito
670edd845e
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into lohanidamodar-patch-2
2025-12-28 17:23:10 +02:00
Chirag Aggarwal and GitHub
834c18f9fa
Merge pull request #11031 from appwrite/fix-default-namespace-in-sdks
2025-12-28 20:50:35 +05:30
Chirag Aggarwal
77930a0cec
fix: default namespace in sdks
2025-12-28 20:46:23 +05:30
fogelito
5d9201466b
functions + databases
2025-12-28 16:54:38 +02:00
fogelito
d583b5e228
All again
2025-12-28 15:33:00 +02:00
fogelito
c463a9a662
Only functions
2025-12-28 15:14:56 +02:00
fogelito
bd9f02b689
Only functions
2025-12-28 15:01:29 +02:00
fogelito
472e2c282d
skip specific filters
2025-12-28 14:31:46 +02:00
fogelito
7a89779827
revert
2025-12-28 14:17:48 +02:00
fogelito
126de78ce2
skip functions
2025-12-28 14:13:56 +02:00
fogelito
e919896eef
Merge remote-tracking branch 'origin/lohanidamodar-patch-2' into lohanidamodar-patch-2
2025-12-28 13:49:05 +02:00
fogelito
fd3475f945
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into lohanidamodar-patch-2
2025-12-28 13:47:29 +02:00
Damodar Lohani
9c8f565211
use the helper method instead
2025-12-28 10:33:12 +00:00
Damodar Lohani
08f30224b6
Use disable instead of skip agin
2025-12-28 10:26:21 +00:00
Damodar Lohani and GitHub
6d02554f2a
Merge pull request #11026 from appwrite/fix-file-permissions
...
Fix: Document/File set user permission only if not privileged user
2025-12-28 15:43:35 +05:45
Damodar Lohani
61c619f373
remove disables
2025-12-28 09:27:21 +00:00
Damodar Lohani and GitHub
419d56b4b1
Merge branch '1.8.x' into feat-audits-upgrade
2025-12-28 14:58:36 +05:45
Damodar Lohani
b32dd316e1
Fix: use skip filters instead
2025-12-28 09:09:11 +00:00
Matej Bačo
04f660e44b
Dedicate project test
2025-12-28 10:06:29 +01:00
Damodar Lohani
d2cda9770b
Use get audit resource for audit cleanup.
2025-12-28 09:01:37 +00:00
Damodar Lohani and GitHub
22042b4749
Merge branch '1.8.x' into fix-file-permissions
2025-12-28 14:23:31 +05:45
Damodar Lohani and GitHub
aa17eeb6e3
Disable filters for platform and project databases - Stat resources
...
- Disable filters for platform and project databases - Stat resources
2025-12-28 14:19:28 +05:45
Shimon Newman and GitHub
1529357821
Merge pull request #11022 from appwrite/fix-bulk-insert-webhook-validation
...
add webhook exist validation in bulkTrigger()
2025-12-28 09:31:13 +02:00
Damodar Lohani
3a98361736
add test
2025-12-28 02:02:34 +00:00
Damodar Lohani
0c425dbac3
Fix: assign user permission to files/documents only if not a previleged user
2025-12-28 01:48:23 +00:00
Matej Bačo
b4c1b96d43
Fix General tests
2025-12-27 19:28:08 +01:00
Matej Bačo
44d8c66e95
Merge branch '1.8.x' into chore-php-types
2025-12-27 19:18:45 +01:00
Matej Bačo
6774de4eef
add todo
2025-12-27 19:18:25 +01:00
Matej Bačo
ee0f15eed6
QA bug fixing
2025-12-27 19:08:12 +01:00
Matej Bačo
c54d1d29a5
Update stats of all key ypes
2025-12-27 18:44:01 +01:00
Chirag Aggarwal and GitHub
69b861cd87
Merge pull request #11025 from appwrite/fix-specs-generation
2025-12-27 21:45:56 +05:30
Chirag Aggarwal
0599d23cc5
fix: specs generation getPlatforms method
2025-12-27 20:48:33 +05:30
Chirag Aggarwal and GitHub
a37b4a40d9
Merge pull request #11024 from appwrite/turnoff-warning-logs
2025-12-27 20:21:07 +05:30
Chirag Aggarwal
7e37046959
chore: remove warning logs when skipping ssl certificate generation
2025-12-27 20:19:27 +05:30
shimon
f9efdfd98e
fix: use nullsafe operator for project attribute retrieval in Action class
2025-12-25 19:07:51 +02:00
shimon
d53090647b
Merge branch '1.8.x' of github.com:appwrite/appwrite into fix-bulk-insert-webhook-validation
2025-12-25 18:56:30 +02:00
shimon
e8b8a8fe52
add webhook exist validation in balkTrigger()
2025-12-25 18:52:57 +02:00
ArnabChatterjee20k
3b4196735a
refactor: simplify query handling in Realtime adapter and enhance error messaging for unsupported queries
2025-12-24 21:02:03 +05:30
ArnabChatterjee20k
7e315f79cc
refactor: improve query handling in Realtime adapter and update RuntimeQuery filter logic
2025-12-24 20:50:05 +05:30
ArnabChatterjee20k
336bd44826
fixed payload in adapter
2025-12-24 20:10:00 +05:30
ArnabChatterjee20k
881d96a653
linting
2025-12-24 19:06:34 +05:30
ArnabChatterjee20k
874e5f61f0
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2025-12-24 19:01:13 +05:30
ArnabChatterjee20k
39cf207df9
re
2025-12-24 18:57:58 +05:30
ArnabChatterjee20k
11f23d99fb
Revert "temp-check: force purging cache"
...
This reverts commit 00e00ff166 .
2025-12-24 17:09:01 +05:30
ArnabChatterjee20k
00e00ff166
temp-check: force purging cache
2025-12-24 16:55:13 +05:30
ArnabChatterjee20k and GitHub
57c80d5967
Merge branch '1.8.x' into new-pool-adapter
2025-12-24 16:48:25 +05:30
ArnabChatterjee20k
f36dd2748c
fixed tests
2025-12-24 16:22:02 +05:30
Damodar Lohani
69430154e6
update autit to rc version
2025-12-24 10:24:51 +00:00
Damodar Lohani and GitHub
0601305545
Merge branch '1.8.x' into feat-audits-upgrade
2025-12-24 15:21:49 +05:45
Chirag Aggarwal and GitHub
73d3d15ed8
Merge pull request #11017 from appwrite/fix-getscreenshot-use-image-format
2025-12-24 14:42:54 +05:30
ArnabChatterjee20k
2baa33351d
fix tests
2025-12-24 14:38:43 +05:30
ArnabChatterjee20k
f7668e0411
* added concurrent traffic load tests for realtime
...
* added assert eventual case for project console
* linting
2025-12-24 13:41:31 +05:30
Chirag Aggarwal
b78be65376
fix: make getScreenshot output param to use ImageFormat enum
2025-12-24 13:39:51 +05:30
Damodar Lohani
5519086c29
Use db 3.x audit
2025-12-24 01:30:02 +00:00
Damodar Lohani
33b9f33f44
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into feat-audits-upgrade
2025-12-24 01:26:49 +00:00
Luke B. Silver and GitHub
0e75793bef
Merge pull request #11013 from appwrite/fix-tests-jwt
...
Fix JWT test
2025-12-23 17:23:36 +00:00
Matej Bačo
2f4a362e1b
Merge branch '1.8.x' into fix-tests-jwt
2025-12-23 16:31:32 +01:00
Matej Bačo
cda843d8f6
Fix JWT test
2025-12-23 16:31:17 +01:00
ArnabChatterjee20k
62e881b7e9
reverted the use retry mechanism of the pools
2025-12-23 20:34:59 +05:30
Matej Bačo and GitHub
d6a40a35ee
Merge pull request #11012 from appwrite/chore-increase-jwt-abuse
...
Increase JWT abuse limit
2025-12-23 15:48:00 +01:00
Matej Bačo
e111b4cc18
Increase JWT abuse limit
2025-12-23 15:42:14 +01:00
Matej Bačo
c08acedf6a
Fix key test
2025-12-23 15:12:41 +01:00
ArnabChatterjee20k
c03cd258ce
changed the pool size distribution
2025-12-23 18:30:53 +05:30
Matej Bačo
9477a5d980
Fix extensability of collections
2025-12-23 13:30:43 +01:00
ArnabChatterjee20k
7e4d404549
updated composer json
2025-12-23 17:38:52 +05:30
Matej Bačo
c0c1d693c2
DB schema update for keys
2025-12-23 13:06:25 +01:00
Matej Bačo
6e47fb6c70
Implement auth for organization and account keys
2025-12-23 13:06:19 +01:00
ArnabChatterjee20k
8df22db3eb
added swoole based pools for realtime
2025-12-23 17:33:34 +05:30
Chirag Aggarwal and GitHub
cdbd80ceda
Merge pull request #11010 from appwrite/update-schedule-functions
2025-12-23 17:26:09 +05:30
Hemachandar
58751bbdf1
lint
2025-12-23 16:49:35 +05:30
Matej Bačo
cca49f8f6a
Improve docs
2025-12-23 12:11:01 +01:00
Matej Bačo
b0bd9e5b78
Fix security requirement
2025-12-23 12:09:07 +01:00
Hemachandar and GitHub
21334ecdff
Merge branch '1.8.x' into ser-331
2025-12-23 16:37:22 +05:30
Matej Bačo
6f7cca7d68
Allow key header for account keys
2025-12-23 12:06:30 +01:00
Hemachandar
47ea2893c3
rename task to Interval
2025-12-23 16:32:43 +05:30
Matej Bačo
bce3ce85d5
account key support
2025-12-23 11:59:38 +01:00
Chirag Aggarwal
bbeca28026
refactor use env variables for queue and class names
2025-12-23 16:09:42 +05:30
Chirag Aggarwal
9ab9f6d709
chore: update schedule functions task
2025-12-23 15:06:29 +05:30
Chirag Aggarwal and GitHub
309fde38f7
Merge pull request #11001 from appwrite/update-sdks-console
2025-12-23 13:48:02 +05:30
Chirag Aggarwal
3310d271bf
fix import
2025-12-23 12:35:48 +05:30
Chirag Aggarwal
4e12b6236e
Merge branch '1.8.x' into update-sdks-console
2025-12-23 12:34:23 +05:30
Torsten Dittmann and GitHub
4df8157d74
Merge pull request #11009 from appwrite/feat-allow-custom-jwt-duration
2025-12-22 21:50:45 +04:00
Torsten Dittmann
37e76e52f6
Make JWT expiry configurable for account JWTs
2025-12-22 21:27:29 +04:00
Torsten Dittmann
cd824faf64
Add test for JWT with custom duration
2025-12-22 21:19:50 +04:00
Torsten Dittmann
96b11b02e6
feat: allow custom jwt duration
2025-12-22 21:08:48 +04:00
ArnabChatterjee20k
b7e2606b9f
Enhance Realtime functionality with query support and improve tests
...
- Updated Realtime adapter to handle queries during subscription.
- Added query filtering capabilities in RuntimeQuery class.
- Modified RealtimeBase and RealtimeCustomClientTest to support query parameters in WebSocket connections.
- Improved test coverage for account and database channels with queries.
2025-12-22 18:01:00 +05:30
Matej Bačo
09d71e73af
keys list to be public as its reused for more types of keys
2025-12-22 11:37:38 +01:00
Matej Bačo
465912822f
Mark reused key response public
2025-12-22 11:32:45 +01:00
Chirag Aggarwal
9f24cb4aa3
trigger ci
2025-12-22 12:48:23 +05:30
Chirag Aggarwal
9e4e23ad3f
chore: update sdks script console log
2025-12-21 22:03:30 +05:30
Matej Bačo
ca43281fa9
Simplify PR
2025-12-20 09:20:39 +01:00
Matej Bačo
c69382f29f
Fix invalid index
2025-12-19 16:11:43 +01:00
Matej Bačo
d45d27b780
Merge branch '1.8.x' into chore-php-types
2025-12-19 16:06:46 +01:00
Jake Barnby and GitHub
3e96f9c2f1
Merge pull request #10990 from appwrite/project-queries
...
Allow queries on projects xlist
2025-12-19 14:39:47 +00:00
Jake Barnby and GitHub
dd9f6ed820
Merge pull request #10996 from appwrite/revert-10872-refactor-auth-single-instance
...
Revert "Refactor auth single instance"
2025-12-19 14:37:41 +00:00
Darshan
f7f1bc8352
Merge remote-tracking branch 'origin/project-queries' into project-queries
2025-12-19 19:36:17 +05:30
Darshan
bf50fbeb6c
bump: order for easier review.
2025-12-19 19:36:05 +05:30
Darshan and GitHub
1f7bfb3352
Merge branch '1.8.x' into project-queries
2025-12-19 19:33:22 +05:30
Darshan
406181e887
revert: to method call
2025-12-19 19:31:05 +05:30
Jake Barnby and GitHub
a7b243aff9
Merge pull request #10992 from appwrite/update-header-name
...
Update: Header name.
2025-12-19 13:56:00 +00:00
Jake Barnby and GitHub
dc85d44647
Revert "Refactor auth single instance"
2025-12-20 02:54:50 +13:00
Jake Barnby and GitHub
71621f4ccf
Merge pull request #10995 from appwrite/revert-10987-fix-auth
...
Revert "Fix auth calls"
2025-12-19 13:54:38 +00:00
Jake Barnby and GitHub
68deee4a56
Revert "Fix auth calls"
2025-12-20 02:54:21 +13:00
Matej Bačo and GitHub
a20392d13a
Merge pull request #10993 from appwrite/feat-agents-md
...
Feat: Create AGENTS.md
2025-12-19 14:11:14 +01:00
Matej Bačo and GitHub
859d146e85
Apply suggestions from code review
2025-12-19 13:41:18 +01:00
Matej Bačo
69d5ce0f55
Switch over to resource-based key DB structure
2025-12-19 13:40:32 +01:00
Darshan
e43292052c
ci: empty commit
2025-12-19 18:02:07 +05:30
Matej Bačo
ee7103c4b0
Typo fix
2025-12-19 13:20:57 +01:00
Matej Bačo
1b1ef80b10
Create AGENTS.md
2025-12-19 13:09:48 +01:00
Matej Bačo
0a3877a900
New DB schema
2025-12-19 13:09:34 +01:00
Darshan
33f90fcf6a
re-add headers.
2025-12-19 17:02:55 +05:30
Matej Bačo
31b9ff4f05
Merge branch '1.8.x' into chore-php-types
2025-12-19 12:26:51 +01:00
Matej Bačo
1c3f778da9
PR review fix
2025-12-19 12:26:15 +01:00
Darshan
2f1eee390b
update: header name.
2025-12-19 16:23:22 +05:30
Darshan
35bf13cfab
update: variable name :D
2025-12-19 16:19:15 +05:30
Darshan
f814fd980b
update: address comments.
2025-12-19 16:16:56 +05:30
Darshan
3ddfd9c3b0
update: address comment.
2025-12-19 15:52:19 +05:30
Darshan and GitHub
75d8110ad9
Merge branch '1.8.x' into project-queries
2025-12-19 14:23:25 +05:30
Darshan
c958f3f1cb
update: allow queries on projects xlist.
2025-12-19 14:13:52 +05:30
Steven Nguyen and GitHub
06e3a144a3
Merge pull request #10939 from appwrite/fix-smtp-auth-check
...
Fix smtp auth check
2025-12-18 17:55:43 -08:00
Steven Nguyen
36519c13a8
Merge branch '1.8.x' into fix-smtp-auth-check
2025-12-18 17:21:03 -08:00
Steven Nguyen and GitHub
44ec8de6bf
Merge pull request #10946 from appwrite/1.8.x
...
Sync 1.8.x into main
2025-12-18 17:06:43 -08:00
Matej Bačo and GitHub
9fb1aaadaf
Merge pull request #10984 from appwrite/fix-devkey-scopes
...
Fix: Add scopes for devkeys
2025-12-18 17:26:15 +01:00
Torsten Dittmann and GitHub
d9ac4f2f2d
Merge pull request #10986 from appwrite/fix-oauth-verified-emails
2025-12-18 19:04:56 +04:00
Matej Bačo
6f16b56f31
Allow Key extensions
2025-12-18 15:55:11 +01:00
e61f3c7a42
Update phpunit.xml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-18 18:03:02 +04:00
Jake Barnby and GitHub
1b6d51a116
Merge pull request #10987 from appwrite/fix-auth
...
Fix auth calls
2025-12-18 12:56:58 +00:00
Jake Barnby
0058e88217
Fix auth calls
2025-12-19 01:53:05 +13:00
Torsten Dittmann
81b4065921
Fix identity connecting
...
- Add MockUnverified OAuth2 provider config
- Add /v1/mock/tests/general/oauth2/user-unverified endpoint
- Add MockUnverified class for unverified OAuth2 flow
- Update Mock::isEmailVerified to respect user['verified'] flag
- Add end-to-end tests for linking unverified and verified OAuth2 users
- Enable stopOnFailure in phpunit.xml
2025-12-18 16:44:04 +04:00
Matej Bačo
59f178d634
Improve PHP types for extensability
2025-12-18 13:37:50 +01:00
Torsten Dittmann
d094d6a081
Remove OAuth email verification comments
2025-12-18 16:00:41 +04:00
Hemachandar
cf90653deb
lint
2025-12-18 17:30:08 +05:30
Torsten Dittmann
bae194e866
Link account by email during OAuth
2025-12-18 15:59:33 +04:00
Torsten Dittmann
144e88452e
Use general bad request for unverified OAuth email
2025-12-18 15:49:59 +04:00
Torsten Dittmann
89980b1f0e
Enforce email verification when linking OAuth2
2025-12-18 15:46:03 +04:00
Hemachandar
16fb25ce5a
tiny
2025-12-18 17:10:02 +05:30
Matej Bačo
7dea3f19a9
Add scopes for devkeys
2025-12-18 12:31:00 +01:00
Hemachandar
e78887001a
spacing
2025-12-18 16:18:23 +05:30
Hemachandar
aa4ecdf138
emit events
2025-12-18 16:09:48 +05:30
Jake Barnby and GitHub
9bda83104d
Merge pull request #10983 from appwrite/chore-specs
...
Chore specs
2025-12-18 09:53:31 +00:00
Hemachandar
3783378288
add action to payload
2025-12-18 15:14:30 +05:30
Jake Barnby and GitHub
937cac454a
Merge branch '1.8.x' into chore-specs
2025-12-18 09:32:37 +00:00
Jake Barnby and GitHub
36eb28dc22
Merge pull request #10872 from appwrite/refactor-auth-single-instance
...
Refactor auth single instance
2025-12-18 09:05:14 +00:00
Hemachandar
5aff78a619
Merge branch '1.8.x' into ser-331
2025-12-18 14:33:34 +05:30
Jake Barnby
e6781cb4c3
Release SDKs
2025-12-18 21:41:50 +13:00
Hemachandar
62b391ef68
certificate status exception
2025-12-18 13:46:56 +05:30
Hemachandar
6f1d2d094a
rename task
2025-12-18 13:00:49 +05:30
Jake Barnby
36690229c5
Update lock
2025-12-18 20:23:49 +13:00
Jake Barnby
fe5d9cc662
Update changelog
2025-12-18 20:23:42 +13:00
Jake Barnby
f46ec96040
Fix merge
2025-12-18 20:11:52 +13:00
Hemachandar
88bd35ce98
periodic task for rule verification & certificate generation
2025-12-18 12:40:24 +05:30
Jake Barnby
2dc813342a
Fix merge
2025-12-18 19:30:43 +13:00
Jake Barnby
fd08f7dd36
Update lock
2025-12-18 18:43:07 +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
Luke B. Silver and GitHub
22fba9defc
Merge pull request #10979 from appwrite/fix-credentials
...
Fix entrypoint
2025-12-17 19:38:36 +00:00
fogelito
fcbb073bcc
endpoint revert
2025-12-17 20:53:22 +02:00
Hemachandar
db0dbeb27b
simplify
2025-12-17 21:04:15 +05:30
Hemachandar
0e27088e2a
change function signature
2025-12-17 20:54:18 +05:30
Hemachandar
70a7deaa38
Refactor certificate generation in worker
2025-12-17 20:46:54 +05:30
Luke B. Silver and GitHub
514934649e
Merge pull request #10977 from appwrite/fix-sync-updated-schedules
...
Fix sync updated schedules
2025-12-17 14:57:39 +00:00
loks0n
ee8e7333d8
fix: sync updated schedules
2025-12-17 14:19:04 +00:00
Darshan and GitHub
8d94b6585e
Merge pull request #10976 from appwrite/platforms-in-migrations
2025-12-17 18:14:25 +05:30
Darshan and GitHub
9fd92ca5ac
Merge pull request #10974 from appwrite/update-template
2025-12-17 18:02:31 +05:30
Darshan
6d9a6051bf
add: platform support on migrations.
2025-12-17 17:41:14 +05:30
Darshan
461c5895a4
fix: missing cases.
2025-12-17 17:27:18 +05:30
Darshan and GitHub
94fc0416e6
Merge branch '1.8.x' into update-template
2025-12-17 17:08:16 +05:30
Darshan
ad54a8c334
fix: missing cases.
2025-12-17 17:05:08 +05:30
Chirag Aggarwal and GitHub
e2b72e1f58
Merge pull request #10975 from appwrite/sync-sdks
2025-12-17 16:57:14 +05:30
Darshan
e1a9eb4994
fix: missed injections.
2025-12-17 16:04:29 +05:30
Darshan
b0c3ab71c4
add: header in tests.
2025-12-17 16:02:06 +05:30
Chirag Aggarwal
ce8f72bee9
data examples update
2025-12-17 15:58:04 +05:30
Darshan
ee4f3e2df4
update: project name on MFA.
2025-12-17 15:54:49 +05:30
Darshan
930db2bcc4
add: platform injection on MFA endpoint as well.
2025-12-17 15:50:34 +05:30
Chirag Aggarwal
fadcb39765
chore: sync sdk examples after spec changes
2025-12-17 15:48:49 +05:30
Darshan
5034597750
add: sender name as well.
2025-12-17 15:43:10 +05:30
Darshan
f73b48d4ca
add: profile mode for console sdk.
2025-12-17 15:19:07 +05:30
Darshan
0a7f31333d
fix: key, lol.
2025-12-17 14:46:24 +05:30
Darshan
8964fbc821
fix: projectName.
2025-12-17 14:33:49 +05:30
Damodar Lohani
8baa5cb659
Merge remote-tracking branch 'origin/1.8.x' into feat-audits-upgrade
2025-12-17 08:59:05 +00:00
Darshan
2e5bea1aee
update: email template to be platform agnostic.
2025-12-17 14:26:45 +05:30
Jake Barnby and GitHub
759792c447
Merge pull request #10972 from appwrite/max-query-values-worker
...
Max query values worker
2025-12-17 08:05:08 +00:00
fogelito
86deab8f6c
increase APP_DATABASE_QUERY_MAX_VALUES_WORKER
2025-12-17 09:32:59 +02:00
Jake Barnby
3cf8f151c4
Update versions
2025-12-17 19:19:05 +13:00
Jake Barnby
4e0945d0ed
Update specs
2025-12-17 19:18:57 +13:00
Luke B. Silver and GitHub
052c8d4ead
Merge pull request #10971 from appwrite/fix-fallback-platfor
...
fix: fallback platform
2025-12-16 23:23:03 +00:00
loks0n
3c3aa6d416
fix: fallback platform
2025-12-16 22:56:11 +00:00
Luke B. Silver and GitHub
eabe06d981
Merge pull request #10969 from appwrite/fix-scheduler-base
...
Scheduler base patch chunks
2025-12-16 15:36:54 +00:00
fogelito
8d4c6a8218
patch $batchSize
2025-12-16 17:17:03 +02:00
Luke B. Silver and GitHub
1a09913a27
Merge pull request #10967 from appwrite/fix-oauth-custom-domains
...
fix: oauth custom domains
2025-12-16 14:31:31 +00:00
loks0n
e8e47746ea
fix: oauth custom domains
2025-12-16 14:14:57 +00:00
Matej Bačo and GitHub
546cd6596a
Merge pull request #10966 from appwrite/fix-empty-template
...
Fix CSV template build flow (empty source)
2025-12-16 13:39:32 +01:00
Hemachandar and GitHub
58be8f411a
Merge pull request #10962 from appwrite/ser-721
...
Improve rule verification flow & add logs
2025-12-16 16:43:14 +05:30
Hemachandar
990209b624
feedback
2025-12-16 16:17:15 +05:30
Matej Bačo
850a834211
Fix CSV template build flow (empty source)
2025-12-16 11:23:44 +01:00
Jake Barnby and GitHub
dfccbd0e16
Merge pull request #10965 from appwrite/fix-deletes-bug
...
Fix: deletes bug
2025-12-16 09:57:26 +00:00
Jake Barnby and GitHub
cda5b73600
Merge pull request #10964 from appwrite/1.8.x-bump-v1
...
Bump 1.8.x
2025-12-16 09:57:02 +00:00
Matej Bačo
1f4534d674
Fix deletes bug
2025-12-16 10:44:02 +01:00
Luke B. Silver and GitHub
9ba970b3c1
Merge pull request #10950 from appwrite/refactor-specs-task-methods
...
Refactor Specs task for better code organization
2025-12-16 09:40:55 +00:00
fogelito
ef54603367
bump
2025-12-16 11:35:34 +02:00
Jake Barnby and GitHub
2c855427aa
Merge pull request #10963 from appwrite/worker-error-add-previous
...
Worker error add previous errors
2025-12-16 09:24:16 +00:00
Jake Barnby and GitHub
9b62d341d2
Merge pull request #10955 from appwrite/migration-cleanup
...
Migration cleanup
2025-12-16 09:23:18 +00:00
fogelito
d3e0050739
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into worker-error-add-previous
2025-12-16 10:44:41 +02:00
fogelito
af8a27c559
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-cleanup
2025-12-16 10:42:12 +02:00
Jake Barnby and GitHub
b986cd806c
Merge pull request #10913 from appwrite/refactor-functions-schedule
...
Refactor schedule base
2025-12-16 08:33:09 +00:00
fogelito
5ba7501842
revert previous errors
2025-12-16 10:30:31 +02:00
fogelito
421696a26e
Previous errors
2025-12-16 10:27:28 +02:00
fogelito
c6214ef4a8
Camel case
2025-12-16 10:23:05 +02:00
fogelito
b0b9c412fc
Add previous messages
2025-12-16 10:13:08 +02:00
fogelito
1c165b8c8d
endpoint fallback
2025-12-16 09:49:35 +02:00
fogelito
6fbacb484b
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-cleanup
...
# Conflicts:
# src/Appwrite/Platform/Workers/Migrations.php
2025-12-16 09:31:58 +02:00
fogelito
91a3ee0c9d
Add File info
2025-12-16 09:24:47 +02:00
Hemachandar and GitHub
49b1c3db79
Merge branch '1.8.x' into ser-721
2025-12-16 12:41:44 +05:30
Hemachandar
dfb53895eb
tiny
2025-12-16 12:40:42 +05:30
Jake Barnby
7cdb7af07c
Remove early return to ensure cycle timestamp is updated
2025-12-16 20:06:38 +13:00
Hemachandar
109967953e
feedback + tests
2025-12-16 12:20:59 +05:30
Jake Barnby and GitHub
e3e7f56bb8
Merge pull request #10961 from appwrite/refactor-messaging-and-queue
...
chore: lazy init sms adapter + late static binding
2025-12-16 06:25:15 +00:00
Jake Barnby and GitHub
80057383e1
Merge pull request #10952 from appwrite/issue-tableid
...
Tableid and Collectionid in increment and decrement routes
2025-12-16 06:05:11 +00:00
Jake Barnby
c7fda6cc3f
Merge remote-tracking branch 'origin/1.8.x' into refactor-functions-schedule
...
# Conflicts:
# composer.lock
2025-12-16 18:35:40 +13:00
Hemachandar
5ae148f026
Add logs to rules
2025-12-16 10:59:16 +05:30
Chirag Aggarwal and GitHub
c744354973
Merge branch '1.8.x' into refactor-specs-task-methods
2025-12-16 10:51:28 +05:30
Chirag Aggarwal and GitHub
ddb0d5db26
Merge branch '1.8.x' into fix-smtp-auth-check
2025-12-16 10:51:01 +05:30
Chirag Aggarwal
c7fd31285d
chore: lazy init sms adapter + late static binding
2025-12-16 10:46:40 +05:30
Luke B. Silver and GitHub
8cd000c42d
Merge pull request #10958 from appwrite/revert-backups-endpoints
...
Revert backups endpoints
2025-12-15 18:16:34 +00:00
loks0n
e931938b78
revert: backups endpoints
2025-12-15 18:01:30 +00:00
loks0n
4b58e1a85e
revert: backups endpoints
2025-12-15 16:55:48 +00:00
Chirag Aggarwal
c6b6b7cdac
fix: edit field
2025-12-15 21:41:17 +05:30
Luke B. Silver and GitHub
2a61cacdf9
Merge pull request #10957 from appwrite/fix-platform-defaults
...
fix: platform defaults
2025-12-15 15:17:05 +00:00
Levi van Noort and GitHub
f4bca74a59
Merge pull request #10941 from appwrite/CLO-3704-utopia-request-extend
...
feat: improved reference client ip through _APP_TRUSTED_HEADERS
2025-12-15 16:15:18 +01:00
loks0n
7e6846f8f8
fix: platform defaults
2025-12-15 15:01:26 +00:00
Levi van Noort
03a19cc83c
chore: set _APP_TRUSTED_HEADERS to x-forwarded-for
2025-12-15 15:49:21 +01:00
Levi van Noort
8a35762843
chore: update utopia-php/swoole version constraint to 0.8.*
2025-12-15 15:36:24 +01:00
Levi van Noort and GitHub
3869269e0c
Merge branch '1.8.x' into CLO-3704-utopia-request-extend
2025-12-15 15:32:51 +01:00
Levi van Noort
0d7eb88a45
chore: update utopia-php/swoole to version 0.8.5
2025-12-15 15:08:23 +01:00
Levi van Noort
cd90974e15
chore: changes to test to validate default behaviour instead
2025-12-15 13:22:29 +01:00
fogelito
54ba59da64
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-cleanup
2025-12-15 09:43:06 +02:00
fogelito
f837e6be03
cleanups
2025-12-15 09:42:26 +02:00
Damodar Lohani and GitHub
cec5cd7bdc
Merge branch '1.8.x' into feat-audits-upgrade
2025-12-15 09:44:52 +05:45
Damodar Lohani
63c2d72b2e
Fix logs
2025-12-15 03:58:00 +00:00
Jake Barnby and GitHub
e9d9aa653f
Merge pull request #10956 from appwrite/fix-cors-wildcard
...
fix: cors wildcard
2025-12-15 03:54:55 +00:00
Damodar Lohani
801219374c
Fix queries
2025-12-15 02:50:21 +00:00
Damodar Lohani
dc3459edd0
remove dump
2025-12-15 02:43:27 +00:00
Damodar Lohani
ace9d86744
fix attribute
2025-12-15 02:41:56 +00:00
Damodar Lohani
2d3e34fd5a
fix namespace
2025-12-15 02:20:10 +00:00
Damodar Lohani
69ad4ae930
Fix format
2025-12-15 02:15:45 +00:00
Damodar Lohani
0037305e16
Fix: failing tests
2025-12-15 02:12:35 +00:00
loks0n
da0b2a7517
fix: cors wildcard
2025-12-14 22:41:15 +00:00
fogelito
6aafe2dd12
cleanup
2025-12-14 19:41:33 +02:00
Damodar Lohani
1a205c3f3b
upgrade audit
2025-12-14 08:50:39 +00:00
Damodar Lohani
99966b5a24
upgrade audit
2025-12-14 08:35:40 +00:00
Damodar Lohani
2437d2be77
Upgrade audit and fix
2025-12-14 08:30:22 +00:00
Damodar Lohani
2043470bd0
fix typo
2025-12-14 08:00:31 +00:00
Damodar Lohani
667285d536
fix tyupe
2025-12-14 07:58:16 +00:00
Damodar Lohani
1199c1fc52
fix typo
2025-12-14 07:57:37 +00:00
Damodar Lohani
f270e47b48
more fixes to audit queries
2025-12-14 07:50:21 +00:00
Darshan
5678860d13
add: optional support for assistant.
2025-12-14 13:07:26 +05:30
Damodar Lohani
b83125a41e
Fix audits creation
2025-12-14 07:22:39 +00:00
Chirag Aggarwal
5daacb7161
Refactor Specs task for better code organization
...
- Extract platform, auth counts, and keys into separate methods
- Add getPlatforms(), getAuthCounts(), and getKeys() methods
- Extract SDK platform logic into getSDKPlatformsForRouteSecurity()
- Add PHPDoc comments with proper type hints
- Move constructor to top of class for better readability
2025-12-14 11:21:44 +05:30
Damodar Lohani
2dcb131778
fix collection name
2025-12-14 02:34:33 +00:00
Damodar Lohani
30083598c6
fix audit
2025-12-14 02:33:17 +00:00
Damodar Lohani
a0599d2658
Upgrade audit
2025-12-14 02:31:24 +00:00
Damodar Lohani
c50db111d6
format
2025-12-14 02:19:53 +00:00
Damodar Lohani
9441295510
Feat: Audits upgrade
2025-12-14 01:43:35 +00:00
ArnabChatterjee20k
e4e6c84362
linting
2025-12-13 23:45:57 +05:30
ArnabChatterjee20k
70395cfacc
added tableid and collectionid in increment and decrement
2025-12-13 23:43:51 +05:30
Darshan and GitHub
7d2a95c573
Merge pull request #10947 from appwrite/optimize-dockerfile
2025-12-13 19:20:46 +05:30
Darshan
f3f3ac80f8
fix: tests.
2025-12-13 18:59:12 +05:30
Darshan
45d5f14b83
add: targets.
2025-12-13 16:43:19 +05:30
Levi van Noort
ce9a54fd4b
chore: change implementation for trustedip
2025-12-12 15:31:42 +01:00
Darshan and GitHub
8e434b710b
Merge pull request #10945 from appwrite/allow-custom-sender
2025-12-12 18:32:37 +05:30
Darshan
37b43b0ce0
address comment.
2025-12-12 17:49:48 +05:30
Darshan
2052496635
add: support for replyTo* and simplify variables.
2025-12-12 17:41:00 +05:30
Darshan
1cc6c9c0f1
Merge branch '1.8.x' into allow-custom-sender
2025-12-12 17:29:45 +05:30
Luke B. Silver and GitHub
bbc76ffe37
Merge pull request #10943 from appwrite/fix-preflight-requests
...
fix preflight requests
2025-12-12 10:11:53 +00:00
Levi van Noort
6589c6a786
chore: bump utopia-php/framework to version 0.33.35
2025-12-12 10:54:09 +01:00
loks0n
2cb86c57ef
fix: preflight requests
2025-12-12 09:49:04 +00:00
Levi van Noort
90fb5b6321
feat: improved reference client ip through _APP_TRUSTED_HEADERS
2025-12-12 08:42:49 +01:00
Steven Nguyen and GitHub
d4517384dc
fix: update project tests to reflect changes in project count and names
2025-12-12 07:16:49 +00:00
Darshan
6787b0c7f1
Merge branch '1.8.x' into allow-custom-sender
2025-12-12 12:17:45 +05:30
Steven Nguyen and GitHub
a94ccdb4f5
fix: enhance SMTP authentication by using env vars
2025-12-12 06:02:17 +00:00
Steven Nguyen and GitHub
9518764cae
Merge branch '1.8.x' into fix-smtp-auth-check
2025-12-12 05:24:33 +00:00
Steven Nguyen and GitHub
d174233cd6
fix: update SMTP configuration and enhance validation checks
2025-12-12 04:58:59 +00:00
Steven Nguyen and GitHub
278679ab10
Merge pull request #10938 from appwrite/chore-sync-main
...
Sync main into 1.8.x
2025-12-11 20:06:52 -08:00
Steven Nguyen and GitHub
72ae883587
Merge branch 'main' into chore-sync-main
2025-12-11 22:40:23 +00:00
Steven Nguyen and GitHub
3d0aa74ffe
Merge pull request #10863 from VijaykumarPujar-tech/new_branch
...
Fix: Implement mandatory authentication check for Custom SMTP configuration
2025-12-11 13:51:27 -08:00
Luke B. Silver and GitHub
e4a7b1b103
Merge pull request #10937 from appwrite/fix-imagine-hostnames-2
...
Fix imagine hostnames 2
2025-12-11 19:05:12 +00:00
loks0n
c6ffa181a2
fix: imagine hostnames 2
2025-12-11 18:53:58 +00:00
Matej Bačo and GitHub
cd8e93db60
Merge pull request #10031 from appwrite/chore-add-new-site-templates
...
Add formspree and react-admin templates to sites
2025-12-11 16:56:03 +01:00
Aditya Oberai
ceb2108012
shift db seeding command to build command
2025-12-11 15:00:59 +00:00
Aditya Oberai
383f0c1ef1
remove unnecessary images
2025-12-11 15:00:04 +00:00
Matej Bačo
52ccbfcdf7
AI code quality fixes
2025-12-11 15:52:44 +01:00
Steven Nguyen and GitHub
35fe622548
Merge pull request #10925 from Ujjwaljain16/fix-10740-mfa-recovery-code-validation
...
fix: resolve MFA recovery code validation in 1.8.0
2025-12-11 06:28:06 -08:00
Aditya Oberai and GitHub
d502ab0cd5
Merge branch '1.8.x' into chore-add-new-site-templates
2025-12-11 18:35:52 +05:30
Darshan and GitHub
72f86ce5ef
Merge pull request #10934 from appwrite/database-errors
2025-12-11 16:58:35 +05:30
Darshan and GitHub
062233cdbc
Merge branch '1.8.x' into database-errors
2025-12-11 16:10:00 +05:30
Darshan
102d3fd245
fix: tests.
2025-12-11 16:08:13 +05:30
Darshan
cb9705f0a2
update: better signature.
2025-12-11 15:59:24 +05:30
Luke B. Silver and GitHub
61d1546d14
Merge pull request #10911 from appwrite/feat-multiple-app-domains
...
feat: multiple app domains
2025-12-11 10:09:33 +00:00
Darshan and GitHub
2e4ac091d1
Merge branch '1.8.x' into database-errors
2025-12-11 15:27:42 +05:30
Darshan
ef5f0ed6b4
update: to use placeholders.
2025-12-11 15:26:45 +05:30
22a1a5a452
Update app/controllers/general.php
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-11 09:41:31 +00:00
Matej Bačo
e738bae523
Fix screenshot script; auto-fill API key, custom required env vars
...
Tag is correct fallback: https://github.com/appwrite/appwrite/blob/decf2c7a1bc5d2d989434fb0adc6a6fb44a77db2/src/Appwrite/Utopia/Request/Filters/V21.php#L28
2025-12-11 10:31:05 +01:00
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
loks0n
50c6a35079
feat: multiple app domains
2025-12-11 09:01:31 +00:00
Chirag Aggarwal and GitHub
f8c39c8f06
Merge pull request #10933 from appwrite/hide-deprecated-methods-from-docs
2025-12-11 14:23:21 +05:30
Chirag Aggarwal
aa12ef6569
Add public visibility control for deprecated methods
...
- Add 'public' parameter to SDK Method class to control documentation visibility
- Mark deprecated methods as non-public (public: false) to hide them from docs
- Update OpenAPI and Swagger specs to reflect visibility changes
- Affected endpoints: account verification, messaging providers, and MFA authenticators
2025-12-11 13:53:34 +05:30
Steven Nguyen and GitHub
5912a4c4a0
Merge pull request #10931 from appwrite/main
...
Sync main into 1.8.x
2025-12-10 22:50:12 -08:00
Damodar Lohani and GitHub
e85079a42f
Merge pull request #10928 from appwrite/fix-remove-temp-fix
...
Fix: remove temp queries
2025-12-11 04:58:41 +05:45
Damodar Lohani
4c9a94f5e2
Fix format
2025-12-10 22:48:07 +00:00
Ujjwaljain16
7fc8c6ae43
Simplify testMFARecoveryCodeChallenge to use existing session
2025-12-11 01:50:52 +05:30
Jake Barnby and GitHub
421dca2f99
Merge pull request #10653 from appwrite/vector-db-api
...
vectordb api endpoints
2025-12-10 10:59:58 +00:00
Damodar Lohani
61067bd8d3
Fix: remove temp queries
2025-12-10 10:32:51 +00:00
Ujjwaljain16
fb3b3ae51e
fix: add missing empty body array parameter to recovery codes API call
2025-12-10 15:40:40 +05:30
Darshan
39aa4c4a9a
add: setfrom.
2025-12-10 15:14:55 +05:30
Darshan
b03aa8d632
add: custom senders for cloud.
2025-12-10 14:32:04 +05:30
Ujjwaljain16
0215577bc7
fix: MFA recovery code validation and test status code
...
- Fixed HTTP status code: POST /v1/account/mfa/recovery-codes now returns 201 (CREATED) instead of 200
- Updated testMFARecoveryCodeChallenge to expect 201 status code
- Added array_merge with origin header to all API calls in test for proper CORS validation
- Removed trailing whitespace for PSR-12 compliance
Fixes #10740
2025-12-10 05:37:43 +05:30
Ujjwaljain16
768d293cf5
reuse session from testCreateAccountSession instead of creating new session
...
remove unnecessary 'origin' headers to match other tests
set status code to 201 for MFA challenge creation endpoint
2025-12-10 01:58:47 +05:30
Steven Nguyen and GitHub
bdfb9e305e
Merge pull request #10924 from appwrite/chore-bump-docker-base
...
chore: bump base docker image version to 0.10.6 to fix vulnerabilities
2025-12-09 12:15:39 -08:00
Steven Nguyen and GitHub
6c1cbfddea
Merge pull request #10922 from appwrite/copilot/fix-delayed-executions-trigger
...
Fix: Prevent job loss on container shutdown for delayed executions
2025-12-09 10:26:20 -08:00
VijaykumarPujar-tech
e0a937912c
Added Validation check for username and password
2025-12-09 23:46:44 +05:30
VijaykumarPujar-tech
8951a8465c
Added the projects.php changes back
2025-12-09 23:30:34 +05:30
VijaykumarPujar-tech
2fa95b52a0
Reverted some added changes
2025-12-09 22:40:51 +05:30
ArnabChatterjee20k
991b2b1c3b
updated delete worker for vectordb and updated tests
2025-12-09 18:44:26 +05:30
ArnabChatterjee20k
d22743a1cf
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-09 18:37:09 +05:30
ArnabChatterjee20k
a2039c0b76
added deletion test for multidb
2025-12-09 18:34:25 +05:30
ArnabChatterjee20k
c549ddd149
updated project deletion worker to delete per database
2025-12-09 18:27:10 +05:30
ArnabChatterjee20k
f3721f712a
fixed missing project usage fields
2025-12-09 15:38:43 +05:30
ArnabChatterjee20k
480757dcfe
added usage test for the vectordb
2025-12-09 12:07:26 +05:30
Ujjwaljain16
676d53b18e
fix: resolve MFA recovery code validation in 1.8.0
...
Remove strtolower() from recovery code type comparison (line 4945)
Remove strtolower() from match statement (line 4967)
Add comprehensive test for recovery code challenge validation
Fixes issue where recovery codes fail with 'Invalid token' error
Fixes #10740
2025-12-09 02:18:40 +05:30
Steven Nguyen and GitHub
3a3c92140b
Merge pull request #10916 from appwrite/copilot/fix-schedule-executions-bug
...
Fix ScheduleExecutions: inverted comparison prevented execution scheduling
2025-12-08 12:22:55 -08:00
Steven Nguyen and GitHub
cb3b22c9f9
chore: bump base docker image version to 0.10.6 to fix vulnerabilities
...
Our security scans reported several packages we used were out of date and required updates to patch security vulnerabilities.
2025-12-08 20:19:17 +00:00
copilot-swe-agent[bot] and stnguyen90
e4ebf755e4
Fix: Move schedule deletion inside coroutine to prevent job loss
...
Move the schedule document deletion and unset operation inside the coroutine, after the function is triggered. This ensures the schedule is only deleted after the job is successfully queued, preventing job loss if the container shuts down between coroutine start and completion.
This follows the same pattern used in ScheduleMessages.php.
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-08 19:50:32 +00:00
copilot-swe-agent[bot]
6a712e236d
Initial plan
2025-12-08 19:46:13 +00:00
Steven Nguyen and GitHub
1cf8b103a8
chore: only sleep if delay is greater than 0 seconds
...
This prevents the warning:
Swoole\Coroutine::sleep(): Timer must be greater than or equal to 0.001
2025-12-08 19:23:35 +00:00
shimon
3ca9468b11
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-functions-schedule
2025-12-08 17:50:06 +02:00
shimon
6156b97ea0
Refactor error handling in ScheduleBase class to improve project and resource validation.
2025-12-08 17:49:10 +02:00
Vijaykumar Pujar and GitHub
0f84f21bb4
Merge branch 'main' into new_branch
2025-12-08 20:31:25 +05:30
ArnabChatterjee20k
fbaeff8920
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 20:31:07 +05:30
ArnabChatterjee20k
de88ec4065
updated missing skip metrics and tablesdb tests
2025-12-08 20:30:37 +05:30
ArnabChatterjee20k
f149ba33d4
updated stats for vectordb
2025-12-08 20:27:30 +05:30
VijaykumarPujar-tech
a14d5c584e
Fix: robust SMTP validation and added regression test
2025-12-08 20:22:18 +05:30
ArnabChatterjee20k
b15f2eed8f
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-08 19:32:21 +05:30
ArnabChatterjee20k
ec63dc22d4
updated controllers
2025-12-08 19:09:54 +05:30
ArnabChatterjee20k
7c7b98399c
linting
2025-12-08 17:51:01 +05:30
ArnabChatterjee20k
9d679e726e
updated composer lock
2025-12-08 17:46:00 +05:30
ArnabChatterjee20k
070ec03c0c
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-12-08 17:31:04 +05:30
Jake Barnby and GitHub
689e61c84f
Merge pull request #10917 from appwrite/fix-array-index
...
Block array indexes
2025-12-08 10:51:06 +00:00
Jake Barnby
aec7f27ce4
Fix tests
2025-12-08 23:20:40 +13:00
Luke B. Silver and GitHub
c7bdf2a99d
Merge pull request #10907 from appwrite/ser-650-2
...
Update utopia-php/dns version
2025-12-08 09:27:18 +00:00
Jake Barnby and GitHub
6320721f51
Merge pull request #10919 from appwrite/bump-lib-1.8.x
...
Bump migration lib 1.3.9
2025-12-08 09:23:26 +00:00
fogelito
77917c8b46
utopia-php/migration 1.3.9
2025-12-08 10:47:22 +02:00
fogelito
d1b47a7916
utopia-php/migration 1.3.8
2025-12-08 09:39:51 +02:00
shimon
b79ff7fbff
sync with 1.8.x
2025-12-08 09:31:49 +02:00
shimon
0a0cf26269
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Create.php
2025-12-08 09:26:38 +02:00
fogelito
5df786be4b
utopia-php/migration (1.3.6 => 1.3.7)
2025-12-08 08:49:28 +02:00
Jake Barnby and GitHub
65bd9a41d5
Merge pull request #10894 from appwrite/feat-multi-create
...
Feat multi create
2025-12-08 05:55:52 +00:00
Jake Barnby
425bd514c2
Block array indexes
2025-12-08 18:54:46 +13:00
copilot-swe-agent[bot] and stnguyen90
be5f066dc3
Fix ScheduleExecutions bug: correct comparison operator to properly execute scheduled tasks
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-07 21:53:18 +00:00
copilot-swe-agent[bot]
b2155acc56
Initial plan
2025-12-07 21:48:09 +00:00
a241eab792
Update src/Appwrite/Platform/Tasks/ScheduleBase.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-07 18:26:14 +02:00
shimon
8ed4fa6ff1
composer
2025-12-07 17:03:18 +02:00
shimon
4289215620
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-functions-schedule
2025-12-07 16:59:28 +02:00
shimon
7462b7ae17
Refactor ScheduleBase class to enhance schedule loading and project management.
2025-12-07 16:57:30 +02:00
Aditya Oberai
decf2c7a1b
add new site templates for CRM dashboard and job applications form
2025-12-05 18:51:22 +00:00
Aditya Oberai
43d57bbe4e
Merge remote-tracking branch 'origin/1.8.x' into chore-add-new-site-templates
2025-12-05 16:19:08 +00:00
ArnabChatterjee20k
be89224c36
updated console client test
2025-12-05 19:14:29 +05:30
ArnabChatterjee20k
8edd3c87cb
added documentsdb total reads and writes in the project response
2025-12-05 19:09:35 +05:30
ArnabChatterjee20k
9ac3cd73a8
Refactor database metrics handling for DocumentsDB
...
- Introduced new methods to retrieve metrics for write and read operations based on database type.
- Updated bulk delete, update, upsert, and create actions to use the new metric methods.
- Enhanced document retrieval and update actions to utilize the new metric structure.
- Added support for DocumentsDB metrics in usage statistics and response models.
- Created new response models for DocumentsDB usage and updated existing models to accommodate new metrics.
- Adjusted migration and stats resources to include DocumentsDB metrics.
- Updated tests to validate the new metrics and ensure correct functionality for DocumentsDB usage.
2025-12-05 18:58:13 +05:30
Hemachandar
a26efc7aa5
Update utopia-php/dns version
2025-12-05 17:48:10 +05:30
Jake Barnby and GitHub
549570a29e
Merge pull request #10895 from appwrite/dat-957
...
Refactor: use Coroutine context for database and cache functions
2025-12-05 09:59:29 +00:00
Jake Barnby
3c9548bc9d
Update specs
2025-12-05 21:47:30 +13:00
Luke B. Silver and GitHub
3459133fd4
Merge pull request #10547 from appwrite/ser-409
...
fix: Send deployment ready event after updating associated resource
2025-12-05 08:27:47 +00:00
Luke B. Silver and GitHub
1d91ecd9fb
Merge pull request #10759 from appwrite/ser-359
...
fix: Use supported runtimes from env config
2025-12-05 08:27:20 +00:00
Jake Barnby
48038512b9
Fix index validation
2025-12-05 21:05:14 +13:00
Hemachandar
b62a1d8b5c
fix test
2025-12-05 12:40:35 +05:30
Hemachandar
4ebc67c235
Merge branch '1.8.x' into ser-409
2025-12-05 12:15:08 +05:30
Hemachandar
ed80450bd5
fix tanstack
2025-12-05 12:07:47 +05:30
Hemachandar
104368966d
Merge branch '1.8.x' into ser-359
2025-12-05 12:01:34 +05:30
Hemachandar
07be361c7c
trim space
2025-12-05 11:54:28 +05:30
Jake Barnby and GitHub
bc508353db
Merge pull request #10882 from appwrite/release-sdks-4
...
chore: release sdks for adding getScreenshot method to Avatars service
2025-12-05 04:46:30 +00:00
ArnabChatterjee20k
da1285bb22
updated time limit key, cached resource
2025-12-05 09:25:34 +05:30
Chirag Aggarwal
b06b33016c
fix: format for int32
2025-12-05 08:41:10 +05:30
Steven Nguyen and GitHub
bd288ce650
Merge pull request #10898 from appwrite/copilot/update-changes-md-for-1-8-1
...
Add CHANGES.md section for version 1.8.1
2025-12-04 17:36:59 -08:00
copilot-swe-agent[bot] and stnguyen90
9f2105b294
Address additional review feedback on CHANGES.md
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-05 00:48:50 +00:00
Steven Nguyen and GitHub
b3944c678c
Merge pull request #10903 from appwrite/copilot/add-migration-version-for-1-8-1
...
Complete V23 migration for 1.8.1: add user email attributes and fix fall-through bug
2025-12-04 16:34:33 -08:00
copilot-swe-agent[bot] and stnguyen90
31c8c09060
Address review feedback on CHANGES.md categorization
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-05 00:28:49 +00:00
copilot-swe-agent[bot] and stnguyen90
4283671d49
Add user email attributes migration and fix missing break statement in V23
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-04 22:15:50 +00:00
copilot-swe-agent[bot]
c3a3717bde
Initial plan
2025-12-04 22:02:02 +00:00
Aditya Oberai and GitHub
27ede0079f
Merge branch '1.7.x' into chore-add-new-site-templates
2025-12-05 02:58:06 +05:30
Torsten Dittmann and GitHub
a0cf7315fc
Merge pull request #10900 from appwrite/fix-use-oauth-classnames-from-config
2025-12-04 20:58:05 +04:00
Torsten Dittmann
fad29ee3cd
Use configured OAuth2 provider class from config
2025-12-04 20:37:16 +04:00
Jake Barnby
121f94676d
Fix test
2025-12-05 01:03:43 +13:00
ArnabChatterjee20k
203170c36d
updated database and collection stats
2025-12-04 15:57:18 +05:30
Jake Barnby
df94765cf3
Update validation
2025-12-04 23:25:15 +13:00
Jake Barnby
c6ccbfaae1
Remove redundant validation
2025-12-04 21:23:08 +13:00
copilot-swe-agent[bot] and stnguyen90
5cdb59142f
Add CHANGES.md section for version 1.8.1
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-03 22:11:54 +00:00
copilot-swe-agent[bot]
bf6f784826
Initial plan
2025-12-03 22:03:16 +00:00
Steven Nguyen and GitHub
33f7fd259b
Merge pull request #10897 from appwrite/chore-bump-console-7.5.7
...
Bump console to version 7.5.7
2025-12-03 13:53:35 -08:00
Steven Nguyen
bc99e04b57
feat: bump console to version 7.5.7
2025-12-03 13:26:06 -08:00
Steven Nguyen
10b8f97e96
chore: bump appwrite version to 1.8.1
2025-12-03 13:22:39 -08:00
shimon
4713ae5baa
composer format
2025-12-03 21:39:59 +02:00
shimon
e47802d1e1
Refactor Realtime message handling to improve authorization preservation and simplify error handling
2025-12-03 21:37:41 +02:00
ArnabChatterjee20k
c4cc8595d6
removed redundant static realtime
2025-12-03 22:08:05 +05:30
shimon
77face0f2d
Update utopia-php/storage to version 0.18.16 and clean up whitespace in realtime.php
2025-12-03 18:27:56 +02:00
ArnabChatterjee20k
5878a82b8a
add user class
2025-12-03 21:54:45 +05:30
shimon
d483fbd43b
Update composer.lock and refactor ScheduleBase class for improved schedule processing
2025-12-03 18:22:46 +02:00
ArnabChatterjee20k
0353b826ac
Refactor: use Coroutine context for database and cache functions
2025-12-03 21:32:22 +05:30
ArnabChatterjee20k
6f5bfdb726
updated stats
2025-12-03 20:18:53 +05:30
b499857871
Update src/Appwrite/Utopia/Database/Validator/Queries/Base.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-12-03 19:12:56 +05:30
1388b0ca21
Update app/config/variables.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-12-03 19:12:38 +05:30
ArnabChatterjee20k
af095bdf4a
updated stats
2025-12-03 19:11:46 +05:30
Jake Barnby
331e294ef5
Improve min/max validation
2025-12-04 00:03:12 +13:00
Jake Barnby
e00dacf9a2
Fix test
2025-12-03 23:24:05 +13:00
Jake Barnby
252a4e12ff
Validate format on non-strings
2025-12-03 22:38:37 +13:00
Jake Barnby
dce4c6e9f1
Add more tests
2025-12-03 22:15:44 +13:00
Jake Barnby
4de4b475a1
Add more validation cases
2025-12-03 22:07:34 +13:00
Jake Barnby
7d26131019
Validate other relationship options
2025-12-03 21:19:53 +13:00
Jake Barnby
8b4657ff8a
Cleanup on create failures
2025-12-03 21:17:38 +13:00
ArnabChatterjee20k
7af361fa16
* added logger in the create text embedding
...
* aadded error text metric
2025-12-03 13:38:24 +05:30
Jake Barnby
c09c2848af
Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create
2025-12-03 20:49:36 +13:00
Chirag Aggarwal
68ffa5258c
fix: roles enum
2025-12-03 12:04:30 +05:30
Chirag Aggarwal
91a1e4cfd0
fix format
2025-12-03 12:02:00 +05:30
Chirag Aggarwal and GitHub
7aceae05d5
Merge branch '1.8.x' into release-sdks-4
2025-12-03 12:01:03 +05:30
Chirag Aggarwal
0c114b8d66
fix: enum example
2025-12-03 09:30:43 +05:30
Chirag Aggarwal
8fe1ec48d0
chore: browser permissions enum
2025-12-03 09:28:39 +05:30
Jake Barnby and GitHub
379b85bb7b
Merge pull request #10891 from appwrite/fix-duplicate-document-error
...
Fix: Duplicate document error while creating file
2025-12-03 01:46:06 +00:00
Damodar Lohani and GitHub
97038c9d05
Merge branch '1.8.x' into fix-duplicate-document-error
2025-12-03 05:17:24 +05:45
shimon
13f886f07f
Add authorization handling in Realtime connection management
2025-12-02 22:02:46 +02:00
Steven Nguyen and GitHub
c65e551697
Merge pull request #10797 from appwrite/update-readme-nov-2025
...
Update README files to match new tagline
2025-12-02 10:54:00 -08:00
Aditya Oberai and GitHub
b4f9d97a81
Merge branch 'main' into update-readme-nov-2025
2025-12-02 23:30:39 +05:30
ArnabChatterjee20k
069f231b3a
updated composer lock
2025-12-02 18:40:28 +05:30
ArnabChatterjee20k
def028e970
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-12-02 18:38:21 +05:30
ArnabChatterjee20k
16f49d13c8
updated composer lock
2025-12-02 18:36:29 +05:30
ArnabChatterjee20k
e72d7979e0
updated composer lock
2025-12-02 18:31:44 +05:30
ArnabChatterjee20k
ca4c7b5361
added stats usage for text embeddings
2025-12-02 18:13:49 +05:30
ArnabChatterjee20k
7ad6bb048c
merged 1.8.x
2025-12-02 16:35:40 +05:30
shimon
7041cae48c
Refactor health check logic to simplify database failure handling
2025-12-02 12:58:55 +02:00
shimon
b5537bb714
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-12-02 12:57:15 +02: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
shimon
c34649cb50
remove debug prints
2025-12-02 12:46:59 +02:00
shimon
fde30b6216
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-12-02 12:44:05 +02:00
shimon
e0e9b2ba6f
Remove debug output from RealtimeConsoleClientTest
2025-12-02 10:56:32 +02:00
ArnabChatterjee20k
d2c9ac079a
Refactor VectorDB Embeddings API and Update Dimension Handling
...
- Updated the Create.php file to streamline the embedding creation process by removing unnecessary authentication checks and simplifying the parameter structure.
- Changed the parameter from 'documents' to 'texts' for clarity and adjusted the embedding model handling.
- Modified the response model to include error handling for embedding generation.
- Updated the Embedding response model to reflect changes in dimension naming and added error message handling.
- Refactored VectorDBCollection model to replace 'dimensions' with 'dimension' for consistency across the codebase.
- Adjusted all relevant tests to accommodate the new parameter names and response structures, ensuring comprehensive coverage for the updated functionality.
2025-12-02 14:20:25 +05:30
shimon
250a7da1ee
debug
2025-12-02 09:39:16 +02:00
shimon
f208aa206d
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-12-02 09:29:29 +02:00
shimon
d472978c1a
debug
2025-12-02 09:29:24 +02:00
Jake Barnby and GitHub
5cc6845a44
Merge pull request #10888 from appwrite/fix-query-call
...
Fix invalid query
2025-12-02 06:48:28 +00:00
Damodar Lohani and GitHub
0386fde126
Merge pull request #10890 from appwrite/feat-update-geodb
...
Update GeoDB database
2025-12-02 11:48:20 +05:45
Damodar Lohani
866bd5ebc8
Fix: update test IP
2025-12-02 05:25:25 +00:00
Damodar Lohani
d0b1f5f529
Fix: Catch duplicate exception while creating file document
2025-12-02 02:09:29 +00:00
Damodar Lohani
98dbb03155
Feat: update GeoDB database
2025-12-02 01:40:44 +00:00
Jake Barnby and GitHub
088359c257
Merge pull request #10889 from appwrite/fix-error-setting-user-password
...
Fix: error setting user password
2025-12-02 01:23:48 +00:00
Damodar Lohani
e114d49789
Fix: add test
2025-12-02 01:04:51 +00:00
Damodar Lohani
1df5b71e32
Simplify
2025-12-02 00:59:39 +00:00
Damodar Lohani
a166ae5a03
Fix: error setting user password
...
Fixes Update Password Bug
Fixes #10878
2025-12-02 00:59:19 +00:00
shimon
1d0c522fad
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-12-01 16:52:45 +02:00
Luke B. Silver and GitHub
c5b2b67361
Merge pull request #10887 from appwrite/chore-bump-assistant-0.8.4
...
chore: bump assistant 0.8.4
2025-12-01 14:40:22 +00:00
Darshan
4c62ecbc95
fix: query call.
2025-12-01 19:59:07 +05:30
loks0n
1a4adc50b2
chore: bump assistant 0.8.4
2025-12-01 14:20:41 +00:00
Chirag Aggarwal
aaafdaae52
chore: better examples
2025-12-01 19:21:49 +05:30
shimon
beea3abfc7
remove debug prints
2025-12-01 15:50:15 +02:00
shimon
2dfa7d9542
Enhance health check logic to allow partial database failures without throwing an error, improving resilience in environments with multiple databases.
2025-12-01 13:40:34 +02:00
shimon
22c90ca7ad
debug
2025-12-01 13:23:58 +02:00
shimon
2563a8f967
health api fix
2025-12-01 13:11:17 +02:00
shimon
eb1c119c21
debug
2025-12-01 12:01:27 +02:00
shimon
27d88a421e
debug
2025-12-01 11:59:21 +02:00
shimon
e4755c624f
debug
2025-12-01 11:45:01 +02:00
shimon
21ef33ea45
debug
2025-12-01 11:34:09 +02:00
shimon
5b2fdf7e5b
tmp debug health db api
2025-12-01 11:19:25 +02:00
Jake Barnby
38af4b83c0
Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create
2025-12-01 21:44:41 +13:00
Jake Barnby
cc50ba6b7d
Add custom server test
2025-12-01 21:43:50 +13:00
shimon
cf6605746d
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-30 14:26:52 +02:00
shimon
b061f95f6d
Refactor: Add missing Query import in Compute module and fix code formatting in V20 filter
2025-11-29 20:43:59 +02:00
shimon
c5a45aaded
Refactor: Remove unused parameters and clean up code in TablesDB and Sites modules
2025-11-29 19:13:18 +02:00
Eldad A. Fux and GitHub
adc0d3dbd0
Merge pull request #10884 from appwrite/fix-totp
...
Fix wrong path
2025-11-29 13:47:21 +01:00
Darshan
27b8b23c07
fix: wrong path.
2025-11-29 17:49:52 +05:30
Chirag Aggarwal
6aa054bc7c
chore: release sdks for adding getScreenshot method to Avatars service
2025-11-29 00:56:04 +05:30
shimon
d3fac8ae07
Refactor: Clean up code formatting in Compute, Functions, and Sites modules
2025-11-28 18:13:52 +02:00
shimon
013e961c37
Refactor: Remove unused authorization parameter from redeployVcsFunction calls and related methods
2025-11-28 18:13:03 +02:00
shimon
b899e13763
Refactor: Update database authorization handling in realtime.php and regenerate composer.lock
2025-11-28 16:22:59 +02:00
shimon
5b3659af7c
Remove unused Auth import in storage controller and fix formatting in UserTest class
2025-11-28 16:11:48 +02:00
Shimon Newman and GitHub
95e29d1046
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-28 16:10:26 +02:00
Matej Bačo and GitHub
64dbb28612
Merge pull request #10880 from appwrite/ser-504
...
Support query limit and offset in list repos API
2025-11-28 11:49:45 +01:00
Hemachandar
0b5d67a77a
update vcs version
2025-11-28 15:43:31 +05:30
Hemachandar
e204419b8b
handle invalid offset
2025-11-28 15:33:32 +05:30
Hemachandar and GitHub
851fb58645
Merge branch '1.8.x' into ser-504
2025-11-28 13:13:06 +05:30
Hemachandar
128478ed00
coderabbit feedback
2025-11-28 12:54:34 +05:30
Hemachandar
6f0c4d6c4e
fix limit & offset computation
2025-11-28 12:41:04 +05:30
shimon
aed0079cad
Fix: Correct role retrieval method call and update project test assertions for accuracy
2025-11-28 08:57:12 +02:00
shimon
67311fe5d6
Refactor: Update role retrieval to use authorization object in multiple files
2025-11-27 18:56:33 +02:00
shimon
5da1f791a5
sync with 1.8.x
2025-11-27 18:17:04 +02:00
Matej Bačo and GitHub
c4366c9de1
Merge pull request #10877 from appwrite/ser-648
...
Fix file token expiry
2025-11-27 15:54:31 +01:00
Hemachandar
d517ca8444
Merge branch '1.8.x' into ser-504
2025-11-27 20:12:58 +05:30
Hemachandar
67ae0b088a
update composer.lock
2025-11-27 20:12:22 +05:30
Hemachandar
adc5426ce9
feedback
2025-11-27 20:02:39 +05:30
Hemachandar
c09f7d5cf9
Fix file token expiry
2025-11-27 19:40:09 +05:30
shimon
f216ea5d65
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/graphql.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/controllers/shared/api/auth.php
# app/init/resources.php
# app/realtime.php
# app/worker.php
# composer.lock
# src/Appwrite/Auth/Auth.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Decrement.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Increment.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Get.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/Documents/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Operations/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Get.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/XList.php
# src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Buckets/Files/Action.php
# src/Appwrite/Utopia/Request.php
# src/Appwrite/Utopia/Response.php
# tests/unit/Auth/AuthTest.php
# tests/unit/Messaging/MessagingChannelsTest.php
2025-11-27 15:50:37 +02:00
Jake Barnby
2a88341edc
Add attributes + indexes params
2025-11-28 02:33:13 +13:00
Damodar Lohani and GitHub
95abe61bab
Merge pull request #10875 from appwrite/fix-wrong-user-type
...
Add teamId to project array in e2e test
2025-11-27 17:39:33 +05:45
Damodar Lohani
2fdfbf6e61
Fix type
2025-11-27 11:48:32 +00:00
Matej Bačo and GitHub
c2585e16b1
Merge pull request #10874 from appwrite/revert-10820-ser-550
...
Revert "Update deploymentId in sites rule for first deployment"
2025-11-27 12:28:55 +01:00
Hemachandar and GitHub
fd466dfcea
Revert "Update deploymentId in sites rule for first deployment"
2025-11-27 16:31:14 +05:30
shimon
fb95a05599
teams update
2025-11-27 12:13:07 +02:00
shimon
b76f01b144
Merge remote-tracking branch 'origin/refactor-auth-single-instance' into refactor-auth-single-instance
2025-11-27 11:54:36 +02:00
shimon
35e3294dc4
teams update
2025-11-27 11:51:53 +02:00
shimon
81c2ff501b
Refactor: Adjust parameter order in getUserGitHub function calls for consistency
2025-11-27 11:26:53 +02:00
Damodar Lohani and GitHub
2bd308c236
Merge pull request #10758 from appwrite/feat-appwrite-auth
...
Feat: utopia auth
2025-11-27 15:11:20 +05:45
Jake Barnby and GitHub
885a48b598
Merge pull request #10871 from appwrite/feat-custom-realtime-logger
...
Add realtime logger
2025-11-27 08:51:07 +00:00
Jake Barnby
63652cc155
Add realtime env on config
2025-11-27 17:28:10 +13:00
Damodar Lohani
06c876906c
AI suggested fixes
2025-11-27 00:58:32 +00:00
Damodar Lohani
ef8d7a45f9
composer update
2025-11-27 00:29:15 +00:00
shimon
1bfd413040
Remove unnecessary authorization injection from StatsResources class
2025-11-26 22:32:30 +02:00
shimon
c2ea1b5877
Add referenceType and reference parameters to Create deployment template
2025-11-26 19:52:17 +02:00
shimon
4dc4cc2c11
Update PHPUnit configuration to disable stopOnFailure
2025-11-26 17:39:31 +02:00
shimon
830eda7460
Refactor: Update functions to include Authorization parameter and enable stopOnFailure in PHPUnit configuration
2025-11-26 17:34:44 +02:00
shimon
b69bf3d269
Revert previous revert of the merge for auth single instance refactor
2025-11-26 15:44:19 +02:00
Jake Barnby
04dd0f807d
Add realtime logger
2025-11-27 00:25:04 +13:00
Damodar Lohani
5dd3f9c574
Format
2025-11-26 11:08:13 +00:00
Damodar Lohani
cbc8b2ca0d
Fix: validator not working
2025-11-26 11:02:00 +00:00
Damodar Lohani
f6b04ae63e
Fix type
2025-11-26 10:56:56 +00:00
Damodar Lohani
4fd0af509e
composer update
2025-11-26 10:53:44 +00:00
Damodar Lohani
d539186808
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-26 10:42:55 +00:00
shimon
cee9906073
reverting the revert
2025-11-26 12:27:57 +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
Matej Bačo and GitHub
11b8742a73
Merge pull request #10869 from appwrite/add-logs
...
Add logs for migrations sources
2025-11-25 13:09:22 +01:00
Darshan
7e9d74e141
bump: migrations for logs
2025-11-25 17:15:13 +05:30
Matej Bačo and GitHub
aa98fbb2dc
Merge pull request #10855 from appwrite/update-sdk-examples-docs
...
Update SDK generator and regenerate Java/Kotlin documentation examples
2025-11-25 12:26:46 +01:00
Chirag Aggarwal
8f1b3a8e30
Merge branch '1.8.x' into update-sdk-examples-docs
2025-11-25 14:45:54 +05:30
Matej Bačo and GitHub
3d8cee4676
Merge pull request #10820 from appwrite/ser-550
...
Update deploymentId in sites rule for first deployment
2025-11-25 09:50:16 +01:00
Matej Bačo and GitHub
7efbae4310
Merge pull request #10793 from appwrite/feat-SER-448-improve-MFA-docs-endpoint-order
...
refactor(account): move MFA endpoints to module actions
2025-11-25 09:40:39 +01:00
Jake Barnby and GitHub
1c9fd39fd6
Merge pull request #10850 from appwrite/browser-bump
...
Bump: browser version for tests.
2025-11-25 08:28:52 +00:00
Darshan
8c854b7d07
remove: screenshots uploader for comparison.
2025-11-25 13:26:33 +05:30
Hemachandar and GitHub
c713357131
Merge branch '1.8.x' into ser-550
2025-11-25 13:23:09 +05:30
Darshan
fe9ecb6fcb
simplify: index.
2025-11-25 13:22:19 +05:30
Darshan
ab1541808b
Merge remote-tracking branch 'origin/browser-bump' into browser-bump
2025-11-25 12:39:37 +05:30
Darshan
623a8a747d
temp: compare the screenshots.
2025-11-25 12:39:31 +05:30
Darshan and GitHub
21237f8e02
Merge branch '1.8.x' into browser-bump
2025-11-25 12:22:51 +05:30
Harsh Mahajan
f0ed75f585
update MFA challenge examples to use plural path
2025-11-25 06:08:10 +00:00
Harsh Mahajan and GitHub
34ce5099e2
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
2025-11-25 11:30:25 +05:30
Chirag Aggarwal
10171c80da
Update SDK generator and regenerate Java/Kotlin documentation examples
...
Updated SDK generator to fix Java examples Kotlin syntax issues and regenerated all affected documentation examples across multiple SDK versions.
2025-11-25 11:08:11 +05:30
Jake Barnby and GitHub
c6e4afdb49
Merge pull request #10867 from appwrite/feat-jwt-disposition
...
Custom disposition
2025-11-25 03:25:15 +00:00
Jake Barnby
448e60479d
Downgrade migrations
2025-11-25 16:04:46 +13:00
Jake Barnby
8fe7de7ff9
Custom disposition
2025-11-25 15:19:16 +13:00
Matej Bačo and GitHub
8e70a5239d
Merge pull request #10860 from appwrite/fix-tanstack-nitro-default
...
Update TanStack root directory
2025-11-24 19:39:49 +01:00
Matej Bačo
28beb27759
Upgrade detection lib
2025-11-24 19:08:09 +01:00
b1f5b6946a
Update src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Authenticators/Create.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-11-24 17:44:25 +05:30
9ac594c537
Update src/Appwrite/Platform/Modules/Account/Http/Account/MFA/Challenges/Create.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-11-24 17:44:03 +05:30
Matej Bačo
6547637c96
upgrade lib
2025-11-24 12:58:47 +01:00
Matej Bačo
13a7ead598
Fix TanStack Start default output directory
2025-11-24 12:08:55 +01:00
Harsh Mahajan and GitHub
d40e793137
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
2025-11-24 14:57:50 +05:30
Damodar Lohani
149fee503f
Format
2025-11-23 07:01:11 +00:00
Damodar Lohani
5a1c257a37
composer update
2025-11-23 06:46:15 +00:00
Damodar Lohani
94ba8ee5f2
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-23 06:43:52 +00:00
ArnabChatterjee20k
abe1257bd5
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-21 20:17:59 +05:30
Darshan
e5fa23ef6c
add: 1:1 comparison tests.
2025-11-21 20:05:31 +05:30
ArnabChatterjee20k
3db22fd2db
fixed enum route
2025-11-21 20:03:44 +05:30
ArnabChatterjee20k
a423067b36
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-11-21 19:53:52 +05:30
ArnabChatterjee20k
33aab0357f
updated tests
2025-11-21 19:52:28 +05:30
ArnabChatterjee20k
34e9c69a62
updated tests condition
2025-11-21 19:11:26 +05:30
ArnabChatterjee20k
fdf5ca0067
updated tests condition
2025-11-21 19:08:35 +05:30
ArnabChatterjee20k
6eb17b847f
updated composer
2025-11-21 18:06:32 +05:30
ArnabChatterjee20k
918ebb8ecc
Add VectorDB text embedding creation endpoint and update related tests
2025-11-21 18:00:51 +05:30
ArnabChatterjee20k
c0ac52810e
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-21 17:25:18 +05:30
ArnabChatterjee20k
b658cddc71
updated get project dsn to be of the project db type(dedicate, shared) so that databasesdb and projectdb are not in conflict
2025-11-21 17:22:19 +05:30
Darshan and GitHub
053665eef9
Merge branch '1.8.x' into browser-bump
2025-11-21 13:51:27 +05:30
Jake Barnby and GitHub
66afd1064d
Merge pull request #10853 from appwrite/release-cli-12.0.0
...
chore: release cli 12.0.0
2025-11-21 08:16:30 +00:00
Harsh Mahajan
e2758691af
removed singular folder
2025-11-21 06:49:09 +00:00
Darshan and GitHub
9a8a42f479
Merge branch '1.8.x' into browser-bump
2025-11-21 12:10:21 +05:30
Darshan
3347573f17
bump: browser version for tests.
2025-11-21 12:09:33 +05:30
Harsh Mahajan and GitHub
cceb108fd3
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
2025-11-21 11:59:26 +05:30
Chirag Aggarwal
b905686c0e
fix typo
2025-11-21 10:28:02 +05:30
Chirag Aggarwal
ad43be5dab
fix version
2025-11-21 10:26:38 +05:30
Chirag Aggarwal
ceb11e039f
chore: release cli 12.0.0
2025-11-21 10:25:14 +05:30
Jake Barnby and GitHub
63e06750cf
Merge pull request #10851 from appwrite/chore-index-scope-description
...
chore: update index descriptions to reflect table terminology
2025-11-21 04:52:38 +00:00
Jake Barnby and GitHub
a4f7cf9f73
Merge pull request #10852 from appwrite/vcs-reference-type
...
chore: change VCSDeploymentType enum to VCSReferenceType
2025-11-21 04:51:46 +00:00
Chirag Aggarwal
ba10bed271
chore: change VCSDeploymentType enum to VCSReferenceType
2025-11-21 09:56:26 +05:30
Steven Nguyen and GitHub
e2979410da
chore: update index descriptions to reflect table terminology
...
Updated descriptions for indexes to refer to tables instead of collections.
2025-11-20 18:34:45 -08:00
Darshan
9b68b54743
bump: browser version for tests.
2025-11-20 20:18:54 +05:30
ArnabChatterjee20k
fe753db78c
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-20 18:57:38 +05:30
ArnabChatterjee20k
2f1e47e35a
updated migrations
2025-11-20 18:56:14 +05:30
ArnabChatterjee20k
c3ad337398
updated migrations for vectordb importing/exporting in csv endpoints
2025-11-20 18:54:41 +05:30
Matej Bačo and GitHub
0fbdbb386f
Merge pull request #10848 from appwrite/template-type-enum-override
...
fix: override template deployment type enum name
2025-11-20 11:54:40 +01:00
Matej Bačo and GitHub
b484dd8806
Merge pull request #10843 from appwrite/pla-3693
...
feat: docker-compose maildev update, traefik localhost domains
2025-11-20 11:37:08 +01:00
Chirag Aggarwal and GitHub
50f26e8702
Merge branch '1.8.x' into template-type-enum-override
2025-11-20 16:07:07 +05:30
ArnabChatterjee20k
cc759868b8
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-20 15:51:01 +05:30
Levi van Noort
57758296f5
chore: include redis-insights auto-configuration
2025-11-20 11:00:58 +01:00
Chirag Aggarwal
a2463f8cc3
fix naming
2025-11-20 15:23:16 +05:30
Levi van Noort
a0a1cda2e5
chore: change to include adminir auto-login
2025-11-20 10:51:09 +01:00
ArnabChatterjee20k
1004435e9e
skipped operator tests for mongodb
2025-11-20 14:07:05 +05:30
ArnabChatterjee20k
a9e749a81f
updated migration service extractor for csv import/export
2025-11-20 14:06:42 +05:30
Jake Barnby and GitHub
0cdabbf959
Merge pull request #10847 from appwrite/feat-csv-export
...
Set downloadUrl on realtime event
2025-11-20 06:01:06 +00:00
Chirag Aggarwal
4b752c15e8
functions too
2025-11-20 10:42:13 +05:30
Chirag Aggarwal
fcce6f8d34
fix: override template deployment type enum name
2025-11-20 10:32:56 +05:30
Jake Barnby
2443266ac5
Set downloadUrl on realtime event
2025-11-20 17:10:47 +13:00
Levi van Noort
26f506b7ba
feat: provider locahost domain host for mail, redis and mysql
2025-11-19 17:25:28 +01:00
Levi van Noort
536537553b
chore: change version mailcatcher to updated maildev 2.2.1
2025-11-19 17:04:01 +01:00
ArnabChatterjee20k
553fe15ba9
resolved merge conflicts
2025-11-19 20:01:02 +05:30
ArnabChatterjee20k
fec758d237
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-11-19 20:00:17 +05:30
Matej Bačo and GitHub
4616a2e95d
Merge pull request #10838 from appwrite/release-flutter-20.3.2
...
chore: release flutter 20.3.2
2025-11-19 11:42:24 +01:00
Matej Bačo and GitHub
9a0e1c1840
Merge pull request #10833 from appwrite/chore-config-for-env
...
Use config library for dotenv adapter
2025-11-19 11:40:09 +01:00
Matej Bačo
bdbe94b56f
Improce codeQL
2025-11-19 11:02:29 +01:00
Matej Bačo
0974e1335f
Cleanup
2025-11-19 10:38:32 +01:00
Chirag Aggarwal
61f8c99da7
chore: release flutter 20.3.2
2025-11-19 14:11:40 +05:30
Matej Bačo
150d09f656
Update composer.lock
2025-11-19 09:27:53 +01:00
Matej Bačo
bfce804f79
Merge branch '1.8.x' into chore-config-for-env
2025-11-19 09:27:42 +01:00
Jake Barnby and GitHub
a479ce63fc
Merge pull request #10837 from appwrite/revert-refactor-auth-single-instance
...
Revert "Merge pull request #10682 from appwrite/refactor-auth-single-…
2025-11-19 04:16:57 +00: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
Matej Bačo and GitHub
e6039cf65e
Merge pull request #10830 from appwrite/chore-formatinstance
...
chore: custom format instance in specs
2025-11-18 13:29:27 +01:00
Chirag Aggarwal and GitHub
7b3bceeb7d
Merge branch '1.8.x' into chore-formatinstance
2025-11-18 15:34:42 +05:30
Jake Barnby and GitHub
90ef76ad82
Merge pull request #10828 from appwrite/fix-enum-examples
...
fix: a lot of enum examples generated
2025-11-18 08:10:39 +00:00
Chirag Aggarwal
5a8a900b18
format
2025-11-18 12:50:22 +05:30
Chirag Aggarwal
c2645be4e1
chore: custom format instance in specs
2025-11-18 12:47:39 +05:30
Chirag Aggarwal
20221cd6b6
sync composer
2025-11-18 11:43:27 +05:30
Jake Barnby and GitHub
275ff3dbf2
Merge pull request #10722 from appwrite/feat-per-bucket-image-transformations
...
feat: per bucket image transformations flag
2025-11-18 06:10:00 +00:00
Chirag Aggarwal
b6fbddad81
fix: a lot of enum examples generated
2025-11-18 11:07:50 +05:30
Chirag Aggarwal
39c5b6c4d0
regenerate sdk examples
2025-11-18 09:53:55 +05:30
Chirag Aggarwal
f9274dad3f
regenerate specs
2025-11-18 09:53:13 +05:30
Chirag Aggarwal
3568af54b3
consistent naming
2025-11-18 09:51:20 +05:30
Chirag Aggarwal
71b6ac0364
Merge branch '1.8.x' into feat-per-bucket-image-transformations
2025-11-18 09:50:02 +05:30
Jake Barnby and GitHub
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
Hemachandar
3d69998f9c
another test fix
2025-11-17 18:41:28 +05:30
Hemachandar
d2000ee9d8
test fix
2025-11-17 17:58:15 +05:30
Hemachandar
0718f90405
test failures due to merge
2025-11-17 15:51:36 +05:30
Hemachandar
73f5b4227d
nit
2025-11-17 14:58:04 +05:30
Hemachandar
52766cfdba
Merge branch '1.8.x' into ser-550
2025-11-17 14:57:00 +05:30
Hemachandar
ba542554ce
functions and more tests
2025-11-17 14:53:26 +05:30
Matej Bačo and GitHub
deb5039352
Merge pull request #10795 from appwrite/feat-suggested-env-vars
...
Feat: Git env variables suggestion
2025-11-14 20:43:26 +01:00
Matej Bačo
793057c823
Update composer.lock
2025-11-14 18:06:20 +01:00
Matej Bačo
4a86b2d5b1
Merge branch '1.8.x' into feat-suggested-env-vars
2025-11-14 18:05:21 +01:00
ArnabChatterjee20k
70a1d5d0f7
updated composer lock
2025-11-14 21:33:17 +05:30
ArnabChatterjee20k
c66308e4e9
Merge remote-tracking branch 'upstream/documents-db-api' into vector-db-api
2025-11-14 21:28:40 +05:30
Hemachandar
d36e42377b
include VCS
2025-11-14 20:49:06 +05:30
Hemachandar
d9522ac6b8
Update deploymentId in sites rule for first deployment
2025-11-14 20:44:48 +05:30
Matej Bačo
db1b87ecbb
Add env var value detection
2025-11-14 15:49:19 +01:00
ArnabChatterjee20k
21aae468f2
updated database type function
2025-11-14 19:35:53 +05:30
ArnabChatterjee20k
f007b83ccc
updated composer
2025-11-14 19:18:03 +05:30
ArnabChatterjee20k
28be12d827
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-11-14 19:16:08 +05:30
Luke B. Silver and GitHub
99d16dfc60
Merge pull request #10819 from appwrite/fix-missing-nullable
...
fix: missing nullable in datetime
2025-11-14 10:00:06 +00:00
Luke B. Silver and GitHub
725870b1b1
Merge pull request #10817 from appwrite/update-release-sdks
...
fix: release sdks doc
2025-11-14 09:40:40 +00:00
Chirag Aggarwal
cc7b5b7dcf
fix: missing nullable in datetime
2025-11-14 15:05:32 +05:30
Chirag Aggarwal
38ef0ad399
fix: release sdks doc
2025-11-14 12:39:37 +05:30
Jake Barnby and GitHub
a1dff370a4
Merge pull request #10815 from appwrite/fix-response-models-multi-methods
...
fix: generation of all response models in case of multi method endpoints
2025-11-14 06:40:50 +00:00
Jake Barnby
c961316f46
Fix params
2025-11-14 19:08:33 +13:00
Jake Barnby
2349401a86
Fix merge
2025-11-14 18:49:26 +13:00
Jake Barnby and GitHub
6274d5a3e4
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-14 05:21:40 +00:00
Jake Barnby and GitHub
d0057ec404
Merge pull request #10800 from appwrite/feat-operators
...
Fix operators in transactions
2025-11-14 05:13:52 +00:00
Jake Barnby
ab90563989
Fix tests
2025-11-14 17:31:17 +13:00
Jake Barnby and GitHub
e783f4c234
Merge pull request #10813 from appwrite/feat-csv-export
...
Feat csv export
2025-11-14 04:16:31 +00:00
Jake Barnby
83b9815644
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
2025-11-14 16:45:57 +13:00
Jake Barnby
afb0fcbc6f
Update DB
2025-11-14 16:45:21 +13:00
Jake Barnby
082afcec19
Merge branch 'feat-operators' of github.com:appwrite/appwrite into feat-operators
2025-11-14 16:40:24 +13:00
Jake Barnby
2ab36f4cd6
Use helper for tests
2025-11-14 16:40:00 +13:00
Jake Barnby
72c71785a6
Fix doc
2025-11-14 16:35:10 +13:00
Jake Barnby and GitHub
463eb0e66a
Merge pull request #10785 from appwrite/dat-810
...
Added error message for the backups route
2025-11-14 03:30:35 +00:00
Jake Barnby
0588fb405d
Fix keys
2025-11-14 16:16:06 +13:00
Jake Barnby
b9211d7141
Add delete old CSV job for maintenance
2025-11-14 15:55:41 +13:00
Jake Barnby
a11cf6b002
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-11-14 15:34:36 +13:00
Ebenezer Don and GitHub
521a72f448
Merge branch 'main' into update-readme-nov-2025
2025-11-13 17:20:32 +00:00
Ebenezer Don
d41746f29a
update banner
2025-11-13 17:20:08 +00:00
Luke B. Silver and GitHub
a2799b16f8
Merge pull request #10778 from appwrite/fix-nullable-validation
...
fix: null validation for optional params
2025-11-13 11:39:23 +00:00
Jake Barnby and GitHub
298e6f9260
Merge branch '1.8.x' into feat-operators
2025-11-13 11:29:05 +00:00
ArnabChatterjee20k
93bd6b39a4
updated migrations + index finding issue in vectordb
2025-11-13 16:47:00 +05:30
Jake Barnby
3df2efb7ae
Fix file reads
2025-11-14 00:15:18 +13:00
Jake Barnby and GitHub
b0a0454c55
Merge pull request #10738 from appwrite/fix-webp-library
...
Fix webp upload and previews
2025-11-13 11:01:10 +00:00
Jake Barnby
b2d228e102
Update specs
2025-11-13 23:42:13 +13:00
Chirag Aggarwal
b695ddc7e3
Merge branch '1.8.x' into fix-nullable-validation
2025-11-13 16:06:33 +05:30
Chirag Aggarwal
3bbd87ecb2
fix: openapi too
2025-11-13 16:05:27 +05:30
Chirag Aggarwal
fe8c4cb479
fix: generation of all response models in case of multi method endpoints
2025-11-13 15:59:12 +05:30
Matej Bačo and GitHub
5e4c74d501
Merge pull request #10486 from appwrite/feat-add-branch-deployments
...
Add branch-only deployments to Sites without ref tags
2025-11-13 10:33:46 +01:00
shimon
1da4736d5d
composer.lock
2025-11-13 11:23:26 +02:00
Jake Barnby
c78da61304
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-11-13 22:14:10 +13:00
shimon
5722241ff8
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# composer.lock
2025-11-13 11:10:40 +02:00
Matej Bačo and GitHub
fe8593fecc
Merge pull request #10751 from appwrite/ser-279
...
fix: Throw error when file token expiry is in the past
2025-11-13 09:34:46 +01:00
Damodar Lohani and GitHub
b07674ccd3
Merge pull request #10812 from appwrite/fix-upgrade-utopia-database
...
Upgrade utopia-php database
2025-11-13 13:31:29 +05:45
Damodar Lohani
aa5e3bf9a9
Merge remote-tracking branch 'origin/1.8.x' into fix-upgrade-utopia-database
2025-11-13 07:00:45 +00:00
Damodar Lohani
c1b50e9941
Upgrade utopia-php database
2025-11-13 06:59:03 +00:00
Jake Barnby and GitHub
3a76249d80
Merge pull request #10811 from appwrite/release-flutter-dart-add-screenshot-examples
...
release flutter + dart and add screenshot api docs
2025-11-13 06:58:32 +00:00
Chirag Aggarwal
b2991709dc
update version
2025-11-13 11:38:50 +05:30
Chirag Aggarwal
fcc07533e1
update changelog
2025-11-13 11:34:35 +05:30
Chirag Aggarwal
3a6d907b42
release flutter + dart and add screenshot api docs
2025-11-13 11:29:38 +05:30
Steven Nguyen and GitHub
b793a11cc8
Merge pull request #10775 from appwrite/fix/issue-triage-batch-mode
...
fix: Enable batch mode for issue triage safe-outputs
2025-11-12 17:27:56 -08:00
Ebenezer Don
9cda4d8928
update dashboard image
2025-11-12 23:14:14 +00:00
Ebenezer Don
6f351284e6
update banner
2025-11-12 23:11:08 +00:00
Steven Nguyen
babddf2d1e
fix: clarify bold formatting in triage instructions
2025-11-12 11:49:58 -08:00
Steven Nguyen
73d8fbfebc
feat: update issue-triage to process comments for AI spam
2025-11-12 10:56:33 -08:00
Atharva Deosthale
d411b741b3
address comments
2025-11-12 23:06:18 +05:30
Hemachandar
bc19e66775
fix tests
2025-11-12 20:27:42 +05:30
Hemachandar
08c9db7c60
use inline validator
2025-11-12 19:23:57 +05:30
ArnabChatterjee20k
75045ffd58
added constants for the vector dimension
2025-11-12 16:28:58 +05:30
ArnabChatterjee20k
ed8419986a
linting
2025-11-12 16:23:59 +05:30
ArnabChatterjee20k
954011b2c4
added transactions for vectordb
2025-11-12 16:21:27 +05:30
Jake Barnby
e8f2e78ac4
Use internal bucket
2025-11-12 22:18:25 +13:00
Jake Barnby
37f16ef0bb
Fix array conversion
2025-11-12 21:54:37 +13:00
Jake Barnby
46d785bbb8
Fix tests
2025-11-12 21:04:17 +13:00
Damodar Lohani and GitHub
a9c9f602ec
Merge pull request #10807 from appwrite/feat-update-flutter-default-build-runtime
...
Update Flutter framework default build runtime version to 3.35
2025-11-12 13:16:20 +05:45
Damodar Lohani and GitHub
d90b4c2f19
update framework config
2025-11-12 12:43:34 +05:45
Damodar Lohani and GitHub
79d733486c
Update Flutter framework default build runtime version to 3.35
2025-11-12 12:35:31 +05:45
Damodar Lohani and GitHub
d862245090
Merge pull request #10806 from appwrite/lohanidamodar-patch-2
...
Fix: add default fallback to Flutter framework
2025-11-12 12:30:11 +05:45
Damodar Lohani and GitHub
aacaadcce0
Fix: add default fallback to Flutter framework
2025-11-12 12:17:15 +05:45
Damodar Lohani and GitHub
69ee6e0659
Merge pull request #10805 from appwrite/lohanidamodar-patch-2
...
Feat: enable Flutter 3.35 and Dart 3.9 for sites
2025-11-12 10:51:00 +05:45
Jake Barnby
e564793089
Merge remote-tracking branch 'origin/1.8.x' into feat-operators
...
# Conflicts:
# composer.lock
2025-11-12 17:02:58 +13:00
Jake Barnby
37910a4c5c
Fix space
2025-11-12 16:59:50 +13:00
Jake Barnby
0c7551b0c1
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/teams.php
# composer.lock
2025-11-12 16:51:21 +13:00
Jake Barnby
c9582978ed
Fix operator parsing on txn ops
2025-11-12 16:48:42 +13:00
Jake Barnby
ae21fadf0d
Fix event firing on txn ops
2025-11-12 16:48:26 +13:00
Damodar Lohani and GitHub
cfd62cf0a1
Update template-runtimes.php
2025-11-12 09:32:12 +05:45
Damodar Lohani and GitHub
279682941a
enable dart
2025-11-12 09:31:04 +05:45
Damodar Lohani and GitHub
eae26d90af
Feat: enable Flutter 3.35 for sites
2025-11-12 09:25:35 +05:45
Jake Barnby and GitHub
b46ebb95a3
Merge pull request #10688 from appwrite/users-add-attributes
...
Users add new email attributes
2025-11-12 03:19:24 +00:00
Damodar Lohani and GitHub
ffcb6a4677
Merge pull request #10804 from appwrite/feat-upgrade-runtimes
...
Feat: upgrade runtime
2025-11-12 07:26:17 +05:45
Damodar Lohani and GitHub
142e359dba
Merge branch '1.8.x' into feat-upgrade-runtimes
2025-11-12 07:16:09 +05:45
Jake Barnby and GitHub
4130983210
Merge pull request #10407 from appwrite/dat-647
...
updated migration error attribute size
2025-11-12 01:05:13 +00:00
Damodar Lohani
e01ac65ce8
Feat: upgrade runtime
2025-11-12 00:26:27 +00:00
fogelito
97454c0768
EmailValidator chnage to email
2025-11-11 15:33:16 +02:00
fogelito
8b4a56cd9b
$emailCanonical
2025-11-11 15:25:10 +02:00
fogelito
da0a6b167f
EmailValidator
2025-11-11 15:00:09 +02:00
fogelito
27d0c511ac
patch users email
2025-11-11 12:09:40 +02:00
fogelito
8a58f7b6d7
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into users-add-attributes
2025-11-11 11:36:01 +02:00
fogelito
cc97d78b5a
Add try catch
2025-11-11 11:35:18 +02:00
Luke B. Silver and GitHub
91c24b671b
Merge pull request #10791 from appwrite/release-cli-php
...
chore: release cli and php
2025-11-11 09:22:57 +00:00
fogelito
b28e536967
Add try catch
2025-11-11 10:35:39 +02:00
Jake Barnby
ab5aac00c4
Format
2025-11-11 21:25:21 +13:00
Chirag Aggarwal and GitHub
653ac184e1
Merge branch '1.8.x' into feat-per-bucket-image-transformations
2025-11-11 13:53:29 +05:30
Jake Barnby
353e84bb74
Fix keys
2025-11-11 21:10:11 +13:00
Jake Barnby
94614d32d0
Handle deep nested ops
2025-11-11 21:09:12 +13:00
Harsh Mahajan
b20c493fa6
changes
2025-11-11 07:50:42 +00:00
Jake Barnby
1efe9fa693
Merge remote-tracking branch 'origin/1.8.x' into feat-operators
...
# Conflicts:
# composer.lock
2025-11-11 20:21:15 +13:00
Jake Barnby
74ff9a955b
Fix transactions + operators
2025-11-11 20:20:08 +13:00
fogelito
ce7f40dd34
Revert response model
2025-11-11 08:16:09 +02:00
fogelito
49318b5dac
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into users-add-attributes
2025-11-11 08:09:11 +02:00
Chirag Aggarwal and GitHub
da736631b2
Merge branch '1.8.x' into release-cli-php
2025-11-11 10:55:52 +05:30
Ebenezer Don
7d568af9cc
Update README files to match new tagline and remove no-longer-needed stuff
2025-11-10 21:15:40 +00:00
Harsh Mahajan and GitHub
b91268b3cd
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
2025-11-11 00:13:52 +05:30
Matej Bačo and GitHub
9db6f9cb75
Merge pull request #10782 from appwrite/add-elevenlabs-site-template
...
Add ElevenLabs text-to-speech sites template
2025-11-10 16:35:26 +01:00
fogelito
6096c42ff9
More updates
2025-11-10 17:30:40 +02:00
Matej Bačo
831a261c04
Sync unit tests with DNS lib validator
2025-11-10 16:29:34 +01:00
Matej Bačo
c784cf950b
Add variables suggestion
2025-11-10 16:20:48 +01:00
Aditya Oberai
b06354b99a
update tanstack starter and elevenlabs template scores
2025-11-10 15:12:20 +00:00
Aditya Oberai and GitHub
a797951bec
Merge branch '1.8.x' into add-elevenlabs-site-template
2025-11-10 20:38:21 +05:30
bb0007a1e8
Update app/config/templates/site.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2025-11-10 20:38:07 +05:30
Aditya Oberai
507717fdf7
generate screenshots from docker command
2025-11-10 14:49:44 +00:00
fogelito
5afae248ae
Test Update
2025-11-10 15:00:18 +02:00
fogelito
98255fe628
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into users-add-attributes
...
# Conflicts:
# composer.lock
2025-11-10 14:52:25 +02:00
Chirag Aggarwal
057397197b
update to 18.0.1
2025-11-10 18:20:31 +05:30
Aditya Oberai
c398d5fba9
Add default value for ELEVENLABS_API_KEY env variable
2025-11-10 12:17:29 +00:00
Harsh Mahajan
64b4ea9551
refactor(account): move MFA endpoints to module actions
2025-11-10 11:56:08 +00:00
Damodar Lohani
47b653fd64
Use correct hashing algorithm for oauth2 token
2025-11-10 11:38:47 +00:00
Chirag Aggarwal
4dc700927e
fix: examples
2025-11-10 15:39:54 +05:30
Chirag Aggarwal
4a148e6ef9
remove broken execute
2025-11-10 15:06:22 +05:30
Chirag Aggarwal
2ff0ae61c8
update php
2025-11-10 15:00:09 +05:30
Damodar Lohani
c8e6fcc090
fix token verify
2025-11-10 09:01:12 +00:00
Damodar Lohani
b3df65cf33
remove unused var
2025-11-10 09:01:09 +00:00
Chirag Aggarwal
b06460b562
chore: release cli and php
2025-11-10 14:19:26 +05:30
Chirag Aggarwal
74492ded44
update description
2025-11-10 11:35:25 +05:30
Chirag Aggarwal and GitHub
9ecffbf4e9
Merge branch '1.8.x' into fix-nullable-validation
2025-11-10 10:19:13 +05:30
Chirag Aggarwal
0ed4b5dbe7
fix imports + add spec changes
2025-11-10 10:16:58 +05:30
Chirag Aggarwal
eb17ffd5d2
wrap all optional values with default null with nullable
2025-11-10 10:15:49 +05:30
Jake Barnby and GitHub
0bf8cead51
Merge pull request #10789 from appwrite/sync-specs
...
chore: sync specs
2025-11-10 04:33:40 +00:00
Damodar Lohani and GitHub
add1142d1f
Merge pull request #10786 from appwrite/feat-function-sites-stats
...
Feat: stats sites and functions runtimes and frameworks
2025-11-10 09:52:36 +05:45
Chirag Aggarwal
86896a6d3c
chore: sync specs
2025-11-10 08:51:56 +05:30
Damodar Lohani
4fd4af312d
Fix array wrong reference
2025-11-09 08:18:37 +00:00
shimon
3ef6154ebe
Update composer.lock to reflect package version upgrades and dependency changes, including Symfony components and Utopia PHP libraries.
2025-11-09 10:10:22 +02:00
Shimon Newman and GitHub
a96ba5499e
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-09 10:06:03 +02:00
shimon
599aa1dcca
Merge branch 'main' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-09 10:04:37 +02:00
Damodar Lohani
4b7a7496ff
Feat: stats sites and functions runtimes and frameworks
...
- Sites frameworks count
- Functions runtimes count
2025-11-09 07:17:40 +00:00
ArnabChatterjee20k
eb0e42b79c
added error message for the backups route
2025-11-09 12:13:08 +05:30
Damodar Lohani and GitHub
62e5f54fcb
Merge branch '1.8.x' into feat-appwrite-auth
2025-11-09 08:36:27 +05:45
Steven Nguyen
09933ce658
refactor: Simplify issue retrieval - use single since query
...
The list_issues tool's 'since' parameter already filters by updated_at,
which captures both newly created issues AND recently commented issues in
a single query. Removed redundant second query.
2025-11-07 12:28:14 -08:00
Steven Nguyen
b225503dc5
feat: Enhance issue triage with updated criteria
...
- Include issues updated in last 24 hours (with new comments), not just newly created
- Add non-English content check: detect and request English translation respectfully
- Add multi-topic detection: ask users to split issues with multiple unrelated topics
- Improve spam detection with clear guidance
- Enhanced with empathetic approach for language and topic guidance
- Add parameter hints for list_label tool usage
- Clarify good first issue label application criteria
- Update summary message to reflect new triage scope
2025-11-07 12:26:13 -08:00
Steven Nguyen
a77a279539
fix: update issue-triage workflow
...
- look for duplicate issues across the org
- fix deprecated timeout_minutes
2025-11-07 12:17:51 -08:00
Steven Nguyen
b1e65725b5
fix: increase safe-outputs limits (labels=100, comments=10) and extend workflow stop-time
2025-11-07 12:01:42 -08:00
Aditya Oberai and GitHub
0c93e7d545
Update app/config/templates/site.php
2025-11-07 23:29:36 +05:30
Aditya Oberai
469d0859fc
Add ElevenLabs text-to-speech sites template
2025-11-07 17:07:25 +00:00
ArnabChatterjee20k
7c408d675e
pr followups
2025-11-07 14:30:22 +05:30
Luke B. Silver and GitHub
4a96d89ee6
Merge pull request #10765 from appwrite/feat-sdk-release-runtime-config
...
Set configs for SDK release at runtime
2025-11-07 08:57:43 +00:00
ArnabChatterjee20k
4d47bc2ebf
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:48:59 +05:30
ArnabChatterjee20k
119d6c1789
Merge remote-tracking branch 'upstream/1.8.x' into dat-647
2025-11-07 13:19:28 +05:30
ArnabChatterjee20k
c3f221f1fb
added timestamp mutation test
2025-11-07 13:13:13 +05:30
Steven Nguyen and GitHub
2aa2b8df91
chore: set GITHUB_TOKEN and git email at runtime
2025-11-07 00:06:01 +00:00
Steven Nguyen
84ebbc6993
fix: Enable labels toolset in GitHub MCP server
...
- Add github tool configuration with 'default' and 'labels' toolsets
- The labels toolset was not enabled by default, causing the agent
to fall back to bash commands like 'gh label list'
- Now list_label MCP tool will be available to the agent
2025-11-06 15:43:31 -08:00
Steven Nguyen and GitHub
4f1940ac0c
Merge pull request #10739 from appwrite/copilot/sub-pr-10738
...
Add test coverage for webp upload and preview functionality
2025-11-06 15:07:52 -08:00
Steven Nguyen
94db75fd6c
fix: Correct GitHub MCP tool name from list_labels to list_label
...
The correct tool name in GitHub MCP server is 'list_label' (singular), not 'list_labels' (plural). This was causing the agent to fall back to bash commands like 'gh label list' instead of using the proper MCP tool.
2025-11-06 15:05:45 -08:00
Steven Nguyen
2e4397a951
fix: Use GitHub MCP list_labels tool instead of bash gh command
...
- Replace 'gh label list' bash command instruction with 'list_labels' GitHub MCP tool
- GitHub MCP tools are already enabled and authenticated, no additional config needed
- Fixes permission denied errors when agent tried to use gh CLI
2025-11-06 14:33:24 -08:00
Steven Nguyen
2f255ce01c
fix: Enable batch mode for issue triage safe-outputs
...
- Add target: "*" to safe-outputs configuration for add-labels and add-comment
- This allows the workflow to apply comments and labels to multiple issues
when running in scheduled/manual trigger mode (batch processing)
- Previously, safe-outputs jobs were skipped because they required
github.event.issue.number which only exists in event-triggered runs
- With target: "*", the workflow now reads issue numbers from the agent
output and applies changes to each issue individually
2025-11-06 11:50:38 -08:00
Steven Nguyen and GitHub
ef938a1c39
Merge pull request #10732 from appwrite/copilot/fix-google-token-disappears
...
Fix Google OAuth2 refresh token support
2025-11-06 10:28:02 -08:00
Steven Nguyen and GitHub
ebee879855
Merge pull request #10748 from appwrite/copilot/update-issue-triage-workflow
...
Migrate issue-triage workflow from event-based to scheduled batch processing with duplicate detection
2025-11-06 08:14:25 -08:00
shimon
ae2ffd259c
Remove debug output from HealthCustomServerTest
2025-11-06 17:54:44 +02:00
shimon
3d471bae56
health db debug
2025-11-06 17:37:31 +02:00
shimon
d0f2293755
debug health db
2025-11-06 16:42:58 +02:00
shimon
d6bd26da43
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-06 16:12:02 +02:00
shimon
16d6c9e5e3
debug dbHelth
2025-11-06 16:11:57 +02:00
ArnabChatterjee20k
de59f53de3
reverted error tracing
2025-11-06 18:25:01 +05:30
Matej Bačo and GitHub
e342009c9e
Merge pull request #10771 from appwrite/Update-facts-on-Github-sites-and-functions
...
feat: Add new tips to Comment class
2025-11-06 13:50:27 +01:00
Matej Bačo and GitHub
41d89f1b7a
Merge pull request #10773 from appwrite/chore-remove-locale-cache
...
Chore: remove locale cache
2025-11-06 13:49:32 +01:00
ArnabChatterjee20k
04b169fab8
updated composer packages
2025-11-06 18:01:01 +05:30
ArnabChatterjee20k
857ec3b099
reverted docker compose
2025-11-06 17:54:21 +05:30
Matej Bačo
ad6aff6af2
remove locale cache
2025-11-06 13:24:17 +01:00
ArnabChatterjee20k
b1dd377b67
Merge branch 'documents-db-api' into vector-db-api
2025-11-06 17:52:14 +05:30
ArnabChatterjee20k
81128e8446
reverted changes
2025-11-06 17:51:33 +05:30
ArnabChatterjee20k
86371e2082
Merge branch 'documents-db-api' into vector-db-api
2025-11-06 17:50:14 +05:30
ArnabChatterjee20k
bd6f62dd68
updated realtime, create endpoint , resources, registers
2025-11-06 17:48:39 +05:30
Harsh Mahajan and GitHub
9b52f6f8f6
Add new tips to Comment class
2025-11-06 14:17:31 +05:30
Matej Bačo and GitHub
ad46d057d5
Merge pull request #10593 from appwrite/feat-SER-193-Update-facts-on-github-sites-and-functions
...
Feat: update facts on GitHub sites and functions
2025-11-06 09:35:53 +01:00
Damodar Lohani
9ef6fa9b4c
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-06 05:58:51 +00:00
Damodar Lohani
9fe74bdd22
update database library
2025-11-06 05:57:36 +00:00
Damodar Lohani and GitHub
68ae8ce348
Merge pull request #10762 from appwrite/release-python
...
chore: release python sdk to 13.6.1
2025-11-06 09:24:43 +05:45
Chirag Aggarwal
87b0bfcdfe
Merge branch '1.8.x' into release-python
2025-11-06 08:33:07 +05:30
Damodar Lohani
fa2b46c7e7
Fix: dev dependency
2025-11-06 02:26:47 +00:00
Damodar Lohani
13f9900802
fix version
2025-11-06 02:12:00 +00:00
Damodar Lohani
3c93004cde
Fix: switch database version
2025-11-06 02:05:18 +00:00
Damodar Lohani
631fd2ea4c
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-06 02:04:38 +00:00
copilot-swe-agent[bot] and stnguyen90
8a9d0a3f33
Rename logo-after.webp to image.webp
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-05 19:30:21 +00:00
ArnabChatterjee20k
d2275c05fb
updated tests
2025-11-05 20:34:12 +05:30
Luke B. Silver and GitHub
d37bab37e6
Merge pull request #10766 from appwrite/bump-database-3.1.5
...
Bump database version 3.1.5
2025-11-05 13:52:13 +00:00
fogelito
7810d54238
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into bump-database-3.1.5
2025-11-05 14:34:23 +02:00
Matej Bačo and GitHub
b3f9404b93
Merge pull request #10767 from appwrite/fix-tanstack-builds
...
Fix: tanstack builds crashing
2025-11-05 13:28:08 +01:00
fogelito
d4b5d7df73
lock file
2025-11-05 13:54:07 +02:00
Matej Bačo
e93f479157
Fix tanstack builds craashing
2025-11-05 12:48:39 +01:00
fogelito
a1b1f97162
lock file
2025-11-05 13:36:43 +02:00
fogelito
1f0e3e0f51
lock file
2025-11-05 13:21:52 +02:00
shimon
26d3cef528
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-05 11:33:07 +02:00
shimon
fb7691be3b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-05 11:27:25 +02:00
Damodar Lohani
eb7be569eb
format
2025-11-05 07:10:47 +00:00
Damodar Lohani
88cbc36a02
remove Appwrite\Auth\Auth
2025-11-05 07:09:18 +00:00
Damodar Lohani
6a60b7d25b
format
2025-11-05 05:33:22 +00:00
Damodar Lohani
343d443903
Fix realtime
2025-11-05 05:31:17 +00:00
Damodar Lohani
12c27edaf9
Fix user test
2025-11-05 05:23:32 +00:00
Damodar Lohani
0f9b13e251
use argon default
2025-11-05 05:09:36 +00:00
Damodar Lohani
965c4738e7
fix user's attributes
2025-11-05 05:06:40 +00:00
Damodar Lohani
4679eff4b8
use argon 2 default
2025-11-05 03:34:52 +00:00
Damodar Lohani
3cfb5d695f
Fix list identities
2025-11-05 03:33:02 +00:00
Jake Barnby and GitHub
501cba216b
Update app/init/resources.php
2025-11-05 16:09:20 +13:00
Damodar Lohani
7ef5a7edaf
Fix teams
2025-11-05 02:39:03 +00:00
Damodar Lohani
8adeb40c1d
fix team get membership
2025-11-05 02:33:22 +00:00
Damodar Lohani
ae105165ab
fix team logs endpoint
2025-11-05 02:28:56 +00:00
Damodar Lohani
5dfee10369
Fix logs endpoint
2025-11-05 02:16:37 +00:00
Damodar Lohani
44b5ed90d5
composer update
2025-11-05 02:06:14 +00:00
Damodar Lohani
e70d5c46b6
Merge branch 'feat-appwrite-auth' of https://github.com/appwrite/appwrite into feat-appwrite-auth
2025-11-05 02:05:25 +00:00
Damodar Lohani
c9d66c52b4
composer update
2025-11-05 02:04:39 +00:00
Damodar Lohani
4d22f4252f
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-05 01:59:42 +00:00
Damodar Lohani
9130a7102e
Fix use correct user type
2025-11-05 01:41:15 +00:00
Damodar Lohani
2a7d89ea7b
Fix missing auth vars
2025-11-05 01:14:36 +00:00
Steven Nguyen and GitHub
4ce2426c3d
Merge pull request #10566 from Priyanshuthapliyal2005/fix/sitesCreateDeployment
...
fix: sites deployment activation instructions in createDeployment
2025-11-04 13:10:36 -08:00
Steven Nguyen and GitHub
25b3680b1d
Merge branch '1.8.x' into fix/sitesCreateDeployment
2025-11-04 11:36:37 -08:00
Steven Nguyen and GitHub
c910c98b32
chore: install ssh and gh commands for dev
...
This will allow creating github releases for SDKs
2025-11-04 16:18:49 +00:00
fogelito
fe9d49c346
Response Model
2025-11-04 17:13:53 +02:00
shimon
f3fd2fd191
composer.lock
2025-11-04 17:11:45 +02:00
Shimon Newman and GitHub
a970969c4d
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-04 17:06:53 +02:00
Matej Bačo and GitHub
6c1e4434a6
Merge pull request #10763 from appwrite/update-readme-file
...
Update README.md
2025-11-04 15:52:25 +01:00
shimon
f0e4c9184d
Update composer.json and composer.lock to reflect new version constraints for utopia-php/audit and utopia-php/database, ensuring compatibility with the latest releases. Adjusted versioning for utopia-php/migration and appwrite/sdk-generator to their respective latest versions.
2025-11-04 16:44:09 +02:00
Veeresh and GitHub
ba6e389f81
Update README.md
2025-11-04 19:33:30 +05:30
Chirag Aggarwal
c442dd3ef1
chore: release python sdk to 13.6.1
2025-11-04 17:19:42 +05:30
Luke B. Silver and GitHub
bf5aa7b86c
Merge pull request #10761 from appwrite/feat-bump-utopia-dns
...
feat: bump utopia dns
2025-11-04 11:16:44 +00:00
loks0n
b42cc11eba
feat: bump utopia dns
2025-11-04 10:56:34 +00:00
Chirag Aggarwal and GitHub
decad9ff9d
Merge branch '1.8.x' into feat-per-bucket-image-transformations
2025-11-04 14:31:04 +05:30
Damodar Lohani and GitHub
e264ef53f4
Merge branch '1.8.x' into feat-appwrite-auth
2025-11-04 14:08:15 +05:45
Damodar Lohani
31ffc9ea92
format
2025-11-04 08:12:46 +00:00
Damodar Lohani
81480f4492
remove deprecated methods
2025-11-04 07:53:14 +00:00
Damodar Lohani
4b15fec1d7
Remove further auth static methods
2025-11-04 07:51:03 +00:00
Damodar Lohani
918ad4a545
remove auth test and add user test
2025-11-04 07:41:42 +00:00
Damodar Lohani
dff7aa6ce0
format
2025-11-04 07:12:42 +00:00
Damodar Lohani
5ef717d0fd
More replacement for auth checks
2025-11-04 07:12:34 +00:00
Jake Barnby and GitHub
79573b1d47
Merge pull request #10737 from appwrite/main
...
Sync main into 1.8.x
2025-11-04 19:58:18 +13:00
Hemachandar
3739ee26d8
fix: Use supported runtimes from env config
2025-11-04 12:09:42 +05:30
copilot-swe-agent[bot] and stnguyen90
2d332264c6
Replace with simple webp image for testing
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-04 06:16:41 +00:00
Damodar Lohani
437d914e90
More refactor and fixes
2025-11-04 06:08:35 +00:00
Damodar Lohani
897f512b47
Refactor remove moved to utopia auth
2025-11-04 05:37:45 +00:00
Damodar Lohani
df1f14c853
Refactor realtime
2025-11-04 05:25:20 +00:00
Damodar Lohani
68cce71527
refactor realtime
2025-11-04 05:22:18 +00:00
Damodar Lohani
2ae474971d
use new session verify
2025-11-04 03:48:57 +00:00
Damodar Lohani
617c1aaee3
update db with custom types support
2025-11-04 02:34:07 +00:00
copilot-swe-agent[bot] and stnguyen90
2f843153da
Add duplicate/related issues detection and listing to triage workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-03 20:02:03 +00:00
copilot-swe-agent[bot] and stnguyen90
df8fb23e75
Fix test assertion for file count with offset
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-03 18:13:21 +00:00
Hemachandar
60e57eb9c5
lint
2025-11-03 17:29:48 +05:30
Hemachandar
10a9845898
fix: Throw error when file token expiry is in the past
2025-11-03 16:55:13 +05:30
shimon
dc43b5977f
Inject authorization dependency into the Update class to enhance authorization handling for string column updates.
2025-11-03 12:58:22 +02:00
shimon
e1fbaf14eb
Inject authorization dependency into the Update class for improved authorization handling in relationship updates.
2025-11-03 12:51:21 +02:00
shimon
d721425cfe
composer.lock
2025-11-03 12:33:07 +02:00
shimon
02dd275be4
Update composer.lock with new reference for utopia-php/database and modify Upsert action method to remove unused Authorization parameter and enhance document validation. This improves code clarity and maintainability.
2025-11-03 11:54:50 +02:00
Damodar Lohani
50cd6a737d
Update resources
2025-11-03 09:39:52 +00:00
Damodar Lohani
a575c07468
Fix user resource
2025-11-03 09:32:56 +00:00
Damodar Lohani
071ec671e0
Feat: utopia auth
2025-11-03 09:13:08 +00:00
shimon
3391563829
Remove unused Authorization import from Bulk Delete.php to clean up code and improve maintainability.
2025-11-03 11:07:17 +02:00
shimon
5709265f6c
linter
2025-11-03 11:02:30 +02:00
shimon
89d5a28c28
Refactor authorization handling to consistently utilize the Authorization class across multiple controllers and functions. Update method signatures to include Authorization as a parameter, ensuring cleaner and more maintainable code. This change enhances the overall structure and readability of the authorization logic.
2025-11-03 10:37:05 +02:00
shimon
f613a06d19
composer.lock
2025-11-03 10:04:01 +02:00
Shimon Newman and GitHub
30f4b846d2
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-03 09:21:13 +02:00
shimon
a3742bc65e
compose.lock
2025-11-03 09:13:04 +02:00
shimon
cd1b2b6c05
Refactor authorization handling by replacing method calls with direct class references, ensuring consistent usage of the Authorization class across various modules. Update method signatures to include Authorization as a parameter where necessary, and remove unnecessary injections. Additionally, correct the documentation in CHANGES.md for clarity.
2025-11-03 09:07:44 +02:00
Jake Barnby and GitHub
55103a1d04
Merge pull request #10750 from appwrite/feat-csv-export
...
CSV export email updates
2025-11-03 19:26:49 +13:00
Jake Barnby and GitHub
6e71a3ca4c
Merge branch '1.8.x' into feat-csv-export
2025-11-03 19:26:25 +13:00
Jake Barnby and GitHub
1f173eb3c3
Merge pull request #10735 from appwrite/feat-operators
...
Add operator support
2025-11-03 19:25:44 +13:00
Jake Barnby
2db205d186
Update changelogs
2025-11-03 19:06:16 +13:00
ArnabChatterjee20k
4988881568
updated method names and sdk namespaces for vectordb
2025-11-03 11:17:57 +05:30
Jake Barnby
1d84f1666d
Fix copy
2025-11-03 18:36:07 +13:00
Jake Barnby
aa6390062f
Fix text centering
2025-11-03 18:35:59 +13:00
Jake Barnby
455b9b3ca7
Fix logo size
2025-11-03 18:35:43 +13:00
Jake Barnby
45ead583c6
Generate docs
2025-11-03 17:03:45 +13:00
Jake Barnby
750ccdf33d
Merge remote-tracking branch 'origin/1.8.x' into feat-operators
2025-11-03 16:06:09 +13:00
shimon
c13aed651a
Refactor storage file retrieval to use queries directly for counting, improving consistency in authorization handling. Update Action class to remove unnecessary authorization skip, and include authorization in Email/Create class constructor for better dependency management.
2025-11-02 21:24:11 +02:00
shimon
dbccb16784
linter
2025-11-02 19:01:59 +02:00
shimon
c0be333c0f
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-11-02 18:58:51 +02:00
shimon
d96c7eb3e9
Enhance TransactionState to utilize Authorization class for improved transaction management. Updated method signatures and resource initialization to include authorization, ensuring consistent handling across the application.
2025-11-02 18:58:41 +02:00
Shimon Newman and GitHub
4fca374fe9
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-02 18:15:26 +02:00
shimon
9b82dd0411
Update composer.lock to reflect version upgrades for utopia-php/detector (0.2.1 to 0.2.2) and appwrite/sdk-generator (1.4.16 to 1.5.0), including updated references and source URLs.
2025-11-02 18:14:31 +02:00
shimon
0904881de8
Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary.
2025-11-02 18:11:56 +02:00
fogelito
6a41f8b2b9
Remove todos
2025-11-02 11:16:12 +02:00
fogelito
503145734b
Move user Document out of try block
2025-11-02 11:06:56 +02:00
fogelito
371cab0658
try catch EmailCanonical
2025-11-02 10:59:28 +02:00
fogelito
ca8cb6f260
Add utopia-php/emails
2025-11-02 09:13:55 +02:00
Eldad A. Fux and GitHub
745e9e2bea
Merge pull request #10675 from appwrite/feat-screenshots-endpoint
...
POC - website screenshots
2025-11-01 18:03:37 +01:00
copilot-swe-agent[bot] and stnguyen90
1f9afc8cab
Update issue-triage workflow to run daily and process last 24h issues
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-11-01 15:47:43 +00:00
copilot-swe-agent[bot]
c5d4551cab
Initial plan
2025-11-01 15:39:50 +00:00
Matej Bačo and GitHub
230148c06e
Merge pull request #10747 from appwrite/feat-next-js-standalone
...
Feat: Next.js standalone support
2025-10-31 16:26:32 +01:00
ArnabChatterjee20k
f9be1ddfc5
added vector embedding creation + update endpoint
2025-10-31 19:07:34 +05:30
Matej Bačo
3197ebb655
Merge branch '1.8.x' into feat-next-js-standalone
2025-10-31 13:56:55 +01:00
Matej Bačo
af3a0bb34b
Update detection lib
2025-10-31 13:51:38 +01:00
Matej Bačo and GitHub
ea1099b112
Merge pull request #10746 from appwrite/ser-453
...
Update base template for session alert email
2025-10-31 13:47:22 +01:00
ArnabChatterjee20k
60e95458a7
vector db endpoints
...
* configs and default attributes + indexes
* separate collection creation setup
* fix -> database metadata fix on collection creation
2025-10-31 18:01:47 +05:30
Hemachandar
f9542e2be2
Update base template for session alert email
2025-10-31 17:52:47 +05:30
Jake Barnby
3e291492fb
Update versions
2025-11-01 01:16:24 +13:00
Jake Barnby
e7dc7a6fba
Update specs
2025-11-01 01:05:15 +13:00
Luke B. Silver and GitHub
b525605d1b
Merge pull request #10745 from appwrite/sdk-release-doc
...
doc: add tutorial for releasing sdks
2025-10-31 12:01:48 +00:00
Jake Barnby
dc968a1fa4
Merge remote-tracking branch 'origin/1.8.x' into feat-operators
...
# Conflicts:
# composer.lock
2025-11-01 00:56:06 +13:00
Chirag Aggarwal
ebee3536f5
final changes
2025-10-31 17:24:03 +05:30
Chirag Aggarwal
8c8073d7aa
grammer fixes
2025-10-31 17:22:02 +05:30
Jake Barnby
d284c29e2a
Update generator
2025-11-01 00:50:36 +13:00
Jake Barnby
0fae37a999
Fix colors
2025-11-01 00:49:08 +13:00
Chirag Aggarwal
fce4f72ca9
doc: add tutorial for releasing sdks
2025-10-31 17:18:54 +05:30
ArnabChatterjee20k
2bb6b0a2a9
updated database dsn for create in the create database
2025-10-31 16:45:01 +05:30
Jake Barnby
77968be454
Fix template
2025-11-01 00:10:39 +13:00
ArnabChatterjee20k
3311bd27cb
Merge branch 'documents-db-api' into vector-db-api
2025-10-31 16:35:00 +05:30
ArnabChatterjee20k
5d9ef0dcca
added metadata create on database
2025-10-31 16:33:54 +05:30
Luke B. Silver and GitHub
4f905e06e2
Merge pull request #10744 from appwrite/regen-sdks
...
regen sdks
2025-10-31 09:34:52 +00:00
Chirag Aggarwal
ed39fd7999
regen sdks
2025-10-31 14:31:16 +05:30
Jake Barnby and GitHub
71cd882324
Merge pull request #10743 from appwrite/update-sdk-gen
...
update sdk gen
2025-10-31 21:54:43 +13:00
Chirag Aggarwal
68d7ff9c55
update sdk gen
2025-10-31 13:05:29 +05:30
Jake Barnby and GitHub
8ca083ed27
Merge pull request #10729 from appwrite/update-sdks-2
...
update sdks
2025-10-31 19:54:45 +13:00
ArnabChatterjee20k
7ddecdd9ef
Merge branch 'documents-db-api' into vector-db-api
2025-10-31 10:45:58 +05:30
Jake Barnby
600da2a504
Add operator support
2025-10-31 11:47:20 +13:00
copilot-swe-agent[bot] and stnguyen90
d1511d5ba1
Refactor webp tests per review feedback
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-30 22:26:30 +00:00
copilot-swe-agent[bot] and stnguyen90
4a8651ab39
Add webp test cases for upload/view and preview
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-30 21:58:02 +00:00
copilot-swe-agent[bot] and stnguyen90
de4f473da1
Initial plan for adding webp test cases
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-30 21:56:12 +00:00
copilot-swe-agent[bot]
ce539972a5
Initial plan
2025-10-30 21:51:50 +00:00
Steven Nguyen and GitHub
458100cd69
Upgrade base image to version 0.10.5
...
Ensure libwebp is installed in the base image when imagemagick is installed so that imagemagick works with webp.
2025-10-30 14:42:18 -07:00
fogelito
fea1630909
Remove redundant emailVerification
2025-10-30 18:18:09 +02:00
fogelito
e40e88c322
Update emails attributes
2025-10-30 18:09:36 +02:00
Chirag Aggarwal
6bd52875dc
update to major
2025-10-30 18:13:32 +05:30
ArnabChatterjee20k
c8f966b0e5
added the default database type for the transactions context
2025-10-30 13:44:26 +05:30
ArnabChatterjee20k
3d2f21be7c
updated composer lock
2025-10-30 13:02:49 +05:30
ArnabChatterjee20k
3e876f5bd8
fixed merge conflicts
2025-10-30 12:57:41 +05:30
ArnabChatterjee20k
a5e56438c7
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-30 12:35:57 +05:30
ArnabChatterjee20k
4e79259c4e
Refactor database handling to streamline DSN retrieval for documents and tables databases
2025-10-30 12:27:52 +05:30
Chirag Aggarwal
88dffcffbf
format
2025-10-30 11:01:42 +05:30
Chirag Aggarwal
07214de370
update sdks
2025-10-30 10:03:36 +05:30
Damodar Lohani
d56bd44f67
Fix label parsing
2025-10-30 02:07:15 +00:00
Damodar Lohani and GitHub
a39970c59a
Merge branch '1.8.x' into feat-screenshots-endpoint
2025-10-30 07:26:43 +05:45
Damodar Lohani
b30890c1d6
remove duplicate configs
2025-10-30 01:37:53 +00:00
Damodar Lohani
5c1f6244c8
remove dump
2025-10-30 01:32:22 +00:00
Damodar Lohani
7156036120
remove viewport fullpage duplicate
2025-10-30 01:31:45 +00:00
copilot-swe-agent[bot] and stnguyen90
627adb43e0
Add access_type=offline and prompt=consent to Google OAuth2 login URL to enable refresh tokens
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-29 23:12:28 +00:00
copilot-swe-agent[bot]
9ad08694ed
Initial plan
2025-10-29 23:01:33 +00:00
Shimon Newman and GitHub
d38399dcc0
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-29 20:38:04 +02:00
shimon
68b0fe8c70
linter
2025-10-29 20:33:36 +02:00
shimon
7c2a1ade1f
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-10-29 20:22:00 +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
111b2abeeb
Update app/cli.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-10-29 20:19:49 +02:00
Steven Nguyen and GitHub
a869ae3323
Merge pull request #10725 from appwrite/copilot/analyze-action-failure
...
Add missing models: read permission to AI Moderator workflow
2025-10-29 07:33:44 -07:00
Chirag Aggarwal
baa7a170d9
update sdks
2025-10-29 18:54:29 +05:30
Luke B. Silver and GitHub
60726757ab
Merge pull request #10726 from appwrite/fix-testListSites
...
fix: testListSites 2 not matching expected 1
2025-10-29 12:48:38 +00:00
Jake Barnby and GitHub
7b55a9810f
Merge pull request #10668 from appwrite/feat-disable-count
...
Feat disable count
2025-10-29 23:47:33 +13:00
Chirag Aggarwal
d995dbb159
fix: naming
2025-10-29 15:19:16 +05:30
Chirag Aggarwal
1180dc0781
use search
2025-10-29 15:13:33 +05:30
Chirag Aggarwal
2951a1b7b8
fix: testListSites 2 not matching expected 1
2025-10-29 15:11:42 +05:30
9503507011
Update src/Appwrite/Utopia/Response.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-29 11:20:49 +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
a6d1f46133
addressing comments
2025-10-29 10:38:09 +02:00
ArnabChatterjee20k
fae79e5c3f
updated tests from feat-mongodb branch
2025-10-29 13:49:18 +05:30
Steven Nguyen and GitHub
e5cd093a7b
Apply suggestion from @stnguyen90
2025-10-29 00:45:49 -07:00
shimon
33000134df
addrising comments + composer.lock
2025-10-29 09:17:10 +02:00
copilot-swe-agent[bot] and stnguyen90
2078e52798
Add contents: read permission to AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-29 07:16:52 +00:00
copilot-swe-agent[bot]
08c51b8761
Initial plan
2025-10-29 07:12:09 +00:00
Steven Nguyen and GitHub
37dfce0f5b
Merge pull request #10718 from appwrite/add-workflow-workflows-issue-triage.md-5094
...
Add agentic workflow issue-triage
2025-10-29 00:04:22 -07:00
shimon
b893599ba8
Merge branch '1.8.x', commit 'f18aa6b6486d52ef97674c1ac483c476b85a6f21' of github.com:appwrite/appwrite into feat-disable-count
...
# Conflicts:
# composer.lock
2025-10-29 09:03:44 +02:00
ArnabChatterjee20k
b169be9dda
updated migration merge conflicts
2025-10-29 11:41:46 +05:30
Damodar Lohani and GitHub
8f87b9cb5e
Merge branch '1.8.x' into feat-screenshots-endpoint
2025-10-29 09:19:47 +05:45
Damodar Lohani
b303bd1051
add correct assertion
2025-10-29 03:34:25 +00:00
Damodar Lohani
60a4266204
validate data length
2025-10-29 03:30:59 +00:00
Damodar Lohani
637bf4f231
add abuse limit
2025-10-29 03:30:43 +00:00
Steven Nguyen and GitHub
92f776b525
Merge pull request #10717 from appwrite/copilot/add-ai-moderator-repo
...
Add GitHub AI Moderator workflow
2025-10-28 11:46:35 -07:00
ArnabChatterjee20k
8f4496346d
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-28 18:41:03 +05:30
shimon
145b884628
compose.lock
2025-10-28 15:07:26 +02:00
ArnabChatterjee20k
f306c03030
updated tests and index creation
2025-10-28 18:32:17 +05:30
shimon
0e22b06f0a
linter
2025-10-28 15:01:08 +02:00
shimon
9e79d883a0
Refactor authorization retrieval in realtime and update imports in migration files; clean up whitespace in tests
2025-10-28 14:16:26 +02:00
Chirag Aggarwal and GitHub
02e8a7b429
Merge branch '1.8.x' into feat-per-bucket-image-transformations
2025-10-28 15:12:35 +05:30
Chirag Aggarwal
ca861119f9
keep in same
2025-10-28 15:10:51 +05:30
Chirag Aggarwal
0bfbae4cdd
add to both dbs
2025-10-28 15:09:11 +05:30
shimon
61de3b9e08
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-10-28 11:38:08 +02:00
Chirag Aggarwal
7b1e163c77
move to check
2025-10-28 15:07:24 +05:30
Chirag Aggarwal
3f710ddc70
fix: test
2025-10-28 15:06:43 +05:30
Chirag Aggarwal
1546add5d5
add to both dbs
2025-10-28 15:05:14 +05:30
Shimon Newman and GitHub
734c44c1da
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-28 11:30:43 +02:00
shimon
68524067cf
migrations tests fix
2025-10-28 11:29:14 +02:00
shimon
cc6319a2c7
singletone fix
2025-10-28 11:09:20 +02:00
Jake Barnby and GitHub
2a260c3d5f
Merge pull request #10720 from appwrite/composer-add-emails
...
Composer add emails lib
2025-10-28 22:05:19 +13:00
Chirag Aggarwal
4aaaa460b2
feat: per bucket image transformations flag
2025-10-28 14:13:38 +05:30
fogelito
b8321d3bb0
Update lock for database 3.0.4
2025-10-28 10:25:29 +02:00
Shimon Newman and GitHub
dee3d375db
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-28 10:01:33 +02:00
fogelito
66610cfd4e
Pull main
2025-10-28 09:33:56 +02:00
fogelito
149fa141d0
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into composer-add-emails
...
# Conflicts:
# composer.lock
2025-10-28 09:33:21 +02:00
fogelito
9305c86367
Add utopia-php/emails 0.6
2025-10-28 09:32:00 +02:00
shimon
462634d311
Update dependencies in composer.json and composer.lock; upgrade utopia-php/detector to version 0.2.*, and utopia-php/migration to version 1.3.3. Modify exception messages in storage API for better clarity on authorization failures. Adjust test assertions to reflect updated error messages.
2025-10-28 09:09:54 +02:00
Jake Barnby and GitHub
0e6d3279d7
Merge pull request #10546 from appwrite/feat-csv-export
...
CSV export
2025-10-28 18:19:54 +13:00
Jake Barnby
c0cb4681ae
Fix error encode
2025-10-28 17:58:31 +13:00
Jake Barnby and GitHub
b9fb10a379
Merge pull request #10719 from appwrite/fix-error-handler-error
...
Return empty on no collection, fallback to route validation
2025-10-28 17:39:05 +13:00
Jake Barnby
b39a118bba
Clean up errors
2025-10-28 17:37:22 +13:00
Jake Barnby
9f2ff0e1f7
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# app/config/specs/open-api3-1.8.x-client.json
# app/config/specs/open-api3-1.8.x-console.json
# app/config/specs/open-api3-1.8.x-server.json
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.8.x-client.json
# app/config/specs/swagger2-1.8.x-console.json
# app/config/specs/swagger2-1.8.x-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
2025-10-28 17:22:02 +13:00
Jake Barnby
15cabd018d
Lint
2025-10-28 16:56:54 +13:00
Jake Barnby
8a5a6037b1
Return empty on no collection, fallback to route validation
2025-10-28 16:50:38 +13:00
Steven Nguyen and GitHub
eec3d210ee
Add agentic workflow issue-triage
2025-10-28 03:00:30 +00:00
copilot-swe-agent[bot] and stnguyen90
b729c8119d
Fix parameter name to use 'token' instead of 'github-token'
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-28 02:18:07 +00:00
copilot-swe-agent[bot] and stnguyen90
30a093a0d5
Add GitHub AI Moderator workflow
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-10-28 02:16:40 +00:00
copilot-swe-agent[bot]
dee3ddffca
Initial plan
2025-10-28 02:11:53 +00:00
shimon
e769cf4e48
Remove vendor path for utopia-php/database in docker-compose.yml
2025-10-27 21:23:03 +02:00
shimon
fbaffa980a
linter
2025-10-27 20:46:58 +02:00
shimon
26f61c1855
add back registers.php
2025-10-27 19:34:49 +02:00
shimon
dae62d863a
Merge remote-tracking branch 'origin/refactor-auth-single-instance' into refactor-auth-single-instance
2025-10-27 19:27:33 +02:00
shimon
681fa198c9
composer.lock
2025-10-27 19:27:16 +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
d7cc3895cb
Update composer.lock to reflect version changes for utopia-php/detector, remove unused registers.php file, and clean up whitespace in cli.php and worker.php. Refactor database resource initialization in resources.php for consistency.
2025-10-27 19:23:55 +02:00
Matej Bačo and GitHub
dde6968e50
Merge pull request #10713 from appwrite/fix-next-16
...
Fix: Next.js 16
2025-10-27 17:22:57 +01:00
Matej Bačo
71349385b4
Upgrade Console (tanstack support), and detector (next.js 16)
2025-10-27 17:03:24 +01:00
Shimon Newman and GitHub
a0b21a0bd4
Merge branch '1.8.x' into refactor-auth-single-instance
2025-10-27 16:24:08 +02:00
shimon
65e99ff0de
Merge remote-tracking branch 'origin/refactor-auth-single-instance' into refactor-auth-single-instance
2025-10-27 16:20:28 +02:00
shimon
ecd6880fe0
composer.lock
2025-10-27 16:20:07 +02:00
shimon
e20adbba61
Merge branch 'main' of github.com:appwrite/appwrite into refactor-auth-single-instance
2025-10-27 16:18:50 +02:00
shimon
30d58e6371
Update composer dependencies for utopia-php/audit and utopia-php/database, reflecting new versioning and aliases. Refactor document validation in Create operation to utilize the new authorization method for better security handling.
2025-10-27 16:14:04 +02:00
fogelito
037d60633b
Add emailCanonical
2025-10-27 15:59:20 +02:00
fogelito
6f299e922c
Add emails
2025-10-27 15:50:45 +02:00
ArnabChatterjee20k
a8469a9b92
updated composer lock
2025-10-27 18:10:41 +05:30
ArnabChatterjee20k
b63510acb5
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-27 18:10:08 +05:30
ArnabChatterjee20k
3e612ec88d
flask test fixing via retry
2025-10-27 18:08:44 +05:30
Luke B. Silver and GitHub
7047ffe3dd
Merge pull request #10707 from appwrite/update-docs-examples-to-use-permission-class
...
Update docs examples to use permission class
2025-10-27 12:38:13 +00:00
Chirag Aggarwal
73e3f2869f
fix: imports
2025-10-27 17:41:33 +05:30
fogelito
218bb4c537
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into users-add-attributes
2025-10-27 13:37:33 +02:00
Luke B. Silver and GitHub
e4f63ed0c9
Merge pull request #10694 from appwrite/update-sdks
...
update sdks
2025-10-27 11:16:26 +00:00
ArnabChatterjee20k
1be36ae552
updated deps
2025-10-27 16:19:04 +05:30
ArnabChatterjee20k
445b657207
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-27 16:15:10 +05:30
shimon
6ed2000478
Update composer.lock and refactor authorization handling in CLI and worker modules. Adjust Docker configuration to include database source path. Modify error handling in general controller and enhance permission setting in document creation. Fix privileged user role retrieval in function execution. Ensure consistent authorization usage across various resources.
2025-10-27 12:09:23 +02:00
Chirag Aggarwal
720dfb97e8
feat: improve doc examples to use Permission and Roles helper classes
2025-10-27 14:13:54 +05:30
shimon
f18aa6b648
composer.lock
2025-10-27 10:14:41 +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
Damodar Lohani and GitHub
74bcfe1e08
Merge pull request #10706 from appwrite/feat-screenshot-endpoint-stats
...
Feat: usage stats for screenshot generated
2025-10-27 12:57:48 +05:45
Damodar Lohani
2afba50a8c
Feat: usage stats for screenshot generated
2025-10-27 06:44:04 +00:00
Damodar Lohani and GitHub
15b12551a0
Merge pull request #10702 from appwrite/fix-description
...
fix: execution status enum description
2025-10-27 12:08:20 +05:45
Chirag Aggarwal
22f44c51d6
regen specs
2025-10-27 11:23:56 +05:30
Damodar Lohani and GitHub
128dc34a52
Merge pull request #10705 from appwrite/fix-warning-builds-worker
...
Fix warning builds worker
2025-10-27 10:42:29 +05:45
Chirag Aggarwal
ecc3f61f1e
fix: warning Undefined variable $adapter
2025-10-27 08:41:13 +05:30
eldadfux
61f4c7957a
Add new configuration variable '_APP_BROWSER_HOST' for browser service communication; update avatar screenshot API to use System::getEnv for environment variable retrieval
2025-10-25 10:22:53 +01:00
Chirag Aggarwal
ffb2a02ea0
fix: execution status enum description
2025-10-25 10:52:22 +05:30
Chirag Aggarwal
f6135a0e04
update composer
2025-10-25 10:10:51 +05:30
eldadfux
f13c029751
Refactor avatar screenshot API to replace 'viewport' parameter with separate 'viewportWidth' and 'viewportHeight' parameters; update related tests for validation of new dimensions and edge cases.
2025-10-24 22:53:10 +01:00
Steven Nguyen and GitHub
6ded8dce67
Merge pull request #10700 from appwrite/chore-issue-auto-labeler
...
Create workflow to auto add labels to issues
2025-10-24 14:50:46 -07:00
Eldad Fux
d8bde641e9
Update appwrite-browser image to version 0.3.1; enhance avatar screenshot API by adding 'waitUntil' parameter and refactoring image processing logic for improved efficiency.
2025-10-24 21:42:10 +01:00
Steven Nguyen and Steven Nguyen
21b95c2645
chore: create workflow to auto add labels to issues
2025-10-24 11:24:57 -07:00
Matej Bačo and GitHub
3733df6fc5
Merge pull request #10698 from appwrite/ser-218-functions
...
Fix errors on downloading function deployment output
2025-10-24 16:57:48 +02:00
Hemachandar
b5d26bb426
Fix errors on downloading function deployment output
2025-10-24 19:59:48 +05:30
Matej Bačo
fa4529846c
Applying SDK generation fix for Console
...
https://github.com/appwrite/appwrite/pull/10628/files
2025-10-24 16:18:11 +02:00
Matej Bačo and GitHub
1fc790802d
Merge pull request #10681 from appwrite/feat-tanstack-start-sites
...
Feat: Tanstack support
2025-10-24 15:57:20 +02:00
Matej Bačo
52ababa800
Update docker-compose.yml
2025-10-24 14:57:12 +02:00
Matej Bačo
b3c1dea8d7
Fix template test
2025-10-24 13:25:25 +02:00
Matej Bačo
f51c387cd8
Update composer.lock
2025-10-24 12:44:42 +02:00
Matej Bačo
3dd1c3de13
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-24 12:43:51 +02:00
Matej Bačo
4472437696
AI code review fix
2025-10-24 12:41:46 +02:00
Matej Bačo
ca39c2cde5
Add tanstack starter
2025-10-24 12:33:50 +02:00
Chirag Aggarwal
a7b74cede8
update generator
2025-10-24 14:46:28 +05:30
Jake Barnby and GitHub
24bfad100d
Merge pull request #10690 from appwrite/feat-resend
...
feat: resend adapter
2025-10-24 09:13:24 +00:00
Matej Bačo and GitHub
a8de338d5f
Merge pull request #10633 from appwrite/ser-376
...
Dark mode styles for emails
2025-10-24 10:50:53 +02:00
Chirag Aggarwal
9c0772f125
add tests
2025-10-24 14:19:59 +05:30
Chirag Aggarwal
d90e2621a1
update sdks
2025-10-24 14:00:39 +05:30
Hemachandar and GitHub
572870e320
Merge branch '1.8.x' into ser-376
2025-10-24 13:55:21 +05:30
Matej Bačo and GitHub
046d1190cf
Merge pull request #10691 from appwrite/chore-skip-auth-to-delete-vcs-lock
...
Skip auth check to delete vcs lock document
2025-10-23 18:00:58 +02:00
Khushboo Verma
a6af0cc73a
Skip auth check to delete vcs lock document
2025-10-23 20:27:45 +05:30
Harsh Mahajan and GitHub
1468231de7
Update Comment.php
2025-10-23 20:20:16 +05:30
Chirag Aggarwal
f12481ce20
add update endpoint
2025-10-23 19:42:12 +05:30
Chirag Aggarwal
a280a565f6
feat: resend adapter
2025-10-23 19:06:11 +05:30
Matej Bačo and GitHub
c80b40cec7
Merge pull request #10648 from appwrite/ser-218
...
Fix errors on downloading large deployment output
2025-10-23 14:25:34 +02:00
Hemachandar and GitHub
5ebb7e23a9
Merge branch '1.8.x' into ser-218
2025-10-23 17:31:16 +05:30
Matej Bačo
6f188a03d5
Manual QA bug fixing
2025-10-23 12:43:57 +02:00
fogelito
c13a70e226
Add users attributes
2025-10-23 12:38:18 +03:00
Jake Barnby
7318ebf1d8
Merge branch 'feat-csv-export' of github.com:appwrite/appwrite into feat-csv-export
2025-10-23 21:34:21 +13:00
Jake Barnby
e222221ec9
Add failure email
2025-10-23 21:34:09 +13:00
Jake Barnby
fdf5367e39
Fix options not fired from realtime
2025-10-23 20:35:17 +13:00
Darshan and GitHub
42c75c43de
Merge branch '1.8.x' into feat-csv-export
2025-10-23 12:20:06 +05:30
Jake Barnby
28a6f6de00
Format
2025-10-23 18:57:10 +13:00
Jake Barnby
c03b56c0de
Check plan file size max
2025-10-23 18:47:55 +13:00
Jake Barnby
e21f53f4c7
Abstract error sanitization
2025-10-23 18:47:11 +13:00
Jake Barnby
462a2d505d
Remove unused scopes
2025-10-23 18:17:35 +13:00
Jake Barnby
654125a6a8
Review comments
2025-10-23 17:21:05 +13:00
d4e5a1bdf2
Update src/Appwrite/Platform/Workers/Migrations.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-23 17:03:16 +13:00
Jake Barnby
26e07b8c26
Update specs
2025-10-23 16:58:29 +13:00
Jake Barnby
2a4f191a69
Fix log sets
2025-10-23 16:49:37 +13:00
Steven Nguyen and GitHub
aec26277c7
Merge pull request #10500 from appwrite/copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
...
Fix hardcoded specification defaults to use dynamic plan-based logic
2025-10-22 15:41:11 -07:00
Luke B. Silver and GitHub
887820dbec
Merge pull request #10683 from appwrite/fix-stats-usage-memory-leak
...
fix: stats usage memory leak
2025-10-22 17:53:47 +01:00
loks0n
18371eb511
fix: stats usage memory leak
2025-10-22 17:53:16 +01:00
Matej Bačo and GitHub
c38d319aeb
Merge pull request #10535 from appwrite/fix-author-url-in-template-deployments
...
Fix Author URL in template deployments
2025-10-22 17:35:41 +02:00
Khushboo Verma
9c55da5b99
Resolve merge conflicts
2025-10-22 20:44:47 +05:30
Matej Bačo
3019551db5
remove leftover todo
2025-10-22 16:04:30 +02:00
shimon
25403ea35e
composer.lock
2025-10-22 16:43:49 +03:00
shimon
815c75fa9a
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# composer.lock
2025-10-22 16:42:11 +03:00
shimon
8b3b07a710
linter
2025-10-22 16:40:00 +03:00
shimon
33f88fa5e0
Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock.
2025-10-22 16:35:48 +03:00
Matej Bačo
d787408e1d
Implement package-based framework detection
2025-10-22 15:28:49 +02:00
Jake Barnby
c86702430b
Merge branch 'feat-csv-export' of github.com:appwrite/appwrite into feat-csv-export
2025-10-23 02:23:15 +13:00
Jake Barnby
597dc308a6
Fix test
2025-10-23 02:22:49 +13:00
Jake Barnby and GitHub
f89dc6c1ae
Merge branch '1.8.x' into feat-csv-export
2025-10-22 12:48:39 +00:00
Jake Barnby
95902fa897
Fix lock
2025-10-23 01:39:25 +13:00
Jake Barnby
d2aa971ed3
Update lock
2025-10-23 01:33:28 +13:00
Jake Barnby
9a1b5d4eee
Only parse for validation
2025-10-23 01:28:06 +13:00
Matej Bačo
a5486128d4
Update composer.lock
2025-10-22 13:41:55 +02:00
Matej Bačo
14b1cc6e48
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-22 13:41:37 +02:00
Matej Bačo
f9257c1ec9
add tanstack template, use detection lib v 0.2
2025-10-22 13:40:49 +02:00
Luke B. Silver and GitHub
45e938b4ba
Merge pull request #10679 from appwrite/update-apple-swift-13.3.0
...
chore: update apple sdk to 13.3.0
2025-10-22 12:17:33 +01:00
Jake Barnby
c177d54f59
Update lock
2025-10-22 23:51:28 +13:00
Jake Barnby
de7f69ae3f
Remove invalid param
2025-10-22 23:49:11 +13:00
Jake Barnby
7249083152
Pass through queries
2025-10-22 23:23:07 +13:00
Eldad Fux
e00a73f442
Enhance avatar screenshot API by adding 'scale' parameter for browser scaling; update related tests to validate new functionality and edge cases.
2025-10-22 10:22:17 +01:00
Jake Barnby
d5bd6a0475
Fix file ID
2025-10-22 22:06:55 +13:00
Chirag Aggarwal
c2d4997810
update apple to 13.3.0
2025-10-22 14:17:57 +05:30
Jake Barnby
c9d83cb3f5
Custom writer
2025-10-22 20:37:03 +13:00
Matej Bačo and GitHub
de03506c0a
Merge pull request #10674 from appwrite/feat-SER-457-add-max-build-duration-env
...
feat: add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-22 09:32:46 +02:00
Harsh Mahajan and GitHub
b6349b17f2
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
2025-10-22 10:24:37 +05:30
Jake Barnby and GitHub
2e699ef8b9
Merge pull request #10678 from appwrite/update-domains-0.9.1
...
update domain lib to 0.9.1
2025-10-22 04:53:35 +00:00
Harsh Mahajan and GitHub
32dae9ad7c
Update Comment.php
2025-10-22 10:05:18 +05:30
Harsh Mahajan and GitHub
f5034a6ad8
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
2025-10-22 09:56:56 +05:30
Harsh Mahajan and GitHub
be5c5f9420
Merge branch 'main' into feat-SER-193-Update-facts-on-github-sites-and-functions
2025-10-22 09:53:45 +05:30
Jake Barnby
929baa17db
Fix capture
2025-10-22 17:18:57 +13:00
Jake Barnby
8ded7c5942
Add options on response
2025-10-22 17:15:06 +13:00
Chirag Aggarwal
9c30f32281
update domain lib to 0.9.1
2025-10-22 09:29:45 +05:30
Jake Barnby
94c309d61e
Fix default escape
2025-10-22 16:41:00 +13:00
Jake Barnby and GitHub
72c608bf3b
Merge pull request #10677 from appwrite/chore-sync-1.8.0
...
Chore sync 1.8.0 into main
2025-10-22 01:09:41 +00:00
Eldad Fux
dfe87a0d37
Rename avatar screenshot endpoint from '/v1/avatars/screenshot' to '/v1/avatars/screenshots' for consistency; update related tests accordingly.
2025-10-22 01:40:31 +01:00
Eldad Fux
bb77319703
Update browser endpoint in avatar screenshot API to use service name for improved reliability
2025-10-22 01:30:04 +01:00
Eldad Fux
dc7bb627d5
Enhance avatar screenshot API with new parameters and validations; add GraphQL support and extensive tests for various scenarios
2025-10-22 01:24:31 +01:00
Steven Nguyen and GitHub
2652a21332
Merge pull request #10404 from appwrite/feat-1.8.0-release-prep
...
Prepare 1.8.0 release
2025-10-21 15:40:07 -07:00
Eldad Fux
f35b80ba1a
Refactor avatar screenshot handling and add comprehensive tests for various header and parameter validations
2025-10-21 21:20:31 +01:00
Eldad Fux
6cc5d1595d
Fixes
2025-10-21 21:03:13 +01:00
Steven Nguyen
60b4835539
Merge branch 'feat-1.8.0-release-prep' into chore-sync-1.8.0
2025-10-21 12:24:26 -07:00
Eldad Fux
5073a86581
POC - website screenshots
2025-10-21 15:37:05 +01:00
Jake Barnby
4619e03d64
Update specs
2025-10-22 01:26:01 +13:00
Harsh Mahajan and GitHub
d48ef373a7
Fix environment variable assignment for build timeout
2025-10-21 17:48:48 +05:30
4cb20b3fe3
Update app/controllers/api/console.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-21 17:47:30 +05:30
Jake Barnby
f1c68af091
Add queries for csv export
2025-10-22 01:12:18 +13:00
Harsh Mahajan
803244ccf7
feat:add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-21 11:48:48 +00:00
Jake Barnby
215d55a997
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.json
# composer.lock
2025-10-22 00:34:01 +13:00
Luke B. Silver and GitHub
16a2dd0b27
Merge pull request #10672 from appwrite/update-cli-10.2.2
...
chore: update cli to 10.2.2
2025-10-21 10:53:16 +01:00
shimon
ab1e510348
Enhance API response handling by adding 'includeTotal' parameter to account endpoints, allowing control over total count calculation for sessions, logs, and identities. Updated tests to verify functionality.
2025-10-21 11:41:41 +03:00
shimon
232f1b1c05
account sync
2025-10-21 11:24:09 +03:00
shimon
1606141a5a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
...
# Conflicts:
# app/controllers/api/account.php
2025-10-21 11:14:05 +03:00
shimon
c8f8b6ff0c
account sync
2025-10-21 10:54:03 +03:00
shimon
095ee8511b
composer
2025-10-21 10:44:17 +03:00
shimon
bb0889fdba
test fix
2025-10-21 10:35:01 +03:00
Chirag Aggarwal
8154a8524a
update sdk gen
2025-10-21 12:51:10 +05:30
Chirag Aggarwal
0e567e3e68
chore: update cli to 10.2.2
2025-10-21 11:40:50 +05:30
Steven Nguyen
610a359160
chore: clean up CHANGES.md
...
1. Remove PR authors because they don't render properly anyways
2. Format PR links to use markdown style links instead of plain URLs
2025-10-20 21:15:38 -07:00
Steven Nguyen
a3f51298fe
chore: update CHANGES.md for 1.8.0 release
2025-10-20 21:15:38 -07:00
Steven Nguyen
46f249fd3b
feat: bump console to version 7.4.7
2025-10-20 21:15:38 -07:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
01765fd27f
feat: bump console to version 7.4.4
2025-10-20 21:15:37 -07:00
Steven Nguyen
0a809f85f2
fix(self-hosted): create missing project attributes
...
Appwrite 1.6.1 added these attributes, but the migration was never updated to include those new attributes
2025-10-20 21:15:37 -07:00
Steven Nguyen
a9b18811ea
fix(self-hosted): clear cache for collections and documents
...
In older versions of Appwrite, the internal ID was the $internalId attribute. However, it has now changed to $sequence so that it can align with the publicly exposed attribute for an auto-incrementing ID.
The problem with this change is that data in the cache still references the old $internalId attribute, which can lead to inconsistencies and errors when accessing cached documents. To resolve this issue, we need to clear the cache for all collections and documents at the beginning of the migration so that the new $sequence attribute is used.
2025-10-20 21:15:37 -07:00
Steven Nguyen
59f82a0dd7
feat: bump console to version 7.1.11
2025-10-20 21:15:37 -07:00
Steven Nguyen
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07:00
Jake Barnby and GitHub
f150cffa17
Merge pull request #10670 from appwrite/revert-auth
...
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
2025-10-21 02:58:23 +00:00
Jake Barnby
f4efb81832
Update lock
2025-10-21 15:07:53 +13:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
...
This reverts commit 9dd1939d1f , reversing
changes made to 8dfdfcb522 .
# Conflicts:
# app/config/collections/common.php
# app/controllers/api/users.php
# app/init/resources.php
# composer.lock
2025-10-21 14:59:30 +13:00
shimon
a643cde26d
Update 'includeTotal' parameter to use Boolean(true) for consistent behavior across API endpoints, enhancing response handling for sessions, logs, memberships, and more.
2025-10-20 22:00:57 +03:00
shimon
5f3316ff18
fix assertion order
2025-10-20 18:38:14 +03:00
shimon
9be7f4d72c
Merge remote-tracking branch 'origin/feat-disable-count' into feat-disable-count
2025-10-20 18:28:14 +03:00
shimon
76f4483dda
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
2025-10-20 18:27:36 +03:00
shimon
fb4e3e1b9d
Implement 'includeTotal' parameter across multiple API endpoints to control total count in responses, ensuring consistent behavior in session, log, and membership retrievals.
2025-10-20 18:18:17 +03:00
Jake Barnby and GitHub
e2d3624713
Merge pull request #10664 from appwrite/feat-update-db
...
Update db
2025-10-20 14:11:36 +00:00
shimon
55a33c135c
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
2025-10-20 17:11:32 +03:00
Matej Bačo and GitHub
411951f9d5
Merge pull request #10669 from appwrite/copilot/update-github-comment-title
...
Change GitHub alert from NOTE to TIP in VCS build comments
2025-10-20 16:03:59 +02:00
Jake Barnby
caa699e181
Update database
2025-10-21 02:25:51 +13:00
copilot-swe-agent[bot] and Meldiron
d9773f44b1
Change GitHub alert from NOTE to TIP in VCS comments
...
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com >
2025-10-20 12:32:38 +00:00
copilot-swe-agent[bot]
46dd8fdc68
Initial plan
2025-10-20 12:28:04 +00:00
Jake Barnby
94d02aff4f
Fix DB tests
2025-10-21 01:24:50 +13:00
Jake Barnby
d23f993a6c
Fix validator constructor
2025-10-21 00:13:43 +13:00
Jake Barnby
bfe639fb70
Fix key
2025-10-21 00:13:32 +13:00
Jake Barnby
568651291e
Update libs
2025-10-20 23:13:17 +13:00
shimon
09075a05db
typo fix
2025-10-19 16:22:13 +03:00
shimon
9f80952251
linter
2025-10-19 16:15:13 +03:00
shimon
d0e0f67fee
Implement 'includeTotal' parameter across various API endpoints to control total count in responses
2025-10-19 15:45:16 +03:00
shimon
f16de4abb9
Refactor XList classes to consistently implement 'includeTotal' parameter for total count control in database queries
2025-10-19 14:46:55 +03:00
shimon
7bbe08f23e
Enhance XList classes to support 'includeTotal' parameter for controlling total count in database queries
2025-10-19 14:38:32 +03:00
shimon
3229956eef
Enhance XList actions to include 'includeTotal' parameter for total count control
2025-10-19 13:16:39 +03:00
Damodar Lohani and GitHub
254f026458
Merge pull request #10667 from appwrite/fix-auth-refactor
...
Fix: reset argon 2 options to previous default
2025-10-19 14:00:25 +05:45
Damodar Lohani
248d3aea7a
Fix: reset argon 2 options to previous default
2025-10-19 05:44:44 +00:00
Jake Barnby
11042af051
Update db
2025-10-18 02:19:43 +13:00
ArnabChatterjee20k
5098973e0d
reverted longtext resource file
2025-10-17 18:14:16 +05:30
Luke B. Silver and GitHub
07d55d17a3
Merge pull request #10658 from appwrite/update-domains-0.8.3
...
update domain lib to 0.8.4
2025-10-17 13:09:36 +01:00
Chirag Aggarwal
abfab60eec
update to 0.8.4
2025-10-17 17:05:47 +05:30
Chirag Aggarwal
fc3ac122dd
Merge branch '1.8.x' into update-domains-0.8.3
2025-10-17 17:05:24 +05:30
ArnabChatterjee20k
d0976ff429
updated registers config
2025-10-17 14:16:45 +05:30
ArnabChatterjee20k
157783f782
merged feat-mongodb
2025-10-17 13:58:27 +05:30
Jake Barnby and GitHub
3963b632d8
Merge pull request #10663 from appwrite/update-apple-swift
...
chore: update apple and swift sdks to 13.2.2
2025-10-17 07:01:25 +00:00
Chirag Aggarwal
1936a01464
chore: update apple and swift sdks to 13.2.2
2025-10-17 12:28:31 +05:30
ArnabChatterjee20k
e3a70373e1
updated docuemntsdb transaction path names
2025-10-16 22:19:53 +05:30
ArnabChatterjee20k
a6e5563f8e
reverted docker compose
2025-10-16 21:51:56 +05:30
ArnabChatterjee20k
470d84a843
* updated transactions
...
* updated tests
2025-10-16 21:45:30 +05:30
Luke B. Silver and GitHub
2cbfa6930f
Merge pull request #10655 from appwrite/fix-test-dependencies-projects
...
Refactor ProjectsConsoleClientTest to remove test dependencies
2025-10-16 11:30:50 +01:00
ArnabChatterjee20k
80037f7e8d
updated http php for mongodb setup
2025-10-16 15:57:13 +05:30
Chirag Aggarwal
33a856af41
update domain lib to 0.8.3
2025-10-16 15:54:43 +05:30
Chirag Aggarwal
5d1d937fde
remove changes
2025-10-16 15:29:59 +05:30
Chirag Aggarwal
83ec855f4b
skip harder ones
2025-10-16 15:18:21 +05:30
Luke B. Silver and GitHub
5ce9b8eaeb
Merge pull request #10656 from appwrite/feat-replace-sleep-in-webhooks-service
...
Replace sleep in webhook tests with assertEventually
2025-10-16 10:45:32 +01:00
Khushboo Verma
be983eb68a
Remove race condition
2025-10-16 14:40:47 +05:30
Chirag Aggarwal
c6f144313d
more tests
2025-10-16 14:29:57 +05:30
Chirag Aggarwal
ae8ec1c736
formatting
2025-10-16 14:26:39 +05:30
ArnabChatterjee20k
cc848c90a7
updated lock file
2025-10-16 14:25:22 +05:30
ArnabChatterjee20k
e0c293c5b4
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-16 14:25:14 +05:30
Chirag Aggarwal
19d7f02371
more tests
2025-10-16 14:25:12 +05:30
Khushboo Verma
f0660f3fda
Replace sleep in webhook tests with assertEventually
2025-10-16 14:23:35 +05:30
ArnabChatterjee20k
2d82013261
updated docker compose setup for mongodb which was causing issue for mongo transactions
2025-10-16 14:22:28 +05:30
Chirag Aggarwal
9ded176cf2
Refactor ProjectsConsoleClientTest to remove test dependencies
...
- Remove @depends annotations to make tests independent
- Each test now creates its own team and project instead of relying on shared state
- Replace sleep() calls with assertEventually() for more reliable async testing
- Change test methods to return void instead of passing data between tests
- Remove unnecessary sleep() call that was causing test flakiness
2025-10-16 14:21:30 +05:30
Damodar Lohani and GitHub
2e10cd0009
Merge pull request #10654 from appwrite/fix-undefined-var
...
Fix: undefined variable warning
2025-10-16 13:40:04 +05:45
Damodar Lohani
7ff664e62b
Fix: undefined $user
2025-10-16 07:38:13 +00:00
ArnabChatterjee20k
5a6561f158
vectordb (in progress)
...
* pools , env setup
* collections, db endpoints
2025-10-16 12:53:39 +05:30
Damodar Lohani and GitHub
9dd1939d1f
Merge pull request #10468 from appwrite/feat-apps-module-dl
...
Feat apps module dl
2025-10-16 11:40:27 +05:45
Damodar Lohani and GitHub
8dfdfcb522
Merge pull request #10652 from appwrite/fix-undefined-sequence
...
Fix undefined sequence
2025-10-16 10:34:37 +05:45
Damodar Lohani and GitHub
b63c2804f1
Fix: undefined $sequence
2025-10-16 10:26:49 +05:45
Damodar Lohani
ced2270571
remove unused injection
2025-10-16 03:39:39 +00:00
Damodar Lohani
d3436077a1
remove unused hash
2025-10-16 03:39:18 +00:00
Damodar Lohani
e06349e803
update argon2 instances
2025-10-16 03:34:45 +00:00
Damodar Lohani
9849b9d678
Fix empty check
2025-10-16 02:41:53 +00:00
Damodar Lohani
22136867ed
add additional check
2025-10-16 02:29:30 +00:00
Damodar Lohani
2df621f9c5
Fix: update comment, typings
2025-10-16 02:23:41 +00:00
Damodar Lohani
9a599e2015
update recommended param for argon2
2025-10-16 02:20:28 +00:00
Damodar Lohani
431dd96b98
chaining
2025-10-16 02:17:59 +00:00
Damodar Lohani
4d8f950955
fix roles filtering
2025-10-16 02:17:52 +00:00
Damodar Lohani
08e559180d
fix missing injection
2025-10-16 02:08:07 +00:00
Damodar Lohani
4cb63068de
improve install loop
2025-10-16 02:07:17 +00:00
Damodar Lohani
f062b39cfa
Fix encoding
2025-10-16 02:06:01 +00:00
Hemachandar
635d77350a
set header
2025-10-15 16:05:34 +05:30
Hemachandar
9f07a2bca4
early return
2025-10-15 15:16:28 +05:30
ArnabChatterjee20k
f28588ecb6
updated migration
2025-10-15 14:24:59 +05:30
ArnabChatterjee20k
6579ea5b56
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-15 14:16:49 +05:30
Damodar Lohani
06ee421965
update composer
2025-10-15 07:11:27 +00:00
Damodar Lohani
c3c69cc43b
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-15 07:05:23 +00:00
Damodar Lohani
e47d53ddcc
Merge remote-tracking branch 'origin/main' into feat-apps-module-dl
2025-10-15 07:04:38 +00:00
Jake Barnby and GitHub
290a7b27db
Merge branch 'main' into 1.8.x
2025-10-15 18:45:38 +13:00
ArnabChatterjee20k
9373688be2
updated migration worker to pass the dsn resolver for the destination database
2025-10-15 10:33:46 +05:30
Steven Nguyen
56a15efe3f
chore: bump appwrite version to 1.8.0
2025-10-14 14:42:59 -07:00
ArnabChatterjee20k
2cec06be18
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-14 21:18:38 +05:30
ArnabChatterjee20k
3a60bb306c
* updated migration tests
...
* database dsn fetching
* removed dsn from response models
2025-10-14 21:13:26 +05:30
Hemachandar
bad74bd0b8
Add cache header for deployment download API
2025-10-14 18:18:41 +05:30
Luke B. Silver and GitHub
3e078027a7
Merge pull request #10644 from appwrite/bcc-only-emails
...
chore: use bcc only emails for smtp
2025-10-14 13:18:36 +01:00
Chirag Aggarwal
97f448f984
comma
2025-10-14 17:19:08 +05:30
Chirag Aggarwal
07727298f7
remove default recepient
2025-10-14 17:18:44 +05:30
ArnabChatterjee20k
e2ddb0d6d0
updated migration
2025-10-14 13:23:48 +05:30
Darshan
0049265c8a
Merge remote-tracking branch 'origin/documents-db-api' into documents-db-api
2025-10-14 12:49:41 +05:30
Darshan
1f27867565
update: method name.
2025-10-14 12:49:34 +05:30
ArnabChatterjee20k
faf0cdec35
changed default fallbackForDB to mariadb
2025-10-14 12:46:01 +05:30
Chirag Aggarwal
752520470d
fix: param
2025-10-14 09:27:50 +05:30
Chirag Aggarwal
128cd68ec8
chore: use bcc only emails for smtp
2025-10-14 09:23:31 +05:30
Damodar Lohani and GitHub
a832343348
Merge pull request #10617 from appwrite/fix-make-stats-usage-extendable
...
Fix: make methods protected for extending
2025-10-14 06:40:25 +05:45
Luke B. Silver and GitHub
3e47f9442f
Merge pull request #10641 from appwrite/update-dotnet-sdk-0.21.2
...
Update .NET SDK to 0.21.2 and improve release detection
2025-10-13 12:53:28 +01:00
Luke B. Silver and GitHub
08d661d8c3
Merge pull request #10620 from appwrite/fix-block-schedules
...
Fix block schedules
2025-10-13 12:51:38 +01:00
loks0n
3544649903
fix: block schedules
2025-10-13 12:29:32 +01:00
Chirag Aggarwal
6f5ac232c5
lint
2025-10-13 16:01:55 +05:30
ArnabChatterjee20k
6073eab496
* updated env to have mongodb support for the tablesdb/legacy
...
* setAttributeSupport to support context schema and schemaless in mongodb
* updated the connection registers
2025-10-13 15:47:40 +05:30
Chirag Aggarwal
3b82141de2
Update .NET SDK to 0.21.2 and improve release detection
...
- Update .NET SDK version to 0.21.2 with Object[] deserialization fix
- Update sdk-generator dependency from 1.4.3 to 1.4.4
- Improve SDK release detection to check actual commit SHA of latest release tag instead of just checking releases targeting the branch
2025-10-13 15:25:51 +05:30
Jake Barnby and GitHub
e303501d4a
Merge pull request #10640 from appwrite/feat-txn
...
Fix txn API scope backwards compat
2025-10-13 16:30:46 +13:00
Jake Barnby
935011b9e9
Fix backwards compat API scopes
2025-10-13 15:59:26 +13:00
Jake Barnby and GitHub
de7dd6079e
Merge pull request #10618 from appwrite/ser-417
...
Throw duplicate error when function id already exists
2025-10-13 14:56:43 +13:00
ArnabChatterjee20k
50ddc611a4
updated migrations
2025-10-12 20:49:02 +05:30
ArnabChatterjee20k
0ef2cfa753
reverted docker compose
2025-10-12 20:26:39 +05:30
ArnabChatterjee20k
790e503ad9
updated composer lock
2025-10-12 20:19:57 +05:30
ArnabChatterjee20k
f6dbc0c882
Merge remote-tracking branch 'upstream/feat-mongodb' into documents-db-api
2025-10-12 20:17:53 +05:30
Damodar Lohani
5e5b22d649
fix jwt
2025-10-12 04:38:14 +00:00
Damodar Lohani and GitHub
53212dc654
Merge branch '1.8.x' into fix-make-stats-usage-extendable
2025-10-12 10:17:33 +05:45
Damodar Lohani
1b17c32405
update block
2025-10-12 03:51:37 +00:00
Damodar Lohani
d56dff954f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-12 00:34:07 +00:00
Hemachandar
c525e15ea5
Dark mode styles for emails
2025-10-10 23:01:26 +05:30
ArnabChatterjee20k
a6c226aac9
removed the documentsdb changes from the migration tests
2025-10-10 20:38:54 +05:30
ArnabChatterjee20k
2d41a3353d
* migration fix for tablesdb, legacy with multitype callback
...
* updated patch script
2025-10-10 20:29:05 +05:30
ArnabChatterjee20k
34e4208b3e
addressed comments
...
* renamed getDatabaseDB to getDatabasesDB
* renamed dbForDatabase to dbForDatabases
* removed call_user_func and using newer callable syntax
2025-10-10 20:00:43 +05:30
ArnabChatterjee20k
d51486c62a
* fixed stats usage events(hacky fix)
...
* updated redundant routes(happened during merge conflicts)
2025-10-10 19:39:59 +05:30
Matej Bačo and GitHub
95268c49ce
Merge pull request #10631 from appwrite/fix-zero-errors-on-realtime
...
Fix: code 0 from databases on realtime
2025-10-10 15:45:09 +02:00
Darshan
1c6b56385c
fix: code 0 from databases.
2025-10-10 18:26:00 +05:30
Luke B. Silver and GitHub
9819ee518d
Merge pull request #10629 from appwrite/update-domains-0.8.2
...
update domains lib to 0.8.2
2025-10-10 12:29:19 +01:00
Chirag Aggarwal
751d51ea2e
update domains lib to 0.8.2
2025-10-10 15:37:29 +05:30
Hemachandar
1f322a2700
add test
2025-10-10 15:30:56 +05:30
ArnabChatterjee20k
f62f00d4d9
Merge remote-tracking branch 'upstream/documents-db-api' into documents-db-api
2025-10-10 15:26:33 +05:30
ArnabChatterjee20k
44e6ef3146
event generation fix
2025-10-10 15:24:42 +05:30
Jake Barnby and GitHub
dea49d54c9
Merge pull request #10628 from appwrite/fix-enums
...
Update: enums
2025-10-10 22:16:45 +13:00
Darshan
8a9523fa48
update: enums.
2025-10-10 14:40:26 +05:30
Darshan
5dba0183c0
update: enums.
2025-10-10 14:40:01 +05:30
Jake Barnby and GitHub
d89173ad57
Merge pull request #10627 from appwrite/fix-releases-sdks
...
fix: prevent empty releases in sdk release script
2025-10-10 21:43:35 +13:00
ArnabChatterjee20k
0108f86180
linting + merge conflicts resolving
2025-10-10 13:39:16 +05:30
Chirag Aggarwal
d6fc2806dc
fix: prevent empty releases in sdk release script
2025-10-10 13:26:55 +05:30
Jake Barnby
a8b9d75b2a
Merge remote-tracking branch 'origin/feat-txn' into 1.8.x
2025-10-10 19:21:48 +13:00
Jake Barnby
ab5556919e
Update specs
2025-10-10 19:21:33 +13:00
Jake Barnby
f9e0bc4cd7
Merge branch 'feat-txn' into 1.8.x
2025-10-10 18:46:42 +13:00
Jake Barnby
12a1653ae0
Update doc desc
2025-10-10 18:44:48 +13:00
Jake Barnby and GitHub
821b3b86e4
Merge pull request #10626 from appwrite/feat-txn
...
Fix cross API compatibility
2025-10-10 18:38:42 +13:00
ArnabChatterjee20k
bc71d83697
empty commit
2025-10-10 10:58:11 +05:30
ArnabChatterjee20k
0754c6263e
merged changes from 1.8.x
2025-10-10 10:55:48 +05:30
Jake Barnby
2830ab55f0
Lint
2025-10-10 17:42:42 +13:00
Jake Barnby
f95e8a965a
Only set sequence on not empty
2025-10-10 17:27:57 +13:00
Jake Barnby
7512a0db6b
Fix cross-API compat
2025-10-10 17:27:09 +13:00
Jake Barnby
cdac840071
Use return value for write ops count
2025-10-10 15:51:26 +13:00
Jake Barnby and GitHub
aa43902d32
Merge pull request #10624 from appwrite/feat-txn
...
Feat txn
2025-10-10 02:38:21 +13:00
Jake Barnby
276b135799
Trigger CI
2025-10-10 02:17:42 +13:00
Jake Barnby
bf589f7485
Fix client side
2025-10-10 02:16:58 +13:00
ArnabChatterjee20k
2c037803f0
updated sdk names and enums for documentsdb
2025-10-09 18:41:10 +05:30
Jake Barnby and GitHub
852f06cc28
Merge pull request #10623 from Veera-mulge/change-desc
...
Update README.md
2025-10-10 02:09:26 +13:00
Veeresh and GitHub
d82171b4de
Update README.md
2025-10-09 18:36:30 +05:30
ArnabChatterjee20k
48410d0cf6
* added getDatabaseDB in stats worker, migration worker
...
* added prefixed events for multitype db support with backward compat
* added realtime tests, migration tests
2025-10-09 18:26:05 +05:30
ArnabChatterjee20k
66b0f3c9df
* added waiting time in usage test so that aggregator can work
...
* added documentsdb usage test
2025-10-09 18:24:04 +05:30
Jake Barnby and GitHub
1dbcfcc154
Merge pull request #10621 from appwrite/feat-txn
...
Feat txn sdks
2025-10-10 00:34:27 +13:00
Jake Barnby
32d6eaa21c
Check expiry on stage
2025-10-09 23:37:44 +13:00
Jake Barnby
a3103bf4d4
Fix release
2025-10-09 23:37:28 +13:00
Hemachandar
9cd284f5cd
Throw duplicate error when function id already exists
2025-10-09 15:01:00 +05:30
Jake Barnby
0877aa2964
Generate SDKs
2025-10-09 21:04:50 +13:00
ArnabChatterjee20k
d8910eea73
fix - updated documentsdb sdk namespace to documentsDB
2025-10-09 10:30:57 +05:30
Jake Barnby
38b04566b6
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Delete.php
2025-10-09 17:36:22 +13:00
Jake Barnby
3b225b8ec3
Update specs
2025-10-09 16:52:40 +13:00
Jake Barnby and GitHub
5727b0fb45
Merge pull request #10023 from appwrite/feat-txn
...
Feat txn
2025-10-09 16:47:45 +13:00
Jake Barnby
c89af1201a
Fix tests
2025-10-09 16:37:17 +13:00
Jake Barnby
8193f0fcac
Ensure create/upsert stores in state by generated ID not unique string
2025-10-09 16:24:25 +13:00
Jake Barnby
3d3f50064d
Force set state on increment
2025-10-09 15:50:18 +13:00
Damodar Lohani and GitHub
432faaf209
Fix: make methods protected for extending
2025-10-09 08:24:39 +05:45
Jake Barnby
9f85ca83b4
Fix roles param
2025-10-09 14:33:05 +13:00
Jake Barnby
d5d09061e9
Fix index validator params
2025-10-09 13:46:14 +13:00
Jake Barnby
10b1f1f145
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-10-09 13:45:29 +13:00
Jake Barnby
dcad82c46b
Update db
2025-10-09 13:45:19 +13:00
ArnabChatterjee20k
f7f965a812
* added prefixed channels for realtime channels along with backward compatibility
...
* added documentsdb tests
2025-10-09 00:35:38 +05:30
Jake Barnby
143be8239f
Fix inject
2025-10-09 00:41:25 +13:00
Jake Barnby and GitHub
07ce00d36d
Merge pull request #10615 from appwrite/deprecate-create-verification-add-patch-releases
...
add automatic releases
2025-10-08 20:55:37 +13:00
Chirag Aggarwal
8d2df2b744
add go changes
2025-10-08 13:25:28 +05:30
Chirag Aggarwal
adf9ec3e75
add automatic releases
2025-10-08 13:05:46 +05:30
Jake Barnby and GitHub
1c691cf3e8
Merge pull request #10614 from appwrite/deprecate-create-verification-add-patch-releases
...
Add minor releases for all SDKs - deprecate createVerification, add createEmailVerification
2025-10-08 19:40:11 +13:00
ArnabChatterjee20k
d806bdbca7
added project region in the get database dsn
2025-10-08 11:17:12 +05:30
ArnabChatterjee20k
19b1196633
* new db pool implementation for connecting to db type
...
* fixed migration tests
2025-10-08 11:09:32 +05:30
Chirag Aggarwal
e935fc2510
Add minor releases for all SDKs - deprecate createVerification, add createEmailVerification
...
This commit adds minor version releases for all client and server SDKs to deprecate the
`createVerification` method in the Account service and introduce the new `createEmailVerification`
method as its replacement.
Updated SDKs:
Client SDKs:
- Android: 11.0.0 → 11.1.0
- Web: 21.0.0 → 21.1.0
- Flutter: 20.0.0 → 20.1.0
- Apple: 13.0.0 → 13.1.0
- React Native: 0.15.0 → 0.16.0
Server SDKs:
- Node.js: 20.0.0 → 20.1.0
- PHP: 17.2.0 → 17.3.0
- Python: 13.2.0 → 13.3.0
- Ruby: 19.0.0 → 19.1.0
- Go: 0.13.0 → 0.14.0
- .NET: 0.19.0 → 0.20.0
- Dart: 19.0.0 → 19.1.0
- Kotlin: 12.0.0 → 12.1.0
- Swift: 13.0.0 → 13.1.0
Console SDK:
- CLI: 10.0.1 → 10.1.0
2025-10-08 10:20:23 +05:30
Khushboo Verma and GitHub
0c64eaf441
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-10-07 19:56:12 +05:30
Matej Bačo and GitHub
ca24ff808d
Merge pull request #10533 from appwrite/ser-378-fix-null-recipient-in-email
...
Throw error when email is not available for account verification
2025-10-07 14:49:01 +02:00
Khushboo Verma and GitHub
248e538518
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-10-07 16:56:48 +05:30
Matej Bačo and GitHub
e3b1146dbb
Merge pull request #10501 from appwrite/ser-375-update-email-verification-with-branded-design
...
Branded email for Console auth flows
2025-10-07 13:20:53 +02:00
Jake Barnby
da519046dd
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
2025-10-08 00:05:05 +13:00
Jake Barnby
0c5573ab05
Fix list wrapping UID injections
2025-10-08 00:04:52 +13:00
Hemachandar
7f62b19240
Merge branch '1.8.x' into ser-375-update-email-verification-with-branded-design
2025-10-07 16:11:54 +05:30
Hemachandar
6e0d376746
use filevalidator
2025-10-07 16:07:47 +05:30
Jake Barnby
066e0bc236
Validate inc/dec operation value is numeric
2025-10-07 23:33:19 +13:00
Jake Barnby
eb7306a4fa
Add missing state handlers
2025-10-07 22:17:59 +13:00
Khushboo Verma and GitHub
1a07123abe
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-10-07 14:14:16 +05:30
Matej Bačo and GitHub
f653348f93
Merge pull request #10609 from appwrite/ser-439
...
Add project name in email subject
2025-10-07 09:53:04 +02:00
ArnabChatterjee20k
88f2b1ad50
added patch script for adding database dsn in the databases collection
2025-10-07 13:18:11 +05:30
ArnabChatterjee20k
f5ea19b15d
updated tests
2025-10-07 12:45:21 +05:30
Khushboo Verma and GitHub
35578bfada
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-10-07 12:10:42 +05:30
Jake Barnby
9e3c439c51
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-10-07 18:57:46 +13:00
Jake Barnby
61b073a6a2
Clean up
2025-10-07 18:53:38 +13:00
Jake Barnby and GitHub
fa60f03536
Merge branch '1.8.x' into feat-mongodb
2025-10-07 18:52:28 +13:00
Jake Barnby
28392647e0
Pass adapter max ID length to validator
2025-10-07 18:52:05 +13:00
Jake Barnby and GitHub
92ecd08a18
Merge pull request #10606 from appwrite/feat-rename-verification-methods
...
Rename verification SDK methods to be more specific
2025-10-07 18:17:45 +13:00
ArnabChatterjee20k
d2645ecfb1
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-07 10:47:26 +05:30
Jake Barnby
4b0eddcc84
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# composer.json
# composer.lock
2025-10-07 18:16:02 +13:00
Chirag Aggarwal and GitHub
8baf4d429e
Merge branch '1.8.x' into feat-rename-verification-methods
2025-10-07 11:47:43 +07:00
Jake Barnby and GitHub
aa48c6e63e
Merge pull request #10611 from appwrite/chore-bump-db
...
Chore bump db
2025-10-07 17:34:31 +13:00
Chirag Aggarwal
024d13c1b2
update naming
2025-10-07 09:58:39 +05:30
Jake Barnby
52ac68b511
Trigger CI
2025-10-07 16:12:20 +13:00
Jake Barnby
99c0ccacf1
Update database
2025-10-07 16:11:18 +13:00
Jake Barnby and GitHub
5d09189737
Merge pull request #10608 from appwrite/realtime-fix
...
added both collection and table id in the realtime
2025-10-07 14:17:19 +13:00
Luke B. Silver and GitHub
af68c46702
Merge pull request #10592 from Priyanshuthapliyal2005/fix/tableDbBrokenLink
...
fix(docs): update broken create table links in TablesDB docs
2025-10-06 21:24:42 +01:00
Luke B. Silver and GitHub
7b207ccfd2
Merge pull request #10581 from Priyanshuthapliyal2005/fix/listTemplates
...
fix(listTemplates): correct invalid template links in Create temporary deployment endpoint
2025-10-06 21:18:42 +01:00
Hemachandar and GitHub
a60ae0a9ed
Merge branch '1.8.x' into ser-439
2025-10-06 23:51:06 +05:30
Hemachandar
cb70a6e2c8
Add project name in email subject
2025-10-06 22:14:29 +05:30
Hemachandar
caf18372ce
feedback
2025-10-06 21:52:18 +05:30
ArnabChatterjee20k
eeebea1dbb
added both collection and table id in the realtime
2025-10-06 20:13:36 +05:30
Hemachandar
29dbe99840
simplify config & templates
2025-10-06 19:58:01 +05:30
Chirag Aggarwal
56076ad649
update path and add alias
2025-10-06 19:13:06 +05:30
Chirag Aggarwal
c618144d78
update examples
2025-10-06 16:46:56 +05:30
Chirag Aggarwal and Claude
4348a176d5
Rename verification SDK methods to be more specific
...
This commit renames the verification SDK methods to better reflect their purpose:
- `createVerification` → `createEmailVerification`
- `updateVerification` → `updateEmailVerification`
The old method names are maintained for backwards compatibility and marked as deprecated (since 1.8.0) with references to the new method names.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-06 16:44:31 +05:30
Jake Barnby and GitHub
3190d0437e
Merge pull request #10596 from appwrite/feat-update-relationships
...
Update database
2025-10-06 18:29:45 +13:00
Jake Barnby and GitHub
06a6240877
Merge pull request #10598 from appwrite/fix-dat-761
...
Sanitize 5xx errors on realtime
2025-10-06 17:48:37 +13:00
Jake Barnby
1311c73d1a
Merge branch 'feat-update-relationships' of github.com:appwrite/appwrite into feat-update-relationships
2025-10-06 17:32:49 +13:00
Jake Barnby
b7f7fb00af
Update database
2025-10-06 17:32:35 +13:00
Darshan and GitHub
fa4044d922
Merge branch '1.8.x' into fix-dat-761
2025-10-06 09:58:17 +05:30
Darshan
875c8f8d1d
Merge remote-tracking branch 'origin/fix-dat-761' into fix-dat-761
2025-10-06 09:58:05 +05:30
Darshan
02b982f3a1
update: code fallback!
2025-10-06 09:57:54 +05:30
Jake Barnby and GitHub
d7edaef34f
Merge branch '1.8.x' into feat-update-relationships
2025-10-06 17:09:50 +13:00
Jake Barnby
1da034d00c
Update database
2025-10-06 17:08:19 +13:00
Jake Barnby and GitHub
a06d96699b
Merge branch '1.8.x' into feat-txn
2025-10-06 17:02:11 +13:00
Jake Barnby and GitHub
ee7917999d
Merge pull request #10554 from appwrite/update-sdks-add-response-models
...
chore: update sdks add response models
2025-10-06 16:19:33 +13:00
Jake Barnby
2566f4d98e
Add tostring
2025-10-06 14:16:01 +13:00
Jake Barnby
24f6da5610
Add assertions on tables DB
2025-10-06 13:47:21 +13:00
Darshan and GitHub
68124d1d14
Merge branch '1.8.x' into fix-dat-761
2025-10-05 15:28:45 +05:30
Luke B. Silver and GitHub
04ae6a582a
Merge pull request #10601 from appwrite/chore-update-composer-deps
...
chore: update composer dependencies
2025-10-04 21:56:11 +01:00
Chirag Aggarwal
0314547c95
fix: permission issues
2025-10-05 00:39:54 +05:30
Chirag Aggarwal and GitHub
5aa94036d1
Merge branch '1.8.x' into update-sdks-add-response-models
2025-10-05 02:01:33 +07:00
Chirag Aggarwal and Claude
81bd4cbe50
chore: update composer dependencies
...
- Updated open-telemetry/api from 1.6.0 to 1.7.0
- Updated open-telemetry/sdk from 1.8.0 to 1.9.0
- Updated utopia-php/domains from 0.8.0 to 0.8.1
- Updated appwrite/sdk-generator from 1.4.2 to 1.4.3
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-05 00:26:37 +05:30
Chirag Aggarwal
f5af1ee7bb
update more
2025-10-04 21:09:19 +05:30
Darshan
236585c20b
fix: sanitize 5xx errors on realtime when running in production.
2025-10-04 18:38:35 +05:30
Jake Barnby
ce52dba419
Update to release
2025-10-05 00:09:26 +13:00
Jake Barnby
5be2489e55
Check query result
2025-10-05 00:06:56 +13:00
Jake Barnby
12f6b07fbf
Update database
2025-10-04 23:20:08 +13:00
Jake Barnby
6881df6ae5
Fix expectations
2025-10-04 22:55:07 +13:00
Jake Barnby
52892ee46e
Upgrade for breaking changes
2025-10-04 22:32:01 +13:00
Jake Barnby
57e3e8f5f4
Fix test scope
2025-10-04 21:10:50 +13:00
Jake Barnby
3e77810e13
Fix existence check for tracked + staged ops
2025-10-04 19:26:22 +13:00
Jake Barnby
01ef058adb
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# tests/e2e/Services/Realtime/RealtimeCustomClientTest.php
2025-10-04 17:03:52 +13:00
Jake Barnby
17a5019606
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
2025-10-04 16:49:27 +13:00
Jake Barnby
9edc0c16d8
Realtime txn tests
2025-10-04 16:48:44 +13:00
Jake Barnby
2c7cf7826b
Fix operation perm checks
2025-10-04 16:43:39 +13:00
Jake Barnby
94e40c0127
Update database
2025-10-04 10:15:13 +13:00
Aditya Oberai and GitHub
3fd5e0337b
Merge branch '1.8.x' into fix/listTemplates
2025-10-04 01:16:19 +05:30
ArnabChatterjee20k
44b75d50f4
revmoved databasse logs xlist action for documentsdb
2025-10-03 19:56:20 +05:30
ArnabChatterjee20k
df23aacbc0
updated routes and endpoints
2025-10-03 19:51:00 +05:30
ArnabChatterjee20k
7d4dfe06e2
* removed dbForDocumentsRecords
...
* using callback based db resolution
* updated env
2025-10-03 19:50:29 +05:30
Jake Barnby
742ddc517b
Update database
2025-10-04 01:38:06 +13:00
e93e03c248
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-04 01:15:53 +13:00
Jake Barnby
89a47953d8
Fix tests
2025-10-04 00:46:13 +13:00
Hemachandar
b145c609bd
change error codes
2025-10-03 16:29:39 +05:30
Jake Barnby
498235a2ef
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-10-03 23:19:33 +13:00
Priyanshu Thapliyal and GitHub
be67da9d64
Merge branch '1.8.x' into fix/tableDbBrokenLink
2025-10-03 15:49:21 +05:30
Jake Barnby
52c9671157
Update deps
2025-10-03 23:19:09 +13:00
Matej Bačo and GitHub
59d5c49818
Merge pull request #10589 from appwrite/ser-377
...
Handle OIDC well-known endpoint errors
2025-10-03 10:44:38 +02:00
Priyanshu Thapliyal and GitHub
9d4592d90e
Merge branch '1.8.x' into fix/tableDbBrokenLink
2025-10-03 14:01:05 +05:30
Priyanshu Thapliyal
ce86758cdc
fix typo issues raise by bot
2025-10-03 08:30:06 +00:00
Matej Bačo and GitHub
b811fc6252
Merge pull request #10503 from appwrite/ser-10-oauth-auto-allow-site-domains
...
Auto-allow sites domain for OAuth
2025-10-03 10:15:05 +02:00
Jake Barnby
deb3d75375
Explicit order asc
2025-10-03 20:00:32 +13:00
Jake Barnby and GitHub
60433ef22d
Merge pull request #10590 from appwrite/dat-753
...
Bug fix -> related data in realtime payload
2025-10-03 19:31:48 +13:00
Jake Barnby
2bc90db1f6
Fix tests
2025-10-03 18:56:05 +13:00
Jake Barnby
59ae403391
Add more validation tests
2025-10-03 17:34:34 +13:00
Jake Barnby
71b2164154
Clean up state helper
2025-10-03 16:58:23 +13:00
Chirag Aggarwal
848b932ea1
fix flutter version
2025-10-03 08:46:25 +05:30
Chirag Aggarwal
a61385e534
update versions
2025-10-03 08:43:54 +05:30
64c3b7a2ff
Update src/Appwrite/Vcs/Comment.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:19:34 +05:30
Harsh Mahajan
61a8f589ac
port issue
2025-10-02 17:44:21 +00:00
Harsh Mahajan
92ccb6e4ea
feat(vcs): expand GitHub comment tips
2025-10-02 17:43:30 +00:00
Chirag Aggarwal and GitHub
a3dff6a640
Merge branch '1.8.x' into update-sdks-add-response-models
2025-10-02 22:54:44 +07:00
Priyanshu Thapliyal
770c58d33c
fix(docs): replace broken table creation links with correct references
2025-10-02 14:28:35 +00:00
ArnabChatterjee20k
e50af4c981
add references docs for the documentsdb
2025-10-02 19:24:35 +05:30
ArnabChatterjee20k
4fdab6fd52
updated database db resolution in the resources itself instead of switch in the worker action
2025-10-02 18:58:11 +05:30
ArnabChatterjee20k
c54450f582
updated composer
2025-10-02 18:57:15 +05:30
ArnabChatterjee20k
6bf9693146
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-02 18:56:48 +05:30
ArnabChatterjee20k
76d3dc3d5a
* added senstive var copying in from method
...
* added tests
2025-10-02 18:27:20 +05:30
Jake Barnby
522a4d2a62
Format
2025-10-03 00:39:14 +13:00
Jake Barnby
44e7068a9a
Fix syntax
2025-10-03 00:26:39 +13:00
Jake Barnby
0aaa276f03
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
2025-10-03 00:12:30 +13:00
Jake Barnby
d54058b59a
Fix multi API event
2025-10-03 00:12:19 +13:00
Jake Barnby
5da2ca292a
Add missing injection
2025-10-03 00:03:54 +13:00
Jake Barnby
f4830b1672
Catch query exception
2025-10-03 00:03:46 +13:00
Jake Barnby
7fd2502dd5
Block client bulk upsert txn
2025-10-03 00:03:34 +13:00
Jake Barnby
36a8365ebb
Count from state
2025-10-03 00:03:20 +13:00
45da32d5d9
Update src/Appwrite/Utopia/Database/Validator/Operation.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:57:30 +13:00
a9a97b2fe0
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:20:22 +13:00
6581d68e6d
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:20:02 +13:00
51d5ddb463
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:17:17 +13:00
9813b98133
Update src/Appwrite/Databases/TransactionState.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:05:43 +13:00
93d8f1cfe7
Update src/Appwrite/Databases/TransactionState.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 23:03:52 +13:00
Hemachandar and GitHub
3d287207d2
Merge branch '1.8.x' into ser-377
2025-10-02 14:59:50 +05:30
Hemachandar
ca1c069e65
Handle OIDC well-known endpoint errors
2025-10-02 14:58:55 +05:30
Jake Barnby
473be9284d
Check convert
2025-10-02 22:24:54 +13:00
Jake Barnby
f667149556
Trigger CI
2025-10-02 22:12:02 +13:00
Jake Barnby
490341af09
Fix log limit
2025-10-02 21:46:28 +13:00
Jake Barnby
ae661e9961
Fix missing bulk map
2025-10-02 21:37:54 +13:00
Jake Barnby
26ae33522d
Fix txn read scope
2025-10-02 21:36:33 +13:00
Jake Barnby
61a1efd0fe
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-10-02 19:25:56 +13:00
Jake Barnby
070d5f59d1
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-10-02 19:25:46 +13:00
Jake Barnby and GitHub
eff3e4bda2
Merge pull request #10585 from appwrite/fix-logs-truncation-tests
...
fix: logs truncation tests
2025-10-02 19:22:21 +13:00
Jake Barnby
faf837e389
Update db for index validation fix
2025-10-02 15:29:27 +13:00
Priyanshu Thapliyal and GitHub
cc6f5fea6d
Merge branch '1.8.x' into fix/sitesCreateDeployment
2025-10-01 22:21:58 +05:30
Matej Bačo and GitHub
e40cb8e327
Merge pull request #10586 from appwrite/fix-activities
...
Fix activities
2025-10-01 15:41:27 +02:00
Darshan
813bc0d9b3
fix: wrong audit resource.
2025-10-01 18:25:32 +05:30
Chirag Aggarwal
11bbe3c6dd
fix: test file
2025-10-01 18:17:35 +05:30
Chirag Aggarwal and GitHub
2841c1b792
Merge branch '1.8.x' into update-sdks-add-response-models
2025-10-01 19:13:32 +07:00
Khushboo Verma and GitHub
bd772c97cf
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-10-01 12:39:14 +01:00
Jake Barnby
3ecd7e6a95
Fix fts create on array
2025-10-01 22:02:41 +13:00
Priyanshu Thapliyal
558904e103
fix(listTemplates): fix invalid template links in Create temporary deployment endpoint
2025-10-01 08:58:22 +00:00
Priyanshu Thapliyal
12e3af6ad7
add specs files
2025-10-01 08:44:14 +00:00
Jake Barnby
36782650c6
Revert "Add CI debug"
...
This reverts commit 2d3dea84e3 .
2025-10-01 21:36:03 +13:00
Jake Barnby
2f6bc9115f
Fix workflows init
2025-10-01 21:35:55 +13:00
Priyanshu Thapliyal
f0b6eeb303
fix: sites deployment activation instructions in createDeployment
2025-10-01 08:31:42 +00:00
Jake Barnby
2d3dea84e3
Add CI debug
2025-10-01 21:10:26 +13:00
Khushboo Verma and GitHub
f7e594a51a
Merge branch '1.8.x' into ser-378-fix-null-recipient-in-email
2025-10-01 08:38:17 +01:00
Jake Barnby
9a468e8297
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-10-01 20:15:43 +13:00
Jake Barnby
b12f4008eb
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# composer.lock
2025-10-01 20:13:48 +13:00
Jake Barnby
408bca400b
Fix spatial tests
2025-10-01 19:33:11 +13:00
Chirag Aggarwal
b4dd1df0c7
update composer
2025-10-01 11:56:48 +05:30
Jake Barnby and GitHub
8752feef4d
Merge pull request #10577 from appwrite/chore-bump-db
...
Update database for nested selection fix
2025-10-01 19:03:15 +13:00
Jake Barnby
b1757250d1
Fix update
2025-10-01 17:47:42 +13:00
Chirag Aggarwal
3d43f85145
add temp hack
2025-10-01 10:06:55 +05:30
Chirag Aggarwal
397c41e68b
update cli
2025-10-01 09:46:20 +05:30
Jake Barnby
6bacec52c5
Fix storage test
2025-10-01 17:11:02 +13:00
Jake Barnby
9d70b5cab2
Fix domain test
2025-10-01 17:09:07 +13:00
Jake Barnby
3dd099bd94
Update database for nested selection fix
2025-10-01 17:05:12 +13:00
Jake Barnby
d9baf5b628
Fix sites error
2025-10-01 12:31:07 +13:00
Jake Barnby
9e837c2eb9
Fix storage error
2025-10-01 12:31:02 +13:00
Jake Barnby
f3460db369
Fix fulltext error
2025-10-01 12:30:48 +13:00
Torsten Dittmann and GitHub
054bee773c
Merge pull request #10572 from appwrite/fix-builds-worker-output-directory
2025-09-30 20:31:03 +04:00
Torsten Dittmann
b7604a5742
Fix buildOutput attribute name in deployment check
2025-09-30 19:51:17 +04:00
Luke B. Silver and GitHub
e244cb2f02
Merge pull request #10571 from appwrite/fix-builds-worker-output-directory
...
fix(builds-worker): Use outputDirectory attribute from deployment
2025-09-30 15:58:13 +01:00
Torsten Dittmann
debdfeedf1
Fix variable reference in function build command
2025-09-30 18:33:22 +04:00
ArnabChatterjee20k
422fd8b157
updated get endpoint
2025-09-30 20:02:30 +05:30
Torsten Dittmann
4b98544112
Move outputDirectory initialization before conditional flow
2025-09-30 18:31:37 +04:00
Torsten Dittmann
04d6693803
Fix output directory path validation and position
2025-09-30 18:10:53 +04:00
Torsten Dittmann
b614045d97
fix(builds-worker): Use outputDirectory attribute from deployment or
...
resource
2025-09-30 18:08:49 +04:00
ArnabChatterjee20k
bf061b460b
added documentsdb in the github actions
2025-09-30 19:29:36 +05:30
ArnabChatterjee20k
a035760b00
updated injections and reverted reduntant changes
2025-09-30 19:15:43 +05:30
ArnabChatterjee20k
85c0454c49
linting
2025-09-30 18:45:53 +05:30
Jake Barnby
b57839402f
Update DB
2025-10-01 02:14:51 +13:00
ArnabChatterjee20k
7bfb0401c6
linting
2025-09-30 18:44:27 +05:30
ArnabChatterjee20k
c097f4a450
updated composer lock
2025-09-30 18:43:02 +05:30
ArnabChatterjee20k
a3faa108c5
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-09-30 18:42:18 +05:30
ArnabChatterjee20k
c89b76ba80
*updated tests
...
*updated create documents to use the on next callback
2025-09-30 18:19:44 +05:30
Jake Barnby
763158fe81
Fix usage tests
2025-10-01 01:30:18 +13:00
Jake Barnby
766c3293d2
Fix index text checks
2025-10-01 00:47:07 +13:00
Jake Barnby
1226c0834c
Fix upsert
2025-10-01 00:13:09 +13:00
Jake Barnby
f0983cd9ff
Remove mounts
2025-10-01 00:03:07 +13:00
Jake Barnby
daeb721995
Fix tests
2025-09-30 23:44:26 +13:00
Jake Barnby
0555a27656
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-09-30 22:58:38 +13:00
Jake Barnby
da3284ce84
Update deps
2025-09-30 22:58:29 +13:00
Khushboo Verma and GitHub
b40769b086
Merge branch '1.8.x' into copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
2025-09-29 22:48:38 +01:00
ArnabChatterjee20k
80636e8a91
updated timeouts
2025-09-30 00:03:12 +05:30
Jake Barnby and GitHub
f0b3f40a63
Merge pull request #10561 from appwrite/update-enums
...
chore: add enums for database type and column status
2025-09-29 19:51:44 +13:00
Jake Barnby
53f8a3a78b
Update DB
2025-09-29 19:39:51 +13:00
Chirag Aggarwal
5245ff7167
update enum name
2025-09-29 11:29:40 +05:30
Chirag Aggarwal
d5e1f9952a
chore: add enums for database type and column status
2025-09-29 11:26:00 +05:30
ArnabChatterjee20k
206845e106
updated tests and delete delete documents
2025-09-28 14:43:44 +05:30
ArnabChatterjee20k
64d015065f
* added new databasetype dsn
...
* updated worker to use the dsn to choose the database resource
2025-09-26 19:52:25 +05:30
ArnabChatterjee20k
56af56e341
updated endpoints
2025-09-26 18:01:39 +05:30
Jake Barnby
aa77253b14
Fix OSV
2025-09-26 22:17:01 +12:00
Jake Barnby
78c5743e75
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# composer.lock
2025-09-26 22:14:40 +12:00
Jake Barnby
156a944b54
Merge remote-tracking branch 'origin/feat-mongodb-index-validation' into feat-mongodb
2025-09-26 22:05:31 +12:00
Jake Barnby
b07fd5afe6
Merge remote-tracking branch 'origin/feat-mongodb-pulls' into feat-mongodb
2025-09-26 22:05:24 +12:00
Chirag Aggarwal
a0e8711d9b
chore: update sdks add response models
2025-09-26 15:33:37 +05:30
Jake Barnby and GitHub
cf92c259ed
Merge pull request #10553 from appwrite/update-platform-type
...
fix: enum typing for platform in specs
2025-09-26 20:06:53 +12:00
Chirag Aggarwal
a0f0449c21
fix: enum typing for platform in specs
2025-09-26 12:33:10 +05:30
Jake Barnby
372a50f9a5
Update lock
2025-09-26 14:45:09 +12:00
Jake Barnby
ce1f7d4da3
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-26 14:43:10 +12:00
Jake Barnby
ef147cde21
Format
2025-09-26 14:28:11 +12:00
Jake Barnby
4e91904608
Update database
2025-09-26 14:25:02 +12:00
Luke B. Silver and GitHub
cdd5e5e728
Merge pull request #10551 from appwrite/update-composer-frameowkr
...
chore: update framework lib to 0.33.28
2025-09-25 15:59:39 +01:00
ArnabChatterjee20k
3086e1cbc1
updated increment, and decrements routes
2025-09-25 19:58:59 +05:30
Chirag Aggarwal
14c64e405b
chore: update framework lib
2025-09-25 19:45:32 +05:30
Jake Barnby
e06c358db4
Don't require data for delete operation
2025-09-26 00:50:25 +12:00
Khushboo Verma and GitHub
8b663f041a
Merge branch '1.8.x' into ser-409
2025-09-25 17:02:30 +05:30
Jake Barnby
7a03084e83
Bump SDK version
2025-09-25 19:21:21 +12:00
Jake Barnby
97f76899bf
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# app/config/platforms.php
2025-09-25 18:00:07 +12:00
Jake Barnby
4a3cbdafca
Move to row-level scope for txn
2025-09-25 17:59:39 +12:00
ArnabChatterjee20k
b032a55045
updated the endpoints
2025-09-25 00:48:09 +05:30
Luke B. Silver and GitHub
f28bb9345b
Merge pull request #9874 from appwrite/fix-zindex
...
Update: `z-index` to be the highest
2025-09-24 16:59:20 +01:00
Hemachandar
52d656194c
fix: Send deployment ready event after updating associated resource
2025-09-24 18:49:14 +05:30
Darshan
c00eec948a
remove: unnecessary changes.
2025-09-24 18:01:43 +05:30
Darshan
b067d26e3e
Merge remote-tracking branch 'origin/fix-zindex' into fix-zindex
2025-09-24 17:57:50 +05:30
Darshan
e6c9a30e98
Merge branch '1.8.x' into fix-zindex
2025-09-24 17:57:36 +05:30
Darshan and GitHub
d5011c0f09
Merge branch '1.8.x' into fix-zindex
2025-09-24 17:56:41 +05:30
Darshan and GitHub
4808fd827a
Merge branch 'main' into fix-zindex
2025-09-24 17:52:56 +05:30
Jake Barnby
16821a28fc
Format
2025-09-24 22:53:13 +12:00
Jake Barnby
5572c4a375
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-24 22:40:04 +12:00
Jake Barnby
2494c9afb3
Update to release migrations
2025-09-24 22:39:06 +12:00
Jake Barnby
223523f722
Mount uploads to migrations worker
2025-09-24 22:38:55 +12:00
Jake Barnby
61d9db8c67
Cover export + notify in tests
2025-09-24 22:38:35 +12:00
Jake Barnby
4970aa7426
Send email if notify on complete is set
2025-09-24 22:38:12 +12:00
Jake Barnby
5e8951fbe0
Save export to bucket on complete
2025-09-24 22:37:49 +12:00
Jake Barnby
c8993d7f71
Add additional export params
2025-09-24 22:37:12 +12:00
Luke B. Silver and GitHub
04fdab0920
Merge pull request #10545 from appwrite/update-afterbuild-with-adapter
...
chore: update afterbuild to also pass adapter
2025-09-24 09:52:12 +01:00
Hemachandar
752368327f
feedback
2025-09-24 13:06:20 +05:30
Chirag Aggarwal
85da691aec
allow null adapter
2025-09-24 13:05:37 +05:30
Chirag Aggarwal
9d99f5cec2
chore: update afterbuild pass adapter
2025-09-24 11:47:13 +05:30
Jake Barnby and GitHub
aa4a58c8aa
Merge pull request #10541 from appwrite/update-after-build
...
chore: update afterbuild fn
2025-09-24 17:23:08 +12:00
Chirag Aggarwal
5749b41753
updated to use if throw checks
2025-09-24 10:00:55 +05:30
Jake Barnby and GitHub
7a31e1cf15
Merge pull request #10540 from appwrite/fix-healthstatus-enum
...
Fix healthstatus enum
2025-09-24 14:09:28 +12:00
ArnabChatterjee20k
d71c56b11f
* Migrating endpoints
...
* New adapter resolution and injection
* Removed attribute creation for documentsdb
2025-09-23 23:15:46 +05:30
Chirag Aggarwal
7ea01733ef
chore: update afterbuild fn
2025-09-23 18:28:29 +05:30
Atharva Deosthale
5963b2baf7
change request filter to versions below 1.9.0
2025-09-23 18:00:14 +05:30
Chirag Aggarwal
9ede8cfb91
fix: healthstatus enum override due to conflict
2025-09-23 16:52:35 +05:30
Jake Barnby and GitHub
5448c79028
Merge pull request #10539 from appwrite/chore-sdk-release
...
SDK releases
2025-09-23 19:41:17 +12:00
Jake Barnby
97c5705447
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-09-23 19:17:49 +12:00
Jake Barnby
0995bd6a6e
SDK releases
2025-09-23 19:17:06 +12:00
Jake Barnby and GitHub
dce014993f
Merge pull request #10538 from appwrite/respone-models-enum-names
...
chore: include response model enum names
2025-09-23 18:23:46 +12:00
Chirag Aggarwal
5d8ac0a5b0
add message status
2025-09-23 11:31:29 +05:30
Chirag Aggarwal
17f1cb214f
override healthstatus
2025-09-23 10:57:35 +05:30
Chirag Aggarwal
84a4ef0baf
chore: include response model enum names
2025-09-23 10:47:39 +05:30
Jake Barnby and GitHub
dece9c8d53
Merge pull request #10522 from appwrite/refactor-schedules
...
refactor: improve code readability for schedules
2025-09-23 15:08:49 +12:00
Chirag Aggarwal and GitHub
3616337646
Merge branch '1.8.x' into refactor-schedules
2025-09-23 09:20:20 +07:00
Chirag Aggarwal
421ec6f3f8
fix: use correct constant
2025-09-23 07:49:55 +05:30
Chirag Aggarwal
734d2ce512
fix: use correct constant
2025-09-23 07:49:07 +05:30
Chirag Aggarwal
232b22b71e
use constants
2025-09-23 07:35:17 +05:30
Khushboo Verma
5d5c1d8f43
Fix Author URL in template deployments
2025-09-22 20:29:25 +05:30
Chirag Aggarwal
c52081dbed
fix: to use correct pattern
2025-09-22 19:58:18 +05:30
Luke B. Silver and GitHub
ab7d3d3415
Merge pull request #10496 from appwrite/cursor/add-type-enum-support-and-update-docs-3769
...
Add type_enum support and update docs
2025-09-22 14:47:54 +01:00
Chirag Aggarwal and GitHub
2043d0e322
Merge branch '1.8.x' into refactor-schedules
2025-09-22 16:11:46 +07:00
Hemachandar
0228c74f71
Throw error when email is not available for account verification
2025-09-22 14:26:23 +05:30
Luke B. Silver and GitHub
6ff683909d
Merge pull request #10511 from appwrite/update-cli-10.0.0
...
update cli to 10.0.0
2025-09-22 09:54:52 +01:00
Chirag Aggarwal and GitHub
d5d6f9a748
Merge branch '1.8.x' into cursor/add-type-enum-support-and-update-docs-3769
2025-09-22 15:52:43 +07:00
Chirag Aggarwal
f09d5258ec
use constants
2025-09-22 14:20:58 +05:30
Jake Barnby and GitHub
a94d33649b
Merge pull request #10493 from appwrite/fix-check-1.7.x
...
Move disable
2025-09-22 19:51:40 +12:00
Hemachandar
2f1046db2b
fix tests
2025-09-22 12:10:55 +05:30
Hemachandar
2f768aa30d
Merge branch '1.8.x' into ser-10-oauth-auto-allow-site-domains
2025-09-22 11:21:32 +05:30
Jake Barnby
9fde875904
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsResources.php
# src/Appwrite/Platform/Workers/StatsUsage.php
2025-09-22 16:12:45 +12:00
Jake Barnby
a0afce666f
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-22 16:05:58 +12:00
shimon
b828621feb
Update composer dependencies and enhance index validation in database module
2025-09-21 19:14:40 +03:00
shimon
3edc055c9d
Skip spatial column tests for MongoDB support in DatabasesBase trait
2025-09-21 16:02:36 +03:00
shimon
ceda513083
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsUsage.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-21 15:55:11 +03:00
Shimon Newman and GitHub
2d47b88246
Merge pull request #10527 from appwrite/feat-mongodb-pulls
...
Feat mongodb pulls
2025-09-21 15:46:15 +03:00
shimon
b88e74095b
Merge remote-tracking branch 'origin/feat-mongodb-pulls' into feat-mongodb-pulls
...
# Conflicts:
# composer.json
2025-09-21 15:44:41 +03:00
shimon
4d85c5ca4f
composer
2025-09-21 15:42:44 +03:00
shimon
c89e649d05
composer
2025-09-21 15:38:35 +03:00
shimon
d9bdf01cee
db lib ver
2025-09-21 15:30:09 +03:00
shimon
54e3a4b25d
db lib ver
2025-09-21 15:27:41 +03:00
Chirag Aggarwal
3e8211d6bd
refactor: improve code readability for schedules
2025-09-20 19:45:44 +05:30
ArnabChatterjee20k
98ee242812
migrated tests
2025-09-20 18:21:00 +05:30
ArnabChatterjee20k
79267c8123
migrated endpoints
2025-09-20 18:20:50 +05:30
ArnabChatterjee20k
d2ad0e7c74
documentsdb database creation endpoints
2025-09-19 19:44:46 +05:30
Atharva Deosthale
7d4486b9e6
more fixes to tests
2025-09-19 18:42:25 +05:30
Atharva Deosthale
1a19e01d69
attempt to fix tests
2025-09-19 18:30:42 +05:30
Atharva Deosthale
2a145bc284
address reviews regarding tests
2025-09-19 18:18:44 +05:30
Jake Barnby and GitHub
0b5fc8f0fd
Merge pull request #10517 from appwrite/fix-miss-catch
...
Catch query exception on bulk update/delete
2025-09-19 18:16:31 +12:00
Jake Barnby
f944ad350e
Catch query exception on bulk update/delete
2025-09-19 17:32:34 +12:00
Jake Barnby and GitHub
df276692e8
Merge pull request #10516 from appwrite/fix-internal-removal
...
Don't remove required attributes
2025-09-19 15:52:08 +12:00
Jake Barnby
c1782f6f58
Don't remove required attributes
2025-09-19 15:28:41 +12:00
Luke B. Silver and GitHub
40bdfb0a14
Merge pull request #10515 from appwrite/bump-database-1-5
...
bump database 1.5.0
2025-09-18 16:25:20 +01:00
fogelito
d9b657796b
bump database 1.5.0
2025-09-18 17:49:38 +03:00
Jake Barnby and GitHub
e2f4d380f6
Merge pull request #10514 from Veera-mulge/change-desc
...
Update README.md
2025-09-19 01:08:50 +12:00
Veeresh and GitHub
4b90998d1e
Update README.md
2025-09-18 18:04:27 +05:30
Hemachandar
5fd2dfafb7
remove var_dump
2025-09-18 14:10:56 +05:30
Hemachandar
0812ac97a9
tests
2025-09-18 14:09:42 +05:30
Jake Barnby and GitHub
9a0ab6c5a0
Merge pull request #10513 from appwrite/sub-query-variables-order-by
...
Sub query variables order by
2025-09-18 20:25:05 +12:00
fogelito
4da7f04a5c
Add order by
2025-09-18 10:58:27 +03:00
fogelito
a7e9e58312
Add order by
2025-09-18 10:57:47 +03:00
Atharva Deosthale
9fe3e94a66
e2e tests
2025-09-18 13:12:46 +05:30
Hemachandar
dedc7a35c9
remove debug output
2025-09-18 12:38:18 +05:30
Hemachandar
2021396f39
email otp branded
2025-09-18 12:36:00 +05:30
Atharva Deosthale
8e32fb05d1
specs
2025-09-18 12:28:08 +05:30
Atharva Deosthale
de8538b622
use request filters for 1.8.0 to convert into and
2025-09-18 12:27:24 +05:30
Chirag Aggarwal
427c891e0f
update cli to 10.0.0
2025-09-18 10:13:23 +05:30
Jake Barnby and GitHub
34f3501cdc
Merge pull request #10509 from appwrite/fix-spatials-type-required-col
...
Add spatial column validation during required mode and tests for exis…
2025-09-18 15:29:50 +12:00
Jake Barnby and GitHub
30003caeb3
Merge pull request #10472 from appwrite/stats-resources-try-catch
...
Stats resources and usage sorting by unique field
2025-09-18 15:20:19 +12:00
Jake Barnby
0e2c5d93f5
Update check
2025-09-18 14:54:07 +12:00
Damodar Lohani
4540362f42
Fix: token hash magic url session
2025-09-18 01:37:19 +00:00
Damodar Lohani
3065f53d83
Fix token hash
2025-09-18 01:14:14 +00:00
ArnabChatterjee20k
52ceddcd5a
linting
2025-09-17 20:02:36 +05:30
ArnabChatterjee20k
c5e9ec3969
added cases for checking default added or not
2025-09-17 20:00:10 +05:30
ArnabChatterjee20k
5b09ebe54b
added cases for with default values
2025-09-17 19:46:06 +05:30
ArnabChatterjee20k
4815780476
Add spatial column validation during required mode and tests for existing data in databases
2025-09-17 18:01:29 +05:30
Damodar Lohani
74f181d7a8
fix token length
2025-09-17 10:18:49 +00:00
Damodar Lohani and GitHub
337eda8538
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-17 14:49:22 +05:45
fogelito
7d1a1d3ef4
use $tenant
2025-09-17 08:45:23 +03:00
fogelito
88c6e783c4
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-17 08:42:27 +03:00
Jake Barnby
ddb852c150
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
2025-09-17 14:58:36 +12:00
Jake Barnby
63aee11312
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-17 14:58:17 +12:00
Jake Barnby and GitHub
14062fc7c2
Merge pull request #10506 from appwrite/feat-reconnects
...
Update database
2025-09-17 13:08:41 +12:00
shimon
b1e55702c8
Refactor MongoDB test cases for improved readability and consistency. Adjust whitespace in conditional statements and remove redundant test methods related to spatial columns. Add new tests for spatial distance queries and update existing tests to ensure proper functionality.
2025-09-16 19:14:09 +03:00
shimon
f16eba2f9f
Update PHPUnit configuration to stop on failure set to false, and clean up whitespace in multiple files for consistency. Adjust comments and ensure proper formatting in test cases and API handling.
2025-09-16 19:13:38 +03:00
shimon
7c0bd1da88
uncomment inversion tests
2025-09-16 17:51:29 +03:00
shimon
cc87de8934
Merge branch 'feat-mongodb-pulls' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
2025-09-16 17:43:47 +03:00
shimon
5f8dc9998c
Refactor database document handling by replacing createOrUpdateDocuments with upsertDocuments in multiple classes. Clean up common.php by removing commented-out index definitions and ensuring proper indexing for MongoDB compatibility. Update UsageTest to correct API endpoint paths for database operations.
2025-09-16 17:39:41 +03:00
Jake Barnby
f03a62d43d
Update database
2025-09-17 01:33:36 +12:00
Jake Barnby and GitHub
d7e90560c9
Merge pull request #10505 from appwrite/fix-bucket-query
...
Catch query exception on bucket/file list
2025-09-17 00:15:12 +12:00
Jake Barnby
832687dd09
Catch query exception on bucket/file list
2025-09-16 23:42:07 +12:00
Jake Barnby
b38b2bba0c
Remove state order on created, rely on sequence order
2025-09-16 21:13:41 +12:00
Hemachandar
21f25b4ce4
Auto-allow sites domain for OAuth
2025-09-16 14:16:02 +05:30
fogelito
614285f1ae
Add Scope for tests
2025-09-16 11:29:13 +03:00
shimon
cc7778ceea
database lib check
2025-09-16 11:10:06 +03:00
shimon
f5fc099d87
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-16 10:26:43 +03:00
Jake Barnby and GitHub
76f59e2404
Merge pull request #10502 from appwrite/fix-filter-exceptions
...
Throw appropriate 400s from request filters
2025-09-16 19:19:03 +12:00
Jake Barnby
c9b39a3f28
Lint
2025-09-16 18:37:52 +12:00
Hemachandar
e6be9bac07
cleanup
2025-09-16 11:55:43 +05:30
Hemachandar
f8ab95b3e1
tests & lint
2025-09-16 11:54:01 +05:30
Jake Barnby
081e2aeb6e
Throw appropriate 400s from request filters
2025-09-16 17:51:22 +12:00
Damodar Lohani and GitHub
20c3641ac1
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-16 10:25:30 +05:45
Damodar Lohani
33f7056e7a
reest callback
2025-09-16 04:38:52 +00:00
Damodar Lohani
73e7c98131
Fix token length update
2025-09-16 04:36:30 +00:00
Damodar Lohani
1157d6fd10
Fix re-hashing
2025-09-16 04:27:00 +00:00
Chirag Aggarwal
31ed726409
keep graphql backwards
2025-09-16 09:48:17 +05:30
Jake Barnby
fb65d7a965
Add scoped tests
2025-09-16 13:25:15 +12:00
Jake Barnby
42d981c0ef
Add scopes to roles
2025-09-16 13:15:08 +12:00
Jake Barnby
a7cff1b53d
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-09-16 12:58:09 +12:00
Steven Nguyen and GitHub
64bb1efc44
Merge pull request #10483 from appwrite/SUC-1668-fix-database-usage-stats
...
SUC-1668 fix:database usage metrics
2025-09-15 16:28:58 -07:00
Steven Nguyen and GitHub
536cff9cc6
chore: add specification validator test
2025-09-15 21:39:23 +00:00
Steven Nguyen and GitHub
62014fda26
fix: implement dynamic specification defaults for Functions and Sites
...
Prior to this, self-hosted instances would defualt to the lowest specification.
Now, if there is no plan (ie. on self-hosted), the highest specification is used.
If there is a plan, the lowest specification available in the plan is used.
2025-09-15 21:39:22 +00:00
Hemachandar
0b9e43c9f8
Branded email for Console auth flows
2025-09-16 00:58:23 +05:30
copilot-swe-agent[bot] and stnguyen90
fea3544d4b
Implement dynamic specification defaults for Functions and Sites
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-09-15 19:18:07 +00:00
copilot-swe-agent[bot]
679de3574f
Initial plan
2025-09-15 19:11:33 +00:00
Luke B. Silver and GitHub
bfacb900e2
Merge pull request #10498 from appwrite/fix-worker-stop
...
fix: worker stop
2025-09-15 15:45:20 +01:00
loks0n
66503a4e80
fix: api worker-stop
2025-09-15 15:15:56 +01:00
Damodar Lohani
cfd82d9709
use newer syntax
2025-09-15 10:57:31 +00:00
Damodar Lohani
21245836c7
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-15 10:44:43 +00:00
Damodar Lohani
b5ca4c1166
update suggestion
2025-09-15 10:43:40 +00:00
Damodar Lohani
780799f87a
update to initialize first
2025-09-15 10:41:29 +00:00
Damodar Lohani
4579e41ace
update check
2025-09-15 10:33:21 +00:00
Damodar Lohani
19cf94bd7e
Fix oauth2 changes
2025-09-15 10:22:45 +00:00
Chirag Aggarwal
1f9bc650de
work in progress
2025-09-15 12:13:48 +05:30
Chirag Aggarwal
ef69520f95
fix: nitpick comments
2025-09-15 11:51:47 +05:30
Chirag Aggarwal
579f6691f9
fix: default to be created
2025-09-15 11:42:23 +05:30
Chirag Aggarwal
40eaf39d91
fix: graphql
2025-09-15 11:39:00 +05:30
Chirag Aggarwal
0f5cb2611d
fix: grammer
2025-09-15 10:32:06 +05:30
Chirag Aggarwal
f9ac0b48c8
fix: use 1.8.x
2025-09-15 10:28:34 +05:30
Jake Barnby
981a1278e2
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-15 16:30:22 +12:00
Jake Barnby and GitHub
2fb93500d0
Merge pull request #10485 from appwrite/attempt-small-size-for-website
...
Attempt small size for website dependency
2025-09-15 15:38:55 +12:00
Jake Barnby
6d25eb81b6
Move disable
2025-09-15 13:09:08 +12:00
Atharva Deosthale
fca2727966
add validation for type
2025-09-14 15:28:25 +05:30
Atharva Deosthale
cb03bfe74c
specs and sdk
2025-09-14 15:22:51 +05:30
Atharva Deosthale
2b1e3bd947
delete the new route and just do it in template route
2025-09-14 15:15:44 +05:30
Damodar Lohani
13b98409ae
reset length
2025-09-14 05:56:56 +00:00
Damodar Lohani
518389d32c
fix length
2025-09-14 05:37:06 +00:00
Damodar Lohani
800db0b99d
Fix magic URL token length
2025-09-14 05:23:30 +00:00
Damodar Lohani
cfa4530797
composer update
2025-09-14 05:03:20 +00:00
Damodar Lohani
d42841d80a
fix: remove hardcode, reuse hasher
2025-09-14 05:02:50 +00:00
3b668f7806
Update composer.json
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2025-09-14 10:45:53 +05:45
32b290a231
Update src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2025-09-14 10:44:46 +05:45
Damodar Lohani
365aaca56d
fix: remove legacy token generator use
2025-09-14 04:58:34 +00:00
Damodar Lohani
1c726d0466
fix: encoded not defined
2025-09-14 04:53:49 +00:00
Damodar Lohani
c903caabcc
remove dump
2025-09-14 04:50:13 +00:00
Damodar Lohani
53a117bd0f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-14 04:49:34 +00:00
Jake Barnby and GitHub
ba58fcf8fc
Merge pull request #10489 from appwrite/fix-check
...
Fix check
2025-09-14 11:14:14 +12:00
Jake Barnby
30dde4c2f4
Trigger CI
2025-09-14 11:00:32 +12:00
Jake Barnby
c140dd6fbb
Move disable
2025-09-14 10:58:21 +12:00
Atharva Deosthale
4858317891
fix: format, lints
2025-09-13 18:02:13 +05:30
Atharva Deosthale
6e16340f16
feat: add branch deployments to appwrite
2025-09-13 17:56:19 +05:30
Darshan
fcd23e2a74
ci: empty commit
2025-09-13 12:53:06 +05:30
Darshan
3114f572df
update: package.json for smaller sizes.
2025-09-13 12:33:19 +05:30
Luke B. Silver and GitHub
b5c588722b
Merge pull request #10482 from appwrite/fix-db-queues
...
fix: health db queues
2025-09-12 19:58:46 +01:00
loks0n
39a190f60c
fix: db queues
2025-09-12 19:28:27 +01:00
Jake Barnby
0f9c2001f7
Demo SDK
2025-09-13 02:42:42 +12:00
Divyansha Dubey
ef3d38c5a6
fixed db stats env var
2025-09-12 17:48:15 +04:00
Jake Barnby
5c09e8ae00
Lint
2025-09-13 00:35:03 +12:00
Jake Barnby
e5a95ed990
Update DB
2025-09-13 00:31:35 +12:00
Jake Barnby
edc637b762
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-13 00:29:19 +12:00
Jake Barnby
304ebf12b9
Add more tests
2025-09-13 00:04:49 +12:00
Jake Barnby
4f916fae22
Handle limit exception
2025-09-13 00:04:37 +12:00
Jake Barnby
7120bce761
Handle structure exception
2025-09-12 21:47:40 +12:00
Jake Barnby and GitHub
918912c0b9
Merge pull request #10480 from appwrite/spatial-type-attributes
...
Bump database
2025-09-12 19:02:46 +12:00
ArnabChatterjee20k
addd140925
updated composer
2025-09-12 11:24:19 +05:30
ArnabChatterjee20k
738a42de04
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-11 22:00:17 +05:30
ArnabChatterjee20k
9c5c5343a4
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-11 21:58:09 +05:30
ArnabChatterjee20k
289cf4db0a
testing with symlink
2025-09-11 21:55:36 +05:30
Jake Barnby
38dc92bfa7
Delete with worker
2025-09-12 02:05:19 +12:00
shimon
89d06d00c0
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-11 16:54:49 +03:00
Jake Barnby
1403868d05
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-12 01:45:41 +12:00
Jake Barnby
65ad2c9ff5
Handle usage + realtime
2025-09-12 01:45:16 +12:00
shimon
882cd8c83e
Merge remote-tracking branch 'origin/feat-mongodb-pulls' into feat-mongodb-pulls
...
# Conflicts:
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
2025-09-11 16:43:39 +03:00
shimon
80cc6a0bb3
DatabasesCustomClientTest.php
2025-09-11 16:42:33 +03:00
shimon
fc4ad175dd
Update composer.json and composer.lock to reflect new versioning for utopia-php/database and other dependencies. Adjusted package versions for brick/math, open-telemetry/api, and symfony components. Added symfony/polyfill-php83 for compatibility with PHP 8.3 features. Minor formatting changes in MigrationsBase.php for code clarity.
2025-09-11 16:38:41 +03:00
Jake Barnby and GitHub
93fc3e7659
Merge pull request #10479 from appwrite/spatial-type-attributes
...
appwrite db bump
2025-09-12 01:29:34 +12:00
Jake Barnby
09753cd6dc
Optimise schema
2025-09-12 01:16:23 +12:00
ArnabChatterjee20k
db4a783f78
appwrite db bump
2025-09-11 18:15:02 +05:30
Jake Barnby
ef685c5bc1
Fix tests
2025-09-12 00:19:39 +12:00
Jake Barnby
fd6ddf6926
Fix operation spec gen
2025-09-11 23:31:53 +12:00
Jake Barnby
67b05a3f1a
Fix test workflow
2025-09-11 23:08:23 +12:00
Matej Bačo and GitHub
485dd0a1e2
Merge pull request #10438 from appwrite/chore-beautify-certificate-logs
...
Add colors to certificate logs
2025-09-11 12:32:58 +02:00
Jake Barnby
b74e5ce5cd
Block bulk ops through txn create multi ops
2025-09-11 22:22:46 +12:00
Jake Barnby
6652e27dd5
Update TablesDB auth
2025-09-11 22:21:53 +12:00
Jake Barnby
c7dba3690a
Update auth types
2025-09-11 22:17:00 +12:00
Jake Barnby
dd64afa970
Add missing references
2025-09-11 22:16:44 +12:00
a48007d548
Update src/Appwrite/Platform/Workers/Certificates.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com >
2025-09-11 15:40:29 +05:30
Khushboo Verma and GitHub
e7a44c9fb2
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-11 15:39:45 +05:30
Jake Barnby
be81c73c40
Update DB
2025-09-11 21:30:07 +12:00
Damodar Lohani
72f5793928
revert date format
2025-09-11 09:18:23 +00:00
Jake Barnby
e6c83f364c
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-11 21:17:50 +12:00
Jake Barnby
8706828c22
Fix tests
2025-09-11 21:13:41 +12:00
Damodar Lohani and GitHub
b8e3a19586
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-11 14:47:14 +05:45
Damodar Lohani
e36de6b72b
revert date format
2025-09-11 08:59:27 +00:00
Damodar Lohani
bcec5c0922
revert date format
2025-09-11 08:57:27 +00:00
Damodar Lohani
72186f1882
reset det change
2025-09-11 08:46:38 +00:00
Damodar Lohani
e4d70a4d4f
Fix: default options
2025-09-11 07:55:52 +00:00
Jake Barnby and GitHub
de1ecaa9c9
Merge pull request #10473 from appwrite/spatial-type-attributes
...
Spatial test tablesdb updates
2025-09-11 19:44:55 +12:00
Jake Barnby and GitHub
5fadb5282c
Merge pull request #10475 from appwrite/chore-gen-sdks
...
Generate SDKs
2025-09-11 19:32:18 +12:00
ArnabChatterjee20k
88c753c2e1
updated database
2025-09-11 12:48:58 +05:30
fogelito
e673d405d6
formatting?
2025-09-11 10:14:16 +03:00
fogelito
84aaaf810f
Question
2025-09-11 10:07:45 +03:00
fogelito
5740eb8901
Add sorting
2025-09-11 10:04:42 +03:00
Damodar Lohani
6d19d76bac
Fix scope check
2025-09-11 06:51:01 +00:00
fogelito
a31190422a
formatting
2025-09-11 09:41:17 +03:00
Damodar Lohani
55bebd92f3
Fix date format
2025-09-11 06:27:58 +00:00
Damodar Lohani and GitHub
0d4df67958
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-11 11:59:31 +05:45
ArnabChatterjee20k
3a059edf58
updated database
2025-09-11 11:32:48 +05:30
Jake Barnby
498484ca4e
Legacy DB support
2025-09-11 17:54:55 +12:00
ArnabChatterjee20k
e1c5202546
updated database
2025-09-11 10:24:43 +05:30
Jake Barnby
f9b92ddead
Fix namespace
2025-09-11 16:37:43 +12:00
Jake Barnby
461c8681af
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsResources.php
2025-09-11 16:36:49 +12:00
Jake Barnby
28a2b577e7
Update lock
2025-09-11 16:36:09 +12:00
Jake Barnby
c934524689
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
...
# Conflicts:
# app/config/platforms.php
# composer.lock
# docs/examples/1.8.x/console-web/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/console-web/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/console-web/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-dart/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-dart/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-dart/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-deno/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-deno/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-deno/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-dotnet/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-go/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-go/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-go/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-graphql/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-graphql/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-line-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-point-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-line-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-point-attribute.md
# docs/examples/1.8.x/server-kotlin/java/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-kotlin/java/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-line-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-point-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-line-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-point-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-kotlin/kotlin/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-nodejs/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-php/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-php/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-php/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-python/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-python/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-python/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-rest/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-rest/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-rest/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-ruby/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-ruby/examples/tablesdb/update-polygon-column.md
# docs/examples/1.8.x/server-swift/examples/databases/create-line-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/create-point-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/create-polygon-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-line-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-point-attribute.md
# docs/examples/1.8.x/server-swift/examples/databases/update-polygon-attribute.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-line-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-point-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/create-polygon-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-line-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-point-column.md
# docs/examples/1.8.x/server-swift/examples/tablesdb/update-polygon-column.md
2025-09-11 16:26:25 +12:00
fogelito
6ed4590e0f
Respect time nulls
2025-09-10 18:04:35 +03:00
fogelito
b44051e0a2
Respect time nulls
2025-09-10 17:48:58 +03:00
fogelito
494fe274b0
sort as strings
2025-09-10 17:43:37 +03:00
fogelito
5820bae097
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-10 17:24:49 +03:00
ArnabChatterjee20k
e212ec997a
cloud test failing due to wrong spatial type for other adapters
2025-09-10 19:53:33 +05:30
fogelito
de9e177bc8
sort and hardcode bachSize
2025-09-10 17:23:33 +03:00
Matej Bačo and GitHub
d1918b7c24
Merge pull request #10471 from appwrite/feat-certificate-validation-override
...
Feat: add certificate valdiation override
2025-09-10 16:10:09 +02:00
Matej Bačo
81a5f25e4d
add certificate valdiation override
2025-09-10 15:29:59 +02:00
Matej Bačo and GitHub
03c8e2c87a
Merge pull request #10470 from appwrite/chore-proxy-to-modules
...
Chore: Move proxy endpoints to modules
2025-09-10 13:33:31 +02:00
Matej Bačo
80d8e32b87
Use proper base action for proxy module
2025-09-10 12:55:46 +02:00
Matej Bačo
8319ff166e
Move proxy endpoints to modules
2025-09-10 12:43:21 +02:00
fogelito
95f49559d0
add finally
2025-09-10 12:43:37 +03:00
Jake Barnby and GitHub
27cc649376
Merge pull request #10469 from appwrite/stats-resources-try-catch
...
Stats resources try catch
2025-09-10 21:42:29 +12:00
fogelito
83efc7c152
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into stats-resources-try-catch
2025-09-10 12:25:54 +03:00
fogelito
5f7ca48067
try catch
2025-09-10 12:24:24 +03:00
Damodar Lohani
356fbed325
fix password update
2025-09-10 09:09:12 +00:00
Damodar Lohani
4578819a58
revert test update
2025-09-10 07:59:00 +00:00
Damodar Lohani
6099313cb4
Fxi teams tests
2025-09-10 07:57:45 +00:00
Damodar Lohani
487663f892
fixed attribute
2025-09-10 07:30:22 +00:00
Khushboo Verma and GitHub
2c7472d5ec
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-10 12:44:37 +05:30
Damodar Lohani and GitHub
d8e769ef1f
Merge branch '1.8.x' into feat-apps-module-dl
2025-09-10 12:48:44 +05:45
Damodar Lohani
41dbe1a384
Fix internal ID refactor
2025-09-10 07:03:11 +00:00
Jake Barnby and GitHub
7b9ead6a68
Merge pull request #10463 from appwrite/spatial-type-attributes
...
Spatial type attributes sdk updates
2025-09-10 18:48:49 +12:00
ArnabChatterjee20k
497cf30549
bump database and migration versions
2025-09-10 11:50:58 +05:30
Damodar Lohani
631c00023e
update lock
2025-09-10 04:38:14 +00:00
Damodar Lohani
4478edc211
fix linter
2025-09-10 04:25:21 +00:00
Damodar Lohani
2be8895dfd
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-10 03:56:34 +00:00
ArnabChatterjee20k
56fc3ff3d8
updated xlist
2025-09-09 23:22:47 +05:30
ArnabChatterjee20k
0dd7d45993
updated tests
2025-09-09 22:56:59 +05:30
Luke B. Silver and GitHub
1f04104d7e
Merge pull request #10453 from appwrite/remove-deno-sdk
...
chore: remove deno from platforms array
2025-09-09 11:39:46 +01:00
Jake Barnby
be07bbfc89
Update generator
2025-09-09 19:19:44 +12:00
Jake Barnby
74a9e5b320
Add dart/flutter changelog
2025-09-09 17:11:36 +12:00
ArnabChatterjee20k
ef83636f93
empty commit to trigger tests
2025-09-08 23:57:44 +05:30
ArnabChatterjee20k
ac443e3b98
updated database version , sdk version and docs example in openapi with spatial
2025-09-08 23:30:28 +05:30
Matej Bačo and GitHub
cbd1d75aa4
Merge pull request #10460 from appwrite/fix-oauth-identities-check
...
Fix: oauth identity check
2025-09-08 15:13:49 +02:00
Matej Bačo
4bba78eb86
Allow deleteRule override
2025-09-08 14:56:02 +02:00
Jake Barnby
78ffab5116
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
2025-09-09 00:52:39 +12:00
Jake Barnby
495eeeb929
Support legacy
2025-09-09 00:50:48 +12:00
Luke B. Silver and GitHub
07a11aa15c
Merge pull request #10454 from appwrite/pla-2852
...
chore: remove avatars command from cli
2025-09-08 11:18:50 +01:00
Luke B. Silver and GitHub
d3491c2189
Merge pull request #10457 from appwrite/pla-3433
...
feat: automatic pr creation in sdk release script
2025-09-08 11:16:47 +01:00
Luke B. Silver and GitHub
4c6ede2ec3
Merge pull request #10444 from appwrite/update-examples
...
feat: update examples
2025-09-08 11:07:04 +01:00
Matej Bačo
c31a189340
Linter fix
2025-09-08 11:34:46 +02:00
Jake Barnby
54d94401a7
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
2025-09-08 21:02:05 +12:00
Matej Bačo
176c2441a4
Fix oauth identity check
2025-09-08 10:32:13 +02:00
Chirag Aggarwal
ea76121382
use sdk version instead
2025-09-08 13:51:34 +05:30
Chirag Aggarwal
3684f80462
feat: automatic pr creation in sdk release script
2025-09-08 13:43:44 +05:30
Jake Barnby
7c3ba74710
Rename
2025-09-08 19:21:59 +12:00
Jake Barnby
abf6c0a0b8
Add more bulk tests
2025-09-08 19:20:26 +12:00
Khushboo Verma and GitHub
28d31c9726
Merge branch '1.8.x' into chore-beautify-certificate-logs
2025-09-08 11:32:00 +05:30
Chirag Aggarwal
f67edb2c48
update test
2025-09-08 09:49:58 +05:30
Chirag Aggarwal and GitHub
5830942e23
Merge branch '1.8.x' into update-examples
2025-09-08 10:54:59 +07:00
Chirag Aggarwal and GitHub
6378a3a5cd
Merge branch '1.8.x' into remove-deno-sdk
2025-09-08 10:53:05 +07:00
Matej Bačo and GitHub
a290685450
Merge pull request #10455 from appwrite/chore-upgrade-http-lib
...
Chore: upgrade http lib for backwards compat. default param
2025-09-07 21:04:17 +02:00
Matej Bačo
a7304df2df
set header override properly
2025-09-07 20:44:30 +02:00
Matej Bačo
82f30a121b
upgrade http lib for backwards compatibility default param
2025-09-07 20:42:18 +02:00
Chirag Aggarwal and GitHub
7188fc6452
Merge branch '1.8.x' into remove-deno-sdk
2025-09-07 19:47:32 +07:00
Matej Bačo and GitHub
ad7023869f
Merge pull request #10452 from appwrite/fix-router-compression
...
Fix: router compression
2025-09-07 13:28:11 +02:00
Matej Bačo
79a3b19393
Fix graphQL double server header
2025-09-07 12:56:45 +02:00
Chirag Aggarwal
4422a3788d
chore: remove avatars command from cli
2025-09-07 16:22:52 +05:30
Chirag Aggarwal and GitHub
185239cc65
Merge branch '1.8.x' into update-examples
2025-09-07 17:39:24 +07:00
Chirag Aggarwal
a068f831d4
chore: remove deno from platforms array
2025-09-07 16:05:48 +05:30
Matej Bačo
67fe523716
Fix router compression
2025-09-07 12:13:11 +02:00
Jake Barnby
68b61d1e40
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
2025-09-06 05:29:48 +12:00
Jake Barnby
7c3d526cda
Update docs
2025-09-06 05:27:47 +12:00
Matej Bačo and GitHub
a27428d164
Merge pull request #10447 from appwrite/chore-platform-lib
...
Chore: Upgrade platform lib to have older queue lib
2025-09-05 19:09:45 +02:00
Chirag Aggarwal
aaae6caa2c
doMerge branch '1.8.x' into update-examples
2025-09-05 22:36:54 +05:30
Jake Barnby
1479768bf2
Merge remote-tracking branch 'origin/chore-platform-lib' into chore-gen-sdks
2025-09-06 04:50:53 +12:00
Jake Barnby
02ff0927a6
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
...
# Conflicts:
# composer.lock
2025-09-06 04:46:00 +12:00
Jake Barnby and GitHub
2b1dd8be0e
Merge pull request #10443 from appwrite/spatial-type-attributes
...
Spatial type attributes
2025-09-06 04:44:06 +12:00
Jake Barnby
812a09f556
Add read-your-write support
2025-09-06 04:26:49 +12:00
Matej Bačo
5c474ee007
Improve version control
2025-09-05 18:01:52 +02:00
Matej Bačo
2dbb8b15e6
Upgrade platform lib to have older queue lib
2025-09-05 17:59:18 +02:00
ArnabChatterjee20k
d415a2dc5a
updated composer for sdk generator
2025-09-05 21:22:25 +05:30
ArnabChatterjee20k
8ec0f8a8f4
updated specs
2025-09-05 21:16:10 +05:30
ArnabChatterjee20k
3a3820c256
updated default value descriptions for the spatial types
2025-09-05 21:13:10 +05:30
Chirag Aggarwal
f8819774ae
update gen
2025-09-05 21:06:01 +05:30
ArnabChatterjee20k
8f90774540
updated open api and swagger parser for the array of any type
2025-09-05 20:51:15 +05:30
ArnabChatterjee20k
28f7161964
updated example for the specs to have string instead of arrays to solve error during sdk gen
2025-09-05 20:38:46 +05:30
Chirag Aggarwal and GitHub
23ef82ef5b
Merge branch '1.8.x' into update-examples
2025-09-05 21:50:23 +07:00
Chirag Aggarwal
f2c4440cbc
fix dotnet and graphql
2025-09-05 20:18:13 +05:30
Jake Barnby
098b0cd028
Fix array as doc
2025-09-06 02:37:52 +12:00
Jake Barnby
391942ba72
Fix bulk logged queries
2025-09-06 02:37:17 +12:00
ArnabChatterjee20k
79fcfff4f4
updated specs
2025-09-05 20:04:56 +05:30
Chirag Aggarwal
55f5ba8a9a
add missing
2025-09-05 19:44:03 +05:30
Matej Bačo
5e9eff18c4
Revert "Downgrade queue library"
...
This reverts commit 17b32fea90 .
2025-09-05 15:58:10 +02:00
Matej Bačo
17b32fea90
Downgrade queue library
2025-09-05 15:51:23 +02:00
ArnabChatterjee20k
ca87bd2237
updated specs
2025-09-05 19:16:26 +05:30
Chirag Aggarwal and GitHub
9871e6fd6d
Merge branch '1.8.x' into update-examples
2025-09-05 20:45:50 +07:00
Chirag Aggarwal
83b6d15381
fix: more mistakes
2025-09-05 19:15:33 +05:30
Matej Bačo and GitHub
16c9faaca7
Merge pull request #10445 from appwrite/fix-mysql-tests
...
Fix mysql tests
2025-09-05 15:43:26 +02:00
ArnabChatterjee20k
d948c12d8f
linting
2025-09-05 19:07:08 +05:30
ArnabChatterjee20k
e2140e4754
updated composer lock
2025-09-05 19:01:20 +05:30
ArnabChatterjee20k
55b68e45e4
pr followups
2025-09-05 18:35:09 +05:30
ArnabChatterjee20k
c2f61c1998
updated specs
2025-09-05 18:26:07 +05:30
ArnabChatterjee20k
3b0d02e9b0
updated the spatial specs
2025-09-05 18:13:51 +05:30
ArnabChatterjee20k
00d208f1ac
added array to be true
2025-09-05 17:53:42 +05:30
Jake Barnby
489f8db376
Apply to TablesDB tests
2025-09-06 00:13:48 +12:00
Chirag Aggarwal
508c47f687
fix: ruby
2025-09-05 17:43:35 +05:30
Jake Barnby
3f7d05ca8f
Remove invalid test for spatial order on MySQL
2025-09-06 00:10:28 +12:00
Jake Barnby
0ca53304b7
Fix boundary inclusive contains on mysql
2025-09-06 00:10:00 +12:00
Chirag Aggarwal
23c433c2ed
feat: update examples
2025-09-05 17:30:39 +05:30
ArnabChatterjee20k
4e164b0b3e
updated graphql mapper
2025-09-05 16:42:26 +05:30
ArnabChatterjee20k
22e83d227f
updated specs
2025-09-05 16:22:51 +05:30
ArnabChatterjee20k
7a9faf5243
changed json to array
2025-09-05 16:19:59 +05:30
ArnabChatterjee20k
97a28878ca
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-05 16:16:48 +05:30
ArnabChatterjee20k
4ed42d3304
updated request and response model
2025-09-05 16:15:17 +05:30
Jake Barnby
c07db4eea1
Update specs
2025-09-05 21:54:17 +12:00
Jake Barnby
ca17bcd8ef
Fix refs
2025-09-05 21:54:11 +12:00
Jake Barnby
f4bf1756c9
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-05 21:40:21 +12:00
Luke B. Silver and GitHub
a9dbd6c3fa
Merge pull request #10431 from appwrite/add-param-examples
...
feat: add requestBody param examples in specs
2025-09-05 10:36:41 +01:00
Chirag Aggarwal
18445945d6
switch to walter o brien
2025-09-05 15:01:05 +05:30
Jake Barnby
af60f9f7c0
Merge remote-tracking branch 'origin/1.8.x' into chore-gen-sdks
...
# Conflicts:
# app/config/platforms.php
# composer.lock
2025-09-05 21:16:56 +12:00
Jake Barnby
ed6b0b6be4
Update generator
2025-09-05 21:16:22 +12:00
Jake Barnby and GitHub
3f26b7c848
Merge pull request #10442 from appwrite/update-sdk-cli-9.1.0
...
chore: update cli to 9.1.0
2025-09-05 21:15:56 +12:00
Chirag Aggarwal
b1ffdb1c22
chore: update cli to 9.1.0
2025-09-05 14:29:17 +05:30
Matej Bačo and GitHub
e8c177982d
Merge pull request #10441 from appwrite/feat-list-projects-module
...
Feat: move projects.list() to module
2025-09-05 10:53:31 +02:00
Matej Bačo
ca6cf01773
Improve customization of queries validator
2025-09-05 10:12:07 +02:00
Matej Bačo
bf59f1ba7d
Fix path structure
2025-09-05 09:30:07 +02:00
Matej Bačo
cc50302530
Formatting fix
2025-09-05 09:25:45 +02:00
Matej Bačo
c894b0ab6a
Simplify validator override
2025-09-05 09:25:13 +02:00
Matej Bačo
4cf3d0b87b
move projects.list() to module
2025-09-05 09:17:44 +02:00
Chirag Aggarwal
586f4dff6f
chore: update createRow as well
2025-09-05 09:34:34 +05:30
Chirag Aggarwal
a47d581eea
fix: specs
2025-09-04 22:45:46 +05:30
Matej Bačo and GitHub
a703fcc8e9
Merge pull request #10440 from Veera-mulge/change-desc
...
Update README.md
2025-09-04 17:21:24 +02:00
Chirag Aggarwal
d2b681e95c
Merge branch '1.8.x' into add-param-examples
2025-09-04 20:48:28 +05:30
Veeresh and GitHub
01586653a1
Update README.md
2025-09-04 20:36:03 +05:30
Jake Barnby
998a7ff697
Generate
2025-09-05 02:35:04 +12:00
Jake Barnby
3d5caaa0bb
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-09-05 01:05:44 +12:00
Jake Barnby
c2916c7a2d
Lint
2025-09-05 01:04:48 +12:00
Jake Barnby
d28643bd2b
Update DB
2025-09-05 01:02:30 +12:00
Khushboo Verma
0b1712c87e
Add colors to certificate logs
2025-09-04 18:23:40 +05:30
Jake Barnby and GitHub
f8e48b9d35
Merge pull request #10436 from appwrite/fix-put-prefs
...
Fix put prefs structure validation
2025-09-05 00:51:50 +12:00
Jake Barnby and GitHub
c130d0b7c6
Merge pull request #10437 from appwrite/chore-update-db
...
Add tests for new time helpers
2025-09-05 00:45:39 +12:00
fogelito
15b56593f4
Partial update
2025-09-04 15:28:59 +03:00
Jake Barnby
aa51bb5052
Lint
2025-09-05 00:13:39 +12:00
fogelito
ac9181a2e6
Line
2025-09-04 15:06:58 +03:00
fogelito
8cc5efa2cb
Use Document
2025-09-04 15:06:38 +03:00
fogelito
3fc05c54fb
Fix get prefs
2025-09-04 14:59:59 +03:00
Jake Barnby
307b458889
Add tests
2025-09-04 23:56:16 +12:00
fogelito
2e26ea3a1b
$prefsDocument
2025-09-04 14:54:22 +03:00
fogelito
8327111c3a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into fix-put-prefs
2025-09-04 14:50:25 +03:00
fogelito
8b271eb159
Catch error
2025-09-04 14:47:59 +03:00
Chirag Aggarwal
27e2ec04ee
chore: keep it as a json string
2025-09-04 16:59:27 +05:30
Eldad A. Fux and GitHub
c02574b057
Merge pull request #10430 from appwrite/chore-github-issue-auto-label
...
chore: create workflow to auto add labels to issues
2025-09-04 11:43:02 +01:00
ArnabChatterjee20k
b3cedcfcd3
Merge branch '1.8.x' into spatial-type-attributes
2025-09-04 14:50:49 +05:30
Jake Barnby
7eba6582c6
Fix bulk payloads
2025-09-04 20:32:37 +12:00
Jake Barnby and GitHub
e84c9b238c
Merge pull request #10433 from appwrite/spatial-type-attributes
...
removed spaital type response and will be using the json type for the…
2025-09-04 19:56:15 +12:00
ArnabChatterjee20k
d7a5eb436d
generated sdk specs
2025-09-04 13:03:52 +05:30
ArnabChatterjee20k
e7113a080d
removed spaital type response and will be using the json type for the spatial responses
2025-09-04 12:57:43 +05:30
Matej Bačo and GitHub
b09af876b3
Merge pull request #10396 from appwrite/feat-update-preview-url-in-vcs-controller
...
Add previewUrl to vcs comment from vcs controller
2025-09-04 09:19:39 +02:00
Khushboo Verma
3aa163a21e
Update comment only if lock is acquired, else continue
2025-09-04 11:50:12 +05:30
Khushboo Verma and GitHub
14b278a9a6
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-09-04 11:11:37 +05:30
Chirag Aggarwal and GitHub
9c05532eff
Merge branch '1.8.x' into add-param-examples
2025-09-04 11:53:28 +07:00
Chirag Aggarwal
8a734293f0
feat: add requestBody param examples in specs
2025-09-04 10:22:51 +05:30
Steven Nguyen and GitHub
ba97cfb440
chore: create workflow to auto add labels to issues
2025-09-03 23:14:37 +00:00
Matej Bačo and GitHub
1b6fd73314
Merge pull request #10427 from appwrite/feat-set-cookie-array-of-headers
...
Feat: Support array headers for set-cookie
2025-09-03 18:43:33 +02:00
Matej Bačo
5c5c4e432f
Fix content type header
2025-09-03 18:04:58 +02:00
Jake Barnby
5702def9d2
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-09-04 04:00:57 +12:00
Matej Bačo
f6308b3477
AI code quality fixes
2025-09-03 17:57:12 +02:00
Jake Barnby
de5df4b72e
Add extra tests
2025-09-04 03:57:03 +12:00
Matej Bačo
10cfc15904
Add set-cookie tests
2025-09-03 17:49:10 +02:00
Matej Bačo
128a35bd4d
Use executor 0.11.0
2025-09-03 17:36:35 +02:00
Matej Bačo
b75952071e
Support array headers for set-cookie
2025-09-03 17:32:15 +02:00
Matej Bačo and GitHub
1d0fc635c1
Merge pull request #10424 from Veera-mulge/change-desc
...
Update README.md
2025-09-03 17:31:09 +02:00
Jake Barnby and GitHub
101da34672
Merge pull request #10425 from appwrite/bulk-upsert-realtime
...
Bulk upsert realtime
2025-09-04 03:16:11 +12:00
ArnabChatterjee20k and GitHub
52f8cb75ca
Update Upsert.php
2025-09-03 20:27:23 +05:30
ArnabChatterjee20k
fdeb8c48c5
added permission upsert test
2025-09-03 19:53:20 +05:30
ArnabChatterjee20k
b7a0f53994
updated tests
2025-09-03 19:43:33 +05:30
ArnabChatterjee20k
a2e9ee73dc
bulk upsert support
2025-09-03 19:36:24 +05:30
Veeresh and GitHub
5eb7c3a7c8
Update README.md
2025-09-03 19:18:25 +05:30
Jake Barnby and GitHub
0c139721e4
Merge pull request #10356 from appwrite/spatial-type-attributes
...
Spatial type attributes
2025-09-04 01:40:58 +12:00
Khushboo Verma and GitHub
df1b4c9193
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-09-03 18:46:08 +05:30
Khushboo Verma
e3af59332c
Replace err with warning
2025-09-03 18:45:43 +05:30
ArnabChatterjee20k
5a6955debd
typo fix
2025-09-03 18:38:06 +05:30
ArnabChatterjee20k
dd15023a2b
used import
2025-09-03 18:35:42 +05:30
ArnabChatterjee20k
39fc7e996b
changed database service to tablesdb service for all tablesdb
2025-09-03 18:18:22 +05:30
ArnabChatterjee20k
2004ed55a5
reset readme
2025-09-03 18:13:06 +05:30
ArnabChatterjee20k
a9138d7e8d
overwrite decodedDefault with default
2025-09-03 18:06:25 +05:30
ArnabChatterjee20k
e904fa6f9d
overwrite decodedDefault with the default
2025-09-03 18:05:28 +05:30
ArnabChatterjee20k
12d2c80431
replaced table with collection
2025-09-03 18:03:46 +05:30
ArnabChatterjee20k
4895865a01
removed redundant comments from ai + removed spatial type conditions
2025-09-03 17:58:25 +05:30
8734125a73
Update app/config/errors.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-09-03 17:50:50 +05:30
28b0d95d05
Update app/config/errors.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-09-03 17:50:38 +05:30
a8bbac4800
Update src/Appwrite/Utopia/Database/Validator/Spatial.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-09-03 17:50:23 +05:30
Luke B. Silver and GitHub
e54e7fbcd7
Merge pull request #10420 from appwrite/refactor-prevent-direct-publisher-clls
...
refactor: remove direct publisher calls
2025-09-03 13:14:23 +01:00
Jake Barnby
903e9b52c2
Fix size limit exception
2025-09-03 23:54:21 +12:00
loks0n
1b586bbc51
chore: revert scheduler & hook changes
2025-09-03 12:47:33 +01:00
Khushboo Verma
b32e1ad930
Add vcsCommentLock before updating comment
2025-09-03 16:57:15 +05:30
loks0n
e4adff4edc
chore: jake review
2025-09-03 12:10:34 +01:00
loks0n
5423b63c8a
refactor: prevent direct publisher calls
2025-09-03 12:10:34 +01:00
Khushboo Verma and GitHub
8d5a879c9f
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-09-03 16:20:46 +05:30
Matej Bačo and GitHub
ab4ff314b8
Merge pull request #10392 from appwrite/fix-placeholder-style-in-templates
...
Replace %s with mustache placeholder
2025-09-03 10:23:27 +02:00
ArnabChatterjee20k
2755fd1fe6
updated graphql mappers
2025-09-03 00:47:05 +05:30
ArnabChatterjee20k
0f6b4e07d5
updated validator for the create polygon
2025-09-03 00:41:12 +05:30
ArnabChatterjee20k
0d77a33cf1
updated update endpoint to spatial appwrite validator
2025-09-03 00:40:04 +05:30
ArnabChatterjee20k
044e68499b
update composer
2025-09-02 23:08:01 +05:30
ArnabChatterjee20k
22b797165a
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-02 23:07:32 +05:30
ArnabChatterjee20k
72f5ac26fc
updated composer
2025-09-02 23:04:42 +05:30
ArnabChatterjee20k
b01f146b1c
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-09-02 23:04:12 +05:30
ArnabChatterjee20k
8c09e20c4a
Merge remote-tracking branch 'upstream/main' into spatial-type-attributes
2025-09-02 23:03:28 +05:30
ArnabChatterjee20k
8f7085ccfc
pr followups
2025-09-02 23:00:31 +05:30
Jake Barnby
00f91c444c
Fix tests
2025-09-03 04:55:31 +12:00
Jake Barnby
c34efeff1e
Add to the other workflow
2025-09-03 04:37:48 +12:00
Jake Barnby
76287beca0
Format
2025-09-03 04:36:34 +12:00
Jake Barnby
1d8d757960
Add txn to workflow
2025-09-03 04:32:59 +12:00
Jake Barnby
2202dc9747
Handle intra-transactional ops with state tracking
2025-09-03 04:29:42 +12:00
Jake Barnby
5528e9964b
Updates tests
2025-09-03 03:53:08 +12:00
Jake Barnby
04a9ff9c23
Ensure ID on create doc op
2025-09-03 03:42:56 +12:00
Jake Barnby
7861ee8cbd
Add transaction scopes to test keys
2025-09-03 03:42:44 +12:00
Jake Barnby
70ef7059c3
Add increment validation
2025-09-03 03:42:19 +12:00
Jake Barnby
3f0ad7f6c7
Update registry
2025-09-03 03:41:53 +12:00
Jake Barnby
c9cf38d630
Add expired log deletion
2025-09-03 01:31:53 +12:00
ArnabChatterjee20k
1112058689
pr followups
2025-09-02 18:07:34 +05:30
ArnabChatterjee20k
cfe9b34cd5
updated pr followups
2025-09-02 17:33:30 +05:30
Jake Barnby
f836fbeba5
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# 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/Utopia/Response.php
2025-09-02 23:31:47 +12:00
Jake Barnby and GitHub
a63e486d79
Merge pull request #10414 from appwrite/check-audits
...
Check audits logs
2025-09-02 23:08:49 +12:00
fogelito
711d31b565
Console::error message fix
2025-09-02 13:48:17 +03:00
fogelito
a7c4e16545
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into check-audits
2025-09-02 13:47:18 +03:00
fogelito
c2adf79511
message
2025-09-02 13:43:42 +03:00
fogelito
0af3734b6f
finally unset
2025-09-02 13:41:10 +03:00
Matej Bačo and GitHub
b3fa60b2d0
Merge pull request #10380 from appwrite/feat-select-queries-on-deployments
...
Feat: Deployment select queries
2025-09-02 12:12:53 +02:00
Matej Bačo
14194ec972
Fix missing vendor changes
2025-09-02 11:50:02 +02:00
Matej Bačo
d21244ff41
PR review changes
2025-09-02 11:42:35 +02:00
Matej Bačo
b1c1acf36b
Finish refactor for internal select queries
2025-09-02 11:16:47 +02:00
Matej Bačo
6b8a4a03c3
Simplify PR
2025-09-02 11:11:31 +02:00
Matej Bačo
31b8e3361d
Merge branch '1.8.x' into feat-select-queries-on-deployments
2025-09-02 11:03:20 +02:00
Khushboo Verma and GitHub
c49ab1a077
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-09-02 13:41:24 +05:30
Khushboo Verma and GitHub
44950eac0b
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-09-02 13:40:48 +05:30
Luke B. Silver and GitHub
4ed206d8d9
Merge pull request #10419 from appwrite/chore-make-webhooks-publisher-overridable
...
chore: make webhooks publisher overridable
2025-09-02 08:23:18 +01:00
loks0n
48c54bf5e8
chore: make webhooks publisher overridable
2025-09-01 18:06:12 +01:00
fogelito
bd8d6fdc59
Try catch inside
2025-09-01 18:35:12 +03:00
Jake Barnby and GitHub
4766d42c16
Merge pull request #10418 from appwrite/feat-version-tests
...
Allow running tests with specific response format
2025-09-01 23:08:48 +12:00
Jake Barnby
6e5fe9c33f
Check verison
2025-09-01 22:41:30 +12:00
Jake Barnby
fb8270733e
Allow running tests with specific response format
2025-09-01 22:09:30 +12:00
Jake Barnby and GitHub
aafc98fc7e
Merge pull request #10417 from appwrite/fix-allow-null-params
...
Fix allow null params
2025-09-01 20:47:25 +12:00
Jake Barnby
364eacc3e2
Remove dump
2025-09-01 20:17:49 +12:00
Jake Barnby and GitHub
b6fddfc84a
Merge pull request #10416 from appwrite/pla-3448
...
chore: update exception thrown when svg sanitization fails
2025-09-01 20:16:41 +12:00
Jake Barnby and GitHub
7b7e991e0e
Merge pull request #10409 from appwrite/update-readonly-params
...
chore: mark Row response model's param with readonly
2025-09-01 20:03:16 +12:00
Jake Barnby and GitHub
b46d22ab8a
Merge pull request #10408 from appwrite/update-warning
...
chore: remove sdk deprecation warnings
2025-09-01 20:00:01 +12:00
ArnabChatterjee20k
ac604b11e3
added migration script
2025-09-01 13:13:52 +05:30
Jake Barnby
97366e7fbd
Allow null for targets/topics/users
2025-09-01 19:39:13 +12:00
Chirag Aggarwal
a20f71c511
chore: update exception thrown when svg sanitization fails
2025-09-01 13:08:17 +05:30
Chirag Aggarwal
7600edb102
remove
2025-09-01 13:03:41 +05:30
Chirag Aggarwal
bc18f9d8c7
temporary remove warnings
2025-09-01 12:29:08 +05:30
ArnabChatterjee20k
043ca48f91
updated response model and docs
2025-09-01 11:27:57 +05:30
shimon
a0def8edf8
Updates
2025-08-31 17:57:58 +03:00
fogelito
ad4e3be80c
Lines
2025-08-31 13:10:04 +03:00
fogelito
97ce2bdc3a
Lines
2025-08-31 13:09:23 +03:00
fogelito
52141b825c
Remove dbg
2025-08-31 13:08:24 +03:00
fogelito
f4caa69840
Remove dbg
2025-08-31 13:07:31 +03:00
fogelito
dffbe2e4ab
Check audits
2025-08-31 12:52:51 +03:00
fogelito
c96b6300da
Check audits
2025-08-31 12:39:32 +03:00
Chirag Aggarwal
16d731b748
lower
2025-08-30 12:34:27 +05:30
Chirag Aggarwal
c6fb4687a2
readability
2025-08-30 12:32:57 +05:30
Chirag Aggarwal
4ee0c12cb1
chore: fix
2025-08-30 12:27:50 +05:30
Chirag Aggarwal
2710282216
chore: use correct sdk name and platform in link
2025-08-30 12:25:47 +05:30
Chirag Aggarwal
73f5823746
chore: mark Row response model's param with readonly
2025-08-30 11:27:51 +05:30
Chirag Aggarwal
674d928ce2
show method is x-sdk-name is present
2025-08-29 21:33:53 +05:30
Chirag Aggarwal
4ef6c23a67
add quotes
2025-08-29 18:41:46 +05:30
Chirag Aggarwal
262be06b0d
chore: improve deprecation warning
2025-08-29 18:37:44 +05:30
ArnabChatterjee20k
f68d49c4d6
updated the migration error size attribute
2025-08-29 18:19:29 +05:30
Jake Barnby and GitHub
c7bbb6ad68
Merge pull request #10406 from appwrite/revert-10400-dat-664
...
Revert "Added handling of database resources after migration"
2025-08-29 22:45:53 +12:00
Jake Barnby and GitHub
eab03af822
Revert "Added handling of database resources after migration"
2025-08-29 22:45:02 +12:00
Jake Barnby and GitHub
e005389ca6
Merge pull request #10405 from appwrite/fix-readonly-on-write
...
Fix readonly attr stripping on write
2025-08-29 21:37:28 +12:00
Jake Barnby
1e230a93a9
Format
2025-08-29 21:06:13 +12:00
Jake Barnby
8834163c91
Fix tests
2025-08-29 21:01:09 +12:00
Jake Barnby
57071af3e8
Handle privileged
2025-08-29 20:38:55 +12:00
Jake Barnby
d9aadb02e7
Move filter
2025-08-29 19:53:47 +12:00
Jake Barnby
f0c10acbb4
Fix readonly attr stripping on write
2025-08-29 19:30:59 +12:00
Khushboo Verma and GitHub
7199da8560
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-08-29 10:59:28 +05:30
Khushboo Verma and GitHub
20df84464a
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-08-29 10:59:01 +05:30
Matej Bačo and GitHub
b59212a0ef
Merge pull request #10401 from Veera-mulge/main
...
Update README.md
2025-08-28 19:43:52 +02:00
Veeresh and GitHub
51b98b6976
Update README.md
2025-08-28 21:13:29 +05:30
Jake Barnby and GitHub
7f59872673
Merge pull request #10400 from appwrite/dat-664
...
Added handling of database resources after migration
2025-08-29 02:48:54 +12:00
Jake Barnby and GitHub
f43cbaf1a8
Update src/Appwrite/Platform/Workers/Migrations.php
2025-08-29 02:48:31 +12:00
ArnabChatterjee20k
bef0aff7c9
optimised the memory usage by resource aggregation
2025-08-28 19:59:48 +05:30
ArnabChatterjee20k
e2575e7360
linting
2025-08-28 19:21:11 +05:30
Khushboo Verma
2f49722092
Revert to use deployment preview
2025-08-28 19:17:07 +05:30
ArnabChatterjee20k
f067d1fadf
updated reset of the stats usage worker to reset metrics
2025-08-28 19:14:14 +05:30
ArnabChatterjee20k
743bcceb56
updated migration version
2025-08-28 19:13:24 +05:30
ArnabChatterjee20k
a809832f05
lint
2025-08-28 19:10:00 +05:30
ArnabChatterjee20k
0737c78cb5
added processing of migration resource stats
2025-08-28 19:06:18 +05:30
Khushboo Verma
f3204d2520
Use branch domain in preview urls in builds worker
2025-08-28 17:51:37 +05:30
Khushboo Verma and GitHub
9cf15da482
Merge branch '1.8.x' into feat-update-preview-url-in-vcs-controller
2025-08-28 17:10:25 +05:30
Jake Barnby and GitHub
fec157e271
Merge pull request #10397 from appwrite/update-upsert-naming
...
chore: update description for upsert methods
2025-08-28 19:41:48 +12:00
Chirag Aggarwal
6e51985037
casing
2025-08-28 12:31:14 +05:30
Khushboo Verma
a737328bf0
Use branch url as preview url in comment
2025-08-28 12:22:55 +05:30
Khushboo Verma and GitHub
4b747c63db
Merge branch '1.8.x' into fix-placeholder-style-in-templates
2025-08-28 11:12:01 +05:30
Chirag Aggarwal
ca6f947642
chore: update description for upsert methods
2025-08-28 10:04:28 +05:30
Khushboo Verma
5eb52d312b
Add previewUrl to vcs comment from vcs controller
2025-08-27 20:05:27 +05:30
Jake Barnby and GitHub
f75d2d6dbb
Merge pull request #10394 from appwrite/update-tables-group
...
chore: update tables group in specs
2025-08-28 02:25:02 +12:00
Chirag Aggarwal
6dc33ed27a
use single quotes
2025-08-27 19:29:34 +05:30
Jake Barnby and GitHub
3cb45d6387
Merge pull request #10395 from appwrite/fix-namespace-naming-specs
...
fix: namespace naming from tables-db to tablesdb in specs
2025-08-28 01:52:38 +12:00
Chirag Aggarwal
c26e28d5a6
fix: namespace naming from tables-db to tablesdb in specs
2025-08-27 19:04:37 +05:30
shimon
bdb8204910
Refactor database attribute tests to streamline size validation and add support for additional integer index. Updated size constraints for 'description' and 'tagline' attributes, and introduced a new 'integers2' attribute to accommodate MongoDB limitations. Adjusted assertions to reflect these changes.
2025-08-27 16:32:13 +03:00
Chirag Aggarwal
e2dcc49fa9
chore: update tables group in specs
2025-08-27 18:51:52 +05:30
Khushboo Verma
45518cead8
Fix logo and links in certificate failure email
2025-08-27 18:31:24 +05:30
Jake Barnby and GitHub
05f34c2485
Merge pull request #10393 from appwrite/fix-nested-filter-selects
...
Fix nested filter selects
2025-08-28 00:53:10 +12:00
Jake Barnby
114902d040
Merge remote-tracking branch 'origin/1.8.x' into fix-nested-filter-selects
2025-08-28 00:51:52 +12:00
Luke B. Silver and GitHub
f30dc5df49
Merge pull request #10385 from appwrite/allow-head-requests
...
feat: allow HEAD requests in function executions
2025-08-27 13:48:16 +01:00
61e0e74b56
Update src/Appwrite/Utopia/Request/Filters/V20.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-28 00:47:05 +12:00
Khushboo Verma
3a5878890d
Fix language specific things
2025-08-27 18:02:59 +05:30
Jake Barnby
75a1e5ca4a
Format
2025-08-28 00:12:00 +12:00
ArnabChatterjee20k
7360dd68e0
updated tests
2025-08-27 17:41:52 +05:30
Jake Barnby
369c19039c
Update specs
2025-08-28 00:04:40 +12:00
Jake Barnby
66f541092d
Update desc
2025-08-28 00:04:32 +12:00
Jake Barnby
1462522438
Remove logging
2025-08-28 00:04:25 +12:00
Chirag Aggarwal
ee292d04a6
delete execution
2025-08-27 17:32:21 +05:30
Chirag Aggarwal
a2eec2eac6
fix: 201
2025-08-27 17:30:24 +05:30
Jake Barnby
3fc53b2c43
Fix request filter for nested relationships
2025-08-27 23:59:40 +12:00
Chirag Aggarwal
f4ea5fad4a
add test case
2025-08-27 17:22:08 +05:30
Khushboo Verma
30ca2fb251
Replace %s with mustache placeholder
2025-08-27 17:13:10 +05:30
ArnabChatterjee20k
8338a7318f
updated composer and merge conflicts
2025-08-27 17:02:52 +05:30
ArnabChatterjee20k
ba0d334f80
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-08-27 17:00:28 +05:30
ArnabChatterjee20k
2ec0da3c22
updated composer lock
2025-08-27 16:58:24 +05:30
ArnabChatterjee20k
0e343125b7
updated graphql queries
2025-08-27 16:35:55 +05:30
ArnabChatterjee20k
7a4929a51f
added update and default cases for the spatial attributes endpoints
2025-08-27 16:30:25 +05:30
shimon
1274614d18
Update composer.json and composer.lock to reflect new versioning for utopia-php/database and other dependencies. Adjusted Docker configuration to set the database adapter to MariaDB.
2025-08-27 13:55:48 +03:00
Chirag Aggarwal
c6c3a675d2
update specs
2025-08-27 15:20:20 +05:30
Chirag Aggarwal and GitHub
0a2fb92baa
Merge branch '1.8.x' into allow-head-requests
2025-08-27 16:45:30 +07:00
Matej Bačo
f2dd03e597
Add request to filters, to allow deployment model to respect select queries
2025-08-27 11:20:14 +02:00
Matej Bačo and GitHub
8a76979ba8
Merge pull request #9147 from JoshiJoshiJoshi/feat-extend-function-headers
...
Feat: Add executionId and client IP to function headers
2025-08-27 10:10:59 +02:00
Khushboo Verma and GitHub
c19122e97d
Merge branch '1.8.x' into feat-extend-function-headers
2025-08-27 13:10:38 +05:30
Matej Bačo and GitHub
e7157b831a
Merge pull request #10391 from appwrite/chore-update-method-in-docs
...
Update default method in description
2025-08-27 09:34:46 +02:00
shimon
4f937ac549
Update composer.json and composer.lock to reflect changes in utopia-php/database versioning, including the removal of the 'with-uuid7' suffix. Updated dependencies for composer/semver, symfony/polyfill packages, and phpunit/phpunit to their latest versions for improved compatibility and performance.
2025-08-27 10:28:17 +03:00
shimon
6910d669de
Update composer.json to correct utopia-php/database version reference and modify test to use the correct endpoint for MongoDB operations.
2025-08-27 10:25:23 +03:00
Khushboo Verma
a81d980334
Resolve merge conflicts
2025-08-27 12:54:22 +05:30
Khushboo Verma
1063b5979b
Update default method in description
2025-08-27 12:51:42 +05:30
Matej Bačo and GitHub
82e12d4fcd
Merge pull request #10379 from appwrite/feat-add-execution-and-log-response-headers
...
Add execution id and log id to response headers
2025-08-27 09:16:28 +02:00
Khushboo Verma
bca1996d99
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-27 12:40:09 +05:30
Khushboo Verma
c087449725
Fix schedule execution test
2025-08-27 12:39:38 +05:30
Khushboo Verma and GitHub
2d497cbdd5
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
2025-08-27 11:58:18 +05:30
Jake Barnby and GitHub
d3d226363e
Merge pull request #10390 from appwrite/chore-update-cli
...
Update CLI
2025-08-27 17:58:29 +12:00
Jake Barnby
71a8eaf48b
Update CLI
2025-08-27 17:19:13 +12:00
Jake Barnby and GitHub
b783d81b7e
Merge pull request #10389 from appwrite/fix-request-filter
...
Fix request filter
2025-08-27 17:18:34 +12:00
Jake Barnby
4daad1b775
Ignore relationships that are not available
2025-08-27 16:48:08 +12:00
ArnabChatterjee20k
a1be47e669
linting fix
2025-08-27 10:17:29 +05:30
Jake Barnby
9b453e79ac
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
2025-08-27 16:30:11 +12:00
Jake Barnby
f4c56ad757
Format
2025-08-27 16:21:29 +12:00
Jake Barnby and GitHub
43e6bf5a2e
Merge pull request #10382 from appwrite/update-union-pay-1.8.x
...
chore: update union china pay to just unionpay
2025-08-27 16:13:30 +12:00
Jake Barnby
55a2f2d1fa
Merge remote-tracking branch 'origin/1.8.x' into fix-request-filter
2025-08-27 16:10:54 +12:00
Jake Barnby and GitHub
4d0ca798a7
Merge pull request #10387 from appwrite/fix-scopes
...
Array scopes
2025-08-27 16:10:38 +12:00
Jake Barnby
0e9cdc68b1
Bump console
2025-08-27 16:10:10 +12:00
Jake Barnby
2111aab8ed
Fix relationship request filter
2025-08-27 16:09:56 +12:00
Jake Barnby and GitHub
a37eef4928
Merge pull request #10388 from appwrite/fix-sequence-removal
...
Fix sequence removal
2025-08-27 15:36:02 +12:00
Jake Barnby
76db65583d
Fix GQL test
2025-08-27 15:21:23 +12:00
Jake Barnby
1f2d659d76
Format
2025-08-27 14:58:22 +12:00
Jake Barnby and GitHub
acfacb526a
Merge branch '1.8.x' into fix-sequence-removal
2025-08-27 14:52:27 +12:00
Jake Barnby and GitHub
24e4207ba6
Merge branch '1.8.x' into fix-scopes
2025-08-27 14:52:01 +12:00
Jake Barnby and GitHub
ca9e697ca3
Merge pull request #10386 from appwrite/fix-domain-valdiator
...
Fix domain validator
2025-08-27 14:51:50 +12:00
Jake Barnby
4d675530d6
Remove response filter
2025-08-27 14:47:40 +12:00
Jake Barnby
c1676bcffd
Array scopes
2025-08-27 14:43:34 +12:00
Jake Barnby and GitHub
c31b72c3e9
Merge branch '1.8.x' into fix-domain-valdiator
2025-08-27 14:25:02 +12:00
Jake Barnby and GitHub
e71beeee51
Merge pull request #10383 from appwrite/copilot/fix-e24d8527-9979-4c83-bbee-437ac6c4d440
...
Apply sequence integer casting and attribute cleanup fixes to Row model, TablesDB tests, and document processing
2025-08-27 14:22:54 +12:00
Jake Barnby
35579bfda1
Fix domain validator
2025-08-27 14:21:22 +12:00
Chirag Aggarwal
cc73621874
format
2025-08-27 07:46:35 +05:30
Chirag Aggarwal
f090a23bc3
feat: allow HEAD requests in function executions
2025-08-27 07:44:29 +05:30
Steven Nguyen
b57bef2d0c
chore: fix lint error
2025-08-26 15:11:27 -07:00
Steven Nguyen
737e2f8624
fix: Remove $sequence attribute from documents on create and update
...
Including attribute can cause a invalid structure error as the incoming data may be an int but the database expects a string.
2025-08-26 15:10:23 -07:00
copilot-swe-agent[bot] and stnguyen90
bfd8b554cd
Add $tenant attribute removal to Action.php processDocument method
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-08-26 20:37:33 +00:00
copilot-swe-agent[bot] and stnguyen90
6763b8ecb6
Apply sequence integer casting fix to Row.php and add test assertion
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-08-26 20:06:26 +00:00
copilot-swe-agent[bot]
61f9bd90e5
Initial plan
2025-08-26 20:01:34 +00:00
Steven Nguyen and GitHub
47cc808f91
Merge pull request #10376 from Veera-mulge/change-desc
...
Update README.md
2025-08-26 12:09:30 -07:00
ArnabChatterjee20k
67903fcf08
updated composer
2025-08-26 21:48:22 +05:30
ArnabChatterjee20k
51b01ab803
Merge remote-tracking branch 'upstream/1.8.x' into spatial-type-attributes
2025-08-26 21:46:43 +05:30
Chirag Aggarwal
abc7757871
fomat
2025-08-26 21:45:53 +05:30
Chirag Aggarwal
005f405507
chore: update specs
2025-08-26 21:40:43 +05:30
Chirag Aggarwal
505cff5b9f
chore: update union china pay to just unionpay
2025-08-26 21:38:55 +05:30
ArnabChatterjee20k
0d41d8b6c0
empty commit
2025-08-26 21:30:36 +05:30
Luke B. Silver and GitHub
9fc39ddfce
Merge pull request #10377 from appwrite/add-deprecated-versions-account
...
chore: add replacewith and deprecated since to account methods
2025-08-26 16:45:55 +01:00
Jake Barnby
b7633969b4
Fix request filter for selections
2025-08-27 03:44:27 +12:00
ArnabChatterjee20k
0aee34185a
updated distance queries
2025-08-26 21:11:30 +05:30
ArnabChatterjee20k
b28ec182d7
added spatial index tests
2025-08-26 20:54:55 +05:30
Matej Bačo
cdd85c0b16
PR review changes
2025-08-26 15:51:24 +02:00
Khushboo Verma and GitHub
f0146d5e01
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
2025-08-26 19:20:53 +05:30
Matej Bačo
22de107b39
Merge branch '1.8.x' into feat-select-queries-on-deployments
2025-08-26 15:44:31 +02:00
Matej Bačo
2ce0f370dc
PR review changes
2025-08-26 15:44:15 +02:00
Jake Barnby
c9f9db722b
Fix spaces in templates
2025-08-27 01:40:32 +12:00
Jake Barnby
28e7f12932
Update CLI version
2025-08-27 01:34:03 +12:00
Matej Bačo
a413235f8d
add new tests
2025-08-26 15:29:11 +02:00
Khushboo Verma
aac98b2ec7
Update function domain test
2025-08-26 18:56:26 +05:30
Matej Bačo
43f75d082e
Add support for select queries
2025-08-26 15:15:10 +02:00
Khushboo Verma and GitHub
e537337b8e
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
2025-08-26 18:41:18 +05:30
Khushboo Verma
f611893558
Remove execution headers from allowlist
2025-08-26 18:40:18 +05:30
Jake Barnby
34658aac9b
Fix demo paths
2025-08-27 01:09:34 +12:00
Khushboo Verma
463fbe7d82
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
2025-08-26 18:37:33 +05:30
Jake Barnby
d74bda7bd9
Update specs
2025-08-27 01:06:06 +12:00
Khushboo Verma
8df305576c
Add execution id and log id to response headers
2025-08-26 18:34:43 +05:30
Chirag Aggarwal
53f778dc12
remove instance of
2025-08-26 17:43:11 +05:30
Veeresh and GitHub
ca2bdc1cd2
Update README.md
2025-08-26 17:41:49 +05:30
Chirag Aggarwal
6acde0b335
format
2025-08-26 17:38:05 +05:30
Chirag Aggarwal
5a35f1313b
fix: version, remove boolean
2025-08-26 17:33:49 +05:30
Chirag Aggarwal
26228e96d9
chore: add replacewith and deprecated since to updatePhoneSession and updateMagicURLSession
2025-08-26 17:21:47 +05:30
ArnabChatterjee20k
3755d58d62
added tests for bulk operation
2025-08-26 17:07:20 +05:30
shimon
4fb680350a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# Dockerfile
# composer.json
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
2025-08-26 14:20:47 +03:00
Veeresh and GitHub
fb82ba3951
Update README.md
2025-08-26 16:41:24 +05:30
Matej Bačo
88459923b0
Merge branch 'fix-domain-validator' into 1.7.x
2025-08-26 13:04:32 +02:00
Matej Bačo
be240d9840
Merge branch 'fix-domain-validator' of https://github.com/appwrite/appwrite into fix-domain-validator
2025-08-26 13:04:15 +02:00
Matej Bačo and GitHub
c34f9cb0e1
Merge pull request #10374 from appwrite/fix-domain-validator
...
Fix: Domain validator
2025-08-26 13:00:44 +02:00
Shimon Newman and GitHub
ff35dc6114
Merge pull request #10375 from appwrite/feat-mongodb-pulls
...
Feat mongodb pulls
2025-08-26 13:53:42 +03:00
Matej Bačo
901a924af7
PR review changes
2025-08-26 12:53:25 +02:00
shimon
38433b9ac1
Remove unnecessary var_dump statement from ProjectsConsoleClientTest for improved code clarity and consistency.
2025-08-26 13:52:05 +03:00
shimon
b98be4756c
Update composer.json and composer.lock to reflect changes in utopia-php/database versioning and dependencies. Adjusted MongoDB-related test conditions for improved compatibility and clarity. Removed unnecessary var_dump statements in account.php and enhanced logging in various test files for better debugging.
2025-08-26 13:48:01 +03:00
ArnabChatterjee20k
a80c410d07
added relationship tests for the spatial type attributes
2025-08-26 16:15:26 +05:30
Matej Bačo and GitHub
5c4a489162
Merge branch '1.7.x' into fix-domain-validator
2025-08-26 12:35:28 +02:00
Matej Bačo
afc0a908ef
Add new tests
2025-08-26 12:34:14 +02:00
Matej Bačo
01ea91dd97
fix tests
2025-08-26 12:26:38 +02:00
Luke B. Silver and GitHub
6a20ca1c26
Merge pull request #10372 from appwrite/fix-union-pay
...
chore: switch Union China Pay to just Union Pay
2025-08-26 11:18:34 +01:00
ArnabChatterjee20k
b01fc7c38f
added spatial query testing
2025-08-26 15:33:26 +05:30
Matej Bačo
6ee95186ce
Apply improved domain validator
2025-08-26 11:48:54 +02:00
Jake Barnby
ba401ea42e
Update docs
2025-08-26 21:29:44 +12:00
Khushboo Verma
753175d796
Replace x-real-ip with ->getIP()
2025-08-26 13:59:46 +05:30
Chirag Aggarwal
e57e9142ab
update specs
2025-08-26 13:13:26 +05:30
Chirag Aggarwal
735cc77a92
chore: switch Union China Pay to just Union Pay
2025-08-26 13:04:08 +05:30
Khushboo Verma
2ef79d5300
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-26 12:56:22 +05:30
Khushboo Verma
1458505201
Address PR comments
2025-08-26 12:55:51 +05:30
Jake Barnby
976a578c27
Update base image
2025-08-26 17:34:11 +12:00
Jake Barnby
2601cc9604
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-26 15:40:15 +12:00
Jake Barnby
f85bf446e6
Sync docs
2025-08-26 15:40:03 +12:00
Luke B. Silver and GitHub
5436c16f85
Merge pull request #10370 from appwrite/chore-allow-publisherMessaging-override
...
chore: allow publisher messaging override in scheduler
2025-08-25 18:43:21 +01:00
loks0n
52e148761c
chore: allow publisherMessaging override
2025-08-25 18:25:19 +01:00
Jake Barnby
abf282b2de
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/init/resources.php
# composer.lock
2025-08-26 04:18:39 +12:00
Jake Barnby
c4e5219ac7
Update lock
2025-08-26 04:17:51 +12:00
Luke B. Silver and GitHub
571b954587
Merge pull request #10369 from appwrite/deploy-fix-queue-health
...
deploy: fix queue health
2025-08-25 16:57:46 +01:00
loks0n
4bc3d89b15
deploy: fix queue health
2025-08-25 16:37:26 +01:00
Khushboo Verma
2876fad322
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-25 12:50:59 +05:30
Jake Barnby and GitHub
17bcfd44b7
Merge pull request #10365 from appwrite/1.7.x-bump
...
Bump 1.7.x
2025-08-25 19:17:33 +12:00
fogelito
efa6682f47
bump
2025-08-25 10:00:59 +03:00
Jake Barnby
7aafa59399
Update generator
2025-08-25 17:14:27 +12:00
Jake Barnby
04f7def624
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-08-25 16:05:57 +12:00
Jake Barnby and GitHub
d826e5c705
Merge pull request #10364 from appwrite/upsert-documnet-no-change-1.8
...
Upsert document no change
2025-08-25 16:03:33 +12:00
Jake Barnby and GitHub
2dbe23844d
Merge pull request #10363 from appwrite/upsert-document-no-change
...
Fix Upsert No change
2025-08-25 16:03:27 +12:00
fogelito
ad96379623
Restrict array list
2025-08-24 18:09:38 +03:00
fogelito
959db2ea02
Restrict array list
2025-08-24 18:08:12 +03:00
fogelito
ba79dda788
Check no change
2025-08-24 17:39:29 +03:00
fogelito
d2dedf97bb
Run tests
2025-08-24 11:48:15 +03:00
fogelito
c7a769274e
Fix nothing was updated
2025-08-24 11:33:10 +03:00
Jake Barnby
038290adef
Specs + doc regen
2025-08-23 22:52:20 +12:00
Jake Barnby
3fbda66e6c
Fix deprecation messages
2025-08-23 21:36:02 +12:00
Jake Barnby
4a18ae7cd1
Fix typo
2025-08-23 21:34:41 +12:00
Jake Barnby
33e166d7a6
Fix attribute refs
2025-08-23 21:34:35 +12:00
Jake Barnby
aad6b51d8e
Update generator + specs
2025-08-23 14:33:06 +12:00
Jake Barnby
5bbb806c02
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-23 11:04:35 +12:00
Steven Nguyen and GitHub
4a6a8053c4
Merge pull request #10329 from appwrite/fix-token-expiry
...
fix - incorrect file token expiry
2025-08-22 15:32:43 -07:00
Matej Bačo and GitHub
50cad9a334
Merge pull request #10359 from appwrite/main
...
Sync main into 1.7.x
2025-08-22 19:27:35 +02:00
Matej Bačo and GitHub
f55b00faaf
Merge pull request #10358 from appwrite/chore-use-assets-fonts
...
Chore: Utilize assets server for fonts
2025-08-22 12:29:41 +02:00
Matej Bačo
81301ea89d
Utilize assets server for fonts
2025-08-22 12:12:33 +02:00
Matej Bačo and GitHub
7e81f09747
Merge pull request #10357 from appwrite/feat-execution-deployment-id
...
Feat: execution.deploymentId response model
2025-08-22 11:48:08 +02:00
Matej Bačo
011a9cb7a3
Fix tests
2025-08-22 11:31:14 +02:00
Matej Bačo
ebf48655a0
Formatting fix
2025-08-22 11:16:18 +02:00
Matej Bačo
d7159ef483
Add deploymentId to execution response model
2025-08-22 11:11:37 +02:00
355fd47c62
Update app/controllers/general.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-22 19:24:01 +12:00
ArnabChatterjee20k
21313d7a34
bumped version
2025-08-22 12:47:45 +05:30
Jake Barnby and GitHub
45e31f2b1c
Merge pull request #10348 from appwrite/fix-users-events
...
Fix users events & missed publisher logic for Functions
2025-08-22 19:17:43 +12:00
ArnabChatterjee20k
afba5583bb
added server and client test for create , update and delete
2025-08-22 12:47:35 +05:30
ArnabChatterjee20k
110d3d83cd
added attribute endpoints
2025-08-22 12:47:15 +05:30
ArnabChatterjee20k
9fa42e8084
added filters
2025-08-22 12:47:00 +05:30
ArnabChatterjee20k
95f67b274d
added docs for the attributes
2025-08-22 12:46:48 +05:30
Darshan
4b6d25259f
update: comment.
2025-08-22 11:49:54 +05:30
Darshan
07edb4e756
revert: database listener changes.
2025-08-22 11:40:32 +05:30
Jake Barnby
1722e9e416
Fix DB read source
2025-08-22 18:03:10 +12:00
Jake Barnby
57a46b98ec
Use utopia adapter
2025-08-22 18:01:38 +12:00
Darshan
60093bf3a0
fix: publisher consumers for functions.
2025-08-22 10:09:55 +05:30
Evan and GitHub
6225ad680e
Merge branch '1.7.x' into fix-token-expiry
2025-08-21 11:04:30 -07:00
Evan
0371e488e9
test fix/lint
2025-08-21 11:02:53 -07:00
Evan and GitHub
cfbbb4af50
Merge pull request #10354 from appwrite/cursor/update-token-tests-with-jwt-decode-75df
...
Update token tests with jwt decode
2025-08-21 09:35:27 -07:00
Cursor Agent and evanleair
e6e7a728a0
Enhance token JWT validation in TokensConsoleClientTest with comprehensive checks
...
Co-authored-by: evanleair <evanleair@gmail.com >
2025-08-21 16:10:06 +00:00
Jake Barnby
74c0f6a140
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# app/controllers/api/migrations.php
# composer.lock
2025-08-22 01:41:33 +12:00
Darshan and GitHub
f747305f1e
Merge branch '1.8.x' into fix-users-events
2025-08-21 18:19:55 +05:30
Jake Barnby
fd13250b6d
Update lock
2025-08-22 00:42:19 +12:00
Darshan
6df096da8b
bump: lock.
2025-08-21 18:08:12 +05:30
Darshan
fec1d03c15
Merge branch '1.8.x' into fix-users-events
2025-08-21 18:07:26 +05:30
Jake Barnby
557bffb350
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# composer.lock
2025-08-22 00:35:12 +12:00
Darshan and GitHub
267fe584a3
Merge branch '1.8.x' into fix-users-events
2025-08-21 17:59:43 +05:30
Darshan
a1d74710d1
Merge branch '1.7.x' into 'fix-users-events'.
2025-08-21 17:52:38 +05:30
Matej Bačo and GitHub
d68e394c60
Merge pull request #10352 from appwrite/chore-improve-cookie-tests
...
Chore: Add cookies test
2025-08-21 14:00:55 +02:00
Matej Bačo
669844ba28
Add cookie test for site execution
2025-08-21 13:27:55 +02:00
Matej Bačo and GitHub
5f59c4de24
Merge pull request #10350 from appwrite/fix-event-template-config
...
Fix event template configuration issues
2025-08-21 13:11:01 +02:00
Matej Bačo and GitHub
36049cf9aa
Merge pull request #9773 from samikshaaagarwal/samiksha/9510
...
Truncate logs in function worker
2025-08-21 12:58:57 +02:00
Jake Barnby and GitHub
f42964ffee
Merge pull request #10346 from appwrite/fix-casing
...
Fix casing
2025-08-21 21:47:01 +12:00
Jake Barnby
5c0007abaa
Update lock
2025-08-21 21:32:39 +12:00
Aditya Oberai and GitHub
f7532bd9ae
Fix event template configuration
2025-08-21 14:37:00 +05:30
Khushboo Verma
10eed78b73
Test truncation in one test
2025-08-21 14:32:48 +05:30
Khushboo Verma
bc47ac7caa
Truncate logs and errors from beginning
2025-08-21 12:49:31 +05:30
Darshan
ef47618bf3
update: user create events logic.
2025-08-21 12:20:50 +05:30
Jake Barnby
6410e481d6
Lint
2025-08-21 18:29:39 +12:00
Khushboo Verma
3250542670
Merge branch '1.7.x' into fix-function-log-truncation-error
2025-08-21 11:53:48 +05:30
Steven Nguyen and GitHub
6dc02756fd
Merge pull request #10347 from appwrite/main
...
Sync main into 1.7.x
2025-08-20 17:16:47 -07:00
2beb6ba0cf
Update tests/e2e/Services/Tokens/TokensConsoleClientTest.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com >
2025-08-20 12:51:25 -07:00
Jake Barnby
842dce2659
Update tablesDb -> tablesDB
2025-08-21 02:20:05 +12:00
Jake Barnby
1b4f2f2275
Fix acronym methods, deprecate old versions
2025-08-21 02:08:27 +12:00
Khushboo Verma
1bd6b6452c
Fix PR changes
2025-08-20 18:53:55 +05:30
Jake Barnby
ef45001cec
Fix base list doc desc
2025-08-21 01:15:53 +12:00
Jake Barnby
75bbd1b47a
Fix inline doc refs
2025-08-21 01:15:30 +12:00
Jake Barnby
2b536b749d
Fix docs refs
2025-08-21 01:15:13 +12:00
Mayank Agarwal and Khushboo Verma
7e292813bc
Truncate logs in function worker
2025-08-20 18:43:32 +05:30
Mayank Agarwal and Khushboo Verma
492ff10ee7
Add async=false solution
2025-08-20 18:41:00 +05:30
Mayank Agarwal and Khushboo Verma
41743b1299
Add solution for function domain
2025-08-20 18:34:59 +05:30
Khushboo Verma
ed16808930
Add executionId and client IP to execution headers
2025-08-20 16:35:40 +05:30
Jake Barnby
1505696d9c
Increase wait timeout
2025-08-20 21:55:44 +12:00
Matej Bačo and GitHub
7eaecd896e
Merge pull request #10343 from appwrite/fix-external-dependencies
...
Fix: Remove external dependnecies (unnessessary)
2025-08-20 11:53:06 +02:00
Matej Bačo
ca75ac3722
PR review improvements
2025-08-20 11:32:06 +02:00
Matej Bačo
79a0b6b6c3
Fix during QA
2025-08-20 11:21:21 +02:00
Matej Bačo
bd4bb06c7e
Remove bunnyCDN and Alpine external dependency
2025-08-20 11:11:39 +02:00
Tejas Raskar
80ad740d36
docs: update the directory structure in CONTRIBUTING.md
2025-08-20 14:34:43 +05:30
Matej Bačo and GitHub
e005276fe5
Merge pull request #10338 from appwrite/chore-upgrade-http
...
Chore: Upgrade HTTP
2025-08-20 10:20:17 +02:00
Jake Barnby
920ffefd0c
Docs
2025-08-20 19:22:48 +12:00
Jake Barnby
50d61679bf
Dart/flutter changelog/getting started cleanup
2025-08-20 19:21:51 +12:00
Jake Barnby
cec5777ddb
Update specs
2025-08-20 19:21:30 +12:00
Jake Barnby
2b425e25ac
Fix inc/dec auth types
2025-08-20 18:46:55 +12:00
Jake Barnby
3286b1283d
Fix tests
2025-08-20 18:21:37 +12:00
Jake Barnby
800cab185b
Specs
2025-08-20 18:17:27 +12:00
Jake Barnby
bf6e97b950
Fix docs
2025-08-20 18:13:41 +12:00
Jake Barnby
42a7f909a2
Fix workflow
2025-08-20 18:01:18 +12:00
Jake Barnby
aa63a8d698
Fix lint
2025-08-20 17:50:35 +12:00
Jake Barnby
73a1e18a43
Add back dart example
2025-08-20 17:22:03 +12:00
Jake Barnby
a2d7c3c138
Remove redundant param
2025-08-20 16:53:22 +12:00
Jake Barnby
8b905d0388
Update platforms
2025-08-20 16:53:07 +12:00
Steven Nguyen and GitHub
acc739b6a6
Merge pull request #10117 from appwrite/clarify-userid-param
...
Clarify userId param in endpoints that create accounts
2025-08-19 16:47:17 -07:00
Jake Barnby
82cb491a3c
Fix attribute update refactor collision
2025-08-20 02:56:44 +12:00
Matej Bačo
52af439cac
Fix backwards comptibility
2025-08-19 16:43:31 +02:00
Jake Barnby and GitHub
c88f1ed7ca
Merge pull request #10333 from appwrite/feat-tablesdb
...
Feat tablesdb
2025-08-20 02:38:00 +12:00
Jake Barnby
c1f2886e4a
Pin framework to stable
2025-08-20 02:17:30 +12:00
Jake Barnby
c636081e64
Fix specs
2025-08-20 02:05:14 +12:00
Jake Barnby
e3807366a9
Fix service refs
2025-08-20 01:56:12 +12:00
Jake Barnby
d899ed9b68
Update specs
2025-08-20 01:44:01 +12:00
Jake Barnby
b965d1077c
More fix namespace
2025-08-20 01:41:46 +12:00
Jake Barnby
14f8f9af4e
Fix namespace
2025-08-20 01:39:18 +12:00
Jake Barnby
619092a8b2
Fix namespace
2025-08-20 01:34:27 +12:00
Jake Barnby
a53be858a8
Fix email gql
2025-08-20 01:33:01 +12:00
Jake Barnby
b298f0c67a
Fix namespace
2025-08-20 01:29:38 +12:00
Jake Barnby
bf161fad42
Format
2025-08-20 01:24:14 +12:00
Jake Barnby
855771bb6c
Fix specs
2025-08-20 01:23:11 +12:00
Jake Barnby
e3c932686a
Fix references
2025-08-20 01:23:01 +12:00
Jake Barnby
2ade66d85e
Casing
2025-08-20 01:02:58 +12:00
Matej Bačo
6f5d038340
adjust tests to new domain validator
2025-08-19 14:42:41 +02:00
Jake Barnby
f27ac986fa
Fix un-fixed ref
2025-08-19 23:14:36 +12:00
Jake Barnby
6f170fdb6d
Fix static user refs
2025-08-19 23:13:47 +12:00
Matej Bačo
79375ad5b5
Reapply "http fix to double slashes and new domain validator"
...
This reverts commit 09383f068f .
2025-08-19 13:13:41 +02:00
Matej Bačo
09383f068f
Revert "http fix to double slashes and new domain validator"
...
This reverts commit 8672e6f158 .
2025-08-19 13:13:28 +02:00
Matej Bačo
8672e6f158
http fix to double slashes and new domain validator
2025-08-19 13:13:04 +02:00
Jake Barnby
64fd27ee06
Fix tablesDB GQL payloads for DB resource
2025-08-19 23:03:36 +12:00
Jake Barnby
6d2832831c
Remove weird static/const mix
2025-08-19 23:03:18 +12:00
Jake Barnby
c9641f72a8
Remove invalid test
2025-08-19 23:02:17 +12:00
Jake Barnby
8e900c6b04
Fix update/upsert set collection ID
2025-08-19 23:01:22 +12:00
Jake Barnby
c323435dad
Remove filter
2025-08-19 22:09:30 +12:00
Jake Barnby and GitHub
d5eaed8873
Merge pull request #10336 from appwrite/database-0.71.15
...
Databaselib bump 0.71.15
2025-08-19 21:32:32 +12:00
fogelito
2718deac0f
database 0.71.15
2025-08-19 12:09:18 +03:00
Jake Barnby
42d6a7b00d
Fix hardcoded collectionId
2025-08-19 20:08:13 +12:00
Evan and GitHub
9f548af7dd
Merge branch '1.7.x' into fix-token-expiry
2025-08-18 16:55:28 -07:00
Evan
3ed5699876
Better jwt handling and tests
2025-08-18 10:57:15 -07:00
Evan
f5f6ec71de
Address stnguyen90 feedback: simplify JWT logic and fix test expectations
...
- Remove excessive logic and 1-minute expiration hack as requested
- Simplify token expiry handling to directly use existing value
- Remove problematic test that creates tokens with past expiry dates
- Update existing test to properly verify JWT expiration behavior
- Use proper base64url decoding for JWT payload testing
2025-08-18 09:39:19 -07:00
Ebenezer Don
3f55b46165
clarify userId behavior for magic-url and phone tokens
2025-08-18 17:18:12 +01:00
Ebenezer Don and GitHub
0553a36d1f
Merge branch 'main' into clarify-userid-param
2025-08-18 16:33:24 +01:00
Jake Barnby
0e334e64f9
Revert stop on failure
2025-08-19 03:24:08 +12:00
Jake Barnby
e58091d86b
Fix tests
2025-08-19 03:16:55 +12:00
Jake Barnby
d3d669e539
Test fixes
2025-08-19 02:57:52 +12:00
Jake Barnby
425d424e7c
Fix index context
2025-08-19 02:17:31 +12:00
Jake Barnby
68bf4a6f44
Fix usage
2025-08-19 01:50:32 +12:00
Jake Barnby
c1e37b9130
Fix dangling tests
2025-08-19 01:24:51 +12:00
Jake Barnby
434c199510
Fix spec gen
2025-08-19 01:24:41 +12:00
Jake Barnby
1771934af6
Fix context
2025-08-19 01:19:34 +12:00
Jake Barnby
6dd058d6e1
Update tests
2025-08-19 00:38:23 +12:00
Jake Barnby
867a950abd
Update registry
2025-08-19 00:38:14 +12:00
Jake Barnby
f67b90e376
TablesDB CRUD
2025-08-19 00:38:02 +12:00
Jake Barnby
cfeced03e4
Move usage
2025-08-19 00:37:41 +12:00
Jake Barnby
372317bee7
Add log route
2025-08-19 00:37:11 +12:00
Jake Barnby
71a97a106a
Remove db multimethod
2025-08-19 00:36:33 +12:00
Jake Barnby
4493131d86
Fix collection context
2025-08-19 00:34:28 +12:00
Jake Barnby
c86b35fbb3
Add usage routes
2025-08-18 22:29:43 +12:00
Matej Bačo and GitHub
84a1d77876
Merge pull request #10332 from appwrite/fix-preview-fonts
...
Fix: Improve font reliability
2025-08-18 12:22:41 +02:00
Matej Bačo
976427c9a4
Improve fonts
2025-08-18 11:58:45 +02:00
Jake Barnby
ca03be5e41
Test fixes
2025-08-18 21:16:01 +12:00
Jake Barnby
e4228fe2e5
Fix imports
2025-08-18 21:02:55 +12:00
Matej Bačo and GitHub
6c46039103
Merge pull request #10331 from appwrite/fix-cicd-tests-sites
...
Improve sites test for stability
2025-08-18 10:41:23 +02:00
Jake Barnby
66a44dcd36
Fix test paths
2025-08-18 20:03:29 +12:00
Jake Barnby
ea9cbd2f2c
Switch removable attributes
2025-08-18 19:52:55 +12:00
Jake Barnby
34cf5a7c2f
Lint
2025-08-18 19:26:21 +12:00
Jake Barnby
010e0fad7a
Namespace fix
2025-08-18 19:22:50 +12:00
Jake Barnby
702058d657
Update workflow
2025-08-18 19:16:27 +12:00
Jake Barnby
670e869855
Migrate to TablesDB
2025-08-18 19:15:49 +12:00
Jake Barnby
51806082c4
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-18 17:37:32 +12:00
Jake Barnby
14002dc20d
Remove invalid return
2025-08-18 17:37:16 +12:00
Matej Bačo
ad87a085a7
Improve font reliability
2025-08-17 14:13:33 +02:00
Matej Bačo
a754763884
formatting fix
2025-08-16 19:08:07 +02:00
Matej Bačo
aed97c545b
Improve flakyness
2025-08-16 19:03:21 +02:00
Matej Bačo
746a76dc8e
Add extensive build logging
2025-08-16 17:11:27 +02:00
Matej Bačo
cab422510a
Speed-up critical failures in assertEventuelly
2025-08-16 16:59:05 +02:00
Matej Bačo
95e54d0571
Fix tests
2025-08-16 16:12:41 +02:00
Matej Bačo
53772df202
Improve ci/cd logging
2025-08-16 14:14:38 +02:00
Matej Bačo and GitHub
78c5d5aeff
Merge pull request #10302 from appwrite/chore-remove-logging
...
Chore: Remove temp logging
2025-08-16 13:07:12 +02:00
Matej Bačo
051b99e9ce
Linter fix
2025-08-16 12:49:58 +02:00
Evan
3a9353a78b
linter
2025-08-15 17:35:49 -07:00
Evan
eec62752ed
fix - incorrect file token expiry
2025-08-15 16:27:48 -07:00
Jake Barnby
8579a01cfc
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.lock
2025-08-16 00:07:42 +12:00
Jake Barnby
c63e3bd75b
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-16 00:06:32 +12:00
Matej Bačo and GitHub
2ffdfd10d4
Merge pull request #10328 from appwrite/fix-dynamic-key-expiration
...
Feat: Increase dynamic API key expiration
2025-08-15 13:02:16 +02:00
Matej Bačo
23bc39254c
Increase dynamic API key expiration
2025-08-15 12:29:34 +02:00
Jake Barnby and GitHub
ad53fb2e43
Merge pull request #10321 from appwrite/dat-606
...
Added internal file param to handle upload to internal bucket
2025-08-15 22:13:59 +12:00
bc7e240626
updated the the description of the internal files
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-08-15 15:04:16 +05:30
Jake Barnby
3871833b84
Fix path
2025-08-15 20:18:37 +12:00
Jake Barnby
dace50d9b7
Add missing attribute/index update events
2025-08-15 20:03:38 +12:00
Jake Barnby
71ed39e17e
Revert "Fix index delete event"
...
This reverts commit c69ec97802 .
2025-08-15 20:01:06 +12:00
Jake Barnby
a5e9fbf362
Add grids upsert event
2025-08-15 19:54:01 +12:00
Jake Barnby
c69ec97802
Fix index delete event
2025-08-15 19:51:42 +12:00
Jake Barnby
3bb5400939
Update 3rd aprty deps + fix tests
2025-08-15 19:49:52 +12:00
Jake Barnby
de0b4dd733
Lint + lock
2025-08-15 19:39:59 +12:00
Jake Barnby
77af36a723
Port tests
2025-08-15 19:35:37 +12:00
Jake Barnby
b38ac866b8
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
2025-08-15 19:28:49 +12:00
Jake Barnby
64820ad5f5
Port inc/dec fixes
2025-08-15 19:28:22 +12:00
Steven Nguyen and GitHub
bb407a6493
Merge pull request #10317 from appwrite/fix-missing-upsert-event
...
fix: add missing upsert event
2025-08-14 14:35:03 -07:00
Jake Barnby
237263a194
Lint
2025-08-15 02:01:44 +12:00
Jake Barnby
ef8d1b525d
Fix missing grids injections
2025-08-15 01:54:45 +12:00
Jake Barnby
4b4969e79b
Sync response
2025-08-15 01:40:08 +12:00
Jake Barnby
44daaae981
Update deps
2025-08-15 01:33:44 +12:00
Jake Barnby
d444bb66b8
Truemaps for fast lookup
2025-08-15 01:33:35 +12:00
Jake Barnby
2b3795224d
Check for documentId on ops that require it
2025-08-15 01:33:22 +12:00
Jake Barnby
46f8d76d7a
Fix defualts for bulk op add
2025-08-15 01:32:21 +12:00
Jake Barnby
ad8cebc6e3
Ensure updated txn is returned from bulk op add
2025-08-15 01:32:09 +12:00
Jake Barnby
bed46be720
Add grids params
2025-08-15 01:05:03 +12:00
Jake Barnby
0533568f9e
Fix test
2025-08-15 01:03:46 +12:00
Jake Barnby
56d7716ddb
Require data param for ops
2025-08-15 01:03:36 +12:00
Jake Barnby
e9c730e0c1
Add txn id to create multi-method params
2025-08-15 01:03:18 +12:00
875338d133
Update src/Appwrite/Utopia/Database/Validator/Queries/Transactions.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-15 00:48:56 +12:00
2a5ab1f8aa
Update src/Appwrite/Utopia/Database/Validator/Queries/Transactions.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-15 00:48:37 +12:00
ArnabChatterjee20k
4fcaeaec0e
Add internal file upload support and authorization checks in migrations
2025-08-14 18:10:00 +05:30
Jake Barnby
6e6364638d
Add missing validator ops
2025-08-15 00:37:39 +12:00
Jake Barnby
dfeadfd50f
Update naming
2025-08-15 00:37:29 +12:00
Jake Barnby
9838571184
Catch explicit txn exception
2025-08-15 00:37:18 +12:00
Jake Barnby
5cd99de6e4
Remove redundant read
2025-08-15 00:36:59 +12:00
Jake Barnby
fb31fbea9b
Ensure parsed queries
2025-08-15 00:36:42 +12:00
Jake Barnby
d6544f412d
Add missing bulk cases on commit
2025-08-15 00:36:26 +12:00
Jake Barnby
3a7d8d2296
Remove redundant order
2025-08-15 00:35:41 +12:00
Jake Barnby
84bf2641aa
Fix scope
2025-08-15 00:35:20 +12:00
Jake Barnby
ede88a533e
Handle create single/bulk split
2025-08-15 00:35:06 +12:00
Jake Barnby
3d1ae4feda
Process permissions before txn logging
2025-08-15 00:34:20 +12:00
Jake Barnby
2235848262
Clear txn logs on worker
2025-08-15 00:32:03 +12:00
Jake Barnby
76034f801b
Add failed error
2025-08-15 00:31:27 +12:00
Jake Barnby and GitHub
2dd8dd8edc
Merge pull request #10319 from appwrite/cursor/enforce-operations-cap-per-transaction-6dd5
...
Enforce operations cap per transaction
2025-08-14 22:23:56 +12:00
Jake Barnby
c8afcbccee
Fix create inject
2025-08-14 22:22:12 +12:00
Jake Barnby
ef63d421b3
Merge branch 'feat-txn' into cursor/enforce-operations-cap-per-transaction-6dd5
2025-08-14 22:21:06 +12:00
Jake Barnby
ba25f9f8d5
Merge branch 'feat-txn' of github.com:appwrite/appwrite into feat-txn
2025-08-14 22:20:57 +12:00
Jake Barnby
31a7df7214
Import fixes
2025-08-14 22:20:30 +12:00
Cursor Agent and jakeb994
335052bc84
Remove unused function and webhook event queue injections in database actions
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-14 10:17:54 +00:00
Cursor Agent and jakeb994
dffe030d16
Replace databasesBatchSize with databasesTransactionSize in database operations
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-14 10:06:43 +00:00
Cursor Agent and jakeb994
6d477688d7
Enforce max operations per transaction in database operations
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-14 09:50:45 +00:00
Jake Barnby
1da2812864
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-08-14 21:44:05 +12:00
Jake Barnby and GitHub
405aa7f4ba
Merge pull request #10318 from appwrite/fix-catches
...
Fix uncaught invalid arg
2025-08-14 20:13:10 +12:00
Jake Barnby
ff6c2b076d
Port desc fixes
2025-08-14 19:40:43 +12:00
Jake Barnby
8455ded051
Fix events
2025-08-14 19:34:52 +12:00
Jake Barnby
b4b0d66af4
Fix test
2025-08-14 19:32:30 +12:00
Jake Barnby
1e9d153110
Fix uncaught invalid arg
2025-08-14 19:22:38 +12:00
Jake Barnby
6043cc2fc9
Add upsert event
2025-08-14 17:34:56 +12:00
Matej Bačo and GitHub
8a7a894b65
Merge pull request #10313 from Veera-mulge/change-desc
...
Update README.md
2025-08-13 14:53:06 +02:00
Jake Barnby
34709912bf
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/SDK/Specification/Format/OpenAPI3.php
2025-08-14 00:20:16 +12:00
Jake Barnby and GitHub
6a3ea1feec
Merge pull request #10310 from appwrite/update-remove-experimental-warnings
...
chore: remove experiment warnings from bulk methods
2025-08-14 00:15:35 +12:00
Chirag Aggarwal
9860cd46e3
update specs
2025-08-13 17:09:51 +05:30
Jake Barnby and GitHub
420783de9b
Merge pull request #10311 from appwrite/update-required-attributes
...
Update required attributes
2025-08-13 22:48:05 +12:00
Jake Barnby and GitHub
8beb80d5b4
Merge pull request #10312 from appwrite/chore-update-dep
...
Update package
2025-08-13 22:34:24 +12:00
Veeresh and GitHub
f2f0ef2656
Update README.md
2025-08-13 15:54:13 +05:30
fogelito
fb875410b5
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into update-required-attributes
2025-08-13 13:19:03 +03:00
fogelito
83d76c52b4
revert lock
2025-08-13 13:18:33 +03:00
fogelito
4f52907129
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into update-required-attributes
...
# Conflicts:
# composer.json
# composer.lock
2025-08-13 13:12:27 +03:00
Jake Barnby
72253f3de2
Update package
2025-08-13 22:11:51 +12:00
Jake Barnby
27bb70b229
Update svg-sanitizer
2025-08-13 22:11:16 +12:00
fogelito
2c1655e450
Update audit lib & platform
2025-08-13 13:08:31 +03:00
Chirag Aggarwal
5f3dc7cb75
chore: add method desc and demo
2025-08-13 15:16:48 +05:30
Jake Barnby
c86210ec5d
Update versions
2025-08-13 21:16:45 +12:00
Jake Barnby
3f3319df20
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# composer.lock
2025-08-13 21:04:46 +12:00
Chirag Aggarwal
a9d3f01485
update specs
2025-08-13 13:39:13 +05:30
Chirag Aggarwal
af58d3f1d2
chore: remove experiment warnings from bulk methods
2025-08-13 13:37:00 +05:30
Matej Bačo and GitHub
8f0d107d9a
Merge pull request #10308 from appwrite/fix-variables-sharing-across-resources
...
Fix: variables sharing across resources
2025-08-13 10:00:18 +02:00
Matej Bačo and GitHub
06206824b8
Merge pull request #10309 from appwrite/fix-invite-email-copy
...
Update invite email copy
2025-08-13 09:44:40 +02:00
Khushboo Verma
222a5e00fa
Update invite email copy
2025-08-13 12:39:52 +05:30
shimon
ff8418ffb9
Update composer.lock to reflect new references and timestamps for dependencies, including updates for utopia-php/database and phpunit/phpunit. Removed duplicate entries and unnecessary lines for improved clarity.
2025-08-12 18:01:38 +03:00
Matej Bačo
14faef323c
Fix variables sharing across resources
2025-08-12 17:01:13 +02:00
shimon
e151425b95
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
2025-08-12 17:54:55 +03:00
shimon
b9f4815c3a
Remove unnecessary var_dump statements from api.php and enhance logging in MessagingConsoleClientTest for improved clarity and debugging. This aligns with recent efforts to clean up debugging output across the codebase.
2025-08-12 17:47:11 +03:00
Matej Bačo and GitHub
dc25d8e757
Merge pull request #10307 from appwrite/feat-fallback-locale
...
Feat: Fallback locales
2025-08-12 15:45:52 +02:00
Jake Barnby and GitHub
7ca9754ebf
Merge pull request #10305 from appwrite/cursor/replay-database-transaction-logs-sequentially-d222
...
Replay database transaction logs sequentially
2025-08-13 01:37:20 +12:00
Matej Bačo
6eaa2015b0
Fix CI/CD command
2025-08-12 15:18:31 +02:00
Matej Bačo
b816557970
Add fallback locale support + tests
2025-08-12 15:13:08 +02:00
Luke B. Silver and GitHub
a39877687c
Merge pull request #10304 from appwrite/add-tests-for-head-requests
...
feat: allow HEAD requests and add test for it
2025-08-12 13:47:21 +01:00
73549a59a2
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-12 17:54:54 +05:30
f9d0746e13
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-12 17:54:45 +05:30
Chirag Aggarwal
2f80164667
update executor
2025-08-12 17:52:52 +05:30
shimon
c4fb7ecbc1
Refactor and clean up debugging output across multiple files, including mock.php, account.php, and OAuth2 classes. Removed unnecessary var_dump statements for improved code clarity and consistency. Updated MongoDB condition checks in test cases to ensure case-insensitive comparisons.
2025-08-12 15:20:30 +03:00
Matej Bačo
c3665c35ff
Add CI/CD job
2025-08-12 14:14:07 +02:00
Matej Bačo
626f7c754c
Remove unused translations
2025-08-12 14:14:03 +02:00
Matej Bačo
56d60d7866
Finalized locale check script
2025-08-12 14:09:36 +02:00
Cursor Agent and jakeb994
a71333ac60
Refactor transaction replay to preserve exact order and timestamps
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-12 12:00:28 +00:00
Jake Barnby
b418285349
Revert "Merge pull request #10299 from appwrite/feat-functions-redis-queue"
...
This reverts commit f81fd16d26 , reversing
changes made to ec174a15cf .
2025-08-12 23:57:54 +12:00
Matej Bačo
ea7985ad4d
Implement CI/CD action to check EN locale
2025-08-12 13:56:22 +02:00
Chirag Aggarwal
0e636f67be
update client
2025-08-12 16:24:01 +05:30
Chirag Aggarwal
f8afbbbf3c
feat: allow HEAD requests and add test for it
2025-08-12 16:14:15 +05:30
Matej Bačo
13a14d1b05
Remove temp logging
2025-08-12 10:39:50 +02:00
Jake Barnby and GitHub
02b83d59b7
Merge pull request #10296 from appwrite/cursor/add-new-database-query-type-tests-5161
...
Add new database query type tests
2025-08-12 18:30:16 +12:00
Jake Barnby
75eccf8502
Fix tests
2025-08-12 18:01:16 +12:00
Jake Barnby
66dacb61df
Update lock
2025-08-12 17:44:17 +12:00
Jake Barnby
4712c18f31
Merge remote-tracking branch 'origin/1.8.x' into cursor/add-new-database-query-type-tests-5161
2025-08-12 17:43:23 +12:00
Jake Barnby
38204a2c23
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# composer.lock
# docker-compose.yml
# tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-12 17:38:02 +12:00
shimon
24b7c95514
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
2025-08-11 22:07:11 +03:00
shimon
870125ed84
Refactor MongoDB condition checks in DatabasesCustomClientTest and UsersBase. Improved formatting for consistency and clarity in test assertions, particularly for MongoDB-related tests.
2025-08-11 22:07:05 +03:00
shimon
e1475619ba
Refactor debugging output across various files, including http.php, mock.php, and OAuth2 classes. Adjusted var_dump statements for improved traceability and consistency. Updated test assertions in ProjectsConsoleClientTest and UsersBase to enhance clarity and functionality.
2025-08-11 22:05:18 +03:00
Steven Nguyen and GitHub
e9601ec546
Merge pull request #10286 from appwrite/feat-add-native-apple-sign-in-template
...
Add native sign in with Apple function template
2025-08-11 08:12:42 -07:00
Matej Bačo and GitHub
f81fd16d26
Merge pull request #10299 from appwrite/feat-functions-redis-queue
...
Feat: Redis functions queue (reapply with fixes)
2025-08-11 16:55:02 +02:00
Jake Barnby
0febefcf75
Fix not search on wrong attribute
2025-08-12 02:49:20 +12:00
Jake Barnby
22d58e7bec
Fix index count tests
2025-08-12 02:38:52 +12:00
Jake Barnby
a7ccb7b16f
Update tests
2025-08-12 02:33:19 +12:00
Jake Barnby
836606a06b
Fix notSearch with no FTS
2025-08-12 02:03:38 +12:00
Matej Bačo
100ab4ef89
Fix flakyness
2025-08-11 15:36:11 +02:00
Matej Bačo
b641c9e5e0
Linter fix
2025-08-11 15:13:57 +02:00
Matej Bačo
3efd9a778e
Reapply "Feat: Make functions worker customizable"
...
This reverts commit 7e110bf292 .
2025-08-11 15:07:05 +02:00
Matej Bačo
ee13066f18
Fix missing place not using proper publisher
2025-08-11 15:06:23 +02:00
Jake Barnby and GitHub
ec174a15cf
Merge pull request #10298 from appwrite/revert-10287-feat-customizable-function-broker
...
Revert "Feat: Make functions worker customizable"
2025-08-12 00:49:16 +12:00
Jake Barnby
5cec34b802
Fix merge
2025-08-12 00:45:30 +12:00
Jake Barnby and GitHub
8d648a43c2
Merge pull request #10295 from appwrite/cursor/restore-database-transaction-functionality-439c
...
Restore database transaction functionality
2025-08-12 00:39:25 +12:00
Jake Barnby and GitHub
7e110bf292
Revert "Feat: Make functions worker customizable"
2025-08-12 00:38:41 +12:00
Jake Barnby and GitHub
12d085373e
Merge pull request #10294 from appwrite/cursor/fix-databases-worker-cache-clearing-bug-2799
...
Fix databases worker cache clearing bug
2025-08-12 00:20:44 +12:00
Jake Barnby and GitHub
a8cc01da7c
Merge pull request #10297 from appwrite/feat-skip-user-subqueries
...
Skip redundant subqueries in users list route
2025-08-12 00:19:35 +12:00
Matej Bačo
ba058a89a3
Merge branch '1.8.x' into feat-mongodb
2025-08-11 13:22:27 +02:00
Matej Bačo and GitHub
334c1478ab
Merge pull request #10288 from appwrite/chore-update-flutter-build-command
...
Update build command for flutter
2025-08-11 13:02:32 +02:00
Jake Barnby
672f642de6
Update DB
2025-08-11 23:01:52 +12:00
Khushboo Verma
4da9b99414
Bump flutter starter version
2025-08-11 16:11:58 +05:30
Jake Barnby
7a0b34474f
Skip redundant subqueries in users list route
2025-08-11 21:26:10 +12:00
shimon
236fab4658
Update composer configuration for minimum stability and prefer stable packages. Adjust utopia-php/database version alias and update phpunit and sebastian packages to latest versions. Add debugging output in http.php and uncomment OAuth2 conversion test in AccountCustomClientTest for improved functionality.
2025-08-11 11:56:38 +03:00
Cursor Agent and jakeb994
5886c53ce3
Add transaction staging support for document operations
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-11 08:43:30 +00:00
Cursor Agent and jakeb994
acaea49c9b
Add database query tests for notContains, notSearch, and other filters
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-11 08:39:44 +00:00
shimon
6cfd6d9ac9
Remove debugging var_dump statements from projects API and enhance error handling in XList class. Update test cases to comment out a specific OAuth2 conversion test for clarity.
2025-08-11 11:28:11 +03:00
shimon
da706378ea
Enhance debugging output in OAuth2 mock endpoints and update MongoDB version in tests. Added var_dump statements for better traceability during OAuth2 flows and adjusted test assertions for user search functionality.
2025-08-11 11:27:45 +03:00
Cursor Agent and jakeb994
480f8c97ca
Add transaction support for databases with staging and commit/rollback
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-11 08:25:58 +00:00
Jake Barnby
cbf210b9e6
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# composer.json
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-08-11 20:06:40 +12:00
Cursor Agent and jakeb994
b89d713002
Purge collection cache alongside document cache in database operations
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-11 07:01:06 +00:00
Jake Barnby and GitHub
0e3491f1c2
Merge pull request #10293 from appwrite/pla-3350
...
chore: make check for adding warning header stricter
2025-08-11 17:30:40 +12:00
Chirag Aggarwal
48834cd114
chore: make check for adding warning header stricter
2025-08-11 09:21:12 +05:30
shimon
40e36e23dd
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
2025-08-10 18:16:03 +03:00
Jake Barnby and GitHub
eb53e56817
Merge pull request #10285 from appwrite/cursor/update-docker-base-to-0-10-3-27d7
...
Update docker base to 0.10.3
2025-08-09 19:20:02 +12:00
Jake Barnby
93a24f3fab
Merge branch '1.8.x' into cursor/update-docker-base-to-0-10-3-27d7
2025-08-09 18:23:44 +12:00
Jake Barnby
6d6cfbe87a
Fix tests
...
# Conflicts:
# tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-09 18:23:25 +12:00
Jake Barnby and GitHub
afdd8cf58f
Merge branch '1.8.x' into cursor/update-docker-base-to-0-10-3-27d7
2025-08-09 17:50:31 +12:00
Cursor Agent and jakeb994
1885799ac8
Refactor: Move assertSamePixels method to a different location in Scope class
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 05:47:40 +00:00
Cursor Agent and jakeb994
bb5e25ea4b
Update GraphQL avatars test to validate response headers and content
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 05:03:47 +00:00
Cursor Agent and jakeb994
f0e49bb2a3
Update avatar test to validate response headers and content type
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:58:11 +00:00
Cursor Agent and jakeb994
44b3cbe597
Fix whitespace and indentation in AvatarsBase test method
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:45:32 +00:00
Cursor Agent and jakeb994
ff8ad93544
Update avatar test to validate response headers and content type
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:44:19 +00:00
Cursor Agent and jakeb994
375961c0fa
Inline image comparison logic in Scope test class, remove ImageAssertions
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:26:33 +00:00
Cursor Agent and jakeb994
612b03a9d6
Add assertSamePixels method to Scope class for image comparison
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:24:04 +00:00
Cursor Agent and jakeb994
b1199c8cdd
Improve QR code image testing with pixel-level comparison
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-09 04:15:44 +00:00
Khushboo Verma
913fa9d064
Update build command for flutter
2025-08-08 21:50:11 +05:30
Aditya Oberai
890be673d9
formatting
2025-08-08 15:55:50 +00:00
Matej Bačo and GitHub
3510b9db28
Merge pull request #10287 from appwrite/feat-customizable-function-broker
...
Feat: Make functions worker customizable
2025-08-08 17:41:30 +02:00
Matej Bačo
9a6c4c5ebe
Fix typo
2025-08-08 17:21:31 +02:00
Matej Bačo
2b3a8527ff
Make functions worker customizable
2025-08-08 17:15:14 +02:00
Matej Bačo and GitHub
f4306220c4
Merge pull request #10284 from appwrite/temp-add-placeholder-detection
...
Add placeholder detection
2025-08-08 16:32:28 +02:00
Aditya Oberai
93db3a9979
remove users scope for lemon squeezy payments template
2025-08-08 14:30:36 +00:00
Aditya Oberai
7929684c94
fix variable types and description
2025-08-08 14:20:41 +00:00
Aditya Oberai
d85cd09d1a
Update lemon squeezy payments template scopes
2025-08-08 14:19:21 +00:00
Aditya Oberai
a217bd1d0f
Add native sign in with Apple function template
2025-08-08 14:04:20 +00:00
Cursor Agent and jakeb994
6ca9cbf3d7
Update credit card icon size in AvatarsTest
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-08 13:33:52 +00:00
Cursor Agent and jakeb994
969e9cfa1e
Update QR code avatar test to use fixed file size instead of file read
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-08 13:31:08 +00:00
Cursor Agent and jakeb994
5dc50898a5
Fix file ownership syntax using colon instead of dot separator
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-08 13:16:09 +00:00
Jake Barnby and GitHub
eb3caea5b4
Merge pull request #10283 from appwrite/fix-csv-import
...
Update migrations
2025-08-09 01:14:38 +12:00
Jake Barnby
89197e0f9e
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/config/specs/open-api3-latest-console.json
# app/config/specs/swagger2-latest-console.json
# composer.lock
2025-08-09 01:12:18 +12:00
Cursor Agent and jakeb994
8388c71766
Update base image to appwrite/base:0.10.3
...
Co-authored-by: jakeb994 <jakeb994@gmail.com >
2025-08-08 12:56:55 +00:00
Jake Barnby
96b7f31abb
Fix tests
2025-08-09 00:53:33 +12:00
Matej Bačo
1fba63e986
Fix formatting
2025-08-08 14:00:30 +02:00
Matej Bačo
ae5225d8ee
Add placeholder detection
2025-08-08 13:58:41 +02:00
Jake Barnby and GitHub
e94c8bfd97
Merge pull request #10278 from appwrite/pla-3349
...
chore: add readonly param to sequence, databaseId and collectionId
2025-08-08 23:52:25 +12:00
Jake Barnby
10254c5e24
Update migrations
2025-08-08 23:45:31 +12:00
Jake Barnby and GitHub
2bcaed6222
Merge pull request #10282 from appwrite/fix-resource-events
...
Update: `grid` on resource events
2025-08-08 23:16:20 +12:00
Chirag Aggarwal
bf6bbfa058
update casing
2025-08-08 16:40:12 +05:30
Darshan
bc55639bf7
update: if/else > switch > match
2025-08-08 16:25:48 +05:30
Darshan
0556f8fdca
update: readability.
2025-08-08 16:06:19 +05:30
Darshan
65c767c2b0
update: grid on resource events.
2025-08-08 16:03:00 +05:30
Jake Barnby and GitHub
f154b1e8aa
Merge pull request #10279 from appwrite/fix-document-audit-resource-path
...
Fix: wrong resource path for audits
2025-08-08 22:11:15 +12:00
Chirag Aggarwal
b464a3d7a2
fix: lint
2025-08-08 13:39:25 +05:30
Darshan
ad79f3dcca
fix: wrong resource path.
2025-08-08 13:34:33 +05:30
Chirag Aggarwal
c9691be34a
chore: add readonly param to sequence, databaseId and collectionId
2025-08-08 12:53:58 +05:30
Christy Jacob and GitHub
f537f5f901
Merge pull request #10271 from appwrite/update-android-kotlin-sdks
...
chore: update SDK generator and sdks
2025-08-08 00:19:41 +04:00
Jake Barnby and GitHub
00aed7dce9
Merge pull request #10274 from appwrite/dat-609
...
upgraded composer for utopia migration
2025-08-07 17:37:08 +12:00
ArnabChatterjee20k
7572ca1511
upgraded composer for utopia migration
2025-08-07 10:24:22 +05:30
Eldad A. Fux and GitHub
131f189b7b
Merge pull request #10272 from appwrite/LauraDuRy-patch-6
...
Update README.md
2025-08-06 14:28:05 +01:00
shimon
603980759a
composer.lock
2025-08-06 15:49:05 +03:00
shimon
d63a218bd8
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb
...
# Conflicts:
# composer.json
# composer.lock
2025-08-06 15:48:19 +03:00
Jake Barnby
892cfe01b2
Optional columns
2025-08-07 00:47:11 +12:00
shimon
def3628205
feat: rename tables to grids and update documentation
2025-08-06 15:37:59 +03:00
Jake Barnby and GitHub
4ff90783f3
Merge pull request #10273 from ArnabChatterjee20k/dat-600
...
updated database type to grids and legacy
2025-08-06 12:12:58 +00:00
shimon
779fb7bd20
Update composer dependencies and Docker Compose configuration for MongoDB integration. Change database alias in composer.json, update package versions in composer.lock, and adjust volume mappings in Docker Compose to include MongoDB source directories. Refactor application code to set tenant to null for database connections.
2025-08-06 15:07:04 +03:00
ArnabChatterjee20k
ee9f1f8645
updated database type to grids and legacy
2025-08-06 17:30:11 +05:30
Laura Du Ry and GitHub
ec8faccf29
Update README.md
2025-08-06 12:28:24 +02:00
Matej Bačo and GitHub
7dd9ade894
Merge pull request #10267 from appwrite/feat-check-CAA-in-DNS
...
Feat: CAA validator
2025-08-06 12:09:25 +02:00
Matej Bačo
aa837c7b43
PR review fixes
2025-08-06 11:43:07 +02:00
Matej Bačo
3541fcb237
Fix manual QA edge case
2025-08-06 11:30:56 +02:00
Matej Bačo
10a7f8acfe
Formatting fix
2025-08-06 11:06:35 +02:00
Matej Bačo
61ec98bc5e
Improve tests
2025-08-06 11:06:18 +02:00
Christy Jacob
217cd48249
chore: update SDK generator and sdks
2025-08-06 12:08:36 +04:00
Jake Barnby
5c202763aa
Merge branch '1.8.x' of github.com:appwrite/appwrite into 1.8.x
2025-08-06 18:05:17 +12:00
Jake Barnby
abad8bce70
Fix tests
2025-08-06 18:05:00 +12:00
Jake Barnby and GitHub
33d2b2a27f
Merge pull request #10266 from ArnabChatterjee20k/dat-600
...
Added type attribute to the database creation flow
2025-08-06 05:57:19 +00:00
Jake Barnby
162358deff
Fix refs
2025-08-06 17:36:28 +12:00
ArnabChatterjee20k
02438fda93
updated composer
2025-08-06 10:57:45 +05:30
ArnabChatterjee20k
4ed511f31c
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-06 10:57:20 +05:30
ArnabChatterjee20k
320171822c
replaced create attribute with a util createAttributeFromCollection method
2025-08-06 10:56:42 +05:30
Jake Barnby
bd4fb03b74
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-06 17:24:00 +12:00
ArnabChatterjee20k
066c801a45
removed $id to get updated
2025-08-05 21:56:31 +05:30
ArnabChatterjee20k
7d798f5373
added migration to self hosted version
2025-08-05 19:34:19 +05:30
ArnabChatterjee20k
0fddbd5caa
updated database response model rules
2025-08-05 18:15:55 +05:30
Jake Barnby
bf1af094c1
Add specific column selection
2025-08-06 00:40:39 +12:00
ArnabChatterjee20k
272256438d
updaetd composer version
2025-08-05 18:10:06 +05:30
ArnabChatterjee20k
46cdaa0e4e
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-05 18:09:40 +05:30
ArnabChatterjee20k
28cf4e1d94
updated the validator of type of database to validator
2025-08-05 18:07:11 +05:30
ArnabChatterjee20k
ed05870239
updated migration release
2025-08-05 18:05:46 +05:30
Jake Barnby
2f5dc7782f
Merge remote-tracking branch 'origin/1.7.x' into feat-csv-export
2025-08-06 00:20:02 +12:00
Jake Barnby and GitHub
cb0a45ed1d
Merge pull request #10243 from appwrite/test-var-id-attribute
...
Test var id attribute
2025-08-06 00:12:04 +12:00
Matej Bačo
2d4e99cb1a
Revert revert of CAA validation
2025-08-05 13:44:06 +02:00
Matej Bačo
8fe999d6d7
Merge branch '1.7.x' into feat-check-CAA-in-DNS
2025-08-05 13:43:17 +02:00
fogelito
fb6988465f
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
2025-08-05 14:42:44 +03:00
fogelito
8c82119bd7
Update database 0.75.*
2025-08-05 14:41:43 +03:00
Matej Bačo
dade82706a
Fix caa records inheritance
2025-08-05 13:38:56 +02:00
ArnabChatterjee20k
7fdbd12937
Merge remote-tracking branch 'upstream/1.8.x' into dat-600
2025-08-05 16:49:45 +05:30
ArnabChatterjee20k
f06af411ba
Add 'type' attribute to database creation and update tests
2025-08-05 16:48:05 +05:30
Jake Barnby and GitHub
0109ca218e
Merge pull request #10264 from appwrite/fix-dec-min-0
...
Fix atomic number ops with limit 0
2025-08-05 21:33:33 +12:00
Jake Barnby
43f0849979
Fix atomic num ops with limit 0
2025-08-05 20:38:26 +12:00
Matej Bačo and GitHub
b882a5d5b0
Merge pull request #10263 from appwrite/revert-10258-feat-check-CAA-in-DNS
...
Revert "Check CAA record before issuing certificate"
2025-08-05 10:30:19 +02:00
Jake Barnby and GitHub
46431118b2
Merge pull request #10096 from ArnabChatterjee20k/dat-556
...
Realtime support for bulk api
2025-08-05 20:26:43 +12:00
Matej Bačo and GitHub
9c320f9c71
Revert "Check CAA record before issuing certificate"
2025-08-05 10:23:39 +02:00
ArnabChatterjee20k
697ac3447b
fix: Update getUser method call in RealtimeCustomClientTest for clarity
2025-08-05 13:37:24 +05:30
Matej Bačo and GitHub
f8a75494b8
Merge pull request #10258 from appwrite/feat-check-CAA-in-DNS
...
Check CAA record before issuing certificate
2025-08-05 09:51:42 +02:00
Jake Barnby
c70915306d
WIP export
2025-08-05 17:04:31 +12:00
Matej Bačo
7f690a1048
Simplify implementation
2025-08-04 16:51:49 +02:00
Matej Bačo
8c3530ee60
Fix caa validation breaking existing validations
2025-08-04 16:18:06 +02:00
Matej Bačo
5e294d0849
Support empty CAA records
2025-08-04 15:35:40 +02:00
Matej Bačo and GitHub
d275291b3f
Merge pull request #10259 from Veera-mulge/change-desc
...
Update README.md
2025-08-04 15:15:31 +02:00
Matej Bačo
2a63de0c46
Improve docs
2025-08-04 14:57:35 +02:00
Matej Bačo
48a977526e
Fix tests
2025-08-04 14:53:13 +02:00
Matej Bačo
75bf37a074
Update composer.lock
2025-08-04 14:32:38 +02:00
Matej Bačo
689fbee10c
Merge branch '1.7.x' into feat-check-CAA-in-DNS
2025-08-04 14:32:20 +02:00
Matej Bačo
4cafd2e07d
Improve PR quality
2025-08-04 14:28:50 +02:00
Luke B. Silver and GitHub
24a9183d90
Merge pull request #10260 from appwrite/update-avatars-endpoint
...
fix: favicons endpoint to fallback to ico instead of throwing error
2025-08-04 13:18:09 +01:00
Chirag Aggarwal
84e3dc0275
fix: favicons endpoint to fallback to ico instead of throwing error
2025-08-04 17:14:38 +05:30
Veeresh and GitHub
5095f7555d
Update README.md
2025-08-04 16:53:07 +05:30
Veeresh and GitHub
0bf4aa2ce5
Update README.md
2025-08-04 16:50:11 +05:30
Luke B. Silver and GitHub
d28e0152fd
Merge pull request #10255 from appwrite/chore-support-svg-favicon
...
chore: add support for svg favicons
2025-08-04 10:42:38 +01:00
Chirag Aggarwal
7a507917c9
fix: minify
2025-08-04 14:41:57 +05:30
Chirag Aggarwal
048dbe81c7
chore: minify svg
2025-08-04 14:34:45 +05:30
fogelito
7d82d3d945
Run tests
2025-08-04 11:04:33 +03:00
fogelito
992d10afb5
Run tests
2025-08-04 09:07:36 +03:00
Christy Jacob and GitHub
19fe5881a4
Merge pull request #10249 from appwrite/feat-definition-examples
2025-08-04 09:04:33 +04:00
Chirag Aggarwal
55938fa3c3
update 1.7.x examples
2025-08-04 08:52:07 +05:30
Khushboo Verma
16685dad4e
Update console tests
2025-08-04 01:49:08 +05:30
Khushboo Verma
783894a82b
Add default value
2025-08-04 01:40:39 +05:30
Khushboo Verma
69dbb3222f
Add check in proxy
2025-08-04 01:33:47 +05:30
Khushboo Verma
d48aa60609
Update test
2025-08-04 01:22:10 +05:30
Khushboo Verma
9f8fabe58a
Verify domain CAA after certificate issuance
2025-08-04 01:12:58 +05:30
Khushboo Verma
484ebb5059
Check CAA record in DNSTest
2025-08-04 00:42:00 +05:30
Chirag Aggarwal
10b82716e4
chore: update test
2025-08-03 22:31:26 +05:30
Chirag Aggarwal
4c971910bb
chore: fix import
2025-08-03 22:08:25 +05:30
shimon
ea1aef1d70
composer.lock
2025-08-03 18:40:45 +03:00
shimon
b1cc203eba
composer
2025-08-03 18:38:38 +03:00
shimon
b3e1a3415a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb
...
# Conflicts:
# app/init/resources.php
# composer.json
# composer.lock
2025-08-03 18:33:27 +03:00
shimon
d48248c9a2
Refactor Docker Compose and application code for MongoDB integration. Remove health check configuration and simplify service dependencies in Docker Compose. Update error logging in application to include context for MongoDB connection issues.
2025-08-03 18:13:16 +03:00
Chirag Aggarwal
a00b93416d
fix: cleansvg
2025-08-03 13:39:30 +05:30
Chirag Aggarwal
7c5dd9d0f4
add test
2025-08-03 13:38:59 +05:30
Chirag Aggarwal
4adebc8ba2
chore: add svg sanitization
2025-08-03 13:33:10 +05:30
Chirag Aggarwal
f5682c0516
chore: add support for svg favicons
2025-08-03 13:23:34 +05:30
fogelito
27ae4f316d
Run tests
2025-08-03 10:35:31 +03:00
fogelito
e3f08fa010
Run tests
2025-08-03 10:15:25 +03:00
fogelito
e55aaf1da9
Pull main
2025-08-03 09:04:47 +03:00
fogelito
0818af372f
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
...
# Conflicts:
# composer.lock
2025-08-03 09:03:58 +03:00
fogelito
bc53c73a7a
Remove $sequence
2025-08-03 09:00:24 +03:00
Chirag Aggarwal
c235870112
chore: add placeholder version
2025-08-01 17:36:03 +05:30
Chirag Aggarwal
9929facd73
chore: update sdk gen
2025-08-01 16:44:27 +05:30
Luke B. Silver and GitHub
469ac59199
Merge pull request #10240 from appwrite/pla-3153
...
feat: telemetry for cache hits and misses
2025-08-01 11:42:39 +01:00
Chirag Aggarwal
58d556aab5
chore: update metric naming
2025-08-01 15:52:27 +05:30
Luke B. Silver and GitHub
596657ac26
Merge pull request #10248 from appwrite/pla-3271
...
fix: 500 errors on robots and humans txt files
2025-08-01 11:04:18 +01:00
Chirag Aggarwal
b3ba91cd52
chore: update naming and specs
2025-08-01 15:26:34 +05:30
Chirag Aggarwal
3d5b755115
chore: simplify
2025-08-01 13:17:45 +05:30
Chirag Aggarwal
26be1b5caf
feat: add model examples + additonal examples to specs
2025-08-01 13:09:39 +05:30
Jake Barnby and GitHub
5d9be26a45
Merge pull request #10247 from appwrite/update-sdks-php-dotnet
...
chore: update changelog and sdk gen
2025-08-01 16:53:36 +12:00
Chirag Aggarwal
471d261114
chore: fallback to main domain
2025-08-01 09:28:07 +05:30
Chirag Aggarwal
59bebe6be9
fix: 500 errors on robots and humans txt files
2025-08-01 09:13:34 +05:30
Chirag Aggarwal
5689fd6e7e
chore: update changelog and sdk gen
2025-08-01 09:09:11 +05:30
shimon
eafca0c431
Add support for multiple database adapters in GitHub Actions workflow, including MARIADB and MONGODB. Set environment variables based on selected adapter for testing.
2025-07-31 18:22:42 +03:00
shimon
a92bdfaed0
Update Docker Compose to clarify MongoDB readiness check comment, addressing implications of template substitution limitations.
2025-07-31 17:49:04 +03:00
shimon
46965135a4
Update Docker Compose and application configuration to support MongoDB as the primary database, replacing all instances of MariaDB. Introduce a new environment variable for database selection and adjust database schemes in the application initialization.
2025-07-31 17:17:08 +03:00
fogelito
a54cf58610
Run tests
2025-07-31 17:03:21 +03:00
fogelito
31e0cbcd1d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into test-var-id-attribute
...
# Conflicts:
# composer.json
# composer.lock
2025-07-31 17:03:00 +03:00
fogelito
d6b0d13991
Run tests
2025-07-31 16:58:51 +03:00
Harsh Mahajan and GitHub
2d7ae4329b
Merge branch '1.7.x' into pla-3153
2025-07-31 19:23:54 +05:30
Chirag Aggarwal
81e656e42c
chore: update counter
2025-07-31 18:59:17 +05:30
Chirag Aggarwal
588087eda6
chore: add total
2025-07-31 17:17:15 +05:30
Chirag Aggarwal
da1fa09e9c
chore: update name
2025-07-31 17:06:29 +05:30
Jake Barnby and GitHub
476ea76814
Merge pull request #10231 from appwrite/feat-csv-allow-internals
...
Feat CSV allow internals
2025-07-31 23:15:56 +12:00
Chirag Aggarwal
d1c3a84ba1
chore: update to use gauge
2025-07-31 16:40:40 +05:30
shimon
33c5ac83b2
Enhance Docker Compose configuration for MongoDB, add health checks, and update user creation logic in mongo-init.js. Improve database connection handling and fix conditional checks in application code.
2025-07-31 12:47:12 +03:00
Luke B. Silver and GitHub
01067aaf74
Merge pull request #10241 from Veera-mulge/change-desc
...
Update README file to remove the announcement
2025-07-31 10:08:46 +01:00
Veeresh and GitHub
b323b3a110
Update README.md
2025-07-31 14:36:08 +05:30
Chirag Aggarwal
5c0579fbc7
feat: telemetry for cache hits and misses
2025-07-31 13:50:34 +05:30
Jake Barnby
1ea9aca90f
Fix test
2025-07-31 02:10:29 +12:00
Jake Barnby
efc21d3dcf
Fix tests
2025-07-31 00:12:59 +12:00
Jake Barnby
152882d05d
Fix ref
2025-07-30 23:59:30 +12:00
Jake Barnby
a21e37b054
Add permissions support for CSV
2025-07-30 23:42:01 +12:00
Christy Jacob and GitHub
1b1c28d319
Merge pull request #10233 from appwrite/remove-console-sdk
...
chore: move changelog to sdks platforms array
2025-07-30 12:44:21 +04:00
Chirag Aggarwal
d2dcddaf13
chore: add console back
2025-07-30 13:52:37 +05:30
Chirag Aggarwal
5977e62e9a
chore: move changelog path to platforms config
2025-07-30 13:32:56 +05:30
Chirag Aggarwal
7ffa11c75d
chore: remove console sdk from platforms
2025-07-30 13:22:22 +05:30
Jake Barnby
5b12a6c8b1
Add internal attributes CSV test
2025-07-30 16:50:09 +12:00
Jake Barnby
01c8dab34d
Fix CSV success test
2025-07-30 16:46:14 +12:00
Jake Barnby and GitHub
811a1fa701
Merge pull request #10227 from appwrite/pla-3204
...
chore: filter certificates renewal task in maintenance by region
2025-07-30 16:24:24 +12:00
shimon
57c08a41f1
Update environment configuration to support MongoDB, enhance Docker Compose for MongoDB integration, and improve database connection handling in the application.
2025-07-29 23:08:00 +03:00
Jake Barnby and GitHub
d76db6ec62
Merge pull request #10228 from appwrite/feat-strip-seq
...
Remove sequence on incoming docs
2025-07-30 01:18:29 +12:00
Jake Barnby
933f07c175
Add missing removal
2025-07-30 01:18:08 +12:00
Jake Barnby
ccf0a23bdf
Remove sequence on incoming docs
2025-07-30 01:02:21 +12:00
Chirag Aggarwal
66786f20f0
chore: use md5 if enabled
2025-07-29 16:53:55 +05:30
Jake Barnby
93cc4e1df8
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
...
# Conflicts:
# app/config/errors.php
# app/config/roles.php
# app/controllers/api/databases.php
# composer.json
# composer.lock
# src/Appwrite/Extend/Exception.php
# src/Appwrite/Utopia/Response.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-07-29 22:16:56 +12:00
Chirag Aggarwal
1731212ebb
chore: improve check
2025-07-29 15:26:37 +05:30
Chirag Aggarwal
3db9cd06d5
chore: filter certificates renewal task in maintenance by region
2025-07-29 15:21:15 +05:30
Jake Barnby
07cce5ad3c
Optional param
2025-07-29 21:30:02 +12:00
shimon
36e7452f78
Update environment variables, Dockerfile version, and enhance MongoDB connection handling in the application. Add console document creation logic and improve code formatting for better readability.
2025-07-28 17:34:11 +03:00
shimon
469801b862
Update database configuration to use MongoDB, add MongoDB and Mongo Express services to Docker Compose, and adjust related code for MongoDB integration.
2025-07-27 20:38:49 +03:00
Ebenezer Don
a2261b8ad0
Clarify userId param in endpoints that create accounts
2025-07-07 13:22:52 +01:00
Christy Jacob
b5c5f76acc
Merge branch '1.7.x' of github.com:appwrite/appwrite into feat-apps-module
2025-06-20 17:39:28 +04:00
Khushboo Verma
8d7c76a434
Add screenshots for 2 templates
2025-06-20 12:53:06 +05:30
Khushboo Verma
c927a1f459
Merge branch '1.7.x' into chore-add-new-site-templates
2025-06-20 12:09:34 +05:30
Khushboo Verma
88239a23f9
Update env vars for react-admin
2025-06-20 12:07:24 +05:30
Khushboo Verma
651af6a2c5
Add formspree, clerk and react-admin templates to sites
2025-06-19 21:02:31 +05:30
Jake Barnby
2745d8dce7
Add single op counting
2025-06-18 19:51:37 -04:00
Jake Barnby
ac32947908
Update db
2025-06-18 19:17:47 -04:00
Jake Barnby
b471bd0f58
Add operations to response model
2025-06-18 16:53:47 -04:00
ArnabChatterjee20k
15a76e5984
updated depends on to the host instead of adapter and changed to the grouping of env vars
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
bf0bb1e2f6
updated tests yml
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
a0c974df42
updated updating database in the installation
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
cce830e103
added _APP_DB_ADAPTER
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
ba3413526d
removed trailing comma from the matrix db adapter of the test
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
d0a45d6d1b
changed the depends on to scheme
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
c63ae1832a
updated local docker for ci test on github actions and tests yml
2025-06-18 18:09:52 +05:30
ArnabChatterjee20k
d810fb417a
added upgrade limit for db
2025-06-18 18:09:29 +05:30
ArnabChatterjee20k
f3d8478312
updated the environment of the services in the docker compose of install
2025-06-18 18:09:29 +05:30
ArnabChatterjee20k
0452ed4605
added changes
2025-06-18 18:09:29 +05:30
ArnabChatterjee20k
e6f8055f60
added the callable resource in the pg adapter
2025-06-18 18:09:11 +05:30
ArnabChatterjee20k
f18fbc792e
used env var in the registers for the pool
2025-06-18 18:09:11 +05:30
ArnabChatterjee20k
3cb0894091
added conditonal for .env for mariadb and psotgres
2025-06-18 18:09:11 +05:30
ArnabChatterjee20k
b5a82109f1
linting
2025-06-18 18:09:11 +05:30
ArnabChatterjee20k
dee9736c8a
updated compose file and installation script
2025-06-18 18:09:11 +05:30
ArnabChatterjee20k
8048a82a5d
add postges installtion command
2025-06-18 18:09:11 +05:30
Jake Barnby
910f27016b
Add operation to txn meta
2025-06-17 22:08:08 -04:00
Jake Barnby
75469eed7d
Fix staged values
2025-06-17 21:55:38 -04:00
Jake Barnby
5d5a6fbc5d
Add delete transaction
2025-06-17 21:55:08 -04:00
Jake Barnby
aba75abc93
Update params
2025-06-17 21:54:40 -04:00
Jake Barnby
1e82c7f0ef
Add listTransactions
2025-06-17 21:54:30 -04:00
Jake Barnby
0b00ce28e0
Remove redundant attributes
2025-06-17 19:37:53 -04:00
Jake Barnby
145cb54bc0
Separate bulk
2025-06-17 16:58:25 -04:00
Jake Barnby
bd9d827a16
Add tests
2025-06-17 16:54:32 -04:00
Jake Barnby
4da95f765b
Don't require data
2025-06-17 16:45:14 -04:00
Jake Barnby
d13081b4f2
Use const
2025-06-17 16:45:07 -04:00
Jake Barnby
b71688a587
Format
2025-06-17 16:07:14 -04:00
Jake Barnby
14c0d27019
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
2025-06-17 16:04:05 -04:00
Jake Barnby
705e5dd45b
Add txn support to existing routes
2025-06-17 16:03:58 -04:00
Jake Barnby
4e2727292e
Add txn routes
2025-06-17 16:03:33 -04:00
Jake Barnby
cfc6d5fe2b
Add txn collections
2025-06-17 16:02:32 -04:00
Jake Barnby
c11fd38f0f
Add txn models
2025-06-17 16:02:17 -04:00
Jake Barnby
11ce394181
Add txn errors
2025-06-17 16:01:56 -04:00
Jake Barnby
fc4b82d017
Add txn scopes
2025-06-17 16:01:45 -04:00
Jake Barnby
b556846be3
Add txn roles
2025-06-17 16:01:39 -04:00
ArnabChatterjee20k
be1e52529a
updated depends on to the host instead of adapter and changed to the grouping of env vars
2025-05-27 22:07:49 +05:30
Darshan and GitHub
598165c0e7
Merge branch 'main' into fix-zindex
2025-05-23 22:20:57 +05:30
Darshan and GitHub
d08e406e9e
Merge branch 'main' into fix-zindex
2025-05-23 19:25:51 +05:30
Darshan
fc8326417b
update: z-index to be the highest!
2025-05-23 19:20:26 +05:30
ArnabChatterjee20k
f1b2ac0d13
updated tests yml
2025-05-21 18:22:16 +05:30
ArnabChatterjee20k
e7f51023bf
updated updating database in the installation
2025-05-21 18:13:20 +05:30
ArnabChatterjee20k
f5c54bb945
added _APP_DB_ADAPTER
2025-05-21 17:36:50 +05:30
ArnabChatterjee20k
58e04b4950
removed trailing comma from the matrix db adapter of the test
2025-05-20 19:01:44 +05:30
ArnabChatterjee20k and GitHub
9ca6527816
Merge branch 'main' into pg-adapter
2025-05-20 16:56:46 +05:30
ArnabChatterjee20k
60be48268c
changed the depends on to scheme
2025-05-20 15:35:12 +05:30
ArnabChatterjee20k
e45befbdf2
updated local docker for ci test on github actions and tests yml
2025-05-20 14:46:50 +05:30
ArnabChatterjee20k
f2ed0346df
Merge branch 'main' into pg-adapter
2025-05-19 11:22:14 +05:30
ArnabChatterjee20k
e88aebd4ad
added upgrade limit for db
2025-05-17 00:05:11 +05:30
ArnabChatterjee20k
e1207caee0
updated the environment of the services in the docker compose of install
2025-05-16 23:33:21 +05:30
ArnabChatterjee20k
78de031c74
added changes
2025-05-16 21:07:47 +05:30
ArnabChatterjee20k and GitHub
b775a546c8
Merge branch '1.6.x' into pg-adapter
2025-05-16 20:11:18 +05:30
ArnabChatterjee20k
2460f0cb36
updated composer lock
2025-05-16 19:50:42 +05:30
ArnabChatterjee20k
9f22ab4ef5
added the callable resource in the pg adapter
2025-05-16 18:07:17 +05:30
ArnabChatterjee20k
26c3248375
used env var in the registers for the pool
2025-05-16 17:53:44 +05:30
ArnabChatterjee20k
5f7afa25ce
added conditonal for .env for mariadb and psotgres
2025-05-16 17:01:18 +05:30
ArnabChatterjee20k
f846e417fc
linting
2025-05-16 16:19:37 +05:30
ArnabChatterjee20k
083e490cc2
updated compose file and installation script
2025-05-16 16:19:20 +05:30
ArnabChatterjee20k
bfdcd13f80
add postges installtion command
2025-05-16 14:11:45 +05:30
Eldad Fux
6f861a91ee
Updated auth lib
2025-04-29 21:33:59 +02:00
Eldad Fux
0483c7efb5
Merge fixes
2025-04-29 20:44:05 +02:00
Eldad Fux
fb29fe7b3c
Merge remote-tracking branch 'origin/1.7.x' into feat-apps-module
2025-04-29 20:12:31 +02:00
Eldad Fux
1bf1766822
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-28 08:20:24 +01:00
Eldad Fux
57edb4a385
Removed leftovers
2025-03-28 08:17:47 +01:00
Eldad Fux
17c555ab6c
Expanded the identities collection
2025-03-28 02:13:17 +01:00
Eldad Fux
d6bd72cfd3
formatting
2025-03-19 14:10:56 +01:00
Eldad Fux
8c9123beaa
Fixed tests
2025-03-19 13:54:32 +01:00
Eldad Fux
3d967e695f
Updated auth lib
2025-03-19 07:57:28 +01:00
Eldad Fux
a7d7e39dfd
Fixed tests
2025-03-18 22:47:17 +01:00
Eldad Fux
38cb95e940
Fixed tests
2025-03-18 22:28:19 +01:00
Eldad Fux
b2b20c48b3
Fixed tests
2025-03-18 22:12:03 +01:00
Eldad Fux
fed6579491
Update teams tests
2025-03-18 21:52:41 +01:00
Eldad Fux
8cb85cafbd
Fixes realtime tests
2025-03-18 20:24:38 +01:00
Eldad Fux
55e560bb41
Fixed unit tests
2025-03-18 19:08:58 +01:00
Eldad Fux
dd9a40221e
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-18 17:38:32 +01:00
Eldad Fux
24300cd3bd
tests
2025-03-18 17:22:58 +01:00
Eldad Fux
4d5961c3ab
Fixed test
2025-03-18 16:20:37 +01:00
Eldad Fux
afb40218d7
Fixed tests
2025-03-18 16:12:13 +01:00
Eldad Fux
3daa3821ef
Fixed syntax error
2025-03-18 10:24:42 +01:00
Eldad Fux
84cec0e32c
format
2025-03-18 10:18:29 +01:00
Eldad Fux
7bae15d4fe
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-18 10:15:06 +01:00
Eldad Fux
0180f72067
Removed unsed methods and tests
2025-03-18 00:30:31 +01:00
Eldad Fux
f537091eb2
Fixed tests
2025-03-17 23:57:44 +01:00
Eldad Fux
c99c83a006
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-17 23:15:57 +01:00
Eldad Fux
113828cd00
Improved errors
2025-03-17 22:51:22 +01:00
Eldad Fux
477add3022
Formatting
2025-03-17 21:49:10 +01:00
Eldad Fux
8aa5714173
cleanups
2025-03-17 21:44:31 +01:00
Eldad Fux
fdb83c51f7
formatting
2025-03-17 12:46:07 +01:00
Eldad Fux
c15739bba7
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-17 12:44:49 +01:00
Eldad Fux
1ce84f1650
WIP
2025-03-17 12:39:35 +01:00
Eldad Fux
f618a8b563
Fixed account test
2025-03-16 22:16:02 +01:00
Eldad Fux
9346efc24a
Fixed some tests
2025-03-16 19:35:42 +01:00
Eldad Fux
a5e57a9a67
Work in progress, moving to instance based auth
2025-03-16 18:54:55 +01:00
Eldad Fux
cc724218b0
fixed formatting
2025-03-16 18:32:46 +01:00
Eldad Fux
706ce4b3b6
WIP - cleaning up auth managment
2025-03-16 18:30:48 +01:00
Eldad Fux
c08355df8d
Updated composer
2025-03-16 10:34:45 +01:00
Eldad Fux
2d5904e3d0
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-16 10:26:55 +01:00
Eldad Fux
d1318cf016
Updated dependencies
2025-03-10 02:19:57 +01:00
Eldad Fux
91921859a2
Merge remote-tracking branch 'origin/1.6.x' into feat-apps-module
2025-03-10 02:14:35 +01:00
Eldad Fux
a058925252
Code formatting
2025-03-10 00:23:22 +01:00
Eldad Fux
fadb24f295
revert change to build
2025-03-10 00:21:49 +01:00
Eldad Fux
748119334d
Merge remote-tracking branch 'origin/feat-sites' into feat-apps-module
2025-03-10 00:18:23 +01:00
Eldad Fux
cb05b87dda
Upgraded users to use utopia/auth
2025-03-10 00:08:04 +01:00
Eldad Fux
aa36d944db
Add teamId to project array in e2e test
2025-03-01 22:00:37 +01:00