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-17adjust wording for database checksbackport/32439/stable24szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-05-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-16Replace isValidEmoji by method in EmojiHelperVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-05-16Merge pull request #32329 from nextcloud/backport/32149/stable24blizzz
[stable24] fix for transferring ownership of groupfolders
2022-05-16Merge pull request #32256 from nextcloud/backport/32220/stable24blizzz
[stable24] Include more emoji chars to test and fixes after include it
2022-05-16[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-13Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaksJohn Molakvoæ
2022-05-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-12Do not display search option in Shares settingsbackport/stable24/share_search_tweaksLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12Use email settings in DAV searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-12Use share setting in DAV searchLouis Chemineau
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-11fix for transferring ownership of groupfoldersbackport/32149/stable24Vanessa Pertsch
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-09Merge pull request #32282 from nextcloud/backport/32246/stable24Côme Chilliet
[stable24] Don't use hash to check if binding worked
2022-05-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-05Don't use slow hashing to check the LDAP bindingbackport/32246/stable24Carl Schwan
Using password_hash is expensive and should be used for hashing passwords when saving them in the database. Here we just want to see if the bind was already done with the given password, so use a fast hashing algorythm. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Merge pull request #32153 from nextcloud/backport/32114/stable24Simon L
[stable24] fix showing of all apps are up-to-date in apps management
2022-05-04Merge pull request #32219 from nextcloud/backport/32218/stable24Simon L
[stable24] Revert "Show the child folders in the breadcrumb menu when on a parent entry."
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>