Commit graph

453 commits

Author SHA1 Message Date
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
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
28ac6c9355 fix validator 2022-12-18 09:37:13 +00:00
Damodar Lohani
30ece2d36a validator for password history 2022-12-18 09:08:51 +00:00
fogelito
8ade726932 Changing Role + Permissions namespace 2022-12-14 18:04:06 +02:00
Jake Barnby
f9d2976c1d
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
# Conflicts:
#	CHANGES.md
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/init.php
#	app/tasks/sdks.php
#	composer.lock
#	docker-compose.yml
2022-11-16 19:37:35 +13:00
Bradley Schofield
94676a6c16 Alter sessionVerify to remove expire 2022-11-04 09:50:59 +00:00
Jake Barnby
a2b1941a47
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	CONTRIBUTING.md
#	composer.json
#	composer.lock
#	docs/references/teams/list-teams.md
2022-10-19 13:17:56 +13:00
Damodar Lohani
185b206076 fix moved constant 2022-10-14 11:23:20 +00:00
Jake Barnby
fd8d4f4a1b
Add type property to hash algorithms to allow resolving union type implementation 2022-10-11 12:27:03 +13:00
Christy Jacob
7abb426e3f fix: hash phone auth code 2022-09-23 03:55:17 +05:30
Jake Barnby
381a26fa4c
Assign verified/unverified role to users 2022-09-14 00:44:55 +12:00
Jake Barnby
7132e3a7f6
Assign member role for all of a users confirmed team memberships 2022-09-09 11:58:54 +12:00
Bradley Schofield
b16053bbdf Merge branch '0.16.x' into fix-unaccepted-invitation-access 2022-08-31 18:29:38 +01:00
Bradley Schofield
9b3e333134 Fix unaccepted invitations giving access to projects 2022-08-30 16:53:57 +01:00
Jake Barnby
44970cc628 Sync master 2022-08-28 11:01:46 +12:00
Jake Barnby
cb6fc7f618 Merge branch 'origin/datetime-attributes' into refactor-permissions-inc-console-fix
# Conflicts:
#	.gitignore
#	app/config/collections.php
#	app/controllers/api/account.php
#	app/controllers/api/databases.php
#	app/controllers/api/storage.php
#	app/controllers/api/users.php
#	composer.lock
#	tests/e2e/Services/Account/AccountCustomClientTest.php
2022-08-19 16:49:34 +12:00
Jake Barnby
7019be987c Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
# Conflicts:
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/account.php
#	app/controllers/api/users.php
#	app/controllers/shared/api.php
#	app/workers/deletes.php
#	composer.lock
#	docker-compose.yml
#	phpunit.xml
#	src/Appwrite/Event/Delete.php
2022-08-19 16:20:19 +12:00
Jake Barnby
66539bbe3a Review updates for role helper usage 2022-08-19 16:04:33 +12:00
fogelito
f52d28e75f Auth tests 2022-08-15 22:18:37 +03:00
Jake Barnby
33970276b2 Self review 2022-08-15 19:20:10 +12:00
Eldad Fux
6f74c565e8 Fixed docblock 2022-08-15 09:55:37 +03:00
Eldad Fux
f88a64df1c Fix for linter 2022-08-14 22:01:58 +03:00
Eldad Fux
9b897629ba Fixed code generator 2022-08-14 21:57:23 +03:00
Eldad Fux
22c38a484f Merge branch 'feat-password-hash-algos' of https://github.com/appwrite/appwrite into feat-missing-phone-param 2022-08-14 19:43:53 +03:00
Eldad Fux
98fc8669e1 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-password-hash-algos 2022-08-14 19:23:30 +03:00
Eldad Fux
b36c24c508 Decouple Auth code from SMS provider adapter 2022-08-14 17:19:58 +03:00
Eldad Fux
25f176875d Changed provider name from phone to sms 2022-08-14 16:43:41 +03:00
Jake Barnby
6a5de3e0b6 Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
# Conflicts:
#	app/config/collections.php
#	app/controllers/api/databases.php
#	app/controllers/api/projects.php
#	app/controllers/api/teams.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Account/AccountBase.php
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
#	tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
#	tests/e2e/Services/Storage/StorageBase.php
#	tests/e2e/Services/Storage/StorageCustomClientTest.php
#	tests/e2e/Services/Storage/StorageCustomServerTest.php
#	tests/e2e/Services/Teams/TeamsBase.php
#	tests/e2e/Services/Webhooks/WebhooksBase.php
#	tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
#	tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
#	tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
ed712fb196 Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
# Conflicts:
#	app/controllers/general.php
#	composer.lock
2022-08-14 02:31:06 +12:00
Eldad A. Fux
5b4a3805bf
Merge pull request #3522 from wess/feat-etsy-auth
Adds Etsy to OAuth providers
2022-08-13 13:05:43 +03:00
Eldad Fux
3c7a7f0fa4 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes 2022-08-13 06:21:50 +03:00
Steven
1abe9d4c01 Merge branch '0.16.x' into fix-datetime-attributes 2022-08-12 22:54:33 +00:00
Wess Cope
c6fc2a98ae
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 10:14:40 -04:00
Wess Cope
a079284729
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 10:14:30 -04:00
Wess Cope
f0d4f43dba
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 10:14:19 -04:00
Wess Cope
fe2fe1e08a
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 08:15:46 -04:00
Wess Cope
97117f2fde
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 08:15:38 -04:00
Wess Cope
27e54fae4c
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 08:15:28 -04:00
Wess Cope
f1887449ab
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-09 08:15:19 -04:00
fogelito
82a240998b Merge branch '0.16.x' of github.com:appwrite/appwrite into origin/datetime-attributes
 Conflicts:
	composer.lock
	src/Appwrite/Stats/Usage.php
2022-08-09 14:20:26 +03:00
Bishwajeet Parhi
f4c5b4c11d lints fixed 2022-08-08 12:44:11 +00:00
Bishwajeet Parhi
6c653d8f2a remove whitespace 2022-08-05 16:21:47 +00:00
Bishwajeet Parhi
999962d161 add comments denoting return type and parameters if any 2022-08-05 16:09:38 +00:00
Bishwajeet Parhi
9cd10686bb
Update src/Appwrite/Auth/OAuth2/Disqus.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-05 21:25:41 +05:30
Bishwajeet Parhi
6fdf578919
Update src/Appwrite/Auth/OAuth2/Disqus.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-05 21:25:34 +05:30
Bishwajeet Parhi
dab0a8ec27
Update src/Appwrite/Auth/OAuth2/Disqus.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-05 21:25:21 +05:30
Bishwajeet Parhi
3f15035c1a
Merge branch 'appwrite:master' into feat-disqus-Oauth-provider 2022-08-05 21:24:19 +05:30
Matej Bačo
6c21723ecb
Merge branch 'appwrite:master' into shiftra 2022-08-05 13:32:06 +02:00
Christy Jacob
78d02f50af
Merge pull request #3180 from Aragur/feat-XXX-authentik-oauth
feat: Add authentik as a OAuth provider
2022-08-05 13:06:05 +05:30
Jake Barnby
7b9fb32fae Update role references 2022-08-03 21:52:34 +12:00
Matej Bačo
dbccf39a9f Merge branch 'master' into feat-password-hash-algos 2022-07-25 12:37:07 +00:00
Wess Cope
0653d99e4d
Update Etsy.php
- Reduces scope to only profile and email
- Updates comment for isEmailVerified informing that etsy.com handles verification itself.
2022-07-21 12:18:38 -04:00
Wess Cope
6b089d35a9
Update src/Appwrite/Auth/OAuth2/Etsy.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-07-21 09:28:42 -04:00
Wess Cope
0c38f1db08
Delete etsy.php 2022-07-18 10:14:51 -04:00
wess
e1df9faad7 case fixed 2022-07-14 13:01:50 -04:00
wess
bb51393332 Fixes file case 2022-07-14 11:57:08 -04:00
wess
52f5d7d346 Fixes issue where isEmailVerified was not included 2022-07-14 11:52:23 -04:00
wess
a874a25b69 Fixes issue where Etsy provider class had wrong name
Adds Etsy to providers config
2022-07-14 11:30:22 -04:00
wess
efbde82ca2 Fixed lint issues, YOU'RE WELCOME TORSTEN 2022-07-14 11:06:27 -04:00
Wess Cope
4f64c72d0d
Merge branch 'appwrite:master' into feat-etsy-auth 2022-07-14 11:05:27 -04:00
Torsten Dittmann
5604a6837f Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes 2022-07-14 14:14:05 +02:00
fogelito
45ac40cc85 change function names 2022-07-13 17:02:49 +03:00
Aditya Oberai
313fd5582a
Set $from to use env variable + update ref link 2022-07-12 22:03:54 +05:30
Aditya Oberai
f63c1c95fe Create Vonage phone auth adapter 2022-07-12 15:45:22 +00:00
fogelito
f384a3352b change class from database:: to dateTime:: 2022-07-12 16:32:39 +03:00
Bishwajeet Parhi
40b2bd2595 Merge branch 'master' into feat-disqus-Oauth-provider 2022-07-11 13:41:07 +00:00
Bishwajeet Parhi
68616957ab tiny code quality 2022-07-11 13:32:46 +00:00
Bishwajeet Parhi
d96be650e4 change to name 2022-07-11 12:40:17 +00:00
Bishwajeet Parhi
122a59c723
Update src/Appwrite/Auth/OAuth2/Disqus.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-07-11 17:55:06 +05:30
Bishwajeet Parhi
3ee7ccff48 commented unused code 2022-07-11 11:27:17 +00:00
Bishwajeet Parhi
9f5fec7135 emailVerified should return false now 2022-07-11 11:22:40 +00:00
Bishwajeet Parhi
163a013e1f fix double quotes to single quotes for strings 2022-07-11 11:15:53 +00:00
Torsten Dittmann
2652fbc1cb
Merge pull request #3514 from iamdineshkumar/feat-phoneauth-msg91flow
Feat phoneauth msg91flow
2022-07-11 13:15:48 +02:00
Dineshkumar
020bb160b9 changed payload encodings 2022-07-09 20:12:48 +05:30
Dineshkumar
817524de4b Renamed Msg91Flow to Msg91 2022-07-09 19:34:57 +05:30
Bishwajeet Parhi
4adc0eb563 fix urls get user method 2022-07-08 18:18:40 +00:00
Aditya Oberai
5d70a4749a
Correct TeleSign reference material link 2022-07-08 23:14:09 +05:30
Bishwajeet Parhi
2d8ddfedfa update comment 2022-07-08 16:02:24 +00:00
Bishwajeet Parhi
16c1b0bc2a feat-disqus 2022-07-08 15:57:51 +00:00
wess
c20d05ba45 Linter run 2022-07-08 10:47:52 -04:00
wess
dea874e36e Adds retreiving user info for user name and email 2022-07-08 10:41:12 -04:00
Dineshkumar
b5b5abdc82
Updated Functional Document Provider name as msg91 2022-07-07 20:59:34 +05:30
Dineshkumar
d2bf2f8f5a
Added Msg91 Adaptor Using Flow 2022-07-07 16:41:50 +05:30
fogelito
dea98d5e87 sessionVerify Remove var_dump 2022-07-06 19:13:30 +03:00
fogelito
f8e85e3208 sessionVerify Remove var_dump 2022-07-06 18:10:31 +03:00
fogelito
b01f4ed802 Unit Tests 2022-07-06 18:07:50 +03:00
Simon
92a43a5930 Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-07-06 11:02:59 +02:00
fogelito
ae4cb685c0 expire 2022-07-05 21:55:20 +03:00
Matej Bačo
79cbdb537e PR review changes, add name from Podio 2022-07-04 10:32:56 +00:00
Matej Bačo
9623974ed5
Linter fix 2022-07-03 10:14:36 +02:00
Matej Bačo
7b5a35cbc6
Remove leftovers 2022-07-03 10:09:26 +02:00
Matej Bačo
e26dc9a2b7
Update docs, remove leftovers 2022-07-03 10:05:49 +02:00
Matej Bačo
6e8b11113e Fix Podio 2022-07-02 11:57:36 +00:00
Matej Bačo
9d973d9252 WIP: Podio provider 2022-07-02 11:36:05 +00:00
Torsten Dittmann
58bec7b034
Merge pull request #3411 from appwrite/0.15.x
0.15.x -> master
2022-06-28 16:31:29 +02:00
Matej Baco
77941bcf73 Fix scrypt ext 2022-06-24 16:10:28 +02:00
Matej Bačo
fdab2e28e9 Bug fixing 2022-06-23 08:48:59 +00:00
haimantika mitra
fe824fd733 Autodesk adapter 2022-06-22 20:30:19 +05:30
Torsten Dittmann
e89a367131 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-22 12:48:42 +02:00
Matej Bačo
5337a721b0
PR review changes 2022-06-22 11:55:17 +02:00
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
6dd41b52c3 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 13:38:39 +02:00
Matej Baco
62ec121a5e Improved docs 2022-06-17 11:25:28 +02:00
Matej Bačo
0aaee54a63 Fix snake_case 2022-06-16 09:21:35 +00:00
Matej Bačo
df36580657 Added hashOptions response models 2022-06-15 08:11:48 +00: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
Matej Bačo
64ee483665 Implemented hashhing import API endpoints, fixed SCrypt 2022-06-14 09:05:46 +00:00
Simon
47a3541787 Fix linting issues 2022-06-13 21:21:54 +02: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
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
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
Bishwajeet Parhi
ad6023c3db fix unable to access token 2022-06-10 13:54:00 +00:00
Matej Bačo
1fd5ae2991 QA bug fixes 2022-06-10 12:41:31 +00:00
Matej Bačo
3abd177fc4 Bug fix 2022-06-10 12:05:16 +00:00
Matej Bačo
9ebdbc58da WIP: Gitlab OAuth custom endpoint 2022-06-10 10:03:30 +00:00
Matej Bačo
0d94e4c9ce Merge branch 'master' into feat-password-hash-algos 2022-06-10 08:03:09 +00:00
Bishwajeet Parhi
902baa0bf4 fix scope not array error 2022-06-09 16:54:33 +00:00
Bishwajeet Parhi
086c9f431e rename dailymotion file and misc changes 2022-06-09 13:22:57 +00:00
Bishwajeet Parhi
170156cb41 initial dailymotion provider 2022-06-09 16:10:38 +05:30
Simon Giesel
bee6a7a2b3
Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-06-09 10:52:04 +02:00
Simon Giesel
0c55a60897
Apply suggestions from code review
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-06-09 10:51:27 +02:00
Torsten Dittmann
e444ba6886 style: fix linter errors 2022-06-08 16:18:28 +02:00
Torsten Dittmann
dc25883685 feat: add update and verification method for account and users 2022-06-08 14:50:31 +02:00
Torsten Dittmann
8ce669da6f feat: initial phone authentication 2022-06-08 11:00:38 +02:00
Everly Precia Suresh
d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00
Everly Precia Suresh
746dc72439 fix merge conflicts 2022-05-31 11:32:46 +00:00
Simon Giesel
72e3106e0d
Merge branch 'appwrite:master' into feat-XXX-authentik-oauth 2022-05-30 10:55:50 +02:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Matej Baco
a962df5f71 Fix Zoom OAuth scopes 2022-05-20 13:51:35 +02:00
Simon
c3ab01afd4 Add types and missing function 2022-05-18 10:25:52 +02:00
Simon
2d6dcf976a Merge branch 'master' into feat-XXX-authentik-oauth 2022-05-18 10:25:38 +02:00
Matej Bačo
fa879b8c7c Fix Google OAuth (userID) 2022-05-18 07:37:20 +00:00
Matej Bačo
e2d21d7d6e PR review changes 2022-05-15 06:53:26 +00:00
Torsten Dittmann
05c37c8a28 fix: improve typing and nullish values 2022-05-12 17:56:20 +02:00
Christy Jacob
fa363a09ff feat: added check for Auth0 OAuth 2022-05-07 16:10:28 +04:00
Christy Jacob
b5717d749c feat: added check for Bitly OAuth 2022-05-07 16:06:08 +04:00
Christy Jacob
984c6f0e30 feat: added check for Box OAuth 2022-05-07 15:03:00 +04:00
Christy Jacob
dcaa89e75f feat: added check for Discord OAuth 2022-05-07 14:47:45 +04:00
Christy Jacob
e60338065e feat: added check for Dropbox OAuth 2022-05-07 14:45:36 +04:00
Matej Bačo
deb1c95c47 Implemented SHA 2022-05-06 14:35:08 +00:00
Christy Jacob
0a13706f0f feat: added check for Facebook OAuth 2022-05-06 00:41:35 +04:00
Christy Jacob
e58c8095cd feat: added check for GitHub OAuth 2022-05-06 00:32:49 +04:00
Christy Jacob
ac4bca5887 feat: added check for GitHub OAuth 2022-05-06 00:30:16 +04:00
Christy Jacob
d0fa65dee0 feat: added check for Gitlab OAuth 2022-05-05 20:17:29 +04:00
Christy Jacob
e2db8faaf3 feat: added check for Google OAuth 2022-05-05 20:07:27 +04:00
Christy Jacob
974a684032 feat: added check for Linkedin OAuth 2022-05-05 19:51:02 +04:00
Simon
af599ceba8 Add authentik as a OAuth provider 2022-05-05 15:07:32 +02:00
Matej Bačo
521eb439b0 Code cleanup 2022-05-05 11:53:27 +00:00
Matej Bačo
814bb5c6b6 Finish hashing controllers 2022-05-05 11:21:31 +00:00
Christy Jacob
7e4e0135b6 feat: added check for Microsoft OAuth 2022-05-05 15:09:43 +04:00
Christy Jacob
cd31cf22d5 feat: added check for Notion OAuth 2022-05-05 14:59:32 +04:00
Christy Jacob
e052999c74 feat: added check for Okta OAuth 2022-05-05 14:53:18 +04:00
Christy Jacob
324eebcbf8 feat: removed VK since they do not expose email anymore 2022-05-05 14:49:04 +04:00
Christy Jacob
e253809f7e feat: update Bitbucket OAuth provider 2022-05-05 02:45:16 +04:00
Christy Jacob
ca1250fe10 Merge branch 'master' of github.com:appwrite/appwrite into fix-check-oauth-email-verification 2022-05-05 01:47:30 +04:00
Matej Bačo
7c45ca4d0f WIP: Hash rework 2022-05-04 15:00:36 +00:00
Matej Bačo
55c8caf0cc Algo2 hash, adding pr review changes 2022-05-04 14:37:37 +00:00
Matej Bačo
bc1b62f7da Merge branch 'master' into feat-password-hash-algos 2022-05-04 13:33:32 +00:00
Matej Bačo
79c5683574 Add SCryptModified logic 2022-05-02 15:00:17 +00:00
Matej Bačo
5b680d28d0 Abstract class, more tests, PHPass algo 2022-05-01 14:13:59 +00:00
Christy Jacob
73fe35f202 feat: update Apple OAuth provider 2022-04-29 13:08:22 +03:00
Christy Jacob
d52af8afa9 feat: update Zoom & Amazon OAuth provider 2022-04-28 10:44:09 +03:00
Christy Jacob
35ac32bd22 feat: update Yammer OAuth provider 2022-04-27 23:50:03 +03:00
Christy Jacob
99871309c1 feat: update Yahoo OAuth provider 2022-04-27 23:46:34 +03:00
Christy Jacob
b810d52e59 feat: update Wordpress OAuth provider 2022-04-27 23:39:11 +03:00
Christy Jacob
a2542e7716 feat: fixed typo 2022-04-27 23:27:21 +03:00
Christy Jacob
114e8300b7 feat: update Twitch OAuth provider 2022-04-27 23:25:28 +03:00
Christy Jacob
274a61f2c4 feat: update Tradeshift OAuth provider 2022-04-27 23:19:15 +03:00
Christy Jacob
f815201ada feat: update stripe OAuth provider 2022-04-27 23:10:48 +03:00
Christy Jacob
cf44f8c03d feat: update spotify OAuth provider 2022-04-27 22:58:52 +03:00
Christy Jacob
996504043e feat: update slack OAuth provider 2022-04-27 22:57:36 +03:00
Christy Jacob
d5b2f0c7d4 feat: update paypal OAuth provider 2022-04-27 22:41:15 +03:00
Christy Jacob
16c45fad29 feat: add method to check for email verification 2022-04-27 22:14:09 +03:00
Christy Jacob
957a99ce38 feat: add method to check for email verification 2022-04-27 22:08:40 +03:00
Christy Jacob
feb124d165 feat: add method to check for email verification 2022-04-27 22:08:32 +03:00
Tanay Pant
7a884f5b50
Merge branch 'master' into feat-okta-oauth 2022-04-26 16:10:54 +02:00
Christy Jacob
9bf5babe4a
Merge pull request #3048 from appwrite/feat-auth0-oauth
Feat: Create Auth0 OAuth Adapter
2022-04-26 16:29:06 +03:00
Tanay Pant
56c184eff3 Add field for custom authorization server ID 2022-04-26 12:15:42 +02:00
Tanay Pant
1bca3b3ca8
Fix missing slash 2022-04-25 18:23:45 +02:00
Tanay Pant
adce803d9e Minor fix 2022-04-23 23:44:50 +02:00
Tanay Pant
e0a8ef8b3a Create Okta OAuth Adapter 2022-04-23 20:14:32 +02:00
adityaoberai
528b4eb947 Add suggested changes 2022-04-03 22:07:49 +05:30
Aditya Oberai
90e55f4c34
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:40 +05:30
Aditya Oberai
3397036224
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:28 +05:30
Aditya Oberai
0c09d73a20
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:15 +05:30
Aditya Oberai
e7fd6a81ac
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 19:17:29 +05:30
Aditya Oberai
0784981c42
Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 19:17:16 +05:30