Commit graph

30389 commits

Author SHA1 Message Date
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
Damodar Lohani
b83125a41e Fix audits creation 2025-12-14 07:22:39 +00:00
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
Darshan
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
Darshan
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
bbc76ffe37
Merge pull request #10943 from appwrite/fix-preflight-requests
fix preflight requests
2025-12-12 10:11:53 +00:00
loks0n
2cb86c57ef fix: preflight requests 2025-12-12 09:49:04 +00:00
Darshan
6787b0c7f1 Merge branch '1.8.x' into allow-custom-sender 2025-12-12 12:17:45 +05:30
Steven Nguyen
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
72ae883587
Merge branch 'main' into chore-sync-main 2025-12-11 22:40:23 +00:00
Luke B. Silver
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
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
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
d502ab0cd5
Merge branch '1.8.x' into chore-add-new-site-templates 2025-12-11 18:35:52 +05:30
Darshan
72f86ce5ef
Merge pull request #10934 from appwrite/database-errors 2025-12-11 16:58:35 +05:30
Darshan
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
61d1546d14
Merge pull request #10911 from appwrite/feat-multiple-app-domains
feat: multiple app domains
2025-12-11 10:09:33 +00:00
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
Luke B. Silver
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: decf2c7a1b/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
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
5912a4c4a0
Merge pull request #10931 from appwrite/main
Sync main into 1.8.x
2025-12-10 22:50:12 -08:00
Damodar Lohani
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
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