Commit graph

1649 commits

Author SHA1 Message Date
Matej Bačo
d9a88515bc Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos 2022-06-21 14:03:19 +00:00
Matej Bačo
a5836ecc60 PR review changes 2022-06-21 13:59:52 +00:00
Torsten Dittmann
e6edcb5459
Merge pull request #3357 from appwrite/feat-phone-authentication
feat: phone authentication
2022-06-20 18:12:36 +02:00
Torsten Dittmann
511898afc9 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id 2022-06-20 15:34:27 +02:00
Torsten Dittmann
d0ad879f4a Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 15:01:17 +02:00
Torsten Dittmann
6dd41b52c3 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 13:38:39 +02:00
Torsten Dittmann
0dd6c25b49 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into fix-create-at-attributes 2022-06-20 13:24:44 +02:00
Torsten Dittmann
50e50fa94b feat: use internal ids for database indexes and attributes 2022-06-20 13:21:36 +02:00
Torsten Dittmann
fbfb871edf
Merge pull request #3401 from appwrite/feat-internal-ids-projects
feat: internal ids for projects
2022-06-20 12:06:22 +02:00
Torsten Dittmann
3aa49f773a fix: all of the workers 2022-06-20 11:22:53 +02:00
Torsten Dittmann
4b3a90bb54 Revert "fix: workers"
This reverts commit c89b62a7b4.
2022-06-20 09:37:00 +02:00
Torsten Dittmann
c89b62a7b4 fix: workers 2022-06-19 12:54:47 +02:00
Torsten Dittmann
16dffdb0bf chore update version 2022-06-19 09:40:25 +00:00
Matej Bačo
87d85d14d4 Fix swagger2 docs with array model-to-model refference 2022-06-19 08:17:10 +00:00
Matej Baco
62ec121a5e Improved docs 2022-06-17 11:25:28 +02:00
Matej Bačo
11909a25cb
Rename AlgoBCrypt.php to AlgoBcrypt.php 2022-06-17 09:38:10 +02:00
Matej Baco
6c6261ac23 Fix class name 2022-06-17 09:37:31 +02:00
Damodar Lohani
2c89d063c1
Merge pull request #3373 from appwrite/feat-usage-refactor 2022-06-17 06:51:59 +05:45
Matej Bačo
0aaee54a63 Fix snake_case 2022-06-16 09:21:35 +00:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Matej Bačo
df36580657 Added hashOptions response models 2022-06-15 08:11:48 +00:00
Damodar Lohani
af19787ed9 logging updates 2022-06-14 23:40:56 +00:00
Damodar Lohani
ccb53ff1d0
Update src/Appwrite/Stats/Usage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-15 05:08:23 +05:45
Christy Jacob
b56fb8f6f4 fix: linter issues 2022-06-14 20:00:02 +02:00
Christy Jacob
0556990b66 fix: linter issues 2022-06-14 17:18:15 +02:00
Christy Jacob
cdff6cc2ec feat: add DSN 2022-06-14 17:10:09 +02:00
Matej Bačo
21ee8282a5 Switch/case block instead of dynamic import 2022-06-14 14:29:46 +00:00
Matej Bačo
0aaa5779ab Linter fixes 2022-06-14 11:08:54 +00:00
Matej Bačo
33ef75865a Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos 2022-06-14 09:09:20 +00:00
Eldad A. Fux
a1c5ace4ed
Merge pull request #3371 from 2002Bishwajeet/feat-dailymotion-oauth
Feat: Add Dailymotion OAuth provider
2022-06-14 12:07:55 +03:00
Matej Bačo
64ee483665 Implemented hashhing import API endpoints, fixed SCrypt 2022-06-14 09:05:46 +00:00
Torsten Dittmann
286f174f34 fix: docs 2022-06-14 09:27:27 +02:00
Damodar Lohani
ac13c8e79f more error handling 2022-06-14 00:58:25 +00:00
Damodar Lohani
d39165889e error fixes 2022-06-14 00:40:33 +00:00
Damodar Lohani
05152da195 fix formatting 2022-06-13 15:49:27 +00:00
Bishwajeet Parhi
5a0d0e5f02
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 18:32:12 +05:30
Matej Bačo
001e69ab80 Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos 2022-06-13 12:53:40 +00:00
Torsten Dittmann
68264a0fe0 fix: tests and adaption to review 2022-06-13 14:43:17 +02:00
Torsten Dittmann
73a00438ae Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-13 14:29:29 +02:00
Bishwajeet Parhi
d7b0d84997
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 17:08:54 +05:30
Bishwajeet Parhi
0bf3ededf9 Merge branch 'feat-dailymotion-oauth' of https://github.com/2002Bishwajeet/appwrite into feat-dailymotion-oauth 2022-06-13 11:37:56 +00:00
Bishwajeet Parhi
9f1b4c41a3
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 17:06:01 +05:30
Bishwajeet Parhi
b040bc9856
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 17:05:52 +05:30
Bishwajeet Parhi
7b1bcf7033 removed unnecessary fields 2022-06-13 11:35:45 +00:00
Damodar Lohani
ae9bed4ab7 Merge branch 'master' into feat-usage-refactor 2022-06-13 16:59:01 +05:45
Damodar Lohani
2a13cc33ac cleaning up refactors 2022-06-13 16:56:26 +05:45
Damodar Lohani
da533571b3 usage refactor initial 2022-06-13 16:41:24 +05:45
Bishwajeet Parhi
104f976f1b fix getUser method 2022-06-12 07:16:01 +00:00
Bishwajeet Parhi
7819b19d1c remove avatar_url field 2022-06-12 06:41:41 +00:00
Bishwajeet Parhi
bb501c4b73 fixed login URL 2022-06-12 06:34:11 +00:00