aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_external): Check key exists before accessing itfixKeyExFileExtGit'Fellow2024-09-141-4/+8
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #47965 from nextcloud/dependabot/npm_and_yarn/express-4.21.0dependabot[bot]2024-09-141-61/+65
|\
| * build(deps-dev): bump express from 4.19.2 to 4.21.0dependabot[bot]2024-09-141-61/+65
|/ | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #47960 from ↵dependabot[bot]2024-09-141-90/+98
|\ | | | | | | nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-5.26.1
| * build(deps): bump vimeo/psalm from 5.25.0 to 5.26.1 in /vendor-bin/psalmdependabot[bot]2024-09-141-90/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.25.0 to 5.26.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.25.0...5.26.1) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #47961 from ↵github-actions[bot]2024-09-141-9/+0
|\ \ | |/ |/| | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * chore(tests): Update psalm baselinenextcloud-command2024-09-141-9/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47954 from ↵Kate2024-09-132-4/+4
|\ | | | | | | nextcloud/fix/files/cache-search-query-parameter-name
| * fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-132-4/+4
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-1326-156/+186
|\ | | | | Migrate away from OC_App to IAppManager
| * chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-1314-55/+58
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-1315-100/+115
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #47945 from nextcloud/fix/external-storage-credsJohn Molakvoæ2024-09-1310-73/+339
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2024-09-136-3/+220
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-134-70/+119
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #47865 from ↵Côme Chilliet2024-09-1337-1031/+1175
|\ \ | | | | | | | | | | | | nextcloud/admin_audit/enh/move-to-event-listeners-v2 Move admin_audit to proper event listeners v2
| * | fix: Fix phpdoc wordingCôme Chilliet2024-09-131-3/+3
| | | | | | | | | | | | Co-authored-by: Anna <anna@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | chore: Add descriptions for new events and fix copyright yearCôme Chilliet2024-09-103-6/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(admin_audit): Remove now unused methods and classesCôme Chilliet2024-09-106-356/+23
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore(admin_audit): Fix License headers on new filesCôme Chilliet2024-09-108-133/+23
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(admin_audit): Move admin_audit hooks to modern event listenersThomas Citharel2024-09-1019-477/+998
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-1011-193/+241
| | | | | | | | | | | | | | | | | | Based on work from https://github.com/nextcloud/server/pull/32019 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | chore: Code cleanup in lib/private/Console/ApplicationThomas Citharel2024-09-101-10/+15
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | feat: Add mimetype into BeforePreviewFetchedEvent eventThomas Citharel2024-09-103-10/+20
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #47883 from nextcloud/fix/setup-checksFerdinand Thiessen2024-09-138-50/+311
|\ \ \ | | | | | | | | fix(setup-checks): Ensure URL with webroot works
| * | | refactor(settings): `CheckServerResponseTrait` always expect absolute pathFerdinand Thiessen2024-09-135-65/+70
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-137-28/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We basically mock the way `URLGenerator::getAbsoluteURL` works, so we must make sure that the URL might already contain the webroot. Because `baseURL` and `cliURL` also contain the webroot we need to remove the webroot from the URL first. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #47933 from ↵Joas Schilling2024-09-132-3/+39
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/throw-precondition-failure-when-not-matching fix(config): Throw PreconditionException always when it didn't match
| * | | fix(config): Throw PreconditionException always when it didn't matchJoas Schilling2024-09-132-3/+39
| | |/ | |/| | | | | | | | | | | | | | | | | | | Previously even when the precondition did not match, the call "passed" when the after value was the expected one. This however can lead to race conditions, duplicate code excutions and other things. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #47932 from ↵github-actions[bot]2024-09-131-8/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | chore(tests): Update psalm baselinenextcloud-command2024-09-131-8/+0
| |/ / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #47854 from nextcloud/validAppsFromAppStoreGit'Fellow2024-09-131-1/+2
|\ \ \ | |/ / |/| | fix(appstore): Ensure returned apps from AppStore are valid
| * | fix: check if key is setGit'Fellow2024-09-131-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: lint chore: remove space Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: check if response array is null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> chore: Add log
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1332-8/+118
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47930 from nextcloud/chore/noid/bump-db-versionAndy Scherzinger2024-09-122-1/+1
|\ \ \ | | | | | | | | build: bump version to run sha265 for background job arguments migration
| * | | chore: bump 3rdpartyDaniel Kesselberg2024-09-121-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | build: bump version to run sha265 for background job arguments migrationDaniel Kesselberg2024-09-121-1/+1
|/ / / | | | | | | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/47769 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-uiJosh2024-09-121-0/+2
|\ \ \ | | | | | | | | fix(files_external): Handling in FTP UI for custom ports
| * | | fix: custom port handling in UI for FTP External StorageJosh2024-08-271-0/+2
| | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | Merge pull request #47527 from nextcloud/fix-sftp-custom-port-uiJosh2024-09-121-0/+2
|\ \ \ \ | | | | | | | | | | fix(files_external): Handling in SFTP UI for custom ports
| * | | | fix: custom port handling in UI for SFTPJosh Richards2024-08-271-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | | Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespaceCôme Chilliet2024-09-1212-460/+195
|\ \ \ \ | | | | | | | | | | fix: Move OC_API into \OC\ApiHelper in standard namespace
| * | | | chore: Make parameter name more explicitCôme Chilliet2024-09-091-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Force 503 HTTP status code for maintenance mode on v1Côme Chilliet2024-09-092-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | chore: Deleted now unused classes from \OC\OCSCôme Chilliet2024-09-094-160/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | chore: Adapt tests to OC_API refactoringCôme Chilliet2024-09-095-114/+93
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Remove duplicated code in \OC\OCS\ApiHelper, use Response classes insteadCôme Chilliet2024-09-092-111/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>