Christy Jacob
982373c915
feat: update error in Exception constructor
2023-07-10 08:04:27 +00:00
shimon
89f0146c45
users addition
2023-07-10 11:03:59 +03:00
Damodar Lohani
6b15e1fd0d
composer update
2023-07-10 03:07:30 +00:00
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00
Damodar Lohani
9fcf4400d8
console switch
2023-07-10 03:02:17 +00:00
jaivix
a6671a5caa
fixed team creation response if teamId already exists
2023-07-09 16:50:09 +05:30
Bishwajeet Parhi
f71fdfb0b9
chore: add encrypt param on update string attr + unit tests
2023-07-08 20:58:41 +05:30
Aditya Oberai
a8bc9e6154
Update sdk-generator version
2023-07-07 20:02:51 +00:00
Prateek Banga
a98248478f
lint issues
2023-07-08 01:31:20 +05:30
Prateek Banga
4542ec34ae
added test case to verify update of two way relationship
2023-07-08 01:28:24 +05:30
Aditya Oberai and GitHub
a7dd5f617d
Update .NET SDK version
2023-07-08 00:59:57 +05:30
Prateek Banga
f24cf729c3
fixed relationship update bug in two way type
2023-07-07 23:50:06 +05:30
Aditya Oberai and GitHub
c617f0e079
Remove unnecessary code
2023-07-07 20:04:01 +05:30
Aditya Oberai and GitHub
b3915fb197
Update getting started examples
2023-07-07 18:27:44 +05:30
loks0n
7cee36ac5a
feat: poc oauth2 ssr
2023-07-06 21:10:52 +01:00
vaibhavagarwal220
4e24b7eb42
update e2e test for anonymous user verification
2023-07-07 00:20:13 +05:30
loks0n
f384fc01f8
feat: return encodedSecret in session body
2023-07-06 16:20:56 +01:00
Bishwajeet Parhi
96f1284cbf
Merge remote-tracking branch 'upstream/master' into feat-add-encrypt-param
2023-07-06 19:52:50 +05:30
Steven Nguyen
8258d70b78
Update user's search attribute using database filter
...
Using a database filter is the cleanest approach because it ensures
the logic is applied whenever the user is updated regardless of
whichever endpoint was used.
2023-07-05 12:17:47 -07:00
Damodar Lohani and GitHub
701f0bbd4d
fix doc comment for filter method
2023-07-05 11:51:45 +05:45
Matej Bačo
f4da8079e2
Improve VCS indexes
2023-07-01 08:46:21 +02:00
Mendel Gordon and GitHub
70cebe4460
Update create-magic-url-session.md
...
Fix typo
2023-06-29 10:32:03 -04:00
Matej Bačo
3a8f4e5039
Fix failing builds
2023-06-28 13:31:35 +02:00
Matej Bačo
c6e491f2ed
Support for external contributors
2023-06-28 10:48:10 +02:00
Matej Bačo
ed5e31a4b3
Disable unauthorized deployments from VCS
2023-06-26 18:47:59 +02:00
Matej Bačo
e6e69b64d3
Rework comment / check creation
2023-06-26 12:26:58 +02:00
Matej Bačo
fb1cc1a0cc
Cold-start improvements
2023-06-26 10:11:13 +02:00
vaibhavagarwal220
fecde6bdba
fixed null $name error for anonymous user
2023-06-24 13:57:02 +05:30
Steven Nguyen
33f5cbeca6
Restrict characters for project ID
...
Only allow lowercase alphanumeric chars and hyphens
because the project ID is used as part of url
schemes to redirect users back to mobile apps
and certain characters are not allowed.
2023-06-23 16:22:42 -07:00
Matej Bačo
20e3eb78fb
Use internal IDs in delete worker
2023-06-23 13:52:19 +02:00
Bishwajeet Parhi
ed8bdc66c8
chore: fix indentation
2023-06-23 15:59:23 +05:30
Matej Bačo
ceb9f19991
Remove dir link
2023-06-23 11:07:44 +02:00
Matej Bačo
162cb596b1
Remove test worker
2023-06-23 09:05:08 +02:00
Matej Bačo
310d56490e
Update console
2023-06-23 09:01:51 +02:00
Prateek Banga and GitHub
c4ef7fddc0
Merge branch 'appwrite:master' into fix-4846-added-expiry-value-to-account-sessions
2023-06-23 08:04:38 +05:30
Steven Nguyen
5d385c9a9d
Fix phone verification secret in events & payload
...
The secret in events & payload should match the secret sent to
messaging.
2023-06-22 17:54:09 -07:00
Steven Nguyen
37ad61933c
Set email & name after OAuth if they're empty
...
The logic before was incorrect. Really, email and name should only be
set if they're empty.
2023-06-22 17:46:09 -07:00
Steven Nguyen
18544428a0
Fix logic for isAnonymousUser()
2023-06-22 17:43:08 -07:00
Christy Jacob and GitHub
9f2bf844c7
Merge pull request #5580 from appwrite/fix-project-deletion-master
...
remove password required for project deletion
2023-06-22 22:52:59 +05:30
Torsten Dittmann
1f46d03e8c
feat: initial mfa implementation
2023-06-22 15:35:49 +02:00
Matej Bačo
cc06a4bdaa
log streaming, locking GH comments, execution headers, locale header, redeploy logic
2023-06-22 12:59:41 +02:00
Jake Barnby and GitHub
6db141acc9
Merge pull request #5710 from appwrite/feat-db-upgrade
...
Feat database upgrade
2023-06-22 21:30:06 +12:00
Bishwajeet Parhi
e98e1db046
chore: fix trailing comma
2023-06-22 11:55:27 +05:30
Bishwajeet Parhi
cb35d2dbbe
chore: fix missing nullable required param
2023-06-22 11:53:29 +05:30
Bishwajeet Parhi
ee30a3e9f4
chore: refactor tests and param positioning changes
2023-06-22 09:59:09 +05:30
Bishwajeet Parhi
09162e8880
chore: fix failing tests
2023-06-21 16:25:22 +05:30
Bishwajeet Parhi
7ce10023c0
chore: add tests and remove encrypt param on url,enum,ip,email
2023-06-21 16:15:00 +05:30
Bishwajeet Parhi
4efd178f40
remove encrypt on non string attributes
2023-06-21 15:22:04 +05:30
Bishwajeet Parhi
3aabaeb8be
Merge branch 'master' into feat-add-encrypt-param
2023-06-21 15:12:47 +05:30
Jake Barnby and GitHub
61e4862f27
Merge pull request #5668 from appwrite/v19-migration
...
V19 migration
2023-06-21 19:59:39 +12:00