aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): drag ghost imagefeat/files-row-heightskjnldsv13 days1-10/+12
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files): reduce row heightskjnldsv13 days5-11/+11
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #53972 from ↵Richard Steinmetz13 days1-1/+3
|\ | | | | | | | | nextcloud/bug/noid/self-signed-trusted-servers-address-book-sync fix(federation): respect sharing.federation.allowSelfSignedCertificat…
| * fix(federation): respect sharing.federation.allowSelfSignedCertificates for ↵bug/noid/self-signed-trusted-servers-address-book-syncDaniel Kesselberg13 days1-1/+3
|/ | | | | | | | address book sync The configuration option, to accept self-signed certificates, is now also used when syncing address books. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #53449 from nextcloud/feat/noid/preset-configMaxence Lange13 days12-19/+256
|\ | | | | feat(lexicon): configurable presets
| * feat(lexicon): preset()feat/noid/preset-configMaxence Lange14 days12-19/+256
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #53954 from ↵Joas Schilling13 days2-3/+3
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | fix(security): Update CA certificate bundleautomated/noid/master-update-ca-cert-bundlenextcloud-command13 days2-3/+3
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | fix(l10n): Update translations from TransifexNextcloud bot13 days38-10/+280
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53859 from nextcloud/feat/context-chat-ocpEdward Ly14 days10-0/+345
|\ \ | | | | | | feat: add Context Chat OCP API
| * | chore(ContextChat): add docblocks to ContentItem propertiesEdward Ly14 days1-0/+21
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
| * | fix: add strict typing to ContextChat classesEdward Ly14 days6-0/+12
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
| * | feat(ContextChat): add isContextChatAvailable method to OCP APIEdward Ly14 days2-0/+12
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
| * | fix(psalm): suppress UndefinedClass error for ↵Edward Ly14 days1-0/+1
| | | | | | | | | | | | | | | | | | OCA\ContextChat\Public\ContentManager Signed-off-by: Edward Ly <contact@edward.ly>
| * | chore: update autoloadersEdward Ly14 days2-0/+12
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
| * | feat: add Context Chat OCP APIEdward Ly14 days7-0/+287
| | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | | Merge pull request #53941 from ReenigneArcher/patch-1Andy Scherzinger14 days1-1/+1
|\ \ \ | |/ / |/| | ci(integration-dav): migrate LizardByte/setup-python-action
| * | ci(integration-dav): migrate LizardByte/setup-python-actionReenigneArcher2025-07-141-1/+1
| | | | | | | | | | | | | | | LizardByte/setup-python-action is deprecated and has moved to LizardByte/actions. Signed-off-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
* | | Merge pull request #53931 from nextcloud/feat/delete-separatorJohn Molakvoæ14 days6-10/+57
|\ \ \ | |_|/ |/| |
| * | fix(files): remove unecessary sorting code snippetfeat/delete-separatorskjnldsv14 days3-14/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(assets): Recompile assetsnextcloud-command14 days4-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat(files): show destructive actions as importantskjnldsv14 days3-5/+62
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #51810 from nextcloud/feat/getByAncestorInStorageAndy Scherzinger2025-07-153-0/+595
|\ \ | |/ |/| feat: Add new methods to list distinct mounts and retrieve all files in a mount
| * fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorageMarcel Klehr2025-07-153-9/+57
| | | | | | | | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess*): fix testsJulien Veyssier2025-07-151-1/+2
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(FileAccess*): Change the way home dir root is found, remove the ↵Julien Veyssier2025-07-153-46/+4
| | | | | | | | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-8/+7
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(FileAccess): exclude trashbin nodes on the oc_filecache query, there is ↵Julien Veyssier2025-07-151-8/+8
| | | | | | | | | | | | no trashbin mount Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-153-45/+20
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * fix(FileAccessTest): Adress review commentsMarcel Klehr2025-07-153-55/+58
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccessTest): Make it work on sharded instanceMarcel Klehr2025-07-151-1/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccessTest): Do not use LIMIT in subqueryMarcel Klehr2025-07-151-1/+0
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccessTest): Make sure path_hash is not NULLMarcel Klehr2025-07-151-0/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess#getDistinctMounts): Order results deterministicallyMarcel Klehr2025-07-151-1/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr2025-07-152-9/+16
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess): Add testsMarcel Klehr2025-07-152-9/+447
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess): Run cs:fixMarcel Klehr2025-07-152-5/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix(FileAccess): Address review commentsMarcel Klehr2025-07-152-10/+12
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * fix: Fix psalm issuesMarcel Klehr2025-07-152-3/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * feat(IFileAccess#getMounts): Add new method to retrieve all distinct mountsMarcel Klehr2025-07-152-1/+77
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all ↵Marcel Klehr2025-07-152-0/+87
|/ | | | | | files in a mount Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #53936 from ↵Ferdinand Thiessen2025-07-141-0/+0
|\ | | | | | | | | nextcloud/dependabot/composer/aws/aws-sdk-php-3.349.3 build(deps): Bump `aws/aws-sdk-php` from 3.324.13 to 3.349.3
| * build(deps): Bump `aws/aws-sdk-php` from 3.324.13 to 3.349.3dependabot/composer/aws/aws-sdk-php-3.349.3Ferdinand Thiessen2025-07-141-0/+0
| | | | | | | | | | | | | | | | | | | | - [x] https://github.com/nextcloud/3rdparty/pull/2099 | Production Changes | From | To | Compare | |--------------------|----------|---------|----------------------------------------------------------------------| | aws/aws-sdk-php | 3.324.13 | 3.349.3 | [...](https://github.com/aws/aws-sdk-php/compare/3.324.13...3.349.3) | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #53937 from nextcloud/chore/deps-nextcloud-vue-8-28Ferdinand Thiessen2025-07-14218-420/+436
|\ \ | |/ |/| chore(deps): update `@nextcloud/vue` to v8.28.0
| * chore: compile assetschore/deps-nextcloud-vue-8-28Ferdinand Thiessen2025-07-14215-366/+383
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(deps): update `@nextcloud/l10n` to v3.4.0 and `@nextcloud/moment` to ↵Ferdinand Thiessen2025-07-142-8/+8
| | | | | | | | | | | | v1.3.5 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * chore(deps): update `@nextcloud/vue` to v8.28.0Ferdinand Thiessen2025-07-143-46/+45
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53928 from ↵Ferdinand Thiessen2025-07-141-0/+0
|\ | | | | | | | | nextcloud/dependabot/composer/fusonic/opengraph-3.0.0 build(deps): Bump `fusonic/opengraph` from 2.3.0 to 3.0.0
| * build(deps): Bump `fusonic/opengraph` from 2.3.0 to 3.0.0dependabot/composer/fusonic/opengraph-3.0.0Ferdinand Thiessen2025-07-141-0/+0
|/ | | | | | | | | | | | Production Changes | From | To | Compare | |------------------------|---------|---------|----------------------------------------------------------------------------| | fusonic/opengraph | v2.3.0 | v3.0.0 | [...](https://github.com/fusonic/opengraph/compare/v2.3.0...v3.0.0) | | symfony/css-selector | v6.4.3 | v6.4.13 | [...](https://github.com/symfony/css-selector/compare/v6.4.3...v6.4.13) | | symfony/dom-crawler | v6.4.4 | v6.4.23 | [...](https://github.com/symfony/dom-crawler/compare/v6.4.4...v6.4.23) | | symfony/polyfill-ctype | v1.31.0 | v1.32.0 | [...](https://github.com/symfony/polyfill-ctype/compare/v1.31.0...v1.32.0) | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53929 from ↵Ferdinand Thiessen2025-07-141-0/+0
|\ | | | | | | | | nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-lite-9.0.9 build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.48 to 9.0.9