Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #53311 from nextcloud/feat/example-event | Richard Steinmetz | 2025-06-16 | 26 | -66/+1099 | |
|\ \ \ \ | |/ / / |/| | | | feat: create example event when a user logs in for the first time | |||||
| * | | | fix: enable example contact feature by default | Richard Steinmetz | 2025-06-16 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
| * | | | fix: harmonize design of default content settings section | Richard Steinmetz | 2025-06-16 | 6 | -47/+150 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
| * | | | feat: create example event when a user logs in for the first time | Richard Steinmetz | 2025-06-16 | 23 | -41/+971 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | | refactor(files): migrate away from moment.js | Ferdinand Thiessen | 2025-06-16 | 2 | -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-ci | Joas Schilling | 2025-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-16 | 28 | -72/+198 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-15 | 6 | -0/+38 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-14 | 14 | -22/+48 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-13 | 16 | -4/+56 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(OCM-invites): Use the correct way of getting the email | Micke Nordin | 2025-06-12 | 1 | -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 flow | Micke Nordin | 2025-06-12 | 12 | -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 Transifex | Nextcloud bot | 2025-06-12 | 94 | -628/+628 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge branch 'master' into fix/loading-account-menu | John Molakvoæ | 2025-06-11 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * | | | fix(UserRow): fallback to group name in case of undefined availableGroup | Maksim Sukharev | 2025-06-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | |||||
* | | | | fix(files_sharing): l10n typo | skjnldsv | 2025-06-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | feat(files_sharing): show Account menu on public pages | skjnldsv | 2025-06-11 | 6 | -202/+96 | |
|/ / / | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | / | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-11 | 8 | -46/+46 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #53378 from nextcloud/fix/files-external-workflow | Ferdinand Thiessen | 2025-06-10 | 3 | -11/+14 | |
|\ \ | | | | | | | test: run all files_external tests for S3 | |||||
| * | | test: reenable localstack tests (bug fixed) but disable MinIO versioned copy ↵ | Ferdinand Thiessen | 2025-06-10 | 3 | -17/+10 | |
| | | | | | | | | | | | | | | | | | | test Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | test: only skip tests failing on localstack for localstack | Ferdinand Thiessen | 2025-06-10 | 2 | -2/+9 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | test: fix s3 external storage tests to run all storages on ci | Ferdinand Thiessen | 2025-06-10 | 3 | -1/+4 | |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / | fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-format | Daniel Kesselberg | 2025-06-10 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Merge pull request #53075 from ↵ | John Molakvoæ | 2025-06-10 | 1 | -0/+108 | |
|\ | | | | | | | IONOS-Productivity/tests/file_sharing-load_additional_listener | |||||
| * | test: files_sharing add test for LoadAdditionalListener | Misha M.-Kupriyanov | 2025-06-10 | 1 | -0/+108 | |
| | | | | | | | | Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> | |||||
* | | fix(settings): adjust group return code styling | John Molakvoæ | 2025-06-10 | 1 | -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 management | skjnldsv | 2025-06-10 | 1 | -2/+16 | |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-10 | 12 | -38/+72 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0 | Ferdinand Thiessen | 2025-06-09 | 2 | -4/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: use consistent casing for header names (required by openAPI) | Ferdinand Thiessen | 2025-06-09 | 3 | -6/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-09 | 20 | -48/+146 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-08 | 20 | -4/+72 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-07 | 26 | -14/+158 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | test: Fix namespace casing | Joas Schilling | 2025-06-06 | 2 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | test: Don't test order of applicable mount points when we don't sort | Joas Schilling | 2025-06-06 | 2 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-06 | 172 | -188/+334 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #53250 from nextcloud/fix/harmonize-ldap-function-logging | Côme Chilliet | 2025-06-05 | 1 | -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-logging | Côme Chilliet | 2025-06-02 | 1 | -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 found | Côme Chilliet | 2025-06-05 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Do not enable applications which are not installed yet | Côme Chilliet | 2025-06-05 | 2 | -1/+23 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix(imip): dont compare events for the reply messagefix/reply-message | Hamza Mahjoubi | 2025-06-05 | 2 | -2/+30 | |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | |||||
* | | fix(files): use the correct theming instance name from capabilities to set ↵ | Julien Veyssier | 2025-06-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | the page title Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | fix(dav): file drop nickname | skjnldsv | 2025-06-05 | 5 | -20/+77 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(files_sharing): show message when nickname is not valid | skjnldsv | 2025-06-05 | 2 | -11/+26 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-05 | 32 | -230/+258 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | docs(caldav): improve documentation of CalDavBackend::getCalendarsForUserCountdocs/caldav/getCalendarsForUserCount | Richard Steinmetz | 2025-06-04 | 1 | -7/+5 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-04 | 8 | -96/+96 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files): highlight previous folder on history up | skjnldsv | 2025-06-03 | 1 | -0/+62 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #53273 from nextcloud/fix/noid-fix-user-create-quota | Sebastian Krupinski | 2025-06-03 | 1 | -1/+1 | |
|\ \ | | | | | | | fix(accounts): new account quota value | |||||
| * | | fix: new account quota value | SebastianKrupinski | 2025-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> |