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-08-26Remove copy in file actions when not allowedbackport/33713/stable24Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-03Fix label for allow download share permissionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-03Multiple fixesCarl Schwan
- Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Enforcing permission during resharingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Fix adding to empty attributes and duplicate requestJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-03Add share attrs + download permission support in frontendVincent Petry
Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-06Fix loading groupfolder info when share api is disabledbackport/32594/stable24Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-11Replace license information to SPDX expressionLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Typing correctionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Bump p-queueLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Fix dynamic loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Eslint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Migrate to webpack v5Louis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-12-15Fix share owner not being displayed in sharing tabCarl Schwan
This only concerns subfolder and files inside a shared folder and is used as fallback when the OCS api returns a empty result, because it only works on the shared folder and not the content inside of it. This unify the tab with the folder list. This offers a less descriptive share information but making the OCS api returns all the details even for the subfolder would very probably be bad for performance (since we would need to fetch the shares for all the parent folders until we found one or are in the root folder). Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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-12-09Properly format sharing datepicker 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-27Disable default actions in pending file listVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Pending remote group share fixesVincent Petry
Only remove reject share for remote group shares Also fix share indicator to appear for remote group shares as well. Fix pending remote share icon to be the one of a share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Remove "Reject share" for pending remote sharesVincent Petry
In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Extend pending shares list to include remote sharesVincent Petry
And adjust the accept/decline actions to use the right endpoint for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-26Bump p-queueJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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-07-22Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-13show breadcrumb detail view in breadcrumb menuJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> 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-06-02Replace proposal-class-private-properties by regular propertiesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
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-04-13Fix undefined error on add-shareJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-31Bump js licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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>