aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0348-20/+698
* Merge pull request #40981 from nextcloud/fix/object-storage-userArthur Schiwon2024-02-024-39/+33
|\
| * refactor(objectstorage): cleanup typesThomas Citharel2024-02-024-17/+23
| * refactor(objectstorage): move $user property from ObjectStoreStorage class to...Thomas Citharel2024-02-022-14/+6
| * fix(objectstorage): cleanup HomeObjectStoreStorageThomas Citharel2024-02-021-8/+4
* | Merge pull request #43296 from nextcloud/kerb-sso-fix3Joas Schilling2024-02-021-2/+3
|\ \
| * | fix successfull authentication detectionRobin Appelman2024-02-021-2/+3
* | | Merge pull request #43273 from nextcloud/bugfix/noid/make-apps-cypress-test-m...John Molakvoæ2024-02-021-2/+20
|\ \ \ | |/ / |/| |
| * | fix(tests): Make the cypress apps management test more reliableJoas Schilling2024-02-021-2/+20
* | | Merge pull request #42811 from nextcloud/app-command-load-non-fatalRobin Appelman2024-02-021-1/+8
|\ \ \
| * | | make failure to load app commands non-fatalRobin Appelman2024-02-021-1/+8
* | | | Merge pull request #43220 from nextcloud/chore/migrate-webdavFerdinand Thiessen2024-02-027-80/+120
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(ci): Disable coverage on pull requestsFerdinand Thiessen2024-02-023-7/+7
| * | | Sign drone.ymlJoas Schilling2024-02-021-1/+1
| * | | fix(tests): Adjust `files_external` tests to also work locally with WebDAVFerdinand Thiessen2024-02-022-8/+13
| * | | chore(ci): Migrate files-external webdav tests to GitHubFerdinand Thiessen2024-02-024-71/+106
| |/ /
* | | Merge pull request #43174 from nextcloud/fix/files--do-not-open-folder-file-f...John Molakvoæ2024-02-023-5/+5
|\ \ \
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-02-022-3/+3
| * | | fix(files): do not open file by id on load for foldersGrigorii K. Shartsev2024-02-021-2/+2
| | |/ | |/|
* | | Merge pull request #43271 from nextcloud/fix/a11y/status-return-focusPytal2024-02-026-7/+29
|\ \ \ | |_|/ |/| |
| * | chore: compile assetsChristopher Ng2024-02-014-6/+6
| * | fix(user_status): Fix losing focus to body when closing user status modalChristopher Ng2024-02-012-1/+23
* | | Merge pull request #42696 from nextcloud/fix-issue-42464Christoph Wurst2024-02-021-2/+1
|\ \ \ | |_|/ |/| |
| * | fix(caldav): only call getTimestamp() on actual DateTime dataThomas Citharel2024-02-021-2/+1
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-0226-20/+332
* | Merge pull request #43024 from nextcloud/42835-use-default-perms-4new-sharesF. E Noel Nfebe2024-02-0210-36/+47
|\ \
| * | chore: compile assetsfenn-cs2024-02-017-7/+7
| * | Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-012-19/+8
| * | Consider admin defaults when creating sharesfenn-cs2024-02-013-12/+34
| |/
* | Revert "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-012-20/+0
* | Merge pull request #43132 from nextcloud/enh/41755/update-appframework-apiMaxence Lange2024-02-014-14/+1220
|\ \ | |/ |/|
| * better testsMaxence Lange2024-02-011-129/+606
| * fix lintMaxence Lange2024-01-311-18/+18
| * adding testMaxence Lange2024-01-313-3/+217
| * fix psalmMaxence Lange2024-01-313-7/+12
| * sync with new OCP\IAppConfigMaxence Lange2024-01-312-14/+524
* | Merge pull request #43234 from nextcloud/fix/provisioning-exception-msgsFerdinand Thiessen2024-02-012-82/+60
|\ \
| * | fix(provisioning_api): Translate exceptions shown in the frontend + replace s...Ferdinand Thiessen2024-02-012-82/+60
* | | Merge branch 'master' of github.com:nextcloud/serverLouis Chemineau2024-02-012-2/+2
|\ \ \
| * \ \ Merge pull request #43210 from nextcloud/fix/use-github-ci-for-s3-testsJoas Schilling2024-02-012-2/+2
| |\ \ \
| | * | | chore(ci): Force github CI for tests failing on self-hosted runnersCôme Chilliet2024-01-302-2/+2
* | | | | Cleanup versions entity in during versions:clean commandLouis Chemineau2024-02-012-0/+20
|/ / / /
* | | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-diJoas Schilling2024-02-0111-254/+179
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Make Repair object injectable and fix BackgroundRepair testCôme Chilliet2024-02-012-21/+13
| * | | chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-302-13/+6
| * | | chore: use DI for \OC\RepairCôme Chilliet2024-01-306-24/+16
| * | | chore: Revert using DI for IntegrityCodeChecker as it uses a special service ...Côme Chilliet2024-01-301-4/+12
| * | | chore: use DI for Command\Security\ListCertificatesCôme Chilliet2024-01-302-2/+6
| * | | chore: use long namespaced class instead of putting it inlineCôme Chilliet2024-01-301-1/+2
| * | | chore: Fix DI for Encryption\DecryptAll commandCôme Chilliet2024-01-303-47/+15