aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetsnextcloud-command2024-05-104-26/+4
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: move SPDX info of generated files to dep5 definitionAndy Scherzinger2024-05-101-2/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-1013-214/+34
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-082-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): bump core-js from 3.36.1 to 3.37.0dependabot[bot]2024-05-074-4/+4
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge branch 'master' into reduce-border-radiusMarco2024-05-072-24/+24
|\
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-05-072-24/+24
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge branch 'master' into reduce-border-radiusMarco2024-05-064-4/+4
|\|
| * chore: Compile assetsFerdinand Thiessen2024-05-064-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat: reduce app container border radiusMarco2024-05-061-1/+1
|/ | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* Merge pull request #30359 from nextcloud/enh/background-job-classMarcel Klehr2024-05-063-1/+253
|\ | | | | Allow calling cron jobs background job class with occ
| * feat(bg-jobs): support multiple arguments in cron.php and ↵Julien Veyssier2024-05-021-21/+7
| | | | | | | | | | | | occ:background-job:worker for the job class list Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-023-12/+23
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * feat(bg-jobs): allow setting a job class list instead of a single class in ↵Julien Veyssier2024-05-022-10/+32
| | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-023-10/+10
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(bg-jobs): Remove interval bookkeepingMarcel Klehr2024-05-021-36/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-021-7/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-024-207/+267
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-022-0/+213
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #45160 from nextcloud/fix/styleF. E Noel Nfebe2024-05-045-4/+8
|\ \ | | | | | | fix: Changes the color of the "Delete User" and "X" exit buttons on hover.
| * | fix: Changes the color of the "Delete User" and "X" exit buttons on hover.Ty Davis2024-05-025-4/+8
| |/ | | | | | | | | | | | | | | Adjust 'X' close button border so that contrast is 3:1. Co-authored-by: Ty Davis <noreply@mail.theTyster.dev> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ty <136642464+theTyster@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-044-26/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(icons): Update files iconprovokateurin2024-05-031-1/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(core): add fs_name_hash index to migrationVarun Patil2024-04-301-0/+1
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* Merge pull request #44829 from nextcloud/feat/add-storage-tree-to-info-fileCôme Chilliet2024-04-301-3/+14
|\ | | | | feat(occ): Add --storage-tree option to info:file to help debug storages
| * feat(occ): Add --storage-tree option to info:file to help debug storagesCôme Chilliet2024-04-151-3/+14
| | | | | | | | | | | | Wrapping can get kind of crazy and this helps understanding the situation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties ↵Côme Chilliet2024-04-301-2/+2
| | | | | | | | | | | | for LDAP classes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-304-4/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-292-1/+6
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #44586 from nextcloud/pulsejet/name-idxFerdinand Thiessen2024-04-281-0/+5
|\ \ | | | | | | perf(core): add index on name
| * | perf(core): add index on nameVarun Patil2024-03-301-0/+5
| | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-252-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44923 from nextcloud/fix/public-share-truncationPytal2024-04-236-14/+29
|\ \ \ | | | | | | | | fix: Fix truncation on public page
| * | | chore: compile assetsChristopher Ng2024-04-224-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: Fix truncation on public sharesChristopher Ng2024-04-222-10/+25
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-urlChristoph Wurst2024-04-233-5/+11
|\ \ \ \ | |/ / / |/| | | fix(auth): Keep redirect URL during 2FA setup and challenge
| * | | fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-193-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #44905 from nextcloud/deps/nextcloud/dialogs-5.3.1Pytal2024-04-221-1/+1
|\ \ \ \ | | | | | | | | | | chore(deps): Bump @nextcloud/dialogs to v5.3.1
| * | | | chore: compile assetsChristopher Ng2024-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix: Revert to OC_App in places where we need all apps even disabled onesCôme Chilliet2024-04-222-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix: use DI to build main Application class in console.phpCôme Chilliet2024-04-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-226-30/+58
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-222-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-212-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>