aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #52813 from nextcloud/fix/52794/share-advanced-settingsF. E Noel Nfebe2025-05-151-1/+2
|\ \ \ \ | | | | | | | | | | fix(files_sharing): Show note if note exists on share
| * | | | fix(files_sharing): Show note if note exists on sharenfebe2025-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a share includes a note, ensure the note checkbox is checked and the note is displayed when reopening the share sidebar. Fixes: #52794. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-15100-24/+232
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #52820 from nextcloud/refactor/rector-coreKate2025-05-155-14/+9
|\ \ \ \ \
| * | | | | refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-155-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #52840 from nextcloud/fix/remove-broken-versions-routesCôme Chilliet2025-05-151-10/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(files_versions): Remove routes leading to deleted ajax files
| * | | | | fix(files_versions): Remove routes leading to deleted ajax filesCôme Chilliet2025-05-141-10/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #52669 from nextcloud/chore/refactor-update-notification+Kate2025-05-1515-186/+113
|\ \ \ \ \
| * | | | | chore: remove legacy migration step to remove background jobchore/refactor-update-notification+Ferdinand Thiessen2025-05-134-64/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already included since Nextcloud 29, so the background job is removed and the class does not exist anymore. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor(updatenotification): use consistant patterns for on-demand class ↵Ferdinand Thiessen2025-05-131-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | members Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor(updatenotification): use constant instead of variableFerdinand Thiessen2025-05-131-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor(updatenotification): add return types and fix typosFerdinand Thiessen2025-05-137-38/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor(updatenotification): use `OCP\ServerVersion`Ferdinand Thiessen2025-05-132-59/+54
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor: use `APP_NAME` where possibleFerdinand Thiessen2025-05-134-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | chore(files): adjust renaming action commentJohn Molakvoæ2025-05-141-0/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | fix(files): hide mime column by defaultJohn Molakvoæ2025-05-141-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | fix(files): refresh Node data on extension changeJohn Molakvoæ (skjnldsv)2025-05-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | feat(files): allow showing file type (mime) columnJohn Molakvoæ (skjnldsv)2025-05-148-1/+77
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-147-49/+28
|\ \ \ \ \ | | | | | | | | | | | | feat(encryption): Migrate from hooks to events
| * | | | | fix(tests): Set encryption configuration even earlier so that all users are ↵fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created with private key Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore: Assert rename success in versionning testsCôme Chilliet2025-05-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix(admin_audit): Survive if file change id after rename (it should not)Côme Chilliet2025-05-132-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | fix(tests): Avoid user login before a private key is setupCôme Chilliet2025-05-132-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore(trashbin): Fix configuration mocking in trashbin testsCôme Chilliet2025-05-131-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | chore(files_versions): Only mock getSystemValue method to avoid problems in ↵Côme Chilliet2025-05-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files_versions tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #52817 from nextcloud/chore/deps/rector-2.0Côme Chilliet2025-05-1416-35/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore(deps): Update rector to ^2.0
| * | | | | | refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-1416-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger2025-05-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix unjailedroot of nested jails if there are other wrappers in between
| * | | | | | | fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-rootRobin Appelman2025-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #52809 from nextcloud/fix/preview-checkJohn Molakvoæ2025-05-141-0/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix(files): do not even try to fetch a preview if èhas-preview` is falseJohn Molakvoæ (skjnldsv)2025-05-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #52801 from nextcloud/chore/oc-helper-filesizeFerdinand Thiessen2025-05-144-9/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | chore: replace legacy OC_Helper calls with OCP\Util
| * | | | | | | chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesizeFerdinand Thiessen2025-05-144-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace legacy calls with OCP\Util - Add missing deprecation notices - Inline implementation in OCP\Util and call it from OC_Helper Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | Merge pull request #52378 from nextcloud/transfer-external-storageRobin Appelman2025-05-142-17/+108
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: add option to include external storage when transfering files
| * | | | | | | | fix: handle transfering the root of a mountpointtransfer-external-storageRobin Appelman2025-05-071-17/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | feat: add option to include external storage when transfering filesRobin Appelman2025-05-072-15/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #52046 from nextcloud/bug/49834/calendar-unsharingDaniel2025-05-1419-120/+848
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Introduce own method for calendar unsharing
| * | | | | | | | | fix(dav): only consider user's principal for unsharing entriesbug/49834/calendar-unsharingDaniel Kesselberg2025-05-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Find all entries in `dav_shares` with `access = 5` for the user's principal, as well as group and circle memberships. After: Find all entries in `dav_shares` with `access = 5` solely for the user's principal. Future support for unsharing group or circle principals could be considered as a feature enhancement. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | | | | fix(caldav): prevent unshare entry creation for owner unsharingDaniel Kesselberg2025-05-1418-118/+846
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduces a `unshare` method in `CalDavBackend` to handle user unshares. - Implements check to determine if unshare entry is needed based on group/circle membership. - Ensures `updateShares` is only used when the calendar owner manages shares. - Resolves issue where unsharing a calendar as owner created an unshare entry in `oc_dav_shares`. Related PRs: - https://github.com/nextcloud/server/pull/43117 - https://github.com/nextcloud/server/pull/47737 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #52792 from nextcloud/fix/mime-fallback-publicJohn Molakvoæ2025-05-143-2/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(files_sharing): add mime fallback to public preview toofix/mime-fallback-publicJohn Molakvoæ (skjnldsv)2025-05-133-2/+39
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #52694 from nextcloud/fixHardcodedVersionsFolderRobin Appelman2025-05-141-4/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | fix(files_versions): Folder should not be hardcoded
| * | | | | | | | fix(files_versions): Folder should not be hardcoedfixHardcodedVersionsFolderGit'Fellow2025-05-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1462-180/+136
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenamesCôme Chilliet2025-05-131-34/+16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | feat(FilenameValidator): allow to sanitize filenames
| * | | | | | | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen2025-05-131-34/+16
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(dav): remove unnecessary plugin getHTTPMethodsfeat/file-drop-recursiveJohn Molakvoæ (skjnldsv)2025-05-131-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | feat(dav): allow uploading folders to public sharesJohn Molakvoæ (skjnldsv)2025-05-134-46/+218
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | / / / feat: add command to check files_external dependenciesocc-external-dependenciesRobin Appelman2025-05-137-6/+93
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>