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-04-26Fix mexitek/phpcolorsfix/phpcolorsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-25Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry
only need to setup root for groupfolders
2022-04-25Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan
Cleanup AllConfig
2022-04-25Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry
Fix scanning app data with metadata
2022-04-25Merge pull request #32121 from nextcloud/enh/noid/cronjob-description-updateSimon L
update description of cronjob settings to be aligned to the documenta…
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 #32074 from nextcloud/mysql-search-ignore-index-2Robin Appelman
tell mysql to ignore the sort index for search queries
2022-04-25Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry
use a lazy user for the file owner when listing a directory
2022-04-25Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submountVincent Petry
optimize adding submount info to directory content
2022-04-25Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-indexVincent Petry
Add missing index for oc_mounts queries
2022-04-25Merge pull request #32109 from k-popov/no_time_sensitive_check_for_webcronVincent Petry
Get not only time-sensitive next job from list but any when not in cron-mode
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-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24Get 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-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23Merge pull request #32054 from ↵Joas Schilling
nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
2022-04-23Merge pull request #32091 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.5
2022-04-23Merge pull request #32090 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/puppeteer-13.6.0
2022-04-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-23Bump babel-loader from 8.2.4 to 8.2.5dependabot[bot]
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.4 to 8.2.5. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-23Bump puppeteer from 13.5.2 to 13.6.0dependabot[bot]
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.5.2 to 13.6.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v13.5.2...v13.6.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22Merge pull request #32076 from nextcloud/cache-storage-info-failed-shareCarl Schwan
use and cache root storage info if a share can't be resolved
2022-04-22Only need to setup root for groupfoldersroot-setup-groupfoldersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Merge pull request #32040 from nextcloud/full-setup-only-newJulius Härtl
only register mounts that are new from providers that are new during a full setup
2022-04-22Use a lazy user for the file owner when listing a directorydirectory-content-lazy-ownerRobin 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-22Merge pull request #32073 from nextcloud/fix/DyslexiaFont-themeSimon L
Fix dyslexia font loading
2022-04-22Cleanup AllConfigcleanup/allconfig-sqlCarl Schwan
- Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-22optimize adding submount info to directory contentdirectory-listing-optimize-add-submountRobin Appelman
no need to loop when we can do a hashtable lookup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22add logging of failed quota infoRobin 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-22Fix scanning app data with metadatafix/metadata-scan-app-dataCarl 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-22Merge pull request #32071 from nextcloud/performance/cache-display-nameblizzz
cache display names in local memory before external memcache
2022-04-22Merge pull request #32053 from nextcloud/cache-verify-share-mountpointblizzz
cache the verification of the share mountpoint
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Fix dyslexia font loadingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-22cache display names in local memory before external memcacheRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-22Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ
2022-04-22Merge pull request #32045 from nextcloud/cache-fullSetupRequiredblizzz
cache fullSetupRequired locally
2022-04-22Add default theming disabled fallbackJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-22Merge pull request #32047 from nextcloud/performance/cache-display-nameJohn Molakvoæ
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 #32048 from nextcloud/cache-storage-infoJohn Molakvoæ
cache storage info in memcache for 5m
2022-04-22Merge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelistJohn Molakvoæ
Add known dav properties to ignore list
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-21Fix acceptanceJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>