aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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>
| * | | | fix: Move ApiHelper to \OC\OCS next to related classesCôme Chilliet2024-09-094-5/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: A bit of code cleanup in OC\AppFramework\OCS\ApiHelperCôme Chilliet2024-09-091-30/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Move OC_API into \OC\ApiHelper in standard namespaceCôme Chilliet2024-09-094-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s only used by ocs/v1.php Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #47914 from nextcloud/fix/noid/ldap-range-index-checkArthur Schiwon2024-09-121-4/+3
|\ \ \ \ \ | | | | | | | | | | | | fix(LDAP): check index before accessing it
| * | | | | fix(LDAP): check index before accessing itArthur Schiwon2024-09-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #47913 from nextcloud/fix/whiteboard-app-bundlesJulius Knorr2024-09-123-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix: Add whiteboard to education and public sector bundle
| * | | | | fix: Add whiteboard to education and public sector bundleJulius Knorr2024-09-123-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | Merge pull request #47906 from nextcloud/chore/trashbin-retention-config-cleanupAndy Scherzinger2024-09-121-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore: Update trashbin retention documentation with exceeded quota details
| * | | | | | chore: Update trashbin retention documentation with exceeded quota detailsChristopher Ng2024-09-111-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1258-84/+150
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #47586 from nextcloud/fix/colorFerdinand Thiessen2024-09-1113-119/+464
|\ \ \ \ \ | | | | | | | | | | | | fix(theming): Add migration to restore primary color after separating primary and background
| * | | | | fix: Adjust types of IQueryBuilder to properly allow joining with sub-queryFerdinand Thiessen2024-09-103-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix: Use migration instead of repair step for restoring custom colorFerdinand Thiessen2024-09-107-74/+315
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-106-99/+109
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix: Add repair step to restore primary color after separating primary and ↵Ferdinand Thiessen2024-09-104-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(theming): Allow to specify a userId manually in BackgroundServiceFerdinand Thiessen2024-09-102-21/+44
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #47891 from nextcloud/fix/make-watcher-null-safeKate2024-09-113-6/+8
|\ \ \ \ \ \