1
0
Fork 0
mirror of synced 2024-09-12 15:47:12 +12:00
Commit graph

14591 commits

Author SHA1 Message Date
Matej Bačo
a922f7f0e1 Fix test 2022-12-27 09:15:05 +01:00
Matej Bačo
39cb846ae0 Fix failing test 2022-12-27 09:09:47 +01:00
Matej Bačo
d63c429d3e Implement 1.2 migration 2022-12-27 08:35:55 +01:00
Matej Bačo
ccc9432219 Merge branch 'master' into fix-1.2.x-conflicts 2022-12-27 08:29:10 +01:00
Matej Bačo
804dbb867c Re-add migration, add missing env vars 2022-12-27 08:24:34 +01:00
Damodar Lohani
a0a08b3588 fix make password optional 2022-12-27 07:13:39 +00:00
Damodar Lohani
62dd5c275d fix explode 2022-12-27 06:16:19 +00:00
Eldad A. Fux
d4091e82e0
Merge pull request #4909 from appwrite/1.2.x-release-preps
Feat: 1.2.x release preps
2022-12-26 14:22:26 +02:00
Matej Bačo
65fec6b954 Update generated docs 2022-12-26 13:17:28 +01:00
Matej Bačo
3826937a7b Update 1.2 specs 2022-12-26 13:16:12 +01:00
Matej Bačo
4d33ba6db1 Fix big in migration class 2022-12-26 13:16:01 +01:00
Matej Bačo
14b6aa0e8e Update SDK versions 2022-12-26 13:08:31 +01:00
Matej Bačo
bbe29e9aa7 Preparations for 1.2.0 2022-12-26 13:06:35 +01:00
Matej Bačo
18c4f2b92a Upgrade sdk-generator 2022-12-26 13:03:32 +01:00
Eldad A. Fux
213d17ffad
Merge pull request #974 from appwrite/feat-graphql-support
Feat graphql support
2022-12-26 13:27:48 +02:00
Damodar Lohani
8927c71b69 fix formatting 2022-12-26 10:34:41 +00:00
Damodar Lohani
96cf2e6330 password dictionary test 2022-12-26 10:27:04 +00:00
Damodar Lohani
0760ea90d6 use dictionary validator 2022-12-26 10:22:49 +00:00
Damodar Lohani
5649bc8060 load password dictionary as array 2022-12-26 10:22:38 +00:00
Damodar Lohani
f03035451f fix test 2022-12-26 10:22:25 +00:00
Matej Bačo
614d7d878f Add missing ENV var to docker compose 2022-12-26 11:14:35 +01:00
Damodar Lohani
a9078cded5 rename resource 2022-12-26 09:24:51 +00:00
Damodar Lohani
50a5329b30
Update app/init.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-12-26 15:04:06 +05:45
Damodar Lohani
87b3df919f clear cache after migration 2022-12-26 08:20:16 +00:00
Damodar Lohani
abde948b43 fix typo 2022-12-26 06:03:43 +00:00
Damodar Lohani
44082a92f7 fix resonse model 2022-12-26 05:58:16 +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
124403b804 test for password discionary 2022-12-26 05:46:35 +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
Eldad A. Fux
f9371ee4f3
Merge pull request #4896 from appwrite/fix-max-session-method
Fix max session method
2022-12-23 23:49:26 +02:00
Damodar Lohani
2603f91a6a use password history on account create and update password 2022-12-23 07:19:35 +00:00
Damodar Lohani
5d61ff5fab password dictionary 2022-12-23 07:19:11 +00:00
Vincent (Wen Yu) Ge
1a92bf1923 regen specs 2022-12-22 23:00:29 +00:00
Eldad A. Fux
054ebc699c
Merge pull request #4783 from pomarec/fix-4782-email-body-fr-translation
Fix : translation french "emails.recovery.body"
2022-12-22 14:25:19 +02: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
Jake Barnby
9694b79f03
Update changelog 2022-12-22 19:59:29 +13:00
Jake Barnby
cbf1d9deb6
Fix indentation 2022-12-22 19:16:03 +13:00
Jake Barnby
4699d78112
Remove redundant import 2022-12-22 19:15:02 +13:00
Jake Barnby
89fb5dceb2
Remove redundant logo 2022-12-22 19:02:20 +13:00
Damodar Lohani
eb9e7c737e fixed forgotten break 2022-12-22 04:56:17 +00:00
Jake Barnby
e86994b597
Add retries for flaky tests 2022-12-22 16:12:45 +13:00
Jake Barnby
6adbeb8b0d
Revert test change 2022-12-22 15:32:14 +13:00
Jake Barnby
dc49e1dcf3
Update user test type 2022-12-22 12:52:54 +13:00
Steven
9167b10c81
Merge branch 'master' into fix-4782-email-body-fr-translation 2022-12-21 11:45:50 -08:00
Vincent (Wen Yu) Ge
93b489fe2c revert composer lock update 2022-12-21 19:22:03 +00:00
fogelito
94c9d68e4f stopOnFailure revert 2022-12-21 11:03:06 +02:00