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-05Allow compatibility wrapper on local external storagebackport/32152/stable24Vincent Petry
The check was likely in place to prevent adding the wrapper on the root and home storage, which is not possible anyway since the encoding option cannot be set on that mount. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-05-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-04Merge pull request #32236 from nextcloud/backport/31758/stable24blizzz
[stable24] Use sabre function directly rather than duplicating it
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-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02Merge pull request #32240 from nextcloud/release/final/24.0.0v24.0.0blizzz
24.0.0
2022-05-02Merge pull request #32239 from nextcloud/revert-32214-backport/32212/stable24blizzz
Revert "[stable24] Make the order of reactions reliable"
2022-05-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02Revert "[stable24] Make the order of reactions reliable"blizzz
2022-05-0224.0.0Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-05-02Restart CIbackport/31758/stable24Côme Chilliet
2022-05-02Update psalm baseline for Sabre decodePathVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-05-02Trying without the useCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-02Use sabre function directly rather than duplicating itCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-30Merge pull request #32214 from nextcloud/backport/32212/stable24John Molakvoæ
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-28Make the order of reactions reliablebackport/32212/stable24Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-28Merge pull request #32207 from nextcloud/release/rc3/24v24.0.0rc3blizzz
24.0.0 RC3
2022-04-28Merge pull request #32193 from nextcloud/backport/32189/stable24Vincent Petry
[stable24] Mount Profile view after DOMContentLoaded
2022-04-2824.0.0 RC3Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-04-27Mount profile after DOMContentLoadedbackport/32189/stable24Louis Chemineau
Fix https://github.com/nextcloud/server/issues/32187 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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-26Merge pull request #32035 from nextcloud/release/rc2/24.0.0v24.0.0rc2blizzz
24.0.0 RC2
2022-04-26Merge pull request #32141 from nextcloud/backport/32084/stable24blizzz
[stable24] only need to setup root for groupfolders
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-25Only need to setup root for groupfoldersbackport/32084/stable24Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-25Merge pull request #32138 from ↵Vincent Petry
nextcloud/stable24-directory-listing-optimize-add-submount [stable24] optimize adding submount info to directory content
2022-04-25Merge pull request #32134 from nextcloud/backport/32033/stable24Carl Schwan
[stable24] Fix scanning app data with metadata
2022-04-25optimize adding submount info to directory contentRobin Appelman
no need to loop when we can do a hashtable lookup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-25Merge pull request #32118 from nextcloud/backport/32082/stable24Vincent Petry
[stable24] use a lazy user for the file owner when listing a directory
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-25Merge pull request #32119 from nextcloud/backport/32112/stable24Vincent Petry
[stable24] Add missing index for oc_mounts queries
2022-04-25Fix scanning app data with metadataCarl Schwan
Previously we were listening to change in the appdata folder but an appdata scan didn't setup the file system, so the view was unavailable. **Test plan:** 1. rm -rf data/appdata_...../preview data/<user>/Media 2. occ files:scan-app-data 3. occ files:scan <user> No errors and the files and metadata are correctly removed from the database too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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 #32116 from nextcloud/backport/32109/stable24Vincent Petry
[stable24] Get not only time-sensitive next job from list but any when not in cron-mode
2022-04-25Use a lazy user for the file owner when listing a directoryRobin Appelman
Only getUID and getDisplayName are called on the file owner objects anyway and we can get this information often without DB request Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-25Merge pull request #32065 from nextcloud/backport/32047/stable24Vincent Petry
[stable24] Cache display name
2022-04-25Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Fix older migrations to the version patternJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Add missing indexJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25Get not only time-sensitive next job from list but anyKirill Popov
Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
2022-04-23Merge pull request #32083 from nextcloud/backport/32040/stable24blizzz
[stable24] only register mounts that are new from providers that are new during a full setup
2022-04-22add logging of failed quota infobackport/32076/stable24Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22use and cache root storage info if a share can't be resolvedRobin Appelman
as is a broken share will never be cached 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