Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-09Fix share permissions renderingbackport/32670/stable24Louis Chemineau
The `SHARE` permissions falls into the `default` case in the switch case, causing the rendering to look like ` , Upload, Read`. This PR changes the return value of the `default` case and adds a `filter` to remove those values. Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-08Various improvements related to the recent implementation of temporary passwordsbackport/31981/stable24Cyrille Bollu
for mail shares: 1- Changes style of "forgot password?" and "Back" button 2- Adds information about share password's expiration time in the emails sent. 3- Shows password expiration time in the Share menu 4- Fixes an issue when the message "Password expires..." would be shown for non email share types (which don't have temporary passswords) 5- At share's creation, password should only be sent when it's a permanent one See also https://github.com/nextcloud/server/issues/31952 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-02-21Fix regression for edit perm on file shareLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-15Support CRUD share permissionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-26Use @nextcloud/sharing in files and files_sharingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-21Auto fix warningsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Typing correctionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Eslint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-12-14Fix ShareLink Upload UI for FoldersJonas Rittershofer
Do not show the Upload-Option if it is not allowed to check. Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-12-09Fix first day localeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-10-04Fix missing translations of share folder selectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-16Add new ExternalShareActions APIJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-09-06Let users choose a share_folderHinrich Mahler
2021-07-23Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-09Only allow removing existing shares that would not be allowed due to reshare ↵Julius Härtl
restrictions Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-26Move remnants of ocs api requests to v2 endpointJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-04-19Consider read permission in sharing tabRoeland Jago Douma
When updating a share we should make sure to use all the old permissions (and only change what we actually changed). So the READ permission in this case should also be fetched instead of always granted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-15Separate settings for remote share expirationVincent Petry
Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-15Implement expiration date for federated sharesVincent Petry
Add expiration date field in UI. Save expiration date when creating or updating federated share. Read expiration date from DB in federated share provider. Applies to both federated user and group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-22Sharing link & mail parityJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22Clear the input after adding a new shareJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22Handle enforced password for mail shares in the WebUIJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22Extract GeneratePassword function to its own fileJohn Molakvoæ (skjnldsv)
This is needed to be able to use the function from other components. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22Add labels to mail sharesJohn Molakvoæ (skjnldsv)
Now the email is shown on a second line if a label is set. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17Lint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-11Fix SharingInput MultiselectJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-09Hide expiration date field for remote sharesVincent Petry
Remote shares currently do not support expiration date. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-04Add appconfig to always show the unique label of a shareeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-03Clear multiselect after selection in share panelVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-19Avoid creating two share links when password is enforcedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-02-12Use ownerDisplayName for SharingEntry TooltipDan VerWeire
Some NC installations may use a LDAP UUID for the username. If that is the case, then the tooltip for who a file/folder was shared by may say something like `Shared with Steve McQueen (smqueen@yada.com) by FKDJ39-38D794JG-4398GJODF9H3G-4534`. This commit changes the value showed for the owner to the full display name. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-02-05Sharing dropdown now opens belowVincent Petry
Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-08Fix clearing the label of a shareDaniel Calviño Sánchez
When the label is being edited its value is stored in "newLabel", and the original label is shown only if "newLabel" is not set. However, as it was checked against any falsy value instead of only undefined when the label was cleared and thus it has an empty value the original label was shown instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-12-30Also include external share results in recommendationsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-14Show unique displayname context in the user share list entriesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-14Show unique displayname context in the sharing inputJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-14Make share results distinguishable if there are more than one with the exact ↵Julius Härtl
same display name Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-10Show email address for shares that were created by other usersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-12-09Allow share results to have a detailed description and share entries to have ↵Julius Härtl
a link Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-09Add share type deck to search resultsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-09Let sharees endpoint properly handle deck sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24Fix contacts menu position and show uid as a tooltipJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-12Fix default internal expiration date enforceJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-11-11Do not show "Can reshare" in the menu if resharing is not allowedDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-08Fix link share label placeholder not showingGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-11-06Merge pull request #23347 from ↵John Molakvoæ
st3iny/enhancement/19526/new-share-pending-confirm-button
2020-11-05Make link share avatar icon blue againVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-05Fix link share avatar iconVincent Petry
Use "icon-class" instead of "class" as this is how to tell the component that we don't want initials displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-05Add confirm button in new link share pending expire/password menuRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>