Chirag Aggarwal
c6b6b7cdac
fix: edit field
2025-12-15 21:41:17 +05:30
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
Damodar Lohani
801219374c
Fix queries
2025-12-15 02:50:21 +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
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
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
9441295510
Feat: Audits upgrade
2025-12-14 01:43:35 +00: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
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
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
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 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
062233cdbc
Merge branch '1.8.x' into database-errors
2025-12-11 16:10:00 +05:30
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
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
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 and GitHub
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 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
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
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
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