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
path: root/apps
AgeCommit message (Collapse)Author
2022-05-04Merge pull request #32181 from nextcloud/backport/32139/stable24Simon L
[stable24] fix social sharing buttons
2022-05-04Merge pull request #32133 from nextcloud/backport/32121/stable24Simon L
[stable24] update description of cronjob settings to be aligned to the documenta…
2022-05-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-03Include more emoji chars to test and fixes after include itbackport/32220/stable24Vitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-05-03[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-29Revert "Show the child folders in the breadcrumb menu when on a parent entry."backport/32218/stable24Simon L
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-27fix social sharing buttonsbackport/32139/stable24szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-27add backport of #32154backport/32121/stable24szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-26fix showing of all apps are up-to-date in apps managementbackport/32114/stable24szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-25Merge pull request #32087 from nextcloud/backport/32076/stable24Vincent Petry
[stable24] use and cache root storage info if a share can't be resolved
2022-04-25update description of cronjob settings to be aligned to the documentation updateszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-25Merge pull request #32065 from nextcloud/backport/32047/stable24Vincent Petry
[stable24] Cache display name
2022-04-22add logging of failed quota infobackport/32076/stable24Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Merge pull request #32075 from nextcloud/backport/32053/stable24blizzz
[stable24] cache the verification of the share mountpoint
2022-04-22Merge pull request #32063 from nextcloud/backport/32049/stable24blizzz
[stable24] Add known dav properties to ignore list
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-22cache 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-22Merge pull request #32046 from nextcloud/backport/32042/stable24blizzz
[stable24] improve optimization for SharedStorage::instanceOfStorage(Common)
2022-04-22Add known dav properties to ignore listJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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-20Fix warningChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-20Update naming of address book exportsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-20Fix export of shared calendarsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-14Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry
handle notfound and notpermitted error in Smb::getDirectoryContent
2022-04-14Merge pull request #31975 from ↵Vincent Petry
nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings Adjust settings for mail link password
2022-04-14Merge pull request #31886 from ↵Vincent Petry
nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
2022-04-14Adjust settings for mail link passwordVincent Petry
Rename the settings and invert the meaning. Increase default interval to one hour. Changed the interval to be a number of seconds, to align with other setting styles. Signed-off-by: Vincent Petry <vincent@nextcloud.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-14l10n: Change to lowercaseValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-14l10n: Remove dot and add a parenthesisValdnet
Adaptation of the text string to the others. Removing the dot and adding a parenthesis. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-04-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-13Merge pull request #31969 from nextcloud/fix/user_migration-use-exceptionsPytal
Catch avatar export separately for better failure tracing
2022-04-13Catch avatar export separately for better failure tracingChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-04-13Merge pull request #31945 from nextcloud/fix/user_migration-use-exceptionsVincent Petry
Adapt user_migration APIs to have information about failures
2022-04-13Fix migrators according to exceptionsVincent Petry
Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-13Adapt existing migrators to new APICôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-13Default to permanent link passwordsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
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-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
Add settings to ignore second display name in search
2022-04-13Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling
Fix warning about optional parameter before required one
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-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12Fix warning about optional parameter before required oneCôme Chilliet
Fixes this warning: PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12l10n: Remove commaValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>