Steven Nguyen
722f3291fa
Merge branch 'main' into chore-sync-with-main
2024-05-20 18:33:52 +00:00
loks0n
863a2ce0a9
chore: matej review
2024-05-20 11:44:08 +01:00
loks0n
b3080f0c0a
Merge branch 'fix-improve-cold-start-error' of https://github.com/appwrite/appwrite into fix-improve-cold-start-error
2024-05-20 11:07:28 +01:00
loks0n
4d572d4a05
chore: errors.php
2024-05-20 11:05:53 +01:00
Luke B. Silver
ae321268b5
Merge branch 'main' into fix-improve-cold-start-error
2024-05-18 13:53:02 +01:00
loks0n
3d119ad1a6
fix: improve cold start error
2024-05-17 18:16:10 +01: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
Steven Nguyen
03fd62cc04
Merge branch 'main' into 1.5.x
2024-05-15 11:36:15 -07:00
Steven Nguyen
c52bf2a0a1
fix(auth): Don't use email in place for name for Apple OAuth2
...
Apple OAuth2 does not return the user's name in the claims and so we
used email instead, but this can look broken to users and developers to
see an email where the name should be.
2024-05-08 16:35:17 -07: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
Damodar Lohani
61af107c82
Merge pull request #7776 from appwrite/feat-react-native-sdk
...
React Native SDK
2024-05-05 11:09:46 +05:45
Steven Nguyen
06e7efbd29
Merge pull request #7993 from fuyangpengqi/main
...
chore: fix some typos in comments
2024-04-29 16:41:24 -07:00
Luke B. Silver
4b338d3740
Merge branch '1.5.x' into fix-templates-copy-hidden-files
2024-04-29 11:58:43 +01:00
Steven Nguyen
eb6eb98a4a
Bump appwrite version to 1.5.5
2024-04-25 17:44:04 +00:00
Damodar Lohani
b76f91218c
fixes
2024-04-25 08:56:17 +00:00
Damodar Lohani
7e2c486ee1
Merge remote-tracking branch 'origin/1.5.x' into feat-react-native-sdk
2024-04-25 08:52:37 +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
Damodar Lohani
3f43e239c0
fixed
2024-04-11 05:06:37 +00:00
Damodar Lohani
8fbd4e5269
Merge remote-tracking branch 'origin/main' into feat-react-native-sdk
2024-04-11 05:04:19 +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
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
Jake Barnby
c6ce585fcc
Update version
2024-03-13 11:08:50 +01:00
Steven Nguyen
7273d0e117
Escape function build command
...
The extra trim is neded to because the extra quotes interfere with
additional operations in the executor/orchestration library.
2024-03-13 10:17:37 +01:00
Steven Nguyen
d167fb3650
Bump appwrite version to 1.5.3
2024-03-11 17:59:12 +01:00
Steven Nguyen
f37e616227
Merge pull request #7780 from appwrite/fix-git-deployments
...
Fix git deployments
2024-03-11 14:01:54 +01:00
Steven Nguyen
b19efb619b
feat(events): update build event reset to reset everything
...
Instead of using setType('') to prevent events from triggering, it
makes more sense to use reset(). However, reset() didn't properly
reset type, resource, deployment, or template. This change makes
sure to reset all those private variables.
2024-03-11 11:17:40 +01:00
Steven Nguyen
77e309af50
fix(migration): fix Attribute not found when migrating users collection
...
This throws because Appwrite tries to migrate attributes that don't exist
yet like mfaRecoveryCodes. Since the attribute doesn't exist yet, just
log a warning and continue.
2024-03-11 01:14:55 +01:00
Steven Nguyen
b9b891a90b
fix(builds): fix float to int warning
...
Implicit conversion of float to int is deprecated and emits:
Deprecated: Implicit conversion from float N to int loses precision
Use floor to truncate.
2024-03-10 23:16:29 +01:00
Steven Nguyen
b7be370a53
fix(builds): use standard Exception
2024-03-10 23:13:55 +01:00
Damodar Lohani
ef61879f5e
fix import
2024-03-10 04:20:27 +00:00