aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parametersJoas Schilling2025-06-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-2030-110/+516
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz2025-06-1911-191/+222
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #53426 from nextcloud/smb-open-failure-logAndy Scherzinger2025-06-191-2/+8
|\ | | | | feat: improve logging of fopen failures for smb
| * feat: improve logging of fopen failures for smbsmb-open-failure-logRobin Appelman2025-06-101-2/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #53590 from nextcloud/fix/files-sharing-labelFerdinand Thiessen2025-06-191-19/+19
|\ \ | | | | | | fix(files_sharing): do not double escape the share title
| * | fix(files_sharing): do not double escape the share titleFerdinand Thiessen2025-06-191-19/+19
| | | | | | | | | | | | | | | | | | | | | The title is already escaped by vue so special characters would result in incorrect strings. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #52916 from nextcloud/fix/cache-ldap-configuration-prefixesCôme Chilliet2025-06-1912-79/+134
|\ \ \ | |/ / |/| | fix(user_ldap): Store the list of used configuration prefixed in appconfig
| * | fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor callsCôme Chilliet2025-06-1012-56/+45
| | | | | | | | | | | | | | | | | | | | | | | | Using OCP\AppFramework\Services\IAppConfig is not possible because the Helper is queried from places outside of the application DI container (ajax pages, tests, other applications through ILDAPProviderFactory…) Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(user_ldap): Store the list of used configuration prefixed in appconfigCôme Chilliet2025-06-102-56/+122
| |/ | | | | | | | | | | | | This avoids getting all keys from appconfig, which was triggering loading of lazy configuration on all requests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #53574 from nextcloud/chore/files-titleFerdinand Thiessen2025-06-191-7/+0
|\ \ | | | | | | refactor(files): remove custom page title handling
| * | refactor(files): remove custom page title handlingFerdinand Thiessen2025-06-181-7/+0
| | | | | | | | | | | | | | | | | | | | | This conflicts with what `NcAppContent` is already doing. So we should just remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #53417 from nextcloud/fix/fix-32bits-phpunitCôme Chilliet2025-06-191-8/+20
|\ \ \ | | | | | | | | fix(tests): Fix 32bits PHPUnit tests
| * | | fix(tests): Fix files_sharing tests conflicting with other testsfix/fix-32bits-phpunitCôme Chilliet2025-06-101-8/+20
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-19134-100/+566
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #53569 from nextcloud/feat/add-user-enabled-apps-ocsKate2025-06-185-0/+167
|\ \ \
| * | | 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>
* | | | fix(files): add plural form for selected nodesFerdinand Thiessen2025-06-181-2/+5
|/ / / | | | | | | | | | | | | | | | | | | Reported at Transifex: > This string needs pluralization feature, because in some languages translation of "selected" differs between singular and plural. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | 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>