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-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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-21Merge pull request #32042 from nextcloud/shared-storage-instanceof-commonJoas Schilling
improve optimization for SharedStorage::instanceOfStorage(Common)
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-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Master is now 25Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry
Add a metadata service to store file metadata
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-12Fix accept/reject remote share actionMSe1969
This is the fix for the described problem in https://github.com/nextcloud/server/issues/31301 Signed-off-by: MSe1969 <mse1969@posteo.de>
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-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-06Use querybuilder for share external mountpointquerybuilder-shareexternalCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-06Merge pull request #31194 from ↵Vincent Petry
nextcloud/feat/allow-to-exclude-groups-from-password-enforcement Allow to disable password policy enforcement for selected groups
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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-05Merge pull request #31827 from ↵Vincent Petry
nextcloud/enh/allow-long-filename-in-share-external Set oc_share_external.name column length to 4000 to remove arbitrary …
2022-04-05Merge pull request #31820 from nextcloud/fix/30002Louis
Explicitly close div element
2022-04-05Update autoloader to include new migrationCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Explicitly close div elementLouis Chemineau
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-04Version bumpCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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-04ensure user folder is created in ApiTestRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04use UserFolder to get the share source nodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-31take permissions from multiple paths into account for share permissionsuser-share-permissions-mergeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>