Skip to content

Add "password" parameter to the response data of link shares - #12324

Merged
MorrisJobke merged 1 commit into
masterfrom
add-password-response-parameter-for-returning-the-password-of-link-shares
Nov 7, 2018
Merged

Add "password" parameter to the response data of link shares#12324
MorrisJobke merged 1 commit into
masterfrom
add-password-response-parameter-for-returning-the-password-of-link-shares

Conversation

@danxuliu

Copy link
Copy Markdown
Member

Due to legacy reasons the password of link shares was returned in the share_with and share_with_displayname parameters of the response data. Now a proper password parameter is returned too.

@camilasan@marinofaggiana@rullzer@tobiasKaminsky No need to hurry updating the clients, the old share_with and share_with_displayname parameters are kept for now; they will be removed in a future version of Nextcloud, but only once it is safe to do it, of course :-)

Due to legacy reasons the password of link shares was returned in the
"share_with" and "share_with_displayname" parameters of the response
data. Now a proper "password" parameter is returned too; the old
"share_with" and "share_with_displayname" parameters are kept, although
deprecated, and they will be removed in a future version of Nextcloud.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@danxuliudanxuliu added this to the Nextcloud 15 milestone Nov 6, 2018
@MorrisJobkeMorrisJobke mentioned this pull request Nov 6, 2018
29 tasks

@blizzzblizzz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good

@rullzerrullzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably update the documentation as well then

@MorrisJobke
MorrisJobke merged commit 7940a79 into masterNov 7, 2018
@MorrisJobke
MorrisJobke deleted the add-password-response-parameter-for-returning-the-password-of-link-shares branch November 7, 2018 15:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsfeature: sharing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@danxuliu@rullzer@blizzz@MorrisJobke