Eldad A. Fux
3a17f30374
Merge pull request #5566 from fanatic75/fix-5428-fixed-expire-format-for-magic-url-sessions
...
fix: expire format in magic url sessions
2023-07-18 22:56:35 +03:00
Bishwajeet Parhi
3c15359447
Merge branch 'master' into feat-whitelist-enums
2023-07-18 21:22:48 +05:30
Eldad A. Fux
6bf6bc7dc3
Merge pull request #5743 from appwrite/feature-restrict-project-id-chars
...
Restrict characters for project ID
2023-07-18 18:06:01 +03:00
Bishwajeet Parhi
8f851aaa53
chore: refactor avatar, flags, credit-cards and update spec
2023-07-18 20:00:19 +05:30
Torsten Dittmann
74308b445e
Merge pull request #5587 from appwrite/feat-user-labels
...
Add a new labels attribute to the Users collection
2023-07-18 14:59:18 +02:00
Damodar Lohani
8d106a39b0
null safe
2023-07-18 07:05:09 +00:00
jaivik
6380004678
Merge branch 'appwrite:master' into fix-5768-pull-request-to-return-team-id-conflict-error
2023-07-18 10:35:52 +05:30
Eldad A. Fux
11c9066c4d
Merge pull request #5402 from appwrite/fix-chunked-upload
...
content-range end should be 1 less than file size
2023-07-18 06:55:05 +03:00
Steven Nguyen
fce230dca8
Fix team delete
...
Ensure all memberships are deleted and the cached users are
invalidated so that the nested memberships will refresh.
2023-07-17 17:21:16 -07:00
Khushboo Verma
3fafefb2c2
Fixed automatic activation of manual deployments
2023-07-14 14:01:31 +05:30
Matej Bačo
cd4e85519c
Update console version, fix docs.
2023-07-13 13:42:04 +02:00
jaivix
4db919b42d
linting and wording updates based on stnguyen90 feedback
2023-07-13 00:33:38 +05:30
Steven Nguyen
ca6e9a7f1e
Update get logs by user to pass user internal id
...
The userId in audit is actually the userInternalId.
2023-07-12 10:56:24 -07:00
Steven Nguyen
300d916621
Update get logs APIs to return userId from data
...
The audit userId is actually the internal id and the user id is in the
data attribute.
2023-07-12 10:27:57 -07:00
Matej Bačo
f236b6539e
Add auto-verify logic to createRule
2023-07-12 12:55:33 +02: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
Bishwajeet Parhi
07df99c817
update description
2023-07-11 19:16:22 +05:30
Damodar Lohani
0cff44b909
update description
2023-07-11 06:41:30 +00:00
Damodar Lohani
1207fb3cb1
Update teams.php
2023-07-11 11:56:42 +05:45
loks0n
074e974481
chore: include secret instead of encoded
2023-07-10 11:14:23 +01:00
Christy Jacob
982373c915
feat: update error in Exception constructor
2023-07-10 08:04:27 +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
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
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
310d56490e
Update console
2023-06-23 09:01:51 +02:00
Prateek Banga
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
Christy Jacob
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
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
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