aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): bump the github-actions group with 3 updatesdependabot/github_actions/github-actions-55de95cf11dependabot[bot]38 hours31-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 3 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [cypress-io/github-action](https://github.com/cypress-io/github-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `shivammathur/setup-php` from 2.34.1 to 2.35.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/0f7f1d08e3e32076e51cae65eb0b0c871405b16e...ccf2c627fe61b1b4d924adfcbd19d661a18133a0) Updates `cypress-io/github-action` from 6.10.1 to 6.10.2 - [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/6c143abc292aa835d827652c2ea025d098311070...b8ba51a856ba5f4c15cf39007636d4ab04f23e3c) Updates `github/codeql-action` from 3.29.2 to 3.29.5 - [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/181d5eefc20863364f96762470ba6f862bdef56b...51f77329afa6477de8c49fc9c7046c15b9a4e79d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-version: 6.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #54178 from nextcloud/feat/app-icon-opacityFerdinand Thiessen42 hours10-9/+27
|\ | | | | feat(AppMenu): add slight opactiy gradient to app icons
| * chore: compile assetsfeat/app-icon-opacityFerdinand Thiessen44 hours4-5/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(AccountMenu): do not apply alpha mask on the account menuFerdinand Thiessen44 hours1-0/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * feat(AppMenu): add slight opactiy gradient to app iconsFerdinand Thiessen44 hours5-4/+20
| | | | | | | | | | | | - resolves https://github.com/nextcloud/server/issues/54141 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #54179 from nextcloud/fix/issue-7194-fifth-not-fiftyJosh43 hours1-2/+2
|\ \ | |/ |/| fix: spelling mistake
| * fix: spelling mistakefix/issue-7194-fifth-not-fiftySebastianKrupinski47 hours1-2/+2
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #54012 from nextcloud/chore/move-smb-packageDaniel44 hours121-8121/+0
|\ \ | | | | | | chore: move smb package to 3rdparty
| * | chore: move smb package to 3rdpartychore/move-smb-packageDaniel Kesselberg48 hours121-8121/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Automated updates - Easier maintenance - Not having another copy of the streams packages Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #54143 from nextcloud/fix/icons-header-meuFerdinand Thiessen45 hours108-167/+176
|\ \ \ | |_|/ |/| | fix(ContactsMenu): use proper icons in the header navigation
| * | chore(assets): Recompile assetsfix/icons-header-meunextcloud-command47 hours107-159/+162
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(ContactsMenu): use proper icons in the header navigationFerdinand Thiessen47 hours1-8/+14
|/ / | | | | | | | | | | | | app icons in the header navigation are excluded from the outlined icons change, so this reverts this change. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #54171 from nextcloud/chore/remove-deprecated-packageJohn Molakvoæ47 hours21-95/+27
|\ \ | |/ |/|
| * chore(assets): Recompile assetschore/remove-deprecated-packagenextcloud-command2 days17-23/+19
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore: remove `nextcloud-vue-collections` and use `@nextcloud/vue` insteadFerdinand Thiessen2 days4-72/+8
| | | | | | | | | | | | | | | | | | | | `nextcloud-vue-collections` is deprecated for quite some time and was merged into `@nextcloud/vue`. So lets drop that dependency. Adjust the two files where it was used, one of them was itself never used so just dropped that file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #54168 from nextcloud/fix/node-versionFerdinand Thiessen48 hours2-4/+4
|\ \ | | | | | | chore: update node and npm version
| * | chore: update node and npm versionfix/node-versionFerdinand Thiessen2 days2-4/+4
| | | | | | | | | | | | | | | | | | | | | - Adjust versions to align with our standards - Fixes flakyness of dependabot Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #54085 from nextcloud/Jerome-Herbinet-folder-tree-structureJohn Molakvoæ2 days3-4/+4
|\ \ \
| * | | feat: replace "Folder tree structure" with "Folder tree"Jérôme Herbinet2 days3-4/+4
| | |/ | |/| | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Co-Authored-By: kramo <git@kramo.page> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #54167 from ↵Daniel2 days1-0/+3
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bug/noid/principal-guest_app-not-found-pt2 fix: hide guests group from overall principals
| * | fix: hide guests group from overall principalsbug/noid/principal-guest_app-not-found-pt2Jyrki Gadinger2 days1-0/+3
| |/ | | | | | | | | | | Follow-up for #52914 and #53369 Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
* | Merge pull request #54084 from nextcloud/feat/dav/absence-get-set-commandsChristoph Wurst2 days5-0/+163
|\ \ | |/ |/| feat(dav): add occ commands to get and set absences
| * feat(dav): add occ commands to get and set absencesfeat/dav/absence-get-set-commandsChristoph Wurst3 days5-0/+163
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #54162 from nextcloud/feat/add-account-menu-outlineJohn Molakvoæ2 days3-22/+28
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2 days2-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat(AccountMenu): apply some outline to the user avatarFerdinand Thiessen2 days1-19/+25
| | | | | | | | | | | | | | | | | | - resolves https://github.com/nextcloud/server/issues/54140 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #54160 from nextcloud/feat/event-builder-invitation-emailsRichard Steinmetz2 days5-13/+161
|\ \ \ | |/ / |/| | feat: send invitation emails through ICreateFromString
| * | feat: send invitation emails through ICreateFromStringfeat/event-builder-invitation-emailsRichard Steinmetz3 days5-13/+161
| |/ | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* / fix(l10n): Update translations from TransifexNextcloud bot3 days40-14/+142
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot4 days44-60/+260
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53661 from ↵F. E Noel Nfebe4 days28-39/+267
|\ | | | | | | | | nextcloud/feat/52635/toggle-for-trusted-server-sharing feat(files_sharing): Toggle display for trusted server shares
| * chore(assets): Recompile assetsfeat/52635/toggle-for-trusted-server-sharingnextcloud-command4 days13-13/+13
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * feat(files_sharing): Toggle display for trusted server sharesnfebe4 days15-26/+254
| | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Merge pull request #54119 from ↵Daniel4 days3-4/+7
|\ \ | | | | | | | | | | | | nextcloud/feat/noid/show-nice-label-when-searching-in-root Show nice label when searching in root
| * | chore(assets): Recompile assetsfeat/noid/show-nice-label-when-searching-in-rootnextcloud-command4 days2-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat(search): show alias when searching in root folderDaniel Kesselberg4 days1-1/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #54005 from ↵Daniel Calviño Sánchez4 days1-0/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/do-not-show-password-dialog-when-user-can-not-validate-password fix: Do not show password dialog when user can not validate password
| * | | fix: Do not show password dialog when user can not validate passworddo-not-show-password-dialog-when-user-can-not-validate-passwordDaniel Calviño Sánchez2025-07-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The password confirmation dialog is always shown unless the user backend does not allow password confirmation. A user backend may explicitly provide that information, but even if it does not that could have been defined in the authentication token with "IToken::SCOPE_SKIP_PASSWORD_VALIDATION" (for example, when "user_oidc" is only used for authentication and user provision is done by another user backend). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #54092 from ↵John Molakvoæ4 days7-100/+268
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1
| * | | | chore(deps): bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1dependabot[bot]4 days7-100/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #53746 from nextcloud/add-VersionCreatedEventJohn Molakvoæ4 days6-5/+63
|\ \ \ \ \
| * | | | | feat(file-versions): #53151 add VersionCreatedEvent eventadd-VersionCreatedEventBorja Domínguez Vázquez4 days6-5/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Borja Domínguez Vázquez <bdominguez@virtualwareco.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #54082 from nextcloud/fix/54080/using-userconfig-to-set-langKate4 days5-48/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix(userconfig): duplicate core lexiconfix/54080/using-userconfig-to-set-langMaxence Lange4 days5-48/+7
| | |_|_|/ | |/| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #54139 from nextcloud/feat/drop-compile-commits-rebaseJohn Molakvoæ4 days1-3/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(workflows): don't use needs.init.outputs.head_ref directlyfeat/drop-compile-commits-rebaseskjnldsv4 days1-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | feat(workflows): drop dist and js changes when compile-rebasingskjnldsv4 days1-2/+36
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #53945 from nextcloud/chore/share-constantsDaniel4 days3-54/+2
|\ \ \ \ | | | | | | | | | | chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants
| * | | | chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constantschore/share-constantsprovokateurin4 days3-54/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #53946 from nextcloud/chore/remove-hierarchical-sharesKate4 days9-55/+33
|\ \ \ \ \