aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #52879 from nextcloud/bug/noid/clear-dav-photo-cacheChristoph Wurst2025-05-198-27/+95
|\ \ \ \ | |/ / / |/| | | Add command to clear dav's photo cache
| * | | refactor(dav): replace IAppData with IAppDataFactory for PhotoCachebug/noid/clear-dav-photo-cacheDaniel Kesselberg2025-05-154-27/+17
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | feat: add command to clear contacts photo cacheDaniel Kesselberg2025-05-154-0/+78
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #52503 from ↵Kate2025-05-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/files_sharing/filter-own-reshared-shares
| * | | | fix(files_sharing): Filter own shares that are resharesfix/files_sharing/filter-own-reshared-sharesprovokateurin2025-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | fix(tests): Register mount in loginHelper as wellfix/noid/encrypted-propagation-testMarcel Müller2025-05-191-2/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | | Merge pull request #52901 from nextcloud/chore/remove-dead-code-filesKate2025-05-195-149/+88
|\ \ \ \
| * | | | refactor: move tag handling from files handler to files_sharingchore/remove-dead-code-filesFerdinand Thiessen2025-05-163-10/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore(files): remove dead code from files helperFerdinand Thiessen2025-05-162-139/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its not used anywhere and uses deprecated / legacy API. Lets remove 🧹 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-198-0/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(files_versions): only close stream if still open, fixing S3fix/s3-versionsFerdinand Thiessen2025-05-181-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1820-14/+160
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #52890 from nextcloud/chore/move-stream-copy-implementationFerdinand Thiessen2025-05-172-6/+22
|\ \ \ \ \ | | | | | | | | | | | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`
| * | | | | fix(files_version): use `Storage::writeStream` instead of deprecated ↵chore/move-stream-copy-implementationFerdinand Thiessen2025-05-161-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `streamCopy` if possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`Ferdinand Thiessen2025-05-162-3/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function was already there but called the legacy version. So moved the implementation and migrated all usages of it. Sadly the interface was slightly different so adjusted it to be compatible with both legacy and the OCP one. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1744-68/+270
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | test: Migrate settings and provisioning_api to PHPUnit10tests/noid/migrate-more-apps-to-phpunit10Joas Schilling2025-05-1637-730/+455
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(dav): correctly handle uploading folders with same name as a filefix/file-dropFerdinand Thiessen2025-05-162-120/+112
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | refactor(dav): use Node API instead of private files view for filedrop pluginFerdinand Thiessen2025-05-163-19/+21
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52893 from nextcloud/chore/remove-files-templatesFerdinand Thiessen2025-05-161-8/+0
|\ \ \ \ | | | | | | | | | | chore: remove files file templates deprecated since v18 and provided by richdocuments
| * | | | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templatesFerdinand Thiessen2025-05-161-8/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52708 from ↵Richard Steinmetz2025-05-164-0/+33
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/dav/update-rooms-resources-background-job fix(dav): add repair step to queue job to update rooms and resources
| * | | fix(dav): add repair step to queue job to update rooms and resourcesfix/dav/update-rooms-resources-background-jobRichard Steinmetz2025-05-094-0/+33
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1618-16/+54
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #52533 from nextcloud/fix/no-account-filter-public-shareJohn Molakvoæ2025-05-151-0/+6
|\ \ \ \ | | | | | | | | | | fix: do not show account filter for public shares
| * | | | fix: do not show account filter for public sharesFerdinand Thiessen2025-05-131-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | feat(files): show readable mime if availableJohn Molakvoæ (skjnldsv)2025-05-151-0/+20
| |_|/ / |/| | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-156-14/+13
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | test: Fix some apps/*/testsJoas Schilling2025-05-1545-719/+359
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | 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>