aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: unit testsfeat/add-user-enabled-apps-ocsJana Peper2025-06-181-0/+7
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* fix: update OpenAPI specsJana Peper2025-06-182-0/+144
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: add ocs route to get apps enabled for current userJana Peper2025-06-182-0/+16
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* Merge pull request #53339 from nextcloud/fix/product-name-capabilityFerdinand Thiessen2025-06-183-0/+13
|\ | | | | fix: Pass over product name as capability
| * chore: update theming openAPI exportsfix/product-name-capabilityFerdinand Thiessen2025-06-181-0/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Pass over product name as capabilityJulius Knorr2025-06-182-0/+9
| | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | fix(files_versions): give the version label a min width so it does not get ↵Julien Veyssier2025-06-181-1/+11
|/ | | | | | invisible if the author name is long Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1868-78/+148
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53466 from ↵F. E Noel Nfebe2025-06-171-2/+23
|\ | | | | | | | | nextcloud/feature/hide-external-shares-excluded-groups feat(files_sharing): Hide link shares for users in excluded groups
| * feat(files_sharing): Hide external shares for users in excluded groupsnfebe2025-06-171-2/+23
| | | | | | | | | | | | - Added frontend check to hide link shares if, public sharing is disabled. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Merge pull request #53322 from nextcloud/fix/public-upload-notification-defaultF. E Noel Nfebe2025-06-171-1/+1
|\ \ | | | | | | fix: Set public link upload email notification to opt-in
| * | fix: Set public link upload email notification to opt-infix/public-upload-notification-defaultnfebe2025-06-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | This now sets `isDefaultEnabled` to false. This makes email notifications for file uploads to public links disabled by default (opt-in) for users. This addresses concerns about new notifications being enabled by default for existing users, leading to unexpected emails. Related: https://github.com/nextcloud/server/pull/46945 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Merge pull request #53477 from nextcloud/fix/unnecessary-template-fields-requestElizabeth Danzberger2025-06-171-1/+7
|\ \ | |/ |/| fix: do not extract fields for blank template
| * fix: do not extract fields for blank templateElizabeth Danzberger2025-06-171-1/+7
| | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | Merge pull request #53369 from nextcloud/bug/noid/principal-guest_app-not-foundDaniel2025-06-175-0/+58
|\ \ | | | | | | fix: hide guests group when searching for principals
| * | test(dav): add integration test for principal property searchbug/noid/principal-guest_app-not-foundDaniel Kesselberg2025-06-174-0/+54
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | fix: hide guests group when searching for principalsDaniel Kesselberg2025-06-171-0/+4
| |/ | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #53538 from nextcloud/fix/share-expiry-translationFerdinand Thiessen2025-06-171-1/+1
|\ \ | | | | | | fix(file_sharing): Remove string concatenated translation
| * | fix(file_sharing): Remove string concatenated translationnfebe2025-06-171-1/+1
| |/ | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* / fix(files): auto reload sidebar tags on updateskjnldsv2025-06-171-25/+66
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1710-0/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-17100-648/+1242
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53514 from ↵Ferdinand Thiessen2025-06-162-8/+23
|\ | | | | | | | | nextcloud/fix/do-not-update-userkey-when-masterkey-is-used fix(encryption): Do not register user key related event listeners
| * fix(encryption): Do not register user key related event listenersfix/do-not-update-userkey-when-masterkey-is-usedCôme Chilliet2025-06-162-8/+23
| | | | | | | | | | | | | | when master key is enabled. Also added a safeguard in PassphraseService. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #53311 from nextcloud/feat/example-eventRichard Steinmetz2025-06-1626-66/+1099
|\ \ | |/ |/| feat: create example event when a user logs in for the first time
| * fix: enable example contact feature by defaultRichard Steinmetz2025-06-163-3/+3
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * fix: harmonize design of default content settings sectionRichard Steinmetz2025-06-166-47/+150
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-1623-41/+971
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | refactor(files): migrate away from moment.jsFerdinand Thiessen2025-06-162-10/+18
|/ | | | | | | Use browser provided API and our shared functions. This also fixes tests when local language is not English. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: Adjust tests to match code againbugfix/53457/red-ciJoas Schilling2025-06-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1628-72/+198
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-156-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1414-22/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1316-4/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(OCM-invites): Use the correct way of getting the emailMicke Nordin2025-06-121-3/+3
| | | | | | It seems primary email can sometimes be empty, even if the user has an email set. Signed-off-by: Micke Nordin <kano@sunet.se>
* feat(OCM-invites): Implementation of invitation flowMicke Nordin2025-06-1212-102/+640
| | | | | | | | | | | | | | | This patchset: * implements the /invite-accepted endpoint * adds capabilities and inviteAceptDialog to the discovery * adds a FederatedInviteAcceptedEvent https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post Co-authored-by: Anna <anna@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Co-authored-by: Navid Shokri <navid.pdp11@gmail.com> Signed-off-by: Micke Nordin <kano@sunet.se>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1294-628/+628
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge branch 'master' into fix/loading-account-menuJohn Molakvoæ2025-06-111-2/+2
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * fix(UserRow): fallback to group name in case of undefined availableGroupMaksim Sukharev2025-06-111-2/+2
| | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | fix(files_sharing): l10n typoskjnldsv2025-06-111-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-116-202/+96
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-118-46/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53378 from nextcloud/fix/files-external-workflowFerdinand Thiessen2025-06-103-11/+14
|\ | | | | test: run all files_external tests for S3
| * test: reenable localstack tests (bug fixed) but disable MinIO versioned copy ↵Ferdinand Thiessen2025-06-103-17/+10
| | | | | | | | | | | | test Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * test: only skip tests failing on localstack for localstackFerdinand Thiessen2025-06-102-2/+9
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * test: fix s3 external storage tests to run all storages on ciFerdinand Thiessen2025-06-103-1/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-formatDaniel Kesselberg2025-06-102-2/+2
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #53075 from ↵John Molakvoæ2025-06-101-0/+108
|\ | | | | | | IONOS-Productivity/tests/file_sharing-load_additional_listener
| * test: files_sharing add test for LoadAdditionalListenerMisha M.-Kupriyanov2025-06-101-0/+108
| | | | | | | | Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | fix(settings): adjust group return code stylingJohn Molakvoæ2025-06-101-8/+2
| | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>