Matej Baco
2689cceb71
Implement A/AAAA custom domain support
2025-04-08 14:48:50 +00:00
Khushboo Verma
f416e39098
Move create rule to module
2025-02-12 23:58:25 +05:30
Matej Bačo
66c4003789
Fix site tests
2025-02-04 10:51:33 +01:00
Matej Bačo
f9430d4d20
Merge branch '1.6.x' into fix-site-tests
2025-02-03 10:05:30 +01:00
Bradley Schofield
02e7f91e59
Address all missing descriptions apart from ones in projects.php
2025-01-17 16:44:25 +09:00
Bradley Schofield
95dcb67747
Implement new SDK Class on 1.6.x
2025-01-17 13:31:39 +09:00
Christy Jacob
75b42e134a
chore: replace occurrences of dbForConsole to dbForPlatform
2024-12-12 14:30:26 +04:00
Christy Jacob
4dbf11e236
feat: review comments and linter
2024-11-28 14:33:02 +04:00
Christy Jacob
48d20b2c67
feat: update proxy and certificates files
2024-11-28 14:18:37 +04:00
Christy Jacob
ae7cb36240
chore: linter
2024-11-22 17:18:23 +00:00
Christy Jacob
33dd4df694
chore: backwards compatibility for 1.6.x
2024-11-22 17:16:51 +00:00
Khushboo Verma
2ad0428727
Merge 1.6.x into feat-sites
2024-11-13 13:18:21 +05:30
Christy Jacob
e04551ab6e
feat: adjust more proxy queries
2024-11-09 11:43:52 +01:00
Christy Jacob
6ae9952fa6
chore: linter
2024-11-08 22:18:05 +01:00
Christy Jacob
5f29af2c27
feat: use getDocument instead of find() for rules
2024-11-08 22:08:13 +01:00
Bradley Schofield
40b8af0671
Further cleanup code now findOne returns empty doc
2024-10-31 17:13:23 +09:00
Khushboo Verma
39c1a88dae
Throw exception for error
2024-10-28 10:55:58 +01:00
Khushboo Verma
44e76b4eaa
Add a todo
2024-10-27 15:35:18 +01:00
Khushboo Verma
e7e1cfa12e
Update desc
2024-10-27 15:32:29 +01:00
Khushboo Verma
77a70cad71
Add endpoint to check subdomain availability
2024-10-27 15:31:00 +01:00
Khushboo Verma
0c2db53ee8
Address PR Comments
2024-10-27 14:11:53 +01:00
Khushboo Verma
83807ed247
Fix projects tests
2024-10-27 12:56:56 +01:00
Torsten Dittmann
7da8b44c63
chore: run formatter
2024-10-22 17:35:24 +02:00
Torsten Dittmann
c57cb3d2d9
fix: workers
2024-10-22 17:33:33 +02:00
Jake Barnby
a7f1cc128a
Validate cursor queries to avoid getDocument type error
2024-10-17 18:41:24 +13:00
Jake Barnby
8bc37026cd
Revert "Feat adding coroutines"
2024-10-08 20:54:40 +13:00
Binyamin Yawitz
c34f8afa81
fix: wrong document check
2024-10-07 20:34:27 -04:00
Binyamin Yawitz
d14edf4207
reverting: to set coroutines as head
2024-10-01 10:30:47 -04:00
Richard Choi
4e780c0f75
Change API reference endpoints to sentence casing
2024-09-03 16:22:30 +00:00
ItzNotABug
b0441e5465
fix: domain check.
2024-08-03 12:26:21 +05:30
Damodar Lohani
74264582cc
Update proxy.php
2024-05-05 11:07:59 +05:45
Damodar Lohani
99cb38c674
fix linter issues
2024-04-08 03:57:08 +00:00
Damodar Lohani
d3bbcce302
Prevent functions domain to be used as custom domain
2024-04-08 09:31:15 +05:45
Eldad Fux
beda5293b4
Fix format
2024-04-01 13:08:46 +02:00
Eldad Fux
8ed1da4ea8
Updated getEnv to use system lib
2024-04-01 13:02:47 +02:00
Jake Barnby
37522ea66f
Merge branch '1.5.x' into fix-catch-exception
2024-02-13 12:47:36 +13:00
Jake Barnby
06b15c79ff
Merge pull request #7572 from appwrite/attributes-query-fix
...
fix Indexes
2024-02-13 12:37:59 +13:00
fogelito
ace75b0786
parseQueries
2024-02-12 18:02:04 +02:00
fogelito
e5bada0493
typo
2024-02-12 12:03:31 +02:00
fogelito
2ef59134a0
Merge branch '1.5.x' of github.com:appwrite/appwrite into attributes-query-fix
2024-02-12 12:00:26 +02:00
fogelito
adbe11fd50
fix Indexes
2024-02-12 11:55:45 +02:00
Jake Barnby
18f7168160
Merge main
2024-02-12 14:18:19 +13:00
Steven Nguyen
4ace8ed027
Replace catching \Exception with \Throwable
...
\Exception doesn't work as a catch-all because not everything extends
\Exception. For example, there was a problem where the messaging worker
didn't catch an exception here:
} catch (\Exception $e) {
$deliveryErrors[] = 'Failed sending to targets ' . $batchIndex + 1 . '-' . \count($batch) . ' with error: ' . $e->getMessage();
} finally {
As such, $deliveryErrors stayed as an empty array. In this case, the
$adapter->send() threw a TypeError which extends Error which implements
Throwable. Updating the catch to catch \Throwable ensures the error is
caught and $deliveryErrors gets updated.
2024-02-08 01:17:54 +00:00
fogelito
2fe50717d1
TYPE_CURSOR_AFTER TYPE_CURSOR_BEFORE
2023-12-06 15:10:40 +01:00
loks0n
75669b9b2e
chore: better error msg
2023-11-06 14:49:33 +00:00
loks0n
4440859c05
chore: fmt
2023-11-06 14:48:54 +00:00
loks0n
61c5f371b7
chore: use base Exception
2023-11-06 14:45:56 +00:00
loks0n
8b24c44fb9
fix: proxy create rule 500
2023-11-06 14:44:00 +00:00
shimon
8048766d28
queues fixes
2023-10-19 18:28:01 +03:00
Torsten Dittmann
3b2cb9b868
Merge pull request #6059 from appwrite/fix-smtp
...
Fix smtp
2023-08-30 16:09:10 +02:00