aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling9 days6-14/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Make extending tests also static alreadyJoas Schilling9 days2-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Fix some apps/*/testsJoas Schilling9 days45-719/+359
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #52813 from nextcloud/fix/52794/share-advanced-settingsF. E Noel Nfebe9 days1-1/+2
|\ | | | | fix(files_sharing): Show note if note exists on share
| * fix(files_sharing): Show note if note exists on sharenfebe9 days1-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 bot9 days100-24/+232
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #52820 from nextcloud/refactor/rector-coreKate9 days5-14/+9
|\ \
| * | refactor: Extend rector to core/refactor/rector-coreprovokateurin9 days5-14/+9
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #52840 from nextcloud/fix/remove-broken-versions-routesCôme Chilliet9 days1-10/+0
|\ \ \ | |/ / |/| | fix(files_versions): Remove routes leading to deleted ajax files
| * | fix(files_versions): Remove routes leading to deleted ajax filesCôme Chilliet9 days1-10/+0
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #52669 from nextcloud/chore/refactor-update-notification+Kate9 days15-186/+113
|\ \
| * | chore: remove legacy migration step to remove background jobchore/refactor-update-notification+Ferdinand Thiessen11 days4-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 Thiessen11 days1-8/+11
| | | | | | | | | | | | | | | | | | members Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(updatenotification): use constant instead of variableFerdinand Thiessen11 days1-4/+9
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(updatenotification): add return types and fix typosFerdinand Thiessen11 days7-38/+22
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(updatenotification): use `OCP\ServerVersion`Ferdinand Thiessen11 days2-59/+54
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor: use `APP_NAME` where possibleFerdinand Thiessen11 days4-14/+17
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | chore(files): adjust renaming action commentJohn Molakvoæ10 days1-0/+2
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | fix(files): hide mime column by defaultJohn Molakvoæ10 days1-1/+1
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | fix(files): refresh Node data on extension changeJohn Molakvoæ (skjnldsv)10 days1-1/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | feat(files): allow showing file type (mime) columnJohn Molakvoæ (skjnldsv)10 days8-1/+77
| |/ |/| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet10 days7-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 Chilliet10 days1-1/+5
| | | | | | | | | | | | | | | | | | created with private key Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Assert rename success in versionning testsCôme Chilliet10 days1-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 Chilliet10 days2-29/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Avoid user login before a private key is setupCôme Chilliet10 days2-3/+8
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore(trashbin): Fix configuration mocking in trashbin testsCôme Chilliet10 days1-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 Chilliet10 days1-1/+4
| | | | | | | | | | | | | | | | | | files_versions tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat(encryption): Migrate from hooks to eventsCôme Chilliet10 days1-3/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #52817 from nextcloud/chore/deps/rector-2.0Côme Chilliet10 days16-35/+35
|\ \ \ | | | | | | | | chore(deps): Update rector to ^2.0
| * | | refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin10 days16-35/+35
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger10 days1-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 Appelman11 days1-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #52809 from nextcloud/fix/preview-checkJohn Molakvoæ10 days1-0/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(files): do not even try to fetch a preview if èhas-preview` is falseJohn Molakvoæ (skjnldsv)10 days1-0/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #52801 from nextcloud/chore/oc-helper-filesizeFerdinand Thiessen10 days4-9/+9
|\ \ \ \ \ | |/ / / / |/| | | | chore: replace legacy OC_Helper calls with OCP\Util
| * | | | chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesizeFerdinand Thiessen10 days4-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 Appelman10 days2-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-unsharingDaniel10 days19-120/+848
|\ \ \ \ \ \ | | | | | | | | | | | | | | Introduce own method for calendar unsharing
| * | | | | | fix(dav): only consider user's principal for unsharing entriesbug/49834/calendar-unsharingDaniel Kesselberg10 days2-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 Kesselberg10 days18-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æ10 days3-2/+39
|\ \ \ \ \ \
| * | | | | | fix(files_sharing): add mime fallback to public preview toofix/mime-fallback-publicJohn Molakvoæ (skjnldsv)11 days3-2/+39
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #52694 from nextcloud/fixHardcodedVersionsFolderRobin Appelman10 days1-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 bot10 days62-180/+136
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenamesCôme Chilliet10 days1-34/+16
|\ \ \ \ \ | |_|/ / / |/| | | | feat(FilenameValidator): allow to sanitize filenames
| * | | | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen11 days1-34/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>