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-04-06Use querybuilder for share external mountpointquerybuilder-shareexternalCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-31Merge pull request #31240 from nextcloud/Valdnet-patch-3Louis
l10n: Add a dot
2022-03-25invalidate mount cache after accepting or renaming federated sharemount-cache-external-shareRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24invalidate mount cache after share renameRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-18l10n: Spelling unification in Transifex.Valdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-03-08Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman
Unify/cleanup filesystem setup
2022-03-07Fix too many file download notifications when watching a videoszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-04type fixesfs-setup-managerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-21improve errors for external share availability checkRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-17l10n: Delete dotValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-02-17l10n: Add a dotValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-02-15Support CRUD share permissionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-10Revert "Add non-breaking space in the file size"szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-07Use the new option to signaling insensitivityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-14Add non-breaking space in the file sizeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-10Remove inefficient fed share scannerVincent Petry
Remove scanAll which relies on the "shareinfo" endpoint that returns the full cache tree. The latter can become big for big shares and result in timeouts. Furthermode, the full tree would be retrieved again for each and every detected change which can become expensive quickly. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundlesCarl Schwan
Feat/webpack vendors bundles
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-06Handle LocalServerException when scanning external sharesCarl Schwan
When remoteIsOwnCloud trows LocalServerException, the storage is unavailable and instead of crashing the scanner, ignore the specific storage. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-05Fix passing on the parameterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-03Improve api documentation for file sharing external storageCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-20Handle external share with invalid hostCarl Schwan
remoteIsOwnCloud might throw an exception when the host is localhost. Handle this case instead of aborting completely. The behavior is the same as that is done 10 lines under it Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-15Discard share notification for non-existing groupsVincent Petry
Group shares might exist even after a group got deleted. This fix catches the situation and discards the notification for the obsolete group. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com>
2021-12-08Limit more contact searchesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-06Merge pull request #30055 from nextcloud/enh/note-share-apiJulius Härtl
2021-12-03Allow to pass note when creating a share and send it with directly in the ↵Julius Härtl
share mail when set Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-02Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-12-02code checker fixes for instanceOfStorageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-12-02background scan the source storage when a background scan on a storage jail ↵Robin Appelman
is triggered Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-22Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ
2021-10-19update testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-19use the correct navigation manager for the sharesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-19call setupSharingMenus againRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-19move files_sharing to IBootStrapRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-09-10Merge pull request #28377 from nextcloud/fix/shared-ext-storage-scanszaimen
Scan the shared external storage source on access
2021-09-10Merge pull request #28764 from nextcloud/feat/sharing-link-eventJohn Molakvoæ
2021-09-10Return proper watcher if SharedStorage originates from ExternalMountJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-09-10Emit event on link share actionJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2021-09-09use specific email getter where necessaryArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-06Let users choose a share_folderHinrich Mahler
2021-08-24add event for when a share is mountedRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-07-27Fix remote share deletion when deleting userVincent Petry
When deleting a user, we should only delete the direct remote user shares or the remote group based subshares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Replace ILogger with LoggerInterface in remote share managerVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2021-07-27Fix remote group share decline+accept code pathVincent Petry
When declining a remote group share through the dialog that appears when notifications are off, the mount point is now correctly saved when re-accepting. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix external share manager with multiple user groupsVincent Petry
Use query builder with proper matching for finding the group names. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix remote group share API interactionsVincent Petry
Accepting and declining can now be done repeatedly on both the parent group share and sub-share with the same effects. Added unit tests to cover these cases, and also when the same operation is repeated. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix re-accepting or re-rejecting remote group sharesVincent Petry
When accepting a group share, a sub-share entry is created which also has a different id. When accepting or rejecting the sub-share, simply update the "accepted" flag instead of trying to re-insert the entry. Adjust getShare to also properly validate group share membership when called on a sub-share id. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Add logging to external shares managerVincent Petry
Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com>