Steven Nguyen
2b4dbfb4b9
Convert _APP_STORAGE_DEVICE env var to lowercase
...
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Christy Jacob and GitHub
543246c50b
Merge pull request #4977 from appwrite/feat-alternate-signup
...
feat: add code to account creation endpoint
2023-01-11 23:10:42 +05:30
Christy Jacob
837bad59a4
feat: add tests
2023-01-11 18:10:49 +05:30
Christy Jacob
a2dfd692f1
feat: add tests
2023-01-11 18:09:56 +05:30
Christy Jacob
71150ced1a
feat: add tests
2023-01-11 18:05:07 +05:30
Christy Jacob
d7104d9cd6
feat: add tests
2023-01-11 17:54:37 +05:30
Christy Jacob
2bc85e4708
feat: linter fixes
2023-01-11 17:12:29 +05:30
Christy Jacob
9f9daf900a
feat: review comments
2023-01-11 17:11:33 +05:30
Jake Barnby
4b0ef4598b
Fix deletes worker not deleting project database tables
2023-01-11 19:37:06 +13:00
Jake Barnby
da8af68e1e
Fix deletes worker not deleting database collections
2023-01-11 17:20:43 +13:00
Christy Jacob
e3a2135515
feat: linter fixes
2023-01-10 20:18:45 +05:30
Christy Jacob
59adaff541
feat: linter fixes
2023-01-10 14:23:08 +05:30
Damodar Lohani
d2ca803753
add provider enabled check in the redirect
2023-01-10 04:52:21 +00:00
Christy Jacob
3f992b316e
feat: add code to account creation endpoint
2023-01-09 22:52:15 +05:30
Christy Jacob
b751af6db9
feat: add code to account creation endpoint
2023-01-09 22:46:02 +05:30
Christy Jacob
78a057ebf9
feat: add code to account creation endpoint
2023-01-09 22:39:58 +05:30
Damodar Lohani
b06ce91297
fix formatting
2023-01-09 11:11:55 +00:00
Damodar Lohani
8d40220114
remove var dumps
2023-01-09 11:10:50 +00:00
Damodar Lohani
11b3739360
fix when either email or phone were empty
2023-01-09 11:10:02 +00:00
Damodar Lohani
a2642ecc67
send phone invite only if email is empty
2023-01-09 10:59:28 +00:00
Damodar Lohani
b238a1ef2d
fix format
2023-01-09 10:44:28 +00:00
Damodar Lohani and GitHub
87c7e76a16
Oauth2 check if provider is enabled
2023-01-09 16:20:03 +05:45
Damodar Lohani
34b2280207
fix format
2023-01-09 09:18:13 +00:00
Damodar Lohani
5088c9ea99
simple test
2023-01-09 09:17:45 +00:00
Damodar Lohani
8f351ad7b2
set email and phone attribute once user found
2023-01-09 09:17:39 +00:00
Damodar Lohani
bc7b98821a
fix error
2023-01-09 08:56:18 +00:00
Damodar Lohani
32b8a1edfe
fix param order in action
2023-01-09 08:44:02 +00:00
Damodar Lohani
29ef377b60
refactor privileged/app user check
2023-01-09 08:29:33 +00:00
Damodar Lohani
63a981591d
fix error and param order
2023-01-09 08:25:15 +00:00
Damodar Lohani
a812bfb686
format fix
2023-01-09 05:55:07 +00:00
Damodar Lohani
2e154c06bc
different test and messaging integration as well
2023-01-09 05:46:02 +00:00
Eldad A. Fux and GitHub
514b42bea2
Merge pull request #4741 from appwrite/fix-update-contribution-guide
...
Update contributing guide to include submodule update command
2023-01-08 13:37:14 +02:00
Eldad A. Fux and GitHub
3ca0ff66d6
Merge pull request #4964 from appwrite/fix-3433-bump-storage
...
Bump utopia-php/storage
2023-01-08 13:36:42 +02:00
Steven Nguyen
04fa436dca
Bump utopia-php/storage
...
Update storage to fix bug with S3 provider paths
2023-01-06 10:28:40 -08:00
Eldad A. Fux and GitHub
fe84af90b6
Merge pull request #4934 from appwrite/doc-editing-agency
...
Updates readme and contributing guide according to suggestions from editing agency
2022-12-30 17:10:24 +02:00
Vincent (Wen Yu) Ge
ae6736222c
Remove eldad's name
2022-12-30 15:02:21 +00:00
5e090c4cd4
Update CONTRIBUTING.md
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com >
2022-12-30 09:38:18 -05:00
Vincent (Wen Yu) Ge
eccae13651
Contribution guide updated
2022-12-29 22:40:53 +00:00
Vincent (Wen Yu) Ge
7eae5c300d
Updates readme according to suggestions from editing agency
2022-12-29 21:46:03 +00:00
shimon
3d2ac6b2d6
minor adjustments
2022-12-29 17:36:00 +02:00
shimon
8941af0677
minor adjustments
2022-12-29 13:32:00 +02:00
shimon
db8b24ee22
moved reduce after delete document to usage-worker
2022-12-28 20:06:57 +02:00
Eldad A. Fux and GitHub
bc2d8c44c5
Merge pull request #4928 from appwrite/fix-graphql-examples
...
Update graphql examples to recursively show nested fields
2022-12-28 19:29:38 +02:00
Steven Nguyen
b7ceae67b9
Update graphql examples to recursively show nested fields
2022-12-28 09:04:11 -08:00
shimon
4198cbfca5
moved reduce after delete document to usage-worker
2022-12-28 18:27:26 +02:00
Torsten Dittmann and GitHub
76cc9af5a3
Merge pull request #4926 from appwrite/eldadfux-patch-1
...
Update README.md
2022-12-28 10:37:34 +01:00
Eldad A. Fux and GitHub
a79e9efa78
Update README.md
2022-12-28 11:36:29 +02:00
Eldad A. Fux and GitHub
528bae3c53
Merge pull request #4925 from appwrite/fix-graphql-examples
...
Fix graphql examples to include _ for internal attributes
2022-12-28 08:52:03 +02:00
Steven Nguyen
79cfb49320
Fix graphql examples to include _ for internal attributes
2022-12-27 15:59:44 -08:00
Eldad A. Fux and GitHub
14fb586c4b
Merge pull request #4923 from appwrite/fix-missing-var-category
...
Fix missing env var category
2022-12-28 01:05:57 +02:00