summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-15158-364/+296
* Merge pull request #36700 from nextcloud/bugfix/noid/bruteforce-protection-no...blizzz2023-02-141-0/+3
|\
| * Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
|/
* Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-145-7/+53
|\
| * cache formats supported by imagickRobin Appelman2023-02-135-7/+53
* | Merge pull request #36656 from nextcloud/route-instrumentationJulius Härtl2023-02-146-35/+123
|\ \
| * | DI for RouterRobin Appelman2023-02-135-27/+96
| * | more routing performance instrumentationRobin Appelman2023-02-102-9/+28
* | | Merge pull request #36675 from nextcloud/rakekniven-patch-3Joas Schilling2023-02-143-5/+5
|\ \ \
| * | | l10n: Fixed grammarrakekniven2023-02-133-5/+5
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1442-36/+20
* | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-135-28/+76
|\ \ \ \
| * | | | more filesystem setup performance instrumentationRobin Appelman2023-02-105-28/+76
| | |/ / | |/| |
* | | | Merge pull request #36670 from nextcloud/automated/noid/master-update-psalm-b...blizzz2023-02-131-15/+4
|\ \ \ \
| * | | | Update psalm baselinenextcloud-command2023-02-131-15/+4
* | | | | Merge pull request #36674 from nextcloud/rakekniven-patch-2Anna2023-02-131-1/+1
|\ \ \ \ \
| * | | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #36633 from nextcloud/fix/36632-create_an_accessible_name_...Julia Kirschenheuter2023-02-131-1/+5
|\ \ \ \ \
| * | | | | Create an accessible name for logo on logged in pagejulia.kirschenheuter2023-02-131-1/+5
* | | | | | Merge pull request #36525 from nextcloud/fix/noid/params-putJulius Härtl2023-02-131-6/+12
|\ \ \ \ \ \
| * | | | | | fix: Only get params from PUT content if possibleJulius Härtl2023-02-031-6/+12
* | | | | | | 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
* | | | | | | | Merge pull request #36641 from nextcloud/instrument-app-registerCôme Chilliet2023-02-132-7/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | instrumentation for app bootingRobin Appelman2023-02-092-10/+17
| * | | | | | | | add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
* | | | | | | | | Merge pull request #36568 from nextcloud/perf/flow-eventsJulius Härtl2023-02-132-4/+72
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-102-4/+72
* | | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1324-22/+2
* | | | | | | | | Merge pull request #36673 from nextcloud/rakekniven-patch-1Simon L2023-02-121-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* / | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-12128-216/+244
|/ / / / / / / /
* | | | | | | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-1021-261/+344
|\ \ \ \ \ \ \ \
| * | | | | | | | Port user menu to VueChristopher Ng2023-02-0921-261/+344
* | | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1120-4/+32
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
* | | | | | | | | 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
| |/ / / / / / / /
* | / / / / / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1070-172/+248
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-...Joas Schilling2023-02-102-48/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix unit testsJoas Schilling2023-02-091-47/+42
| * | | | | | | | fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| * | | | | | | | fix(performance): Only search for auth tokens when the provided login is long...Joas Schilling2023-02-081-1/+22
* | | | | | | | | 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
* | | | | | | | | | Merge pull request #36469 from nextcloud/perf/autoloading/files-external-auth...Julius Härtl2023-02-0913-0/+1362
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | perf(autoloading): Add authoritative autoloader for files_externalChristoph Wurst2023-02-0913-0/+1362
* | | | | | | | | | Merge pull request #36192 from nextcloud/fix/caldav-reminders/fix-timezone-dr...Christoph Wurst2023-02-093-16/+237
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-093-16/+237
| |/ / / / / / / /