aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add setting to ignore email during searchLouis Chemineau2022-05-032-1/+11
* | | | | | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-boolsVincent Petry2022-05-052-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Add CSP policy merge priority for booleansVincent Petry2022-04-012-1/+13
* | | | | | | | Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-infoCarl Schwan2022-05-051-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Add hit information to profilerCarl Schwan2022-05-051-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wra...Vincent Petry2022-05-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Allow compatibility wrapper on local external storageVincent Petry2022-04-261-1/+1
* | | | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-041-0/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Use email settings in DAV searchLouis Chemineau2022-04-191-0/+4
| * | | | | | | Use share setting in DAV searchLouis Chemineau2022-04-191-0/+4
* | | | | | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling2022-05-031-7/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-291-7/+20
* | | | | | | | | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-0218-186/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | composer run cs:fixCôme Chilliet2022-04-261-1/+0
| * | | | | | | | | Remove unused class SearchResultSorterCôme Chilliet2022-04-261-77/+0
| * | | | | | | | | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-263-19/+25
| * | | | | | | | | Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-2611-67/+59
| * | | | | | | | | Fix identationCôme Chilliet2022-04-261-4/+6
| * | | | | | | | | Move away from deprecated ILoggerCôme Chilliet2022-04-263-19/+20
* | | | | | | | | | 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
| |/ / / / / / / / /