fogelito
bcc6564e5b
typo
2024-02-08 18:18:39 +02:00
fogelito
7176d7feab
Remove comment
2024-02-08 18:12:43 +02:00
fogelito
103fec1664
parseQueries
2024-02-08 18:10:25 +02:00
fogelito
2c57f9a44a
Merge branch '1.5.x' of github.com:appwrite/appwrite into create-array-index
2024-02-08 15:04:43 +02:00
fogelito
98a6b96af9
Hardcode size and orders
2024-02-08 15:01:20 +02:00
shimon
790cdc297b
composer update
2024-02-08 10:26:45 +02:00
shimon
632f78140f
Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into usage-queue-poc
...
Conflicts:
composer.json
composer.lock
2024-02-08 09:29:12 +02:00
Christy Jacob and GitHub
243ddd4b33
Merge pull request #7519 from appwrite/update-param-name
...
Update param name
2024-02-08 12:55:19 +05:30
Jake Barnby
63e91cb3f3
Merge remote-tracking branch 'origin/1.5.x' into fix-password-version-enum-name
...
# Conflicts:
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
2024-02-08 19:40:57 +13:00
Jake Barnby
9eaa0fff86
Merge remote-tracking branch 'origin/1.5.x' into fix-template-enum-seperation
...
# Conflicts:
# app/config/specs/open-api3-latest-console.json
# app/config/specs/swagger2-latest-console.json
2024-02-08 19:24:21 +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
Jake Barnby
df60ee9e72
Fix SHA function enum name
2024-02-08 00:17:38 +13:00
Matej Bačo
abb1007385
Rework project creation
2024-02-07 12:04:46 +01:00
Jake Barnby
66a38898eb
Fix message status values and enums
2024-02-07 23:50:05 +13:00
Jake Barnby
4a45927af9
Fix email/sms template type enums getting the same values
2024-02-07 23:03:59 +13:00
Matej Bačo
a89b73d20b
Fix bug
2024-02-07 10:48:02 +01:00
Matej Bačo
d5216d5b14
Linter fix
2024-02-07 10:17:34 +01:00
Matej Bačo
939aec866e
Add getProxyProjectDatabase hook
2024-02-07 10:16:17 +01:00
Jake Barnby
96cd478624
Update examples
2024-02-07 20:12:15 +13:00
Jake Barnby
2276dd2f49
Bump SDK generator RC
2024-02-07 19:17:44 +13:00
Jake Barnby
d7544f85cf
Merge branch 'fix-mfa-user-route-auth-types' into feat-rc-sdks
2024-02-07 19:14:21 +13:00
Jake Barnby
7014b2c2cd
Fix user API mfa route auth
2024-02-07 18:08:51 +13:00
Christy Jacob and GitHub
6a5defb91c
Merge pull request #7520 from appwrite/feat-sms-metric
...
Add count for messages(sms) metric
2024-02-06 22:44:06 +05:30
Bradley Schofield
559fa924c0
Merge branch '1.5.x' into 1.5.x-response-request-models
2024-02-06 17:10:43 +00:00
Christy Jacob and GitHub
2f93dcc4df
Merge pull request #7547 from appwrite/feat-certificate-health-check
...
Add health certificate validity endpoint
2024-02-06 22:31:07 +05:30
Christy Jacob and GitHub
4dee937e36
Update app/config/variables.php
2024-02-06 22:26:47 +05:30
Matej Bačo
a7e95588c6
Fix bug on ZDT
2024-02-06 16:08:42 +01:00
Matej Bačo
8154b4c131
Linter fix
2024-02-06 12:11:27 +01:00
Matej Bačo
d4afe22396
Add ZDT migration support to project creation
2024-02-06 12:07:47 +01:00
Khushboo Verma
fb127270ce
Add test for empty domain
2024-02-06 16:04:58 +05:30
Khushboo Verma
11ceeff5ca
Add health certificate validity endpoint
2024-02-06 15:15:03 +05:30
Jake Barnby
16e0f6d21f
Merge branch '1.5.x' into feat-rc-sdks
2024-02-06 02:25:09 +13:00
Jake Barnby
987b02083c
Array instead of JSON
2024-02-06 02:22:25 +13:00
Jake Barnby
0a72b37b3e
Fix session response model
2024-02-06 02:17:04 +13:00
Jake Barnby
756359f326
Merge remote-tracking branch 'origin/1.5.x' into feat-rc-sdks
2024-02-06 02:01:46 +13:00
Jake Barnby
28ae550853
Update console to 1.5.x
2024-02-06 01:57:38 +13:00
Jake Barnby
6c17a9ef95
Update generator and deploy RC SDKs
2024-02-06 01:40:51 +13:00
Christy Jacob and GitHub
ad9cc748a5
Merge pull request #7471 from appwrite/fix-empty-user-updates
...
Fix: Empty values in PATCH of users
2024-02-05 15:54:40 +04:00
Jake Barnby
7ce01deec3
Fix console enum specs
2024-02-06 00:39:52 +13:00
Khushboo Verma
8ed5489d9c
Added env variable to variables.php and compose.phtml
2024-02-05 16:11:37 +05:30
Matej Bačo
25f8702429
Fix formatting
2024-02-05 10:40:53 +00:00
Matej Bačo
7beb9080fa
Merge remote-tracking branch 'origin/1.5.x' into fix-empty-user-updates
2024-02-05 10:38:48 +00:00
Khushboo Verma
e8523e38f7
Merge branch '1.5.x' into feat-block-countries
2024-02-05 13:26:52 +05:30
Jake Barnby
15f433794f
Add missing enum cases
2024-02-05 20:25:34 +13:00
Jake Barnby
c193260335
Fix usage enums
2024-02-05 19:32:05 +13:00
shimon
6a6c3445fa
updates
2024-02-04 20:02:01 +02:00
shimon
af2b640948
updates
2024-02-04 10:33:04 +02:00
shimon
a63977455f
Merge branch '1.5.x' of github.com:appwrite/appwrite into 1.5.x-response-request-models
...
Conflicts:
.gitmodules
2024-02-04 09:27:08 +02:00
Jake Barnby
bb9947bfd3
Remove invalid injection
2024-02-04 04:15:16 +13:00
Jake Barnby and GitHub
68931c8672
Merge pull request #7538 from appwrite/fix-spec-generation
...
Fix spec generation
2024-02-03 04:04:00 +13:00