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-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22Merge pull request #32053 from nextcloud/cache-verify-share-mountpointblizzz
cache the verification of the share mountpoint
2022-04-22Update cache when display name changeCarl Schwan
This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22Cache display nameCarl Schwan
This should saves some query in the share backend when displaying the owner and it's not important if the display name is 10 minutes outdated as it is very rare that this gets changed. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22Merge pull request #32050 from nextcloud/share-cache-owner-nameJohn Molakvoæ
2022-04-21cache the verification of the share mountpointRobin Appelman
after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21cache the share owner name for formating cache entriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21also apply the fix for the other storage typesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21improve optimization for SharedStorage::instanceOfStorage(Common)Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-13Properly reset pw expirationVincent Petry
When requesting a new password for share by mail link, now we correctly reset the expiration date. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-12Merge pull request #31220 from nextcloud/enhancement/31005/temporary-passwordsVincent Petry
Temporary passwords for public non-anonymous protected shares (ie: files shared with an email recipient).
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-04-07Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman
Federated share performance improvements
2022-04-07Merge pull request #31845 from nextcloud/querybuilder-shareexternalCarl Schwan
Use querybuilder for share external mountpoint
2022-04-06Use querybuilder for share external mountpointquerybuilder-shareexternalCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05Merge pull request #31684 from nextcloud/user-share-permissions-mergeSimon L
take permissions from multiple paths into account for share permissions
2022-04-05Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry
Perform a limited filesystem setup when getting share source
2022-04-04only request free space once for external sharesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04use all possible permissions dav propertiesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Set oc_share_external.name column length to 4000 to remove arbitrary limitationCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-04use UserFolder to get the share source nodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-31take permissions from multiple paths into account for share permissionsuser-share-permissions-mergeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>