aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore: Deprecate `OC.buildQueryString` and `OC.parseQueryString`chore/drop-query-string-dependencyFerdinand Thiessen2025-01-272-1/+7
* refactor: Drop `query-string` dependency in favor of native `URLSearchParams`Ferdinand Thiessen2025-01-275-69/+21
* Merge pull request #50293 from nextcloud/fix/harden-admin-settingsAndy Scherzinger2025-01-276-17/+204
|\
| * chore: Compile assetsfix/harden-admin-settingsFerdinand Thiessen2025-01-272-3/+3
| * fix(theming): Ensure to only send valid URLs to backendFerdinand Thiessen2025-01-272-4/+178
| * fix(theming): Harden admin web link settingsFerdinand Thiessen2025-01-272-10/+23
* | Merge pull request #49645 from nextcloud/fix/noid/clean-config-codeMaxence Lange2025-01-272-4/+2
|\ \
| * | fix(config): drop value detailsfix/noid/clean-config-codeMaxence Lange2025-01-262-4/+2
* | | Merge pull request #50446 from nextcloud/fix/unified-search-sizeFerdinand Thiessen2025-01-273-64/+51
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-272-3/+3
| * | | fix(unifiedsearch): Simplify and correct thumbnail stylesFerdinand Thiessen2025-01-271-61/+48
|/ / /
* | | Merge pull request #45364 from nextcloud/fix/ldap-avoid-false-positive-mappingDaniel2025-01-272-4/+11
|\ \ \
| * | | fix(user_ldap): Do not map groups we do not know if they match filterfix/ldap-avoid-false-positive-mappingCôme Chilliet2025-01-272-4/+11
| | |/ | |/|
* | | Merge pull request #50464 from nextcloud/fix/50215/hideCreateTemplateFolderAndy Scherzinger2025-01-275-12/+14
|\ \ \
| * | | chore(assets): Recompile assetsfix/50215/hideCreateTemplateFoldernextcloud-command2025-01-272-3/+3
| * | | fix: Hide "Create templates folder" option if templates are disabled in confi...Pawel Boguslawski2025-01-273-9/+11
* | | | Merge pull request #50221 from nextcloud/add-integration-tests-for-moving-a-f...Kate2025-01-271-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | test: Add integration tests for moving a file from and to a shared folderadd-integration-tests-for-moving-a-file-from-and-to-a-shared-folderDaniel Calviño Sánchez2025-01-271-0/+27
| |/ /
* | | Merge pull request #48581 from hammer065/fix/issue-35936Andy Scherzinger2025-01-272-7/+38
|\ \ \
| * | | fix(preview): Filter for folders in cleanup old preview jobDario Mehlich2025-01-272-7/+38
* | | | Merge pull request #50234 from nextcloud/bugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-2710-293/+246
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-2710-293/+246
|/ / /
* | | Merge pull request #50315 from nextcloud/chore/symfony-processFerdinand Thiessen2025-01-271-0/+0
|\ \ \
| * | | chore(3rdparty): Bump symfony/process from 6.4.12 to 6.4.15chore/symfony-processFerdinand Thiessen2025-01-271-0/+0
|/ / /
* | | Merge pull request #50455 from nextcloud/bugfix/50443/fix-log-level-handlingDaniel2025-01-271-0/+1
|\ \ \
| * | | fix(log): Fix log level handlingbugfix/50443/fix-log-level-handlingJoas Schilling2025-01-271-0/+1
| |/ /
* | | Merge pull request #50298 from nextcloud/smb-hasupdated-deletedKate2025-01-271-1/+1
|\ \ \ | |/ / |/| |
| * | fix: detect deleted items as updated for smb storagesmb-hasupdated-deletedRobin Appelman2025-01-211-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-27170-228/+484
* | | Merge pull request #50425 from nextcloud/fix/openapi/outdated-specsAndy Scherzinger2025-01-263-513/+2
|\ \ \
| * | | fix(settings): Add back adminstration scope for LogSettingsControllerfix/openapi/outdated-specsprovokateurin2025-01-251-0/+2
| * | | chore(federation): Remove outdated OpenAPI specprovokateurin2025-01-252-513/+0
* | | | Merge pull request #48672 from nextcloud/jtr-settings-memory-limit-detailsAndy Scherzinger2025-01-261-1/+1
|\ \ \ \
| * | | | fix(settings): Add some context to the PHP memory limit errorjtr-settings-memory-limit-detailsJosh2025-01-261-1/+1
* | | | | Merge pull request #50447 from nextcloud/fix/share-labelAndy Scherzinger2025-01-263-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: Ensure `label` is always a stringFerdinand Thiessen2025-01-263-4/+6
|/ / / /
* | | | Merge pull request #50430 from nextcloud/fix/harden-thumbnail-endpointAndy Scherzinger2025-01-263-6/+104
|\ \ \ \
| * | | | chore(files): Deprecate thumbnail endpoint in favor of core preview endpointfix/harden-thumbnail-endpointFerdinand Thiessen2025-01-262-0/+2
| * | | | fix(files): Harden thumbnail endpointFerdinand Thiessen2025-01-262-6/+102
| | |_|/ | |/| |
* | | | Merge pull request #49440 from nextcloud/fix-setupcheck-webfinger-400Andy Scherzinger2025-01-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix(SetupChecks): Pass webfinger if a handler is therefix-setupcheck-webfinger-400Josh2025-01-261-1/+1
|/ / /
* | | Merge pull request #48815 from nextcloud/automated/noid/master-fix-npm-auditKate2025-01-2698-225/+286
|\ \ \
| * | | fix(deps): Fix npm auditnextcloud-command2025-01-2698-225/+286
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-26116-92/+724
* | | Merge pull request #50429 from nextcloud/dependabot/npm_and_yarn/puppeteer-24...Ferdinand Thiessen2025-01-252-72/+137
|\ \ \
| * | | chore(deps-dev): bump puppeteer from 23.10.4 to 24.1.1dependabot[bot]2025-01-252-72/+137
|/ / /
* | | Merge pull request #50336 from nextcloud/dependabot/npm_and_yarn/babel/node-7...dependabot[bot]2025-01-252-10/+24
|\ \ \
| * | | chore(deps-dev): bump @babel/node from 7.25.7 to 7.26.0dependabot/npm_and_yarn/babel/node-7.26.0dependabot[bot]2025-01-232-10/+24
* | | | Merge pull request #50320 from nextcloud/fix/node-vibrantAndy Scherzinger2025-01-2512-669/+43
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/node-vibrantnextcloud-command2025-01-259-78/+12