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
Damodar Lohani
61067bd8d3
Fix: remove temp queries
2025-12-10 10:32:51 +00:00
Jake Barnby
587a0facf7
Fix teams test
2025-12-10 22:33:30 +13:00
Jake Barnby
a8cf0a6176
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# app/controllers/api/teams.php
# app/init/resources.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-12-10 20:12:27 +13:00
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
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
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
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
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
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
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
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
Aditya Oberai
27ede0079f
Merge branch '1.7.x' into chore-add-new-site-templates
2025-12-05 02:58:06 +05:30
Torsten Dittmann
fad29ee3cd
Use configured OAuth2 provider class from config
2025-12-04 20:37:16 +04: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
ArnabChatterjee20k
0353b826ac
Refactor: use Coroutine context for database and cache functions
2025-12-03 21:32:22 +05:30
Chirag Aggarwal
68ffa5258c
fix: roles enum
2025-12-03 12:04:30 +05:30
Chirag Aggarwal
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
Damodar Lohani
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
shimon
7041cae48c
Refactor health check logic to simplify database failure handling
2025-12-02 12:58:55 +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
Jake Barnby
5cc6845a44
Merge pull request #10888 from appwrite/fix-query-call
...
Fix invalid query
2025-12-02 06:48:28 +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
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
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