aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36700 from ↵blizzz2023-02-141-0/+3
|\ | | | | | | | | nextcloud/bugfix/noid/bruteforce-protection-not-working Also copy meta data when converting DataResponse to JSONRe…
| * Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-145-7/+53
|\ | | | | cache formats supported by imagick
| * cache formats supported by imagickRobin Appelman2023-02-135-7/+53
| | | | | | | | | | | | turns out this can be quite slow Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36656 from nextcloud/route-instrumentationJulius Härtl2023-02-146-35/+123
|\ \
| * | DI for RouterRobin Appelman2023-02-135-27/+96
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more routing performance instrumentationRobin Appelman2023-02-102-9/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #36675 from nextcloud/rakekniven-patch-3Joas Schilling2023-02-143-5/+5
|\ \ \ | | | | | | | | l10n: Fixed grammar
| * | | l10n: Fixed grammarrakekniven2023-02-133-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1442-36/+20
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-135-28/+76
|\ \ \ \ | | | | | | | | | | more filesystem setup performance instrumentation
| * | | | more filesystem setup performance instrumentationRobin Appelman2023-02-105-28/+76
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #36670 from ↵blizzz2023-02-131-15/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | Update psalm baselinenextcloud-command2023-02-131-15/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #36674 from nextcloud/rakekniven-patch-2Anna2023-02-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | l10n: Fixed grammar
| * | | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | Merge pull request #36633 from ↵Julia Kirschenheuter2023-02-131-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/36632-create_an_accessible_name_for_logo Create an accessible name for logo on logged in page
| * | | | | Create an accessible name for logo on logged in pagejulia.kirschenheuter2023-02-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | | Merge pull request #36525 from nextcloud/fix/noid/params-putJulius Härtl2023-02-131-6/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Only get params from PUT content if possible
| * | | | | | fix: Only get params from PUT content if possibleJulius Härtl2023-02-031-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #36646 from nextcloud/perf/files-setupfsJulius Härtl2023-02-130-0/+0
|\ \ \ \ \ \ \
| * | | | | | | perf: No need to setup the full filesystem for getting storage infoJulius Härtl2023-02-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #36641 from nextcloud/instrument-app-registerCôme Chilliet2023-02-132-7/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add more profiler instrumentation to app loading
| * | | | | | | | instrumentation for app bootingRobin Appelman2023-02-092-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #36568 from nextcloud/perf/flow-eventsJulius Härtl2023-02-132-4/+72
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | perf(workflowengine): Cache query that is performed on every request
| * | | | | | | | perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-102-4/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1324-22/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #36673 from nextcloud/rakekniven-patch-1Simon L2023-02-121-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | l10n: Fixed grammar
| * | | | | | | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* / | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-12128-216/+244
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-1021-261/+344
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Port user menu to Vue
| * | | | | | | | Port user menu to VueChristopher Ng2023-02-0921-261/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1120-4/+32
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #36608 from nextcloud/storageinfo-no-explicit-setupJulius Härtl2023-02-101-5/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the implicit setup gets enough data without having to do a full setup. Saves having to do a full fs setup for the files webui template Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #36610 from nextcloud/folder-lazy-submountsJulius Härtl2023-02-105-37/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-095-37/+50
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for most operations we don't actually care about any mounts inside a folder, only for metadata that needs to propagate across storage boundaries (size, etag, mtime) do we need all the submount info. By only loading this data when needed we can save a bunch of storage setup in a number of cases Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / / / / / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1070-172/+248
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #36621 from ↵Joas Schilling2023-02-102-48/+72
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/perf/noid/only-check-for-token-when-it-can-actually-be fix(performance): Only search for auth tokens when the provided login…
| * | | | | | | | Fix unit testsJoas Schilling2023-02-091-47/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | fix(performance): Only search for auth tokens when the provided login is ↵Joas Schilling2023-02-081-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | long enough Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-matchJoas Schilling2023-02-091-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | | | Merge pull request #36469 from ↵Julius Härtl2023-02-0913-0/+1362
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | nextcloud/perf/autoloading/files-external-authoritative-autoloader
| * | | | | | | | | perf(autoloading): Add authoritative autoloader for files_externalChristoph Wurst2023-02-0913-0/+1362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | | Merge pull request #36192 from ↵Christoph Wurst2023-02-093-16/+237
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/caldav-reminders/fix-timezone-drift-all-day-reminders fix(caldav): Fix reminder timezone drift for all-day events
| * | | | | | | | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-093-16/+237
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #36562 from nextcloud/debug/session-hash-slowdownJulius Härtl2023-02-092-1/+50
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |