aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-153-4/+4
* Merge pull request #47990 from nextcloud/automated/noid/master-update-psalm-b...github-actions[bot]2024-09-152-2/+2
|\
| * chore(tests): Update psalm baselinenextcloud-command2024-09-152-2/+2
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1520-10/+78
* Merge pull request #47920 from nextcloud/artonge/feat/reset_route_when_sideba...Louis2024-09-143-10/+26
|\
| * feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-143-10/+26
* | Merge pull request #47928 from nextcloud/bugfix/noid/update-opendyslexicJohn Molakvoæ2024-09-149-16/+8
|\ \
| * | fix(tests): Test OTF font filebugfix/noid/update-opendyslexicJoas Schilling2024-09-121-1/+1
| * | fix(a11y): Update OpenDyslexic from 0.920 to 2.001Joas Schilling2024-09-128-15/+7
| |/
* | Merge pull request #47971 from nextcloud/fix/do-not-try-to-change-response-co...Côme Chilliet2024-09-141-1/+2
|\ \
| * | fix: Do not try to set HTTP response code on already closed connectionCôme Chilliet2024-09-141-1/+2
* | | Merge pull request #47293 from nextcloud/feat/logger-allow-psr-loglevelFerdinand Thiessen2024-09-142-89/+118
|\ \ \
| * | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-142-89/+118
| |/ /
* | | Merge pull request #47968 from nextcloud/fixKeyExFileExtJohn Molakvoæ2024-09-141-4/+8
|\ \ \ | |/ / |/| |
| * | fix(files_external): Check key exists before accessing itfixKeyExFileExtGit'Fellow2024-09-141-4/+8
|/ /
* | 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
|/ /
* | Merge pull request #47960 from nextcloud/dependabot/composer/vendor-bin/psalm...dependabot[bot]2024-09-141-90/+98
|\ \
| * | build(deps): bump vimeo/psalm from 5.25.0 to 5.26.1 in /vendor-bin/psalmdependabot[bot]2024-09-141-90/+98
* | | Merge pull request #47961 from nextcloud/automated/noid/master-update-psalm-b...github-actions[bot]2024-09-141-9/+0
|\ \ \ | |/ / |/| |
| * | chore(tests): Update psalm baselinenextcloud-command2024-09-141-9/+0
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
* | Merge pull request #47954 from nextcloud/fix/files/cache-search-query-paramet...Kate2024-09-132-4/+4
|\ \
| * | fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-132-4/+4
|/ /
* | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-1326-156/+186
|\ \
| * | chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13
| * | fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-1314-55/+58
| * | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-1315-100/+115
* | | 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
| * | | fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-134-70/+119
|/ / /
* | | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-1337-1031/+1175
|\ \ \
| * | | fix: Fix phpdoc wordingCôme Chilliet2024-09-131-3/+3
| * | | chore: Add descriptions for new events and fix copyright yearCôme Chilliet2024-09-103-6/+9
| * | | fix(admin_audit): Remove now unused methods and classesCôme Chilliet2024-09-106-356/+23
| * | | chore(admin_audit): Fix License headers on new filesCôme Chilliet2024-09-108-133/+23
| * | | feat(admin_audit): Move admin_audit hooks to modern event listenersThomas Citharel2024-09-1019-477/+998
| * | | feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-1011-193/+241
| * | | chore: Code cleanup in lib/private/Console/ApplicationThomas Citharel2024-09-101-10/+15
| * | | feat: Add mimetype into BeforePreviewFetchedEvent eventThomas Citharel2024-09-103-10/+20
* | | | Merge pull request #47883 from nextcloud/fix/setup-checksFerdinand Thiessen2024-09-138-50/+311
|\ \ \ \
| * | | | refactor(settings): `CheckServerResponseTrait` always expect absolute pathFerdinand Thiessen2024-09-135-65/+70
| * | | | fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-137-28/+284
* | | | | Merge pull request #47933 from nextcloud/bugfix/noid/throw-precondition-failu...Joas Schilling2024-09-132-3/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(config): Throw PreconditionException always when it didn't matchJoas Schilling2024-09-132-3/+39
| | |/ / | |/| |
* | | | Merge pull request #47932 from nextcloud/automated/noid/master-update-psalm-b...github-actions[bot]2024-09-131-8/+0
|\ \ \ \
| * | | | chore(tests): Update psalm baselinenextcloud-command2024-09-131-8/+0
| |/ / /
* | | | Merge pull request #47854 from nextcloud/validAppsFromAppStoreGit'Fellow2024-09-131-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix: check if key is setGit'Fellow2024-09-131-1/+1
| * | | fix(appstore): Ensure returned apps from AppStore are validGit'Fellow2024-09-111-1/+2