aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44357 from nextcloud/wrapper-instanceof-resiliantJohn Molakvoæ2024-03-221-0/+9
|\
| * fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-201-0/+9
* | Merge pull request #44400 from nextcloud/bugfix/noid/allow-debug-loglevel-againFerdinand Thiessen2024-03-221-2/+2
|\ \
| * | fix(logging): Restore the option to log with debug levelJoas Schilling2024-03-221-2/+2
* | | fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-221-1/+1
|/ /
* | feat(ObjectStore): Make S3 MultipartUpload concurrency configurableFerdinand Thiessen2024-03-213-3/+9
* | fix(ObjectStore): Use common S3 trait so config and connection trait members ...Ferdinand Thiessen2024-03-213-30/+56
* | Merge pull request #44295 from nextcloud/fix/direct-edit-incognitoArthur Schiwon2024-03-213-3/+11
|\ \ | |/ |/|
| * fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-192-1/+11
| * fix: Do not use incognito mode for direct editingJulius Härtl2024-03-191-2/+0
* | Merge pull request #44339 from nextcloud/fix/noid/use-share-ownerStephan Orbaugh2024-03-201-3/+9
|\ \
| * | fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
* | | fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-1/+1
|/ /
* | Merge pull request #44316 from nextcloud/fix/resolveGroupSharesJohn Molakvoæ2024-03-191-4/+6
|\ \
| * | fix(sharing): resolveGroupShares setPermissions on nullskjnldsv2024-03-191-4/+6
| |/
* / fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-18/+18
|/
* Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypassJoas Schilling2024-03-192-1/+9
|\
| * fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-182-1/+9
* | fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
|/
* fix(Logger): Warn on invalid `loglevel` configuration optionFerdinand Thiessen2024-03-171-1/+7
* fix: getLogLevel return typeskjnldsv2024-03-171-1/+2
* Merge pull request #44189 from nextcloud/artonge/fix/do_not_throw_exception_i...John Molakvoæ2024-03-161-1/+1
|\
| * fix(files): Do not throw an exception if the etag is not set in metadataLouis Chemineau2024-03-141-1/+1
* | Merge pull request #44004 from nextcloud/share-resolve-group-perfJohn Molakvoæ2024-03-161-50/+28
|\ \
| * | perf: improve performance of resolving group sharesRobin Appelman2024-03-161-50/+28
* | | Merge pull request #43534 from nextcloud/enh/noid/log-mnor-syntax-updateJohn Molakvoæ2024-03-161-49/+20
|\ \ \
| * | | fix(core): remove deprecated codeMaxence Lange2024-03-121-6/+2
| * | | fix(core): minor syntax updateMaxence Lange2024-03-121-45/+20
* | | | Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-...John Molakvoæ2024-03-161-0/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | added patch methodjithin-space2024-02-081-0/+35
* | | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcriptionJohn Molakvoæ2024-03-151-0/+18
|\ \ \ \
| * | | | feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+18
* | | | | Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-151-0/+12
|\ \ \ \ \
| * | | | | feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-0/+12
* | | | | | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManagerJohn Molakvoæ2024-03-151-2/+3
|\ \ \ \ \ \
| * | | | | | Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-151-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-154-5/+5
|\ \ \ \ \ \
| * | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-1597-2071/+1887
| |\| | | | |
| * | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-23422-5999/+11884
| |\ \ \ \ \ \
| * | | | | | | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-294-5/+5
* | | | | | | | feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-152-12/+36
* | | | | | | | Merge pull request #40115 from summersab/refactor/OC-Server-getCapabilitiesMa...John Molakvoæ2024-03-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: php-cs `CapabilitiesManager`John Molakvoæ2024-03-151-1/+0
| * | | | | | | | Refactor `OC\Server::getCapabilitiesManager`Andrew Summers2024-03-151-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-152-3/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-15451-7918/+13619
| |\| | | | | |
| * | | | | | | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-292-3/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactoryJohn Molakvoæ2024-03-1513-22/+33
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #40138 from summersab/refactor/OC-Server-getHasherJohn Molakvoæ2024-03-153-6/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Refactor `OC\Server::getHasher`Andrew Summers2024-03-153-6/+8
| | | |/ / / / / | | |/| | | | |