summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix(logging): Restore the option to log with debug levelJoas Schilling2024-03-221-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-221-1/+1
|/ / / | | | | | | | | | | | | | | | The `OC::$SERVERROOT` is always returned without a trailing slash, so we need to add a slash between server root and apps directory. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #44252 from nextcloud/enh/s3-connectivityFerdinand Thiessen2024-03-215-31/+65
|\ \ \ | | | | | | | | feat(ObjectStore): Make the S3 `concurrency` option configurable
| * | | feat(ObjectStore): Make S3 MultipartUpload concurrency configurableFerdinand Thiessen2024-03-213-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(ObjectStore): Use common S3 trait so config and connection trait members ↵Ferdinand Thiessen2024-03-215-30/+58
| | | | | | | | | | | | | | | | | | | | | | | | are in sync Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svgPytal2024-03-211-1/+13
|\ \ \ \ | |/ / / |/| | | feat: Add new mdi New file menu icons
| * | | feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+13
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #44295 from nextcloud/fix/direct-edit-incognitoArthur Schiwon2024-03-214-3/+19
|\ \ \ | |/ / |/| | Allow injecting the user temporarily for direct editing
| * | fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-193-1/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | fix: Do not use incognito mode for direct editingJulius Härtl2024-03-191-2/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #44339 from nextcloud/fix/noid/use-share-ownerStephan Orbaugh2024-03-201-3/+9
|\ \ \ | | | | | | | | fix(share): use share owner to get ownership
| * | | fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-1/+1
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #44316 from nextcloud/fix/resolveGroupSharesJohn Molakvoæ2024-03-191-4/+6
|\ \ \
| * | | fix(sharing): resolveGroupShares setPermissions on nullskjnldsv2024-03-191-4/+6
| |/ / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* / / fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵Ferdinand Thiessen2024-03-191-18/+18
|/ / | | | | | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypassJoas Schilling2024-03-192-1/+9
|\ \ | | | | | | Added rate limit bypass for app_api requests
| * | fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-182-1/+9
| |/ | | | | | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-194-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(Logger): Warn on invalid `loglevel` configuration optionFerdinand Thiessen2024-03-171-1/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: getLogLevel return typeskjnldsv2024-03-171-1/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44189 from ↵John Molakvoæ2024-03-161-1/+1
|\ | | | | | | nextcloud/artonge/fix/do_not_throw_exception_if_etag_is_not_set
| * fix(files): Do not throw an exception if the etag is not set in metadataLouis Chemineau2024-03-141-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | 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
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | 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
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | fix(core): minor syntax updateMaxence Lange2024-03-121-45/+20
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #43446 from ↵John Molakvoæ2024-03-162-0/+65
|\ \ \ \ | |_|/ / |/| | | | | | | jithin-space/add-patch-request-to-http-client-interface
| * | | added @since 29.0.0 on commentjithin-space2024-03-141-0/+1
| | | |
| * | | added patch methodjithin-space2024-02-082-0/+64
| | | | | | | | | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-164-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcriptionJohn Molakvoæ2024-03-152-0/+29
|\ \ \ \
| * | | | feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-152-0/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-151-0/+12
|\ \ \ \ \ | | | | | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText
| * | | | | feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | | 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
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-155-6/+6
|\ \ \ \ \ \
| * | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-15169-2356/+3884
| |\| | | | |
| * | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-23795-9166/+24392
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-295-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | | | | feat(files_sharing): allow to specify allowed groups to share instead of ↵Corentin Damman2024-03-152-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com>
* | | | | | | | Merge pull request #40115 from ↵John Molakvoæ2024-03-151-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getCapabilitiesManager
| * | | | | | | | fix: php-cs `CapabilitiesManager`John Molakvoæ2024-03-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | Refactor `OC\Server::getCapabilitiesManager`Andrew Summers2024-03-151-1/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | | | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-153-5/+8
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | fix: php-csskjnldsv2024-03-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>