Steven Nguyen
f5a3a8f339
Update Appwrite to save internal id as audit user id
...
It's important to use userInternalId so that if a user is recreated
with the same ID, lookups for the user will not return the data
of the old deleted user.
We will still store userId in data so that it can be pulled out and
returned for the log API calls.
2023-07-12 10:24:42 -07:00
shimon
d282dbf787
usage collections fix
2023-07-12 16:02:42 +03:00
Matej Bačo
f236b6539e
Add auto-verify logic to createRule
2023-07-12 12:55:33 +02:00
shimon
d1d1392bb3
small adjustments
2023-07-12 11:12:56 +03:00
Damodar Lohani
c656d8571a
fix missing injection
2023-07-12 07:23:04 +00:00
Damodar Lohani
c41dd6f67b
fix logger optional
2023-07-12 07:17:40 +00:00
Christy Jacob
d0bd3b2d00
feat: update console
2023-07-11 20:11:30 +00:00
Christy Jacob
e0aa3db21e
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into disallow-personal-data
2023-07-11 19:36:37 +00:00
Christy Jacob
8bf8c96b01
feat: update console
2023-07-11 18:43:28 +00:00
Christy Jacob
e78e8d3929
Merge branch 'master' of https://github.com/appwrite/appwrite into add-console-headers
2023-07-11 18:37:12 +00:00
shimon
e950945170
users addition
2023-07-11 18:46:21 +03:00
Bishwajeet Parhi
07df99c817
update description
2023-07-11 19:16:22 +05:30
Matej Bačo
b72b2ffc8c
Improve error page
2023-07-11 10:53:40 +02:00
Damodar Lohani
0cff44b909
update description
2023-07-11 06:41:30 +00:00
Damodar Lohani
cefaad386f
update specs
2023-07-11 06:36:15 +00:00
Damodar Lohani and GitHub
1207fb3cb1
Update teams.php
2023-07-11 11:56:42 +05:45
Damodar Lohani
d5a7e8cfed
add missing resource
2023-07-11 04:39:59 +00:00
Damodar Lohani
57bdf56c3d
fix schedules collections
2023-07-11 02:12:28 +00:00
Christy Jacob and GitHub
954300b754
Merge pull request #5798 from appwrite/fix-cloud-redirect
...
fix: cloud redirect
2023-07-11 03:22:10 +05:30
Christy Jacob
bf9219e811
fix: cloud redirect
2023-07-11 01:20:24 +04:00
Christy Jacob
125c14d492
Merge branch 'master' of https://github.com/appwrite/appwrite into 1.3.x
2023-07-10 20:59:05 +00:00
Christy Jacob and GitHub
42b66b938c
Merge pull request #5796 from appwrite/update-dotnet-docs-examples
...
doc: Add .NET SDK docs examples
2023-07-11 02:15:05 +05:30
Christy Jacob
7f5f6b352d
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into update-python-version
2023-07-10 20:38:56 +00:00
Aditya Oberai
b4fea28787
Add .NET SDK docs examples
2023-07-11 00:15:46 +05:30
Christy Jacob
5aefa88a50
feat: update python version
2023-07-10 21:36:17 +04:00
loks0n
074e974481
chore: include secret instead of encoded
2023-07-10 11:14:23 +01:00
shimon
5366d90ff2
users addition
2023-07-10 11:07:54 +03:00
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
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 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
loks0n
7cee36ac5a
feat: poc oauth2 ssr
2023-07-06 21:10:52 +01:00
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
Matej Bačo
f4da8079e2
Improve VCS indexes
2023-07-01 08:46:21 +02: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
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