summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39400 from nextcloud/rakekniven-patch-1Joas Schilling2023-08-014-5/+5
|\
| * chore(assets): Recompile JSJoas Schilling2023-08-012-3/+3
| * fix(i18n) Changed case of "Files"rakekniven2023-08-012-2/+2
* | Merge pull request #39480 from nextcloud/fix/migrate-to-psr-logger-interface-...Andy Scherzinger2023-08-0111-96/+62
|\ \
| * | Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-0111-96/+62
* | | Merge pull request #39587 from nextcloud/fix/bump-deepdiver1975/tarstreamer-t...Côme Chilliet2023-08-011-0/+0
|\ \ \
| * | | Bump deepdiver1975/tarstreamer to 2.1.0 in masterCôme Chilliet2023-08-011-0/+0
| | |/ | |/|
* | | Merge pull request #39652 from nextcloud/fix/fix-update-3rdparty-commandJohn Molakvoæ2023-08-011-5/+10
|\ \ \ | |/ / |/| |
| * | Fixes in update-3rdparty commandCôme Chilliet2023-08-011-5/+10
|/ /
* | Merge pull request #37481 from nextcloud/ci/checkers/require-autoloader-shipp...Joas Schilling2023-08-011-6/+4
|\ \
| * | ci(checkers): Require composer autoloaders for all shipped appsChristoph Wurst2023-07-241-6/+4
* | | Merge pull request #39330 from nextcloud/feature/openapi/files_sharingKate2023-08-0114-239/+942
|\ \ \
| * | | files_sharing: Add OpenAPI specjld31032023-07-3114-239/+942
* | | | Merge pull request #39649 from nextcloud/fix/sharing-l10nJohn Molakvoæ2023-08-019-13/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(files_sharing): String translationsChristopher Ng2023-07-319-13/+13
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-01140-198/+252
|/ / /
* | | Merge pull request #38581 from nextcloud/fix-hint-posixPytal2023-07-313-14/+13
|\ \ \
| * | | fix: correct hint for missing posix extensionDaniel Kesselberg2023-07-313-14/+13
|/ / /
* | | Merge pull request #38623 from nextcloud/fix/14743/rename-fallback-copy-unlinkDaniel2023-07-311-13/+6
|\ \ \
| * | | fix(storage): fallback to copy and unlink when rename failsDaniel Kesselberg2023-07-311-13/+6
* | | | Merge pull request #39588 from nextcloud/fix/files-api-urlJulius Härtl2023-07-311-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files): url used to retrive storage statsMax2023-07-311-2/+2
|/ / /
* | | Merge pull request #39629 from ir0nhide/fix/sse-cJulius Härtl2023-07-311-1/+1
|\ \ \
| * | | fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-301-1/+1
* | | | Merge pull request #39313 from nextcloud/feature/openapi/user_ldapJulien Veyssier2023-07-312-76/+410
|\ \ \ \
| * | | | user_ldap: Add OpenAPI specjld31032023-07-312-76/+410
* | | | | Merge pull request #39634 from nextcloud/feature/openapi/core/text-processing...Kate2023-07-313-0/+519
|\ \ \ \ \
| * | | | | core: Document text processing APIjld31032023-07-313-0/+519
|/ / / / /
* | | | | Merge pull request #39586 from nextcloud/feat/supported-appsAndy Scherzinger2023-07-319-10/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat(settings): Show supported apps on app settings if subscribedFerdinand Thiessen2023-07-319-10/+33
* | | | | Merge pull request #39223 from nextcloud/feature/openapi/provisioning_apiKate2023-07-3115-350/+559
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | provisioning_api: Add OpenAPI specjld31032023-07-3115-350/+559
| |/ / /
* / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3118-10/+22
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-3038-40/+14
* | | Merge pull request #39474 from nextcloud/rakekniven-patch-2rakekniven2023-07-295-7/+7
|\ \ \
| * \ \ Merge branch 'master' into rakekniven-patch-2rakekniven2023-07-29602-4078/+6776
| |\ \ \ | |/ / / |/| | |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2924-30/+60
* | | | Merge pull request #38179 from nextcloud/dav-permissions-share-root-writeRobin Appelman2023-07-286-25/+123
|\ \ \ \
| * | | | fix share roots always being marked as writableRobin Appelman2023-07-284-24/+72
| * | | | expose MovableMount in public interfaceRobin Appelman2023-07-282-1/+51
|/ / / /
* | | | Merge pull request #39473 from nextcloud/fix/parallel-aware-jobJoas Schilling2023-07-285-71/+111
|\ \ \ \
| * | | | JobTest: Remove outdated testsMarcel Klehr2023-07-281-52/+0
| * | | | Remove allowParallelRuns check in OCP\BackgroundJob\JobMarcel Klehr2023-07-281-5/+0
| * | | | cs:fixMarcel Klehr2023-07-281-1/+0
| * | | | Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
| * | | | Add test for ParallelAwareJobMarcel Klehr2023-07-282-5/+89
* | | | | Merge pull request #37624 from nextcloud/fix/logging-for-failed-fopenArthur Schiwon2023-07-281-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: log fopen calls when stream isn't availableAnna Larch2023-07-201-0/+7
* | | | | Merge pull request #39595 from nextcloud/bugfix/noid/remove-symfony-event-fro...Joas Schilling2023-07-2823-210/+95
|\ \ \ \ \
| * | | | | fix: Align doc type with creationJoas Schilling2023-07-272-4/+2