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
Jake Barnby
c12cad80bb
Merge pull request #11130 from appwrite/feat-auth-instance
2026-01-14 20:21:59 +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
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
432e86ec07
regen specs.
2026-01-13 18:04:14 +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
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
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
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Darshan
6969e446d5
Merge branch '1.8.x' into avatars-module
2026-01-07 19:41:49 +05:30
Darshan
92f26c1b5a
update: move avatars controller to module structure.
2026-01-07 19:09:56 +05:30
Darshan
68fc6b0600
Merge branch '1.8.x' into add-xlist-totalsize
2026-01-07 18:08:59 +05:30
Darshan
9ba3f6dfe8
add: totalsize on xlist.
2026-01-07 18:00:04 +05:30
Hemachandar
3483daef0d
Stop publishing rule verification errors to Sentry ( #11101 )
2026-01-07 17:33:00 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Shmuel Fogel
2c5bc32f7e
Merge pull request #11072 from appwrite/platform-rules-collections
...
Sync platform rules + common targets tables
2026-01-06 13:59:41 +02: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
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
Darshan
a5d4f69c6c
bump: specs
2026-01-03 15:43:54 +05:30
Chirag Aggarwal
06c4ba81e9
chore: sync specs + allow cookie auth in console platform
2026-01-02 15:20:45 +05:30
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Darshan
69ce99d1b4
feat: console module.
2025-12-31 11:52:41 +05:30
Hemachandar
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
Chirag Aggarwal
d8d3f22883
fix: remove storage service from include_once
2025-12-30 13:42:39 +05:30
Chirag Aggarwal
77930a0cec
fix: default namespace in sdks
2025-12-28 20:46:23 +05:30
Chirag Aggarwal
b78be65376
fix: make getScreenshot output param to use ImageFormat enum
2025-12-24 13:39:51 +05:30
Torsten Dittmann
96b11b02e6
feat: allow custom jwt duration
2025-12-22 21:08:48 +04:00
Jake Barnby
dc85d44647
Revert "Refactor auth single instance"
2025-12-20 02:54:50 +13:00
Matej Bačo
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
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
7dea3f19a9
Add scopes for devkeys
2025-12-18 12:31:00 +01:00
Jake Barnby
937cac454a
Merge branch '1.8.x' into chore-specs
2025-12-18 09:32:37 +00:00
Jake Barnby
e6781cb4c3
Release SDKs
2025-12-18 21:41:50 +13:00
Jake Barnby
13f4aa9a80
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
2025-12-18 18:17:41 +13:00
Darshan
94fc0416e6
Merge branch '1.8.x' into update-template
2025-12-17 17:08:16 +05:30
Chirag Aggarwal
ce8f72bee9
data examples update
2025-12-17 15:58:04 +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
2e5bea1aee
update: email template to be platform agnostic.
2025-12-17 14:26:45 +05:30
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
Hemachandar
58be8f411a
Merge pull request #10962 from appwrite/ser-721
...
Improve rule verification flow & add logs
2025-12-16 16:43:14 +05:30