aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-061-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Allow application to pass external links in navigationCôme Chilliet2024-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-112-0/+146
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #42833 from nextcloud/enh/noid/set-boolean-configFerdinand Thiessen2024-02-091-2/+2
|\ \ \ \ \ | | | | | | | | | | | | small improvement on occ app:config:set
| * | | | | true, on, yes and 1 can be booleanMaxence Lange2024-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scopeFerdinand Thiessen2024-02-096-74/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #43465 from nextcloud/artonge/fix/bad_revert_commitLouis2024-02-084-35/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix bad revert commit
| * | | | | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-11/+11
| | | | | | |
| * | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-082-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | chore!: Remove global `autosize`Ferdinand Thiessen2024-02-081-2/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was deprecated for over 4 years and scheduled for removal with Nextcloud 20. Not used by server or any app anymore. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-084-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* | | | | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-082-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-082-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | chore(perf): prevent unnecessary bundling of caniuse-liteRichard Steinmetz2024-02-071-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It does not support tree shaking as they are still building a cjs bundle. However, they bundle certain futures to separate smaller modules which we can take advantage of. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #43319 from nextcloud/fix/theming-background-primaryAndy Scherzinger2024-02-066-7/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix color of app menu entries and background color
| * | | | | chore: Compile assetsFerdinand Thiessen2024-02-034-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(theming): The background is the primary color and must not be double ↵Ferdinand Thiessen2024-02-032-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-042-0/+78
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-022-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-diJoas Schilling2024-02-012-169/+136
|\ \ \ \ \ | | | | | | | | | | | | Use Dependency Injection in register_commands.php
| * | | | | chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: use DI for \OC\RepairCôme Chilliet2024-01-301-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Revert using DI for IntegrityCodeChecker as it uses a special service ↵Côme Chilliet2024-01-301-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-302-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: use long namespaced class instead of putting it inlineCôme Chilliet2024-01-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Use DI in register_command instead of new callsCôme Chilliet2024-01-301-162/+129
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-012-0/+2
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-312-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43194 from ↵Côme Chilliet2024-01-301-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter
| * | | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-classCôme Chilliet2024-01-301-16/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-13/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3070-76/+76
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-291-6/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | chore: Compile assetsFerdinand Thiessen2024-01-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-272-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #42903 from nextcloud/enh/noid/improve-index-on-appconfigMaxence Lange2024-01-264-16/+219
|\ \ \ \ | | | | | | | | | | improve index on appconfig
| * | | | Update core/Migrations/Version29000Date20240124132202.phpMaxence Lange2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | Update core/Migrations/Version29000Date20240124132201.phpMaxence Lange2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | better indexesMaxence Lange2024-01-244-16/+219
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2692-310/+312
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-253-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-252-17/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-252-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-252-49/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>