Commit graph

453 commits

Author SHA1 Message Date
Matej Bačo
7be0fbf616 Implementation of authorized previews 2025-02-10 15:07:01 +01:00
Chirag Aggarwal
e4122e236c chore: added null coalescing operator 2025-02-04 04:59:18 +00:00
Chirag Aggarwal
2930c32184
Merge branch '1.6.x' into fix-slack-oauth 2025-01-29 09:39:14 +05:30
Chirag Aggarwal
6d404ada74 chore: update scopes 2025-01-23 05:36:12 +00:00
Christy Jacob
85539dfb29
Merge pull request #9253 from appwrite/fix-amazon-oauth
fix: amazon oauth
2025-01-23 10:35:57 +05:30
Chirag Aggarwal
ead7a17645 chore: remove comma 2025-01-21 13:34:45 +00:00
Chirag Aggarwal
f6385c716e fix: encoding state 2025-01-21 12:17:48 +00:00
Christy Jacob
c4053b62e4
Merge pull request #9246 from appwrite/fix-phone-validation
fix: phone number parsing exception handling
2025-01-21 12:42:56 +05:30
Chirag Aggarwal
ca0459046d chore: remove isValidNumber check 2025-01-20 08:33:49 +00:00
Chirag Aggarwal
8fb772340f chore: shifted validation 2025-01-20 08:12:42 +00:00
Chirag Aggarwal
be5c4b753a fix: syntax 2025-01-17 19:40:33 +00:00
Chirag Aggarwal
0517ebfb4e fix: auth user 2025-01-17 16:19:14 +00:00
Chirag Aggarwal
55360c3af0 debugging 2025-01-17 07:43:50 +00:00
Chirag Aggarwal
983eee9266 chore: added error handling to user 2025-01-17 07:14:48 +00:00
Chirag Aggarwal
5d3071e084 fix: scopes 2025-01-17 07:05:31 +00:00
Chirag Aggarwal
779510a605 fix: scopes, and updated to v2 2025-01-15 14:49:26 +00:00
Darshan
25431adafb address comment: anonymous > guest. 2025-01-14 17:45:49 +05:30
Darshan
e9479db0fa add: anonymous user type to audit/activity. 2025-01-14 13:18:11 +05:30
Darshan
377627118f address comments: change type names. 2025-01-12 18:27:58 +05:30
Darshan
e237f7c05d address comments: make things less complex. 2025-01-12 16:58:38 +05:30
Bradley Schofield
26bac5a2ea Remove firebase OAuth API endpoints 2024-12-30 09:00:52 +00:00
Jake Barnby
8bc37026cd
Revert "Feat adding coroutines" 2024-10-08 20:54:40 +13:00
Binyamin Yawitz
d14edf4207
reverting: to set coroutines as head 2024-10-01 10:30:47 -04:00
Binyamin Yawitz
5512340cdd
Revert "Feat eldad4 coroutines" 2024-09-20 12:30:05 -04:00
Binyamin Yawitz
1861ae3f68
fix: mock phone tests 2024-09-09 17:48:26 +02:00
Binyamin Yawitz
557eefe2c4
review: addressing 2024-09-05 18:06:41 -04:00
Binyamin Yawitz
439e42e1ab
review: addressing 2024-09-05 14:49:37 -04:00
Binyamin Yawitz
d2b8d3ae7a
chore: finishing merge 2024-08-07 14:24:52 -04:00
Binyamin Yawitz
e672a0ebe2
Merge branch 'refs/heads/1.6.x' into feat-eldad4-coroutines
# Conflicts:
#	src/Appwrite/Auth/Validator/MockNumber.php
2024-08-07 14:01:46 -04:00
Christy Jacob
7614a356a2 feat: address review comments 2024-07-22 12:55:15 +04:00
Christy Jacob
711ca8801a feat: address review comments 2024-07-21 23:30:06 +04:00
Binyamin Yawitz
8d66536e7f
fix: Adjusting 2024-07-17 15:34:57 -04:00
Binyamin Yawitz
d1af8cfbe0
feat: Extracting authentication cookie 2024-07-17 15:21:47 -04:00
Binyamin Yawitz
927dbc7e11
Merge branch 'refs/heads/1.6.x' into feat-eldad4-coroutines
# Conflicts:
#	app/console
#	app/controllers/api/account.php
#	app/controllers/api/functions.php
#	app/controllers/api/projects.php
#	app/controllers/api/users.php
#	app/controllers/api/vcs.php
#	app/controllers/general.php
#	app/controllers/mock.php
#	app/controllers/shared/api.php
#	app/init.php
#	composer.json
#	composer.lock
#	src/Appwrite/Platform/Tasks/Doctor.php
#	src/Appwrite/Platform/Tasks/ScheduleMessages.php
#	src/Appwrite/Platform/Workers/Builds.php
#	src/Appwrite/Utopia/Response.php
2024-07-17 14:31:13 -04:00
Matej Bačo
88aefe230c QA changes with Console 2024-07-03 11:36:56 +00:00
Binyamin Yawitz
6f62f915d9
feat: Adding Authentication injection for user id and secret 2024-06-28 14:33:13 -04:00
Christy Jacob
9e1541d96a Merge branch 'main' of https://github.com/appwrite/appwrite into mock-numbers 2024-06-16 07:28:22 +00:00
Binyamin Yawitz
b5a241db8d
merge: Main into Coroutines 2024-06-05 18:38:39 -04:00
Christy Jacob
aa76862692 Merge branch '1.5.x' of https://github.com/appwrite/appwrite into sync-with-1.5.x 2024-05-22 19:43:31 +00:00
Steven Nguyen
c52bf2a0a1
fix(auth): Don't use email in place for name for Apple OAuth2
Apple OAuth2 does not return the user's name in the claims and so we
used email instead, but this can look broken to users and developers to
see an email where the name should be.
2024-05-08 16:35:17 -07:00
Damodar Lohani
add3c6b75b fix depractation notice 2024-05-06 07:03:51 +00:00
Eldad Fux
45a140c1f7 Fixed wrong refresh var for Autodesk 2024-04-01 15:10:43 +02:00
Matej Bačo
005a239932 Auth fixes 2024-03-07 18:24:01 +01:00
Matej Bačo
5a7c43ab32 Introduce code analysis 2024-03-07 10:59:08 +01:00
Torsten Dittmann
0a1d572c72 chore: run formatter 2024-03-06 18:34:21 +01:00
Torsten Dittmann
4cac7f5edd fix: merge conflicts 2024-03-05 11:31:15 +01:00
Matej Bačo
d4e4337c57 PR review changes 2024-03-04 08:50:50 +00:00
Matej Bačo
e6ad1c6830 Add more recovery code endpoints 2024-03-02 13:05:22 +00:00
Matej Bačo
5cefca1c22 Fix MFA flows and docs 2024-03-01 16:22:51 +00:00
Torsten Dittmann
e12a3edd9e fix: mfa type class 2024-03-01 13:30:33 +01:00