aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-3196-86/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43172 from ↵Ferdinand Thiessen2024-01-304-12/+19
|\ | | | | | | | | nextcloud/fix/43149/files--table-header-actions-position fix(files): selected files actions position on scroll/with readme block
| * chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-302-3/+3
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-302-9/+16
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Revert "switching to new IAppConfig"Maxence Lange2024-01-301-16/+52
| | | | | | | | | | | | | | This reverts commit c693c58d253168e712cde57b2dd8ea3262b900e8. Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | switching to new IAppConfigMaxence Lange2024-01-301-52/+16
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #43171 from nextcloud/fix/vue-8-5-1Ferdinand Thiessen2024-01-30106-194/+194
|\ | | | | chore: Update `@nextcloud/vue` to 8.5.1
| * chore: Update `@nextcloud/vue` to 8.5.1Ferdinand Thiessen2024-01-30106-194/+194
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43194 from ↵Côme Chilliet2024-01-3062-36/+83
|\ | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter
| * chore: Fix twofactor_backupcodes testsCôme Chilliet2024-01-302-24/+12
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Fix template parameter for some listenersCôme Chilliet2024-01-302-3/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(twofactor_backupcodes): Mirate away from deprecated eventCôme Chilliet2024-01-303-9/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-3059-4/+61
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore(codeowners): add frontend files expertiseJohn Molakvoæ2024-01-301-0/+7
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | Merge pull request #42936 from ↵Andy Scherzinger2024-01-303-4/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/files_reference_widget_inaccessible_wording fix(files): Improve inaccessible files message in file reference widget
| * | chore(assets): Recompile assetsnextcloud-command2024-01-302-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Improve inaccessible files message in file reference widgetJonas2024-01-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | | Merge pull request #43185 from nextcloud/feat/db/dirty-queries-productionJoas Schilling2024-01-302-1/+18
|\ \ \ | |/ / |/| | feat(db): Make dirty query logging available in production
| * | feat(db): Make dirty query logging available in productionChristoph Wurst2024-01-302-1/+18
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-classCôme Chilliet2024-01-307-257/+160
|\ \ | |/ |/|
| * chore: Cleanup Installer class as wellCôme Chilliet2024-01-293-72/+35
| | | | | | | | 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-296-185/+125
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #43188 from nextcloud/fix/ci-disable-coverage-on-prCôme Chilliet2024-01-308-8/+9
|\ \
| * | chore(ci): Turn off codecov patch CICôme Chilliet2024-01-291-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore(ci): Disable code coverage upload on pull requestCôme Chilliet2024-01-297-8/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-30150-76/+216
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #43031 from nextcloud/fix/fix-throw-phpdoc-in-setupresultCôme Chilliet2024-01-291-0/+9
|\ \ \
| * | | Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
| | |/ | |/| | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #42331 from nextcloud/fix/auth-token-settingsFerdinand Thiessen2024-01-294-4/+5
|\ \ \ | | | | | | | | fix(settings): Disable renaming for tokens marked to be wiped
| * | | chore: Compile assetsFerdinand Thiessen2024-01-292-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-292-1/+2
| | |/ | |/| | | | | | | | | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42794 from nextcloud/fix/invalid-trusted-proxiesFerdinand Thiessen2024-01-291-1/+8
|\ \ \ | |_|/ |/| | fix(Request): Catch exceptions in `isTrustedProxy`
| * | fix(Request): Catch exceptions in `isTrustedProxy`Ferdinand Thiessen2024-01-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw. But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42942 from nextcloud/enh/migrate-debugmode-setupcheckCôme Chilliet2024-01-295-6/+59
|\ \ \ | |_|/ |/| |
| * | Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-295-6/+59
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42930 from nextcloud/fix/6914/overwritecondArthur Schiwon2024-01-292-8/+7
|\ \ | | | | | | Fix: config param 'overwritecondaddr' not working
| * | test(unit): fix RequestTestArthur Schiwon2024-01-271-3/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | code style: ommited space, reverted [code review]Pavel Kryl2024-01-271-1/+1
| | |
| * | fixing bug #6914: Config Param 'overwritecondaddr' not workingPavel Kryl2024-01-271-6/+4
| |/ | | | | | | | | | | | | - just ignoring/removing extra parameter 'protocol' as suggested by blizzz Signed-off-by: Pavel Kryl <pavel@kryl.eu>
* | Merge pull request #43143 from ↵Joas Schilling2024-01-291-0/+0
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/scssphp/scssphp-1.12.1 chore(deps): Bump scssphp/scssphp from 1.11.0 to 1.12.1
| * | chore(deps): Bump scssphp/scssphp from 1.11.0 to 1.12.1Joas Schilling2024-01-291-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2910-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-28120-142/+110
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43147 from nextcloud/fix/files-unify-folder-before-filesFerdinand Thiessen2024-01-277-13/+24
|\ \ | |/ |/| fix(files): Consistent sorting for folders before files (user configurable)
| * fix(cypress): Adjust files sorting testsFerdinand Thiessen2024-01-271-6/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore: Compile assetsFerdinand Thiessen2024-01-272-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-274-4/+15
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43159 from ↵dependabot[bot]2024-01-277-8/+8
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/actions/checkout-4.1.1
| * | chore(deps): Bump actions/checkout from 3.5.2 to 4.1.1dependabot[bot]2024-01-277-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #43161 from ↵dependabot[bot]2024-01-273-6/+6
|\ \ \ | |_|/ |/| | | | | nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0