aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #44938 from nextcloud/fix/remove-unknown-from-imip-serviceAnna2024-04-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(CalDAV): remove UNKNOWN from room / resource consideration
| * | | | | fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2698-220/+124
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #45035 from nextcloud/enh/noid/fix-chunked-uploadFerdinand Thiessen2024-04-251-4/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: chunked upload leading to 0-byte files
| * | | | | | fix: chunked upload leading to 0-byte filesSimon L.2024-04-251-4/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | Merge pull request #45006 from ↵Ferdinand Thiessen2024-04-251-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/symfony/translation-6.4.4 chore(deps): Bump symfony/translation from 5.4.24 to 6.4.4
| * | | | | | chore(deps): Bump symfony/translation from 5.4.24 to 6.4.4Joas Schilling2024-04-251-0/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2546-6/+342
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #45001 from ↵Julius Härtl2024-04-241-11/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/convert-exceptions-to-sabre-exceptions fix(DAV): Migrate known exceptions to Sabre exceptions when copying
| * | | | | | fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #44970 from ↵Joas Schilling2024-04-242-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/php-opencloud/openstack-3.10.0 chore(deps): Bump php-opencloud/openstack from 3.2.1 to 3.10.0
| * | | | | | | fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | chore(deps): Bump php-opencloud/openstack from 3.2.1 to 3.10.0Joas Schilling2024-04-241-0/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #45000 from ↵Joas Schilling2024-04-241-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/44643/bump-files_trashbin-version-to-trigger-migration fix(migration): Bump files_trashbin version to trigger migration
| * | | | | | fix(migration): Bump files_trashbin version to trigger migrationJoas Schilling2024-04-241-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24332-354/+1300
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #44643 from nextcloud/feat/trashbin-deleted-byPytal2024-04-2312-46/+127
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat(trashbin): Add deleted by properties
| * | | | | | feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-238-44/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore(trashbin): Store deleted by userChristopher Ng2024-04-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-233-0/+58
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #44923 from nextcloud/fix/public-share-truncationPytal2024-04-236-14/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Fix truncation on public page
| * | | | | | chore: compile assetsChristopher Ng2024-04-224-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | fix: Fix truncation on public sharesChristopher Ng2024-04-222-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #44962 from nextcloud/dependabot/composer/sabre/dav-4.6.0Joas Schilling2024-04-232-6/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0
| * | | | | | | fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0Joas Schilling2024-04-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #44982 from nextcloud/fix/account-listFerdinand Thiessen2024-04-231-3/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(provisioning_api): Show warning but do not fail when listing accounts in case of users removed from backend but still in database
| * | | | | | | | fix(provisioning_api): Show warning but do not fail when listing accounts in ↵Ferdinand Thiessen2024-04-231-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case of users removed from backend but still in database Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | Merge pull request #44966 from ↵Côme Chilliet2024-04-231-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/add-missing-docblock-parameter-querybuilder chore: Add missing parameter to docblock tag psalm-taint-sink
| * | | | | | | | | chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | Merge pull request #44973 from nextcloud/feat/legal-privacy-linksPytal2024-04-233-2/+23
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | feat: Add legal notice and privacy policy links to help page
| * | | | | | | | feat: Update help entry nameChristopher Ng2024-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-222-0/+21
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #44794 from Velwark/patch-3Andy Scherzinger2024-04-231-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix(memcache): remove double $$ to fix error
| * | | | | | | | Update LoggerWrapperCache.phpVelwark2024-04-231-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com>
* | | | | | | | Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-urlChristoph Wurst2024-04-234-8/+17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | fix(auth): Keep redirect URL during 2FA setup and challenge
| * | | | | | | fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-194-8/+17
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #44905 from nextcloud/deps/nextcloud/dialogs-5.3.1Pytal2024-04-2298-149/+151
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chore(deps): Bump @nextcloud/dialogs to v5.3.1
| * | | | | | | chore: compile assetsChristopher Ng2024-04-2296-138/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | chore(deps): Bump @nextcloud/dialogs to v5.3.1Christopher Ng2024-04-222-11/+13
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2318-2/+174
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #44858 from ↵Louis2024-04-221-17/+74
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | nextcloud/artonge/feat/support_multiple_scope_in_dav_search Support multiple scopes in DAV search
| * | | | | feat(dav): Support multiple scopes in DAV searchLouis Chemineau2024-04-171-17/+74
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #44025 from nextcloud/fix/remove-oc-app-callsCôme Chilliet2024-04-2225-193/+239
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Migrate away from OC_App and toward IAppManager.
| * | | | | fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-223-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix: Revert to OC_App in places where we need all apps even disabled onesCôme Chilliet2024-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix: Fix RouterTest by adding IAppManagerCôme Chilliet2024-04-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-226-22/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-227-55/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>