aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-3d94f56bd5dependabot[bot]13 days31-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 4 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [cypress-io/github-action](https://github.com/cypress-io/github-action), [LizardByte/setup-python-action](https://github.com/lizardbyte/setup-python-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `shivammathur/setup-php` from 2.33.0 to 2.34.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/cf4cade2721270509d5b1c766ab3549210a39a2a...0f7f1d08e3e32076e51cae65eb0b0c871405b16e) Updates `cypress-io/github-action` from 6.9.2 to 6.10.1 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/be1bab96b388bbd9ce3887e397d373c8557e15af...6c143abc292aa835d827652c2ea025d098311070) Updates `LizardByte/setup-python-action` from 6fe61189717d4cb073a3219e234749125f53b5c2 to 5a025cb74cf0b07fd881ff40560db2bbc516f81a - [Release notes](https://github.com/lizardbyte/setup-python-action/releases) - [Commits](https://github.com/lizardbyte/setup-python-action/compare/6fe61189717d4cb073a3219e234749125f53b5c2...5a025cb74cf0b07fd881ff40560db2bbc516f81a) Updates `github/codeql-action` from 3.28.18 to 3.29.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/ff0a06e83cb2de871e5a09832bc6a81e7276941f...181d5eefc20863364f96762470ba6f862bdef56b) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: LizardByte/setup-python-action dependency-version: 5a025cb74cf0b07fd881ff40560db2bbc516f81a dependency-type: direct:production dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #53767 from nextcloud/jtr-fix-files-reminders-disabledAndy Scherzinger13 days1-1/+3
|\ | | | | fix(files_reminders): Don't load if disabled for user
| * fix(files_reminders): Don't load if disabled for userjtr-fix-files-reminders-disabledJosh2025-07-021-1/+3
| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #53847 from ↵Joas Schilling14 days1-0/+0
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/egulias/email-validator-4.0.4 build(deps): Bump egulias/email-validator from 4.0.2 to 4.0.4
| * | build(deps): Bump egulias/email-validator from 4.0.2 to 4.0.4Joas Schilling14 days1-0/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #53833 from bdovaz/get-revisionStephan Orbaugh14 days5-3/+25
|\ \ \ | |/ / |/| | feat(files_versions): get revision for a node
| * | chore: get revision for a nodeBorja Domínguez Vázquez14 days5-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com> Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> Update IVersionBackend.php Signed-off-by: Borja Domínguez Vázquez <iam.n3uro@gmail.com> wip
* | | Merge pull request #53759 from nextcloud/enh/noid/taskpro-audio-chatMarcel Klehr14 days4-0/+115
|\ \ \ | |/ / |/| | [TaskProcessing] Add audio-to-audio chat task type
| * | feat(TaskProcessing): add audio-to-audio chat task typeJulien Veyssier14 days4-0/+115
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #53845 from nextcloud/chore/code-styleJoas Schilling14 days1-2/+2
|\ \ \ | | | | | | | | chore(AccountManager): adjust code style for cs-fixer
| * | | chore(AccountManager): adjust code style for cs-fixerFerdinand Thiessen14 days1-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53832 from bdovaz/use-constantsStephan Orbaugh14 days2-4/+9
|\ \ \ \ | |/ / / |/| | | chore: use constants for metadata
| * | | chore: use constants for metadataBorja Domínguez Vázquez2025-07-052-4/+9
| | | | | | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <borja.dominguez@hotmail.com>
* | | | Merge pull request #53109 from TechnicalSuwako/masterStephan Orbaugh14 days3-8/+49
|\ \ \ \ | | | | | | | | | | fix(settings): change Mastodon only URI to webfinger
| * | | | fix(settings): fix test諏訪子2025-05-271-4/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
| * | | | fix(settings): add link check in webfinger諏訪子2025-05-271-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
| * | | | fix(settings): change Mastodon only URI to webfinger諏訪子2025-05-253-4/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
* | | | | Merge pull request #53826 from nextcloud/feat/search-while-filteringJohn Molakvoæ14 days54-234/+281
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | chore: compile assetsfeat/search-while-filteringFerdinand Thiessen14 days38-49/+61
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | feat(files): sort local files first - used when filtering + local searchFerdinand Thiessen14 days1-2/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | feat(files): search locally in the background while filtering by nameFerdinand Thiessen14 days3-47/+105
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files): remove "local search"Ferdinand Thiessen14 days5-72/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): gracefully handle `files:node:updated` when not in storeFerdinand Thiessen14 days1-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files): add active folder to active store and refactorFerdinand Thiessen14 days8-63/+81
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53814 from nextcloud/bug/53811/charset-imipDaniel14 days2-4/+206
|\ \ \ \ | | | | | | | | | | fix(imip): set charset for imip attachment
| * | | | test(imip): ensure charset is set for the text/calendar attachmentbug/53811/charset-imipDaniel Kesselberg2025-07-061-0/+193
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | fix(imip): set charset for imip attachmentDaniel Kesselberg2025-07-061-4/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #53112 from ↵Kate14 days3-4/+173
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/leftybournes/fix/files_trashbin_retention
| * | | | | fix(files_trashbin): Expire trashbin items when space is neededleftybournes/fix/files_trashbin_retentionKent Delante2025-07-053-4/+173
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-0710-98/+146
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53718 from nextcloud/automated/noid/master-fix-npm-auditAndy Scherzinger2025-07-064-13/+13
|\ \ \ \ | | | | | | | | | | [master] Fix npm audit
| * | | | fix(deps): Fix npm auditnextcloud-command2025-07-064-13/+13
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / fix(l10n): Update translations from TransifexNextcloud bot2025-07-0636-22/+312
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-05248-202/+1050
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53776 from nextcloud/fix/comments-outlined-iconsJohn Molakvoæ2025-07-0410-27/+27
|\ \ \
| * | | chore(assets): Recompile assetsfix/comments-outlined-iconsnextcloud-command2025-07-048-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(comments): switch to outlined icons where possibleEdward Ly2025-07-042-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | | | Merge pull request #53798 from nextcloud/feat/allow-to-configure-default-viewFerdinand Thiessen2025-07-0415-59/+268
|\ \ \ \ | |/ / / |/| | | feat(files): allow to configure default view
| * | | chore: compile assetsFerdinand Thiessen2025-07-044-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | feat(files): allow to configure default viewFerdinand Thiessen2025-07-0411-53/+262
|/ / / | | | | | | | | | | | | | | | | | | | | | This allows to configure which view should be the default ("start view") in the files app, currently either "all files" or "personal files". But it might be extended to the new home view in the future. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #53820 from nextcloud/feat/add-search-everywhere-buttonFerdinand Thiessen2025-07-048-6/+156
|\ \ \ | | | | | | | | feat(files): add "search everywhere" button within the filters row
| * | | chore: compile assetsfeat/add-search-everywhere-buttonFerdinand Thiessen2025-07-042-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | feat(files): add "search everywhere" button within the filters rowFerdinand Thiessen2025-07-046-3/+153
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-04142-136/+576
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53693 from nextcloud/fix/files-navigation-quota-totalCôme Chilliet2025-07-034-4/+7
|\ \ \ | | | | | | | | fix: Correctly show free space if lower than quota in Files navigation
| * | | chore(assets): Recompile assetsfix/files-navigation-quota-totalnextcloud-command2025-07-032-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore: Adapt cypress component test to contain total spaceCôme Chilliet2025-07-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Mocked server initial state was incomplete Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Correctly show free space if lower than quota in Files navigationCôme Chilliet2025-07-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-jsonAndy Scherzinger2025-07-034-6/+34
|\ \ \ \ | |/ / / |/| | | Properly fail on invalid json
| * | | fix: Only attempt to decode JSON input if it is not an empty stringfix/properly-fail-on-invalid-jsonCôme Chilliet2025-07-011-4/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>