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-27Handle processing reminders for calendar objects with an infinite numberhandle-calendar-reminders-with-infinite-recurrenceThomas Citharel
of recurrences Closes #29896 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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-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-22Merge pull request #32073 from nextcloud/fix/DyslexiaFont-themeSimon L
Fix dyslexia font loading
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-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-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>
2022-04-21Compile assetsnextcloud-command
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-21Lint and psalm fixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21PhpunitJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Ship mexitek/phpcolorsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Remove accessibilityJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.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-21Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez
This should make the problem clearer if Talk could not be enabled (for example, due to a version mismatch), as otherwise the tests would fail in more cryptic ways. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-21cache the share owner name for formating cache entriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21Add known dav properties to ignore listJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-04-21cache storage info in memcache for 5mRobin 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-21cache fullSetupRequired locallyRobin Appelman
no need to hit redis every time Signed-off-by: Robin Appelman <robin@icewind.nl>
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-21only register mounts that are new from providers that are new during a full ↵Robin Appelman
setup this fixes cases where during the (partial) setup of a shared mount a full setup is triggered Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-21Merge pull request #31047 from nextcloud/enh/preferences-indexJulius Härtl
Additional index on oc_preferences to make queries without a user filter faster
2022-04-21Migrate old accessibility configJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Font fixes and design update for theme pickerJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Migrating themes to Theming appJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Write body theme selector straight in the templateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Fix twofactor loading and public imageJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Update and fix theming imagesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>