loks0n
1e9ced2878
test: scheduled status
2024-06-11 13:57:03 +01:00
loks0n
7e8f72d267
feat: implement scheduledAt in schedule
2024-06-11 13:39:38 +01:00
Matej Bačo
b8b81a9bd1
WIP: Schedulded executions
2024-06-07 19:05:29 +00:00
Matej Bačo
9279468c27
Merge branch '1.6.x' into feat-users-create-jwt
2024-06-04 09:43:14 +02:00
Matej Bačo
3b8799353d
PR review changes
2024-05-29 07:51:51 +00:00
Matej Bačo
d9745ca249
Merge branch '1.6.x' into feat-users-create-jwt
2024-05-29 09:33:09 +02:00
Binyamin Yawitz
ccafc06d93
Merge branch '1.6.x' into feat-unified-app-logger-config
2024-05-28 10:18:39 -04:00
Khushboo Verma
0b3c188bbf
Add metrics for successful and failed builds
2024-05-28 18:29:28 +05:30
Matej Bačo
711e26c605
Relay on lib to verify JWT expiry
2024-05-28 10:59:53 +00:00
Matej Bačo
b1ff989c3f
Implement tests, fix JWT maxAge
2024-05-28 09:25:54 +00:00
Binyamin Yawitz
ebe386acd9
feat(logger): Unifying logger environment variable and adapting to the latest Logger version
2024-05-23 12:44:19 -04:00
Matej Bačo
a115f878b3
Merge remote-tracking branch 'origin/1.6.x' into feat-function-tokens
2024-05-21 10:28:21 +00:00
Christy Jacob
984da4f4ac
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-main
2024-05-20 11:05:24 +00:00
Matej Bačo
d57c459e6f
Merge branch '1.6.x' into feat-function-tokens
2024-05-17 18:16:43 +02:00
Matej Bačo
2e1f67245d
Fix bugs, add old api key test
2024-05-16 08:39:15 +00:00
Christy Jacob
10722aa736
chore: cleanup obsolete tasks and workers
2024-05-16 07:11:00 +00:00
Christy Jacob
a63667f5a3
chore: cleanup obsolete tasks
2024-05-16 07:04:40 +00:00
Matej Bačo
37176e7865
Backwards compatible approach
2024-05-14 12:33:49 +00:00
Matej Bačo
9846b573bd
Merge remote-tracking branch 'origin/main' into feat-function-tokens
2024-05-14 11:59:43 +00:00
Matej Bačo
54c953d559
Add prefix of api key types
2024-05-14 11:58:31 +00:00
Matej Bačo
5002b0f3fa
PR review changes
2024-05-09 11:50:45 +00:00
xue
1043e2f810
Merge branch 'main' into cicd-fix-float-to-int-conversion-warning-at-appwrite-doctor
2024-05-09 01:10:52 +03:00
bhc
b04b7c5f45
chore: Improve sleep duration in Doctor.php
2024-05-09 00:56:56 +03:00
Matej Bačo
9252b66493
Add scope tests
2024-05-06 11:27:28 +00:00
Matej Bačo
3a3d5b61a6
PR review changes
2024-05-06 09:55:59 +00:00
Matej Bačo
9a0d9cee15
Merge remote-tracking branch 'origin/main' into feat-function-tokens
2024-05-06 08:35:14 +00:00
Steven Nguyen
06e7efbd29
Merge pull request #7993 from fuyangpengqi/main
...
chore: fix some typos in comments
2024-04-29 16:41:24 -07:00
Steven Nguyen
eb6eb98a4a
Bump appwrite version to 1.5.5
2024-04-25 17:44:04 +00:00
Steven Nguyen
b75f5263a2
Merge branch 'main' into chore-sync-main-into-1.5.x
2024-04-23 23:43:53 +00:00
Jake Barnby
d5335c4398
Remove redundant delete
2024-04-23 15:19:30 +12:00
fogelito
12b55d913b
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into limbo-attribute
2024-04-19 18:05:36 +03:00
fogelito
2391ba07df
deleteByGroup
2024-04-19 18:04:54 +03:00
Steven Nguyen
cd16542703
fix(migration): add missing 'apis' attribute to projects collection
...
This change updates the V20 (1.5.x) migration script to create the
`apis` attribute in the `projects` collection since it was added to the
collections config.
2024-04-19 00:09:48 +00:00
Vincent (Wen Yu) Ge
404de48cc3
Update user create error message for console to be console specific
2024-04-18 17:08:47 -04:00
fuyangpengqi
2f5be1080f
chore: fix some typos in comments
...
Signed-off-by: fuyangpengqi <995764973@qq.com>
2024-04-18 21:40:03 +08:00
fogelito
2babf7f59d
1.5.x version
2024-04-18 10:08:19 +03:00
fogelito
28a72efe22
formatting
2024-04-17 15:43:31 +03:00
fogelito
554a666813
Delete relating
2024-04-17 15:42:06 +03:00
Eldad A. Fux
05dd17bd55
Merge pull request #7949 from appwrite/fix-factors-recovery-code
...
Add recovery code to List factors
2024-04-15 10:48:16 +02:00
Matej Bačo
65115f876c
Improve logic for recovery code factor
2024-04-11 07:52:54 +00:00
Matej Bačo
c87a7053b4
Fix bug in MFA protected group
2024-04-10 11:42:20 +00:00
Steven Nguyen
3525cc6d1e
fix(messaging): fix worker crash when using custom SMTP provider
...
Due to a bug in the Swoole TCP hook, the worker crashes when doing the
TLS handshake. This PR disables the Swoole TCP hook just like we do
in the mails worker.
References:
* https://github.com/appwrite/appwrite/issues/7914
* https://github.com/appwrite/appwrite/pull/6966
* https://github.com/swoole/swoole-src/issues/4909
2024-04-03 13:43:38 -07:00
Eldad A. Fux
61f04d5340
Merge pull request #7897 from appwrite/fix-authdesk-refresh-var
...
Fixed wrong refresh var for Autodesk
2024-04-01 15:25:07 +02:00
Eldad Fux
45a140c1f7
Fixed wrong refresh var for Autodesk
2024-04-01 15:10:43 +02:00
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
Steven Nguyen
82c93fb55d
fix(sdks): fix namespace of Exception
...
Without this, PHP will try to look for an Exception class in the
Appwrite\Platform\Tasks namespace, which doesn't exist.
2024-03-21 17:25:57 -07:00
Khushboo Verma
f4cf7ba414
Merge branch 'main' into feat-function-execution-filters
2024-03-20 23:51:27 +05:30
Steven Nguyen
7582b63eaa
fix(messaging): use _APP_SMS_FROM for template ID
...
Fallback to using _APP_SMS_FROM for backwards compatibility.
2024-03-19 16:33:58 -07:00
Jake Barnby
2d03fc1ce0
Fix msg91 params
2024-03-13 15:42:16 +01:00