aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39169 from nextcloud/fix/migrate-to-psr-logger-interface-...Benjamin Gaussorgues2023-07-117-142/+58
|\
| * Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-067-142/+58
* | Merge pull request #39160 from nextcloud/fix/migrate-to-psr-logger-interface-...Benjamin Gaussorgues2023-07-119-338/+114
|\ \
| * | Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-079-338/+114
* | | Merge pull request #39286 from nextcloud/feature/openapi/dashboardKate2023-07-115-8/+74
|\ \ \
| * | | dashboard: Add OpenAPI specjld31032023-07-115-8/+74
* | | | Merge pull request #39190 from nextcloud/bugfix/noid/move-dav-app-to-non-depr...John Molakvoæ2023-07-112-31/+16
|\ \ \ \
| * | | | fix(CI): Fix type confusion with PsalmJoas Schilling2023-07-071-4/+6
| * | | | fix(dav): Remove listener for events that never existed anywhereJoas Schilling2023-07-071-19/+1
| * | | | fix(dav): Move listener to actually existing eventJoas Schilling2023-07-071-5/+5
| * | | | fix(dav): Move DAV app to non deprecated event dispatcherJoas Schilling2023-07-072-3/+4
| | |/ / | |/| |
* | | | Merge pull request #39272 from nextcloud/feature/openapi/sharebymailKate2023-07-112-0/+123
|\ \ \ \ | |_|/ / |/| | |
| * | | sharebymail: Add OpenAPI specjld31032023-07-102-0/+123
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1120-10/+86
* | | | Merge pull request #39287 from nextcloud/feature/openapi/themingKate2023-07-118-71/+149
|\ \ \ \
| * | | | theming: Add OpenAPI specjld31032023-07-108-71/+149
* | | | | Merge pull request #39284 from nextcloud/feature/openapi/settingsKate2023-07-1010-4/+34
|\ \ \ \ \
| * | | | | settings: Add OpenAPI specjld31032023-07-1010-4/+34
| |/ / / /
* | | | | Merge pull request #39248 from nextcloud/custom-properties-preloadRobin Appelman2023-07-101-2/+42
|\ \ \ \ \
| * | | | | preload custom properties when propfinding foldersRobin Appelman2023-07-091-2/+42
* | | | | | Merge pull request #39274 from nextcloud/feature/openapi/weather_statusKate2023-07-106-11/+109
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | weather_status: Add OpenAPI specjld31032023-07-106-11/+109
| | |/ / / | |/| | |
* | | | | Merge pull request #39263 from nextcloud/feature/ignore-api-attributeKate2023-07-103-0/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add IgnoreOpenAPI attributejld31032023-07-103-0/+39
* | | | | Merge pull request #39170 from nextcloud/orphan-share-commandRobin Appelman2023-07-105-0/+187
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add command do delete orphan sharesRobin Appelman2023-07-055-0/+187
* | | | | Merge pull request #39257 from nextcloud/feature/openapi/commentsKate2023-07-103-4/+112
|\ \ \ \ \
| * | | | | comments: Add OpenAPI specjld31032023-07-103-4/+112
* | | | | | Merge pull request #39146 from nextcloud/fix/hide-circle-download-permissionRichard Steinmetz2023-07-107-7/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-107-7/+13
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1032-28/+200
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0918-28/+68
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0838-92/+198
| |/ / / |/| | |
* | | | Merge pull request #39133 from nextcloud/feature/openapi/user_statusArthur Schiwon2023-07-0710-52/+167
|\ \ \ \ | |_|/ / |/| | |
| * | | user_status: Add OpenAPI specjld31032023-07-0410-52/+167
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
* | | | Merge pull request #39204 from nextcloud/docs/noid/rem-outdated-commentDaniel2023-07-061-2/+0
|\ \ \ \
| * | | | docs(dav): remove outdated commentArthur Schiwon2023-07-061-2/+0
* | | | | Merge pull request #39203 from nextcloud/fix/cypress-only-revertJohn Molakvoæ2023-07-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(cypress): revert only toggleJohn Molakvoæ2023-07-061-1/+1
|/ / / /
* | | | Merge pull request #39200 from nextcloud/fix/remove-already-removed-api-depre...Christoph Wurst2023-07-068-90/+7
|\ \ \ \
| * | | | fix: Remove deprecation warning for already removed APIFerdinand Thiessen2023-07-068-90/+7
* | | | | Merge pull request #39189 from nextcloud/bugfix/noid/cleanupCôme Chilliet2023-07-062-10/+2
|\ \ \ \ \
| * | | | | fix: Cleanup unused imports and some type deprecationsJoas Schilling2023-07-062-10/+2
* | | | | | Merge pull request #38663 from nextcloud/chore/oc-server-query-to-ocp-server-...Christoph Wurst2023-07-0621-45/+46
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0621-45/+46
|/ / / / /
* | | | | Merge pull request #39165 from nextcloud/artonge/feat/enable_versions_feature...Louis2023-07-064-9/+17
|\ \ \ \ \
| * | | | | Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-054-9/+17
* | | | | | Merge pull request #39164 from nextcloud/artonge/feat/add_411_ocs_errorLouis2023-07-063-0/+46
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-053-0/+46
| | |_|_|/ | |/| | |