aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-multiple...Andy Scherzinger2023-12-061-1/+0
|\
| * fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
* | Merge pull request #42033 from nextcloud/perf/cache-trusted-servers-per-requestJulius Härtl2023-12-051-2/+12
|\ \
| * | perf: Only query the db once for trusted serversJulius Härtl2023-12-051-2/+12
* | | Merge pull request #42021 from nextcloud/bugfix/noid/fix-undefined-array-entriesJulius Härtl2023-12-053-5/+5
|\ \ \
| * | | chore: Bump bundlesJulius Härtl2023-12-052-3/+3
| * | | fix: Also filter out undefined entries from the file listJulius Härtl2023-12-051-2/+2
| |/ /
* | | Merge pull request #42031 from nextcloud/enh/41614/fix-personal-settingsSimon L2023-12-054-3/+12
|\ \ \ | |/ / |/| |
| * | fix look of personal global credentials settingsSimon L2023-12-054-3/+12
* | | Merge pull request #41744 from nextcloud/3rdparty/json-schemaJulius Härtl2023-12-051-0/+0
|\ \ \
| * | | chore: Update 3rdparty justinrainbow/json-schemaJulius Härtl2023-11-251-0/+0
* | | | Merge pull request #42001 from nextcloud/bugfix/noid/improve-logging-of-bulk-...Joas Schilling2023-12-053-5/+22
|\ \ \ \
| * | | | fix(dav): Improve handling and logging of bulk upload failuresJoas Schilling2023-12-053-5/+22
| | |/ / | |/| |
* | | | Merge pull request #41346 from nextcloud/fix/files/quota-warningJohn Molakvoæ2023-12-0523-31/+132
|\ \ \ \
| * | | | fix(files): better upload error handlingJohn Molakvoæ2023-12-0523-32/+88
| * | | | feat(files): disable upload button if quota is reachedJohn Molakvoæ2023-12-051-1/+28
| * | | | feat(files): show quota warning on page load or if storage becomes fullJohn Molakvoæ2023-12-051-0/+18
| |/ / /
* | | | Merge pull request #41979 from nextcloud/fix/status-sizeJohn Molakvoæ2023-12-053-4/+6
|\ \ \ \
| * | | | fix(files_sharing): fix sharing status indicator side after component updateJohn Molakvoæ2023-12-053-4/+6
| |/ / /
* | | | Merge pull request #41994 from nextcloud/fix/unified-search-show-better-labelsFerdinand Thiessen2023-12-053-5/+4
|\ \ \ \
| * | | | fix(UnifiedSearch): Show translated text for filter labelFerdinand Thiessen2023-12-053-5/+4
| |/ / /
* | | | Merge pull request #42007 from nextcloud/fix/2f-uiFerdinand Thiessen2023-12-053-4/+5
|\ \ \ \
| * | | | fix: inconsistencies in the shared two-factor UIRichard Steinmetz2023-12-043-4/+5
* | | | | Merge pull request #41984 from nextcloud/automated/noid/master-fix-npm-auditFerdinand Thiessen2023-12-051-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore(deps): fix npm auditnextcloud-command2023-12-041-3/+3
* | | | | Merge pull request #41927 from nextcloud/perf/login-with-email-tokenJulius Härtl2023-12-055-5/+38
|\ \ \ \ \
| * | | | | perf: Add partial index on configvalue of preferences tableJulius Härtl2023-11-302-0/+15
| * | | | | fix: Only apply cast if needed when searching users for valueJulius Härtl2023-11-301-2/+11
| * | | | | perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2023-11-302-3/+12
* | | | | | Merge pull request #41993 from nextcloud/fix/move-heading-out-of-list-unified...Ferdinand Thiessen2023-12-054-13/+14
|\ \ \ \ \ \
| * | | | | | chore: Compile assetsFerdinand Thiessen2023-12-032-3/+3
| * | | | | | fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-032-6/+10
| * | | | | | fix(UnifiedSearch): Move headings out of list elementsFerdinand Thiessen2023-12-031-9/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-057-27/+260
|\ \ \ \ \ \
| * | | | | | fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-057-27/+260
* | | | | | | Merge pull request #42019 from nextcloud/fix/41980/check-migrationAndy Scherzinger2023-12-051-2/+26
|\ \ \ \ \ \ \
| * | | | | | | +files_metadata_installedMaxence Lange2023-12-051-2/+26
|/ / / / / / /
* | | | / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-12-0518-30/+236
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #42006 from nextcloud/bugfix/41448Julius Härtl2023-12-043-5/+11
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsnextcloud-command2023-12-042-3/+3
| * | | | | | fix: Properly take show_hidden user setting into account for file listingJulius Härtl2023-12-041-2/+8
|/ / / / / /
* | | | | | Merge pull request #41985 from nextcloud/pulsejet/fix-log-exceptionVarun Patil2023-12-041-2/+2
|\ \ \ \ \ \
| * | | | | | fix(files): allow any throwable in logExceptionVarun Patil2023-12-041-2/+2
* | | | | | | Merge pull request #42008 from nextcloud/techdebt/noid/allow-to-load-multiple...Joas Schilling2023-12-043-1/+60
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-043-1/+60
|/ / / / / /
* | | | | | Merge pull request #41999 from nextcloud/bugfix/noid/handle-idn_to_utf8-retur...Joas Schilling2023-12-043-3/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-043-3/+17
* | | | | | Merge pull request #41995 from nextcloud/fix/template-manager-templatedirecto...Joas Schilling2023-12-041-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
|/ / / / /
* | / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-12-0432-16/+58
| |/ / / |/| | |