summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling2022-04-293-26/+12
|\
| * Increase check if support reactionsVitor Mattos2022-04-281-1/+1
| * Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-283-25/+11
* | Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz2022-04-291-11/+1
|\ \
| * | Trying without the useCôme Chilliet2022-04-261-2/+1
| * | Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
* | | Make the order of reactions reliableJoas Schilling2022-04-281-0/+1
* | | Merge pull request #32202 from nextcloud/fix/layout-theme-arrayJohn Molakvoæ2022-04-281-0/+1
|\ \ \
| * | | Fix `Undefined array key "enabledThemes"` on layout.user.phpJohn Molakvoæ2022-04-281-0/+1
| | |/ | |/|
* / | l10n: Correct a typoValdnet2022-04-281-1/+1
|/ /
* | Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation...Carl Schwan2022-04-271-1/+1
|\ \
| * | Make the binary operation order explicitJoas Schilling2022-04-211-1/+1
* | | l10n: Fix codeValdnet2022-04-271-1/+1
* | | Merge pull request #31492 from nextcloud/fix/check-secret-configuredJohn Molakvoæ2022-04-261-0/+9
|\ \ \
| * | | Only check if secret is set if the nextcloud is installedCarl Schwan2022-03-091-1/+1
| * | | Also check for instanceid and passwordhashCarl Schwan2022-03-091-5/+7
| * | | Require the secret config to be configuredCarl Schwan2022-03-081-0/+7
* | | | Fix translations with trailing colonsJoas Schilling2022-04-261-1/+7
| |_|/ |/| |
* | | Fix default fallback theme on setup ang guests pagesJohn Molakvoæ2022-04-261-1/+2
* | | Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry2022-04-251-1/+3
|\ \ \
| * | | Only need to setup root for groupfoldersRobin Appelman2022-04-221-1/+3
* | | | Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan2022-04-251-69/+64
|\ \ \ \
| * | | | Cleanup AllConfigCarl Schwan2022-04-221-69/+64
* | | | | Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry2022-04-251-1/+22
|\ \ \ \ \
| * | | | | Fix scanning app data with metadataCarl Schwan2022-04-221-1/+22
* | | | | | Merge pull request #32074 from nextcloud/mysql-search-ignore-index-2Robin Appelman2022-04-252-1/+12
|\ \ \ \ \ \
| * | | | | | tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-222-1/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #32082 from nextcloud/directory-content-lazy-ownerVincent Petry2022-04-252-8/+157
|\ \ \ \ \ \
| * | | | | | Use a lazy user for the file owner when listing a directoryRobin Appelman2022-04-222-8/+157
| |/ / / / /
* | | | | | Merge pull request #32079 from nextcloud/directory-listing-optimize-add-submountVincent Petry2022-04-251-4/+2
|\ \ \ \ \ \
| * | | | | | optimize adding submount info to directory contentRobin Appelman2022-04-221-4/+2
| |/ / / / /
* | | | | | Merge pull request #32112 from nextcloud/bugfix/noid/add-missing-indexVincent Petry2022-04-251-1/+1
|\ \ \ \ \ \
| * | | | | | Fix older migrations to the version patternJoas Schilling2022-04-251-1/+1
* | | | | | | Get not only time-sensitive next job from list but anyKirill Popov2022-04-241-1/+1
|/ / / / / /
* | | | | | Merge pull request #32076 from nextcloud/cache-storage-info-failed-shareCarl Schwan2022-04-221-2/+14
|\ \ \ \ \ \
| * | | | | | use and cache root storage info if a share can't be resolvedRobin Appelman2022-04-221-2/+14
| |/ / / / /
* | | | | | 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 s...Robin Appelman2022-04-212-3/+16
* | | | | | | cache display names in local memory before external memcacheRobin Appelman2022-04-221-6/+14
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #31751 from nextcloud/theming-providersJohn Molakvoæ2022-04-222-12/+14
|\ \ \ \ \ \
| * | | | | | Add default theming disabled fallbackJohn Molakvoæ2022-04-221-0/+5
| * | | | | | Write body theme selector straight in the templateJohn Molakvoæ2022-04-211-0/+8
| * | | | | | Start theming providersJoas Schilling2022-04-212-12/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #32045 from nextcloud/cache-fullSetupRequiredblizzz2022-04-221-1/+7
|\ \ \ \ \ \
| * | | | | | cache fullSetupRequired locallyRobin Appelman2022-04-211-1/+7
| | |/ / / / | |/| | | |
* | | | | | Update cache when display name changeCarl Schwan2022-04-221-1/+12
* | | | | | Cache display nameCarl Schwan2022-04-221-0/+66
| |_|/ / / |/| | | |
* | | | | Merge pull request #32048 from nextcloud/cache-storage-infoJohn Molakvoæ2022-04-221-1/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cache storage info in memcache for 5mRobin Appelman2022-04-211-1/+18
| |/ / /
* | | | Merge pull request #31047 from nextcloud/enh/preferences-indexJulius Härtl2022-04-211-0/+4
|\ \ \ \ | |_|/ / |/| | |