Chirag Aggarwal
c744354973
Merge branch '1.8.x' into refactor-specs-task-methods
2025-12-16 10:51:28 +05:30
Chirag Aggarwal
c6b6b7cdac
fix: edit field
2025-12-15 21:41:17 +05:30
Levi van Noort
3869269e0c
Merge branch '1.8.x' into CLO-3704-utopia-request-extend
2025-12-15 15:32:51 +01: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
Levi van Noort
90fb5b6321
feat: improved reference client ip through _APP_TRUSTED_HEADERS
2025-12-12 08:42:49 +01:00
loks0n
c6ffa181a2
fix: imagine hostnames 2
2025-12-11 18:53:58 +00:00
Aditya Oberai
ceb2108012
shift db seeding command to build command
2025-12-11 15:00:59 +00:00
Aditya Oberai
d502ab0cd5
Merge branch '1.8.x' into chore-add-new-site-templates
2025-12-11 18:35:52 +05:30
Darshan
062233cdbc
Merge branch '1.8.x' into database-errors
2025-12-11 16:10:00 +05:30
Darshan
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
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
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
Jake Barnby
65bd9a41d5
Merge pull request #10894 from appwrite/feat-multi-create
...
Feat multi create
2025-12-08 05:55:52 +00: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
Jake Barnby
3c9548bc9d
Update specs
2025-12-05 21:47:30 +13:00
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
Aditya Oberai
27ede0079f
Merge branch '1.7.x' into chore-add-new-site-templates
2025-12-05 02:58:06 +05:30
Chirag Aggarwal
68ffa5258c
fix: roles enum
2025-12-03 12:04:30 +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
Chirag Aggarwal
aaafdaae52
chore: better examples
2025-12-01 19:21:49 +05:30
Chirag Aggarwal
6aa054bc7c
chore: release sdks for adding getScreenshot method to Avatars service
2025-11-29 00:56:04 +05:30
Damodar Lohani
d539186808
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-26 10:42:55 +00:00
Matej Bačo
13a7ead598
Fix TanStack Start default output directory
2025-11-24 12:08:55 +01:00
Damodar Lohani
94ba8ee5f2
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
2025-11-23 06:43:52 +00:00
Jake Barnby
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
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
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
Chirag Aggarwal
ba10bed271
chore: change VCSDeploymentType enum to VCSReferenceType
2025-11-21 09:56:26 +05:30
Steven Nguyen
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
Chirag Aggarwal
a2463f8cc3
fix naming
2025-11-20 15:23:16 +05:30
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
Chirag Aggarwal
61f8c99da7
chore: release flutter 20.3.2
2025-11-19 14:11:40 +05:30
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
Chirag Aggarwal
f9274dad3f
regenerate specs
2025-11-18 09:53:13 +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
6274d5a3e4
Merge branch '1.8.x' into refactor-auth-single-instance
2025-11-14 05:21:40 +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
a11cf6b002
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-11-14 15:34:36 +13: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
Matej Bačo
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
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