aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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>
* | fix(settings): show group label instead of gid in accounts managementskjnldsv2025-06-101-2/+16
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-1012-38/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0Ferdinand Thiessen2025-06-092-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: use consistent casing for header names (required by openAPI)Ferdinand Thiessen2025-06-093-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-0920-48/+146
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-0820-4/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-0726-14/+158
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Fix namespace casingJoas Schilling2025-06-062-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Don't test order of applicable mount points when we don't sortJoas Schilling2025-06-062-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-06172-188/+334
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53250 from nextcloud/fix/harmonize-ldap-function-loggingCôme Chilliet2025-06-051-18/+28
|\ | | | | fix(user_ldap): Harmonize parameter obfuscation and serialization accross logging methods
| * fix(user_ldap): Harmonize parameter obfuscation and serialization accross ↵fix/harmonize-ldap-function-loggingCôme Chilliet2025-06-021-18/+28
| | | | | | | | | | | | | | | | | | logging methods Debug log, profiler and ldap debug log had a different logic for sanitizing of parameters, aligning them. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Throw AppNotFoundException from installer when application is not foundCôme Chilliet2025-06-051-1/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Do not enable applications which are not installed yetCôme Chilliet2025-06-052-1/+23
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(imip): dont compare events for the reply messagefix/reply-messageHamza Mahjoubi2025-06-052-2/+30
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | fix(files): use the correct theming instance name from capabilities to set ↵Julien Veyssier2025-06-051-1/+1
| | | | | | | | | | | | the page title Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(dav): file drop nicknameskjnldsv2025-06-055-20/+77
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): show message when nickname is not validskjnldsv2025-06-052-11/+26
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-0532-230/+258
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCountRichard Steinmetz2025-06-041-7/+5
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-048-96/+96
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): highlight previous folder on history upskjnldsv2025-06-031-0/+62
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #53273 from nextcloud/fix/noid-fix-user-create-quotaSebastian Krupinski2025-06-031-1/+1
|\ \ | | | | | | fix(accounts): new account quota value
| * | fix: new account quota valueSebastianKrupinski2025-06-021-1/+1
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>