summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-024-6/+109
| |/ / /
* | | | background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
* | | | Fix log_query config flagJoas Schilling2021-12-021-1/+10
|/ / /
* | | Merge pull request #29967 from nextcloud/backport/29917/stable23blizzz2021-11-307-17/+17
|\ \ \
| * | | Fix source of translationsChristopher Ng2021-11-297-17/+17
* | | | Include previous execption for repair steps that don't existChristoph Wurst2021-11-301-1/+1
* | | | Let repair step query exceptions bubble upChristoph Wurst2021-11-301-1/+8
* | | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
|/ / /
* | | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
* | | Merge pull request #29913 from nextcloud/backport/29906/stable23Carl Schwan2021-11-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
* | | Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
|/ /
* | Merge pull request #29800 from nextcloud/backport/29632/stable23MichaIng2021-11-251-0/+4
|\ \
| * | fix imagecreatetruecolor() errorszaimen2021-11-231-0/+4
* | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ /
* | Type hint in IpAddress Vincent Petry2021-11-231-3/+2
* | Improve normalizer detecting IPv4 inside of IPv6Vincent Petry2021-11-231-2/+42
* | Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry2021-11-231-0/+2
* | Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-221-2/+2
* | Normalize directory entries in Encoding wrapperVincent Petry2021-11-193-4/+70
* | Move storage encoding compatibility warning logicVincent Petry2021-11-192-2/+11
* | Normalize file name before existence check in scannerVincent Petry2021-11-191-0/+1
|/
* Allow to serve static WebAssembly and TensorFlow Lite filesDaniel Calviño Sánchez2021-11-171-1/+1
* OC_Util::isNonUTF8Locale: fix lint errorNaoto Kobayashi2021-11-161-5/+5
* OC_Util::isSetLocaleWorking: fix typoNaoto Kobayashi2021-11-161-1/+1
* OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi2021-11-161-2/+17
* Check whether setlocale works only after setlocaleNaoto Kobayashi2021-11-161-4/+5
* Fix missing setlocale with php 8Naoto Kobayashi2021-11-161-2/+2
* Correct comment about OC_Defaults being usedMichaIng2021-11-161-1/+1
* Fix core depending on theming appCarl Schwan2021-11-161-4/+3
* Merge pull request #29716 from nextcloud/bump-doctrine-dbal-23John Molakvoæ2021-11-152-7/+16
|\
| * Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-152-7/+16
* | Merge pull request #29671 from nextcloud/backport/29660/stable23Christoph Wurst2021-11-151-2/+5
|\ \ | |/ |/|
| * Fix initialization of calendar search URIsChristoph Wurst2021-11-111-2/+5
* | Fix missing token updateJoas Schilling2021-11-121-0/+2
* | Fix updating with appsJoas Schilling2021-11-112-2/+2
|/
* Move common logic to share managerJoas Schilling2021-11-092-2/+45
* Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry2021-11-051-1/+1
* Return false in hasUpdated when storage is not availableVincent Petry2021-11-051-4/+10
* Fix psalmJohn Molakvoæ2021-11-041-2/+2
* Merge pull request #29482 from nextcloud/feat/revamp-profile-visibility-sectionv23.0.0beta3John Molakvoæ2021-11-041-52/+141
|\
| * Refine profile backend for frontend visibility requirementsChristopher Ng2021-11-041-44/+115
| * Better function descriptionsChristopher Ng2021-11-031-2/+4
| * Add additional check on action registrationsChristopher Ng2021-11-031-8/+24
* | Merge pull request #29533 from nextcloud/enhancement/get-calendars-for-princi...Christoph Wurst2021-11-041-5/+12
|\ \ | |/ |/|
| * Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-031-5/+12
* | Allow to inject the trusted domain helper by public interfaceJoas Schilling2021-11-031-0/+2
|/
* Merge pull request #29479 from nextcloud/fix/images-php-8.0Côme Chilliet2021-11-025-22/+25
|\
| * Fix resource usages in OC_ImageCôme Chilliet2021-10-285-22/+25
* | Merge pull request #29502 from nextcloud/revert-27378-dav-recalc-checksumJohn Molakvoæ2021-11-011-3/+2
|\ \