Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix(files_reminders): Only allow updating reminders if the file is accessible | Christopher Ng | 2025-02-20 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | | | Merge pull request #50922 from nextcloud/fix/show-deleted-team-shares | Kate | 2025-02-20 | 1 | -1/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-shares | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | | Revert "fix(files): updateAll method" | skjnldsv | 2025-02-20 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47. | |||||
* | | | | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 171 | -506/+504 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #50818 from nextcloud/dependabot/npm_and_yarn/dompurify-3.2.4 | dependabot[bot] | 2025-02-20 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | fix(systemtags): Fix invalid dompurify import | Ferdinand Thiessen | 2025-02-20 | 1 | -2/+2 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-20 | 20 | -24/+40 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* / / | fix(files): do not show extension warning for folders renamingfix/files-rename-folder | skjnldsv | 2025-02-19 | 1 | -3/+3 | |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 28 | -28/+172 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files_sharing): Fix public share expiration being set when toggle is not ↵ | Christopher Ng | 2025-02-18 | 1 | -2/+7 | |
| | | | | | | | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | Merge pull request #50779 from nextcloud/chore/mailer-tests | Ferdinand Thiessen | 2025-02-18 | 2 | -11/+25 | |
|\ \ | | | | | | | test(Mailer): Align tests for mailer with stable30 | |||||
| * | | test(Mailer): Align tests for mailer with stable30chore/mailer-tests | Josh | 2025-02-12 | 2 | -11/+25 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | fix(systemtags): do not hide if no tags | skjnldsv | 2025-02-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | fix(files): attach sidebar to main content for vue debug | skjnldsv | 2025-02-18 | 2 | -15/+26 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | Merge pull request #50873 from nextcloud/fix/download-perms | Ferdinand Thiessen | 2025-02-18 | 2 | -0/+34 | |
|\ \ \ | | | | | | | | | fix(files_sharing): block downloading if needed | |||||
| * | | | fix(files_sharing): block downloading if neededfix/download-perms | Ferdinand Thiessen | 2025-02-18 | 2 | -0/+34 | |
| | |/ | |/| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #50864 from nextcloud/fix/fix-psalm-taint-errors-2 | Joas Schilling | 2025-02-18 | 3 | -7/+45 | |
|\ \ \ | | | | | | | | | fix: Fix psalm taint false-positives by small refactorings | |||||
| * | | | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2 | Côme Chilliet | 2025-02-17 | 3 | -7/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly make it clear that we trust admin input or that we correctly escape strings. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | fix(files): properly show file not found error | skjnldsv | 2025-02-18 | 1 | -3/+13 | |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 3 | -47/+149 | |
| |/ / |/| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 44 | -282/+1038 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #50800 from nextcloud/fix/fix-psalm-taint-errors | Ferdinand Thiessen | 2025-02-17 | 1 | -5/+2 | |
|\ \ | | | | | | | fix: Fix psalm taint errors | |||||
| * | | fix: Work around false-positive psalm taint error calling print_r in admin_audit | Côme Chilliet | 2025-02-17 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Same issue as var_export, print_r is listed as sink but it’s not when using return:true. Anyway, using the logger context feature is better. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-types | Joas Schilling | 2025-02-17 | 2 | -5/+5 | |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | feat(files_sharing): Add opengraph meta tags for multimedia, change ↵ | solonovamax | 2025-02-17 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opengraph type to website - Adds the following opengraph tags - images: - `og:image:type`: the mimetype of the image file - audio: - `og:audio`: a direct link to the audio file - `og:audio:type`: the mimetype of the audio file - video: - `og:video`: a direct link to the video file - `og:video:type`: the mimetype of the video file - Changes th `og:type` meta tag from `object` (which is not valid) to `website` Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||||
* | | feat(files_sharing): Add twitter meta tags | solonovamax | 2025-02-17 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Adds the following twitter meta tags - `twitter:card`: `summary_large_image` if the shared file is an image & it has a preview, otherwise `summary` - `twitter:title`: same as `og:title` - `twitter:description`: same as `og:description` - `twitter:image`: same as `og:image` Fixes nextcloud/server#49871 Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||||
* | | fix(transferownership): allow searching by email, display ↵ | Julien Veyssier | 2025-02-17 | 1 | -14/+6 | |
| | | | | | | | | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-17 | 6 | -0/+170 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-16 | 16 | -10/+332 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 24 | -22/+334 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #50769 from nextcloud/checkStorageIdSetCache | Christoph Wurst | 2025-02-14 | 1 | -3/+2 | |
|\ \ | | | | | | | fix(SharedStorage): Check if storage ID is set on cache | |||||
| * | | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCache | Git'Fellow | 2025-02-13 | 1 | -6/+6 | |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-14 | 24 | -26/+40 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix: Fix regression in calendar invitation sendingfix/issue-50054-resource-invite-regression | SebastianKrupinski | 2025-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | | chore(user_ldap): Add psalm-suppress for deprecated emit method calls | Côme Chilliet | 2025-02-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | fix(settings): Inject subadmin manager and adapt tests, resolve a FIXME comment | Côme Chilliet | 2025-02-13 | 3 | -47/+67 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 188 | -821/+1177 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 11 | -78/+86 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 16 | -17/+17 | |
|\ \ \ | | | | | | | | | Clarify app manager method names | |||||
| * | | | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 8 | -8/+8 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 8 | -9/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca | Côme Chilliet | 2025-02-13 | 8 | -400/+320 | |
|\ \ \ \ | |/ / / |/| | | | fix(dav): Migrate from hooks to user events | |||||
| * | | | fix(tests): Order card properties by name to avoid issuesfix/migrate-dav-to-events | Côme Chilliet | 2025-02-10 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix(dav): Migrate from hooks to user events | Côme Chilliet | 2025-02-10 | 7 | -395/+314 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | fix(template-filler): Hide template fields with unknown labels | Elizabeth Danzberger | 2025-02-13 | 3 | -5/+13 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-13 | 40 | -112/+244 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(emailTemplate): use instance Name instead of Url in subjectuseNameNotUrl | Git'Fellow | 2025-02-12 | 1 | -1/+2 | |
| |/ |/| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-12 | 70 | -128/+362 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #50498 from nextcloud/bug/48678/restore-dav-error-response-2 | Daniel | 2025-02-11 | 2 | -12/+10 | |
|\ \ | | | | | | | Don't rethrow a type error |