Bradley Schofield
4cc135e8e2
Merge branch 'master' into fix-test-warnings
2023-01-17 10:16:53 +00:00
fogelito
c4ae047833
Merge branch 'master' of github.com:appwrite/appwrite into feat-technical-debt-2
...
Conflicts:
app/init.php
composer.json
composer.lock
2023-01-16 10:24:37 +02:00
Damodar Lohani
4f35353289
Merge branch 'feat-password-history' of https://github.com/appwrite/appwrite into feat-password-dictionary
2023-01-16 05:09:55 +00:00
Damodar Lohani
fe472e5b36
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-password-history
2023-01-16 05:04:13 +00:00
Vincent (Wen Yu) Ge
45aea5b941
Update branch with master
2023-01-13 14:53:54 -05:00
Vincent (Wen Yu) Ge
92a384e31c
Fix descriptions for ID and regen 1.2.x specs
2023-01-13 14:27:08 -05:00
Bradley Schofield
31b718d829
Replace Appwrite Validators with backported Utopia ones
...
+ Updated Utopia Framework to 0.26.0
+ Replaced Appwrite Validators with Utopia ones
2023-01-13 15:28:04 +00:00
Damodar Lohani
afaa64b54b
fix invitation after merge
2023-01-13 06:05:16 +00:00
Damodar Lohani
3146ec363d
Merge branch 'master' into feat-team-invite-improvements
2023-01-13 11:39:20 +05:45
Eldad A. Fux
f0bb8dcc33
Merge pull request #4859 from appwrite/refactor-mails-next
...
refactor: make mails event and worker general
2023-01-12 09:07:43 +02:00
Steven Nguyen
be77b10549
Add flutter-web as a platform type
...
Having a dedicated type for flutter-web will allow us to differentiate
between Flutter Web and Web in the Appwrite Console.
2023-01-11 15:47:49 -08:00
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
Damodar Lohani
d2ca803753
add provider enabled check in the redirect
2023-01-10 04:52:21 +00:00
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
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
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
Matej Bačo
ccc9432219
Merge branch 'master' into fix-1.2.x-conflicts
2022-12-27 08:29:10 +01:00
Damodar Lohani
a0a08b3588
fix make password optional
2022-12-27 07:13:39 +00:00
Damodar Lohani
8927c71b69
fix formatting
2022-12-26 10:34:41 +00:00
Damodar Lohani
0760ea90d6
use dictionary validator
2022-12-26 10:22:49 +00:00
Damodar Lohani
a9078cded5
rename resource
2022-12-26 09:24:51 +00:00
Damodar Lohani
abde948b43
fix typo
2022-12-26 06:03:43 +00:00
Damodar Lohani
276032b3f7
error fix
2022-12-26 05:55:02 +00:00
Damodar Lohani
574ffa4d4b
check dictionary is enabled before checking password
2022-12-26 05:52:49 +00:00
Damodar Lohani
e9710bdb76
formatting fix
2022-12-26 05:47:20 +00:00
Damodar Lohani
3bcb1f846e
password disctionary endpont and project model
2022-12-26 05:31:49 +00:00
Damodar Lohani
1ff8ce2382
check against passwords dictionary
2022-12-26 05:24:26 +00:00
Damodar Lohani
2603f91a6a
use password history on account create and update password
2022-12-23 07:19:35 +00:00
Jake Barnby
27b1ae912a
Merge remote-tracking branch 'origin/fix-max-session-method' into feat-graphql-support
2022-12-22 21:11:35 +13:00
Jake Barnby
43c850bd9b
Deduplicate SDK method name
2022-12-22 21:03:06 +13:00
fogelito
b301a64dc4
clean up some use classes not in use
2022-12-21 10:02:22 +02:00
Jake Barnby
524a6db72d
Hide get method from SDKs
2022-12-21 20:45:34 +13:00
Vincent (Wen Yu) Ge
8239113b95
Grammarly check
2022-12-20 21:43:55 +00:00
Vincent (Wen Yu) Ge
37fc5114ab
Update permission param descriptions for grammar and clarity.
2022-12-20 21:39:41 +00:00
Christy Jacob
cb0a927e34
Merge pull request #4050 from geisterfurz007/fix-3916-empty-payload-returned-as-object
...
fix: empty payload returned as list
2022-12-20 13:37:24 +05:30
Christy Jacob
6b31edfdef
Merge pull request #4506 from karniv00l/user-not-found-exception
...
Fix User not found exception
2022-12-20 13:25:35 +05:30
Jake Barnby
56a903577f
Remove docs false
2022-12-19 20:51:34 +13:00
Jake Barnby
11ef344216
Remove get method from SDKs
2022-12-19 19:07:04 +13:00
Damodar Lohani
5b1c54c440
fix suggestions
2022-12-19 05:07:41 +00:00