summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give hints on correct migration versioningJoas Schilling2022-04-251-0/+32
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-2512-2/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-24860-78/+5936
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32054 from ↵Joas Schilling2022-04-231-0/+1
|\ | | | | | | | | nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
| * Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez2022-04-211-0/+1
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #32091 from ↵dependabot[bot]2022-04-232-8/+8
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.5
| * | Bump babel-loader from 8.2.4 to 8.2.5dependabot[bot]2022-04-232-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #32090 from ↵dependabot[bot]2022-04-232-16/+16
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-13.6.0
| * | | Bump puppeteer from 13.5.2 to 13.6.0dependabot[bot]2022-04-232-16/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / [tx-robot] updated from transifexNextcloud bot2022-04-23116-140/+202
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32076 from nextcloud/cache-storage-info-failed-shareCarl Schwan2022-04-222-2/+20
|\ \ | | | | | | use and cache root storage info if a share can't be resolved
| * | add logging of failed quota infoRobin Appelman2022-04-221-0/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | use and cache root storage info if a share can't be resolvedRobin Appelman2022-04-221-2/+14
| | | | | | | | | | | | | | | | | | as is a broken share will never be cached Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #32040 from nextcloud/full-setup-only-newJulius Härtl2022-04-222-3/+16
|\ \ \ | | | | | | | | only register mounts that are new from providers that are new during a full setup
| * | | only register mounts that are new from providers that are new during a full ↵Robin Appelman2022-04-212-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32073 from nextcloud/fix/DyslexiaFont-themeSimon L2022-04-225-42/+178
|\ \ \ \ | | | | | | | | | | Fix dyslexia font loading
| * | | | Fix dyslexia font loadingJohn Molakvoæ2022-04-225-42/+178
| | |/ / | |/| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #32071 from nextcloud/performance/cache-display-nameblizzz2022-04-221-6/+14
|\ \ \ \ | | | | | | | | | | cache display names in local memory before external memcache
| * | | | cache display names in local memory before external memcacheRobin Appelman2022-04-221-6/+14
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32053 from nextcloud/cache-verify-share-mountpointblizzz2022-04-223-5/+35
|\ \ \ \ | |/ / / |/| | | cache the verification of the share mountpoint
| * | | cache the verification of the share mountpointRobin Appelman2022-04-213-5/+35
| |/ / | | | | | | | | | | | | | | | 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>
* | | Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ2022-04-22385-5844/+4421
|\ \ \
| * | | Add default theming disabled fallbackJohn Molakvoæ2022-04-226-3/+210
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Fix acceptanceJohn Molakvoæ2022-04-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Compile assetsnextcloud-command2022-04-2199-157/+131
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Lint and psalm fixJohn Molakvoæ2022-04-218-16/+20
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | PhpunitJohn Molakvoæ2022-04-2110-127/+466
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Ship mexitek/phpcolorsJohn Molakvoæ2022-04-2127-11/+1732
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Remove accessibilityJohn Molakvoæ2022-04-21204-5261/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Migrate old accessibility configJohn Molakvoæ2022-04-212-1/+130
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Font fixes and design update for theme pickerJohn Molakvoæ2022-04-2120-33/+146
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Migrating themes to Theming appJohn Molakvoæ2022-04-2124-167/+982
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Write body theme selector straight in the templateJohn Molakvoæ2022-04-216-12/+71
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Fix twofactor loading and public imageJohn Molakvoæ2022-04-212-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-2115-153/+151
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Update search icon sizeJohn Molakvoæ (skjnldsv)2022-04-212-63/+5
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Start theming providersJoas Schilling2022-04-2121-194/+712
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #32045 from nextcloud/cache-fullSetupRequiredblizzz2022-04-221-1/+7
|\ \ \ \ | | | | | | | | | | cache fullSetupRequired locally
| * | | | cache fullSetupRequired locallyRobin Appelman2022-04-211-1/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | no need to hit redis every time Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32047 from nextcloud/performance/cache-display-nameJohn Molakvoæ2022-04-227-29/+96
|\ \ \ \
| * | | | Update cache when display name changeCarl Schwan2022-04-223-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Cache display nameCarl Schwan2022-04-226-30/+83
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32048 from nextcloud/cache-storage-infoJohn Molakvoæ2022-04-221-1/+18
|\ \ \ \ | | | | | | | | | | cache storage info in memcache for 5m
| * | | | cache storage info in memcache for 5mRobin Appelman2022-04-211-1/+18
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32049 from nextcloud/bugfix/noid/custom-property-ignorelistJohn Molakvoæ2022-04-221-0/+22
|\ \ \ \ | | | | | | | | | | Add known dav properties to ignore list
| * | | | Add known dav properties to ignore listJulius Härtl2022-04-211-0/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #32050 from nextcloud/share-cache-owner-nameJohn Molakvoæ2022-04-221-4/+14
|\ \ \ \ \
| * | | | | cache the share owner name for formating cache entriesRobin Appelman2022-04-211-4/+14
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-2222-4/+102
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32042 from nextcloud/shared-storage-instanceof-commonJoas Schilling2022-04-211-2/+13
|\ \ \ \ | | | | | | | | | | improve optimization for SharedStorage::instanceOfStorage(Common)