summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-26156-330/+558
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry2022-04-251-1/+3
|\ | | | | only need to setup root for groupfolders
| * Only need to setup root for groupfoldersRobin Appelman2022-04-221-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan2022-04-252-78/+64
|\ \ | | | | | | Cleanup AllConfig
| * | Cleanup AllConfigCarl Schwan2022-04-222-78/+64
| | | | | | | | | | | | | | | | | | | | | | | | - Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry2022-04-251-1/+22
|\ \ \ | | | | | | | | Fix scanning app data with metadata
| * | | Fix scanning app data with metadataCarl Schwan2022-04-221-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32121 from nextcloud/enh/noid/cronjob-description-updateSimon L2022-04-251-5/+5
|\ \ \ \ | | | | | | | | | | update description of cronjob settings to be aligned to the documenta…
| * | | | update description of cronjob settings to be aligned to the documentation updateszaimen2022-04-251-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2Robin Appelman2022-04-253-2/+13
|\ \ \ \ \ | |/ / / / |/| | | | tell mysql to ignore the sort index for search queries
| * | | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-223-2/+13
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry2022-04-254-8/+159
|\ \ \ \ | | | | | | | | | | use a lazy user for the file owner when listing a directory
| * | | | Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-224-8/+159
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submountVincent Petry2022-04-251-4/+2
|\ \ \ \ | | | | | | | | | | optimize adding submount info to directory content
| * | | | optimize adding submount info to directory contentRobin Appelman2022-04-221-4/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | no need to loop when we can do a hashtable lookup Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-indexVincent Petry2022-04-258-10/+65
|\ \ \ \ | | | | | | | | | | Add missing index for oc_mounts queries
| * | | | Bump versionJoas Schilling2022-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix older migrations to the version patternJoas Schilling2022-04-255-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add missing indexJoas Schilling2022-04-254-1/+56
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32109 from k-popov/no_time_sensitive_check_for_webcronVincent Petry2022-04-253-2/+4
|\ \ \ \ \ | |/ / / / |/| | | | Get not only time-sensitive next job from list but any when not in cron-mode
| * | | | Get not only time-sensitive next job from list but anyKirill Popov2022-04-243-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the change webcron used to select **only** time-sensitive tasks. Signed-off-by: Kirill Popov <kirill.s.popov@gmail.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>