aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #47538 from nextcloud/backport/47500/stable29Elizabeth Danzberger2024-08-273-4/+4
|\ | | | | [stable29] fix(files): fix list gap at bottom
| * chore: rebuild assetsElizabeth Danzberger2024-08-272-3/+3
| | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
|/ | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #47536 from nextcloud/backport/47509/stable29Richard Steinmetz2024-08-271-9/+15
|\ | | | | [stable29] fix: gracefully handle unexpected exif orientation types
| * fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #47213 from nextcloud/backport/47201/stable29Andy Scherzinger2024-08-272-2/+11
|\ \ | | | | | | [stable29] fix(userstatus): run user status automation job for start and end events
| * | fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
| | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #47175 from nextcloud/automated/noid/stable29-fix-npm-auditAndy Scherzinger2024-08-271-7/+9
|\ \ \ | | | | | | | | [stable29] Fix npm audit
| * | | fix(deps): Fix npm auditnextcloud-command2024-08-271-7/+9
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #47517 from nextcloud/backport/47508/stable29Andy Scherzinger2024-08-271-14/+24
|\ \ \ \ | |_|_|/ |/| | | [stable29] fix(Router): Load attribute routes of all apps when not app is specified
| * | | fix(Router): Load attribute routes of all apps when not app is specifiedprovokateurin2024-08-271-14/+24
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47501 from nextcloud/fix/files-favoritesFerdinand Thiessen2024-08-2721-109/+72
|\ \ \ \ | | | | | | | | | | [stable29] fix: Correctly load favorites for subpath
| * | | | chore: Compile assetsFerdinand Thiessen2024-08-2718-27/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files): Migrate `favorites` view to `@nextcloud/files` functions ↵Ferdinand Thiessen2024-08-273-82/+45
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | and make it cancelable Also this fixes the view being writeable Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #47497 from nextcloud/backport/47465/stable29Ferdinand Thiessen2024-08-273-10/+34
|\ \ \ \ | |/ / / |/| | | [stable29] fix(files): Reset drop notice on firefox
| * | | chore(assets): Recompile assetsnextcloud-command2024-08-272-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-271-7/+31
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On firefox there is an old bug where when you move a dragged file outside the window the `dragleave` event is never emitted. So we just use a timeout to reset the drag over state. Also a small change: Use the ID of the main container instead of relying on tag name and class. (The ID is guranteed as other APIs rely on it, while the class is just used internally). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47493 from nextcloud/backport/47467/stable29Ferdinand Thiessen2024-08-274-16/+10
|\ \ \ | |/ / |/| | [stable29] fix(files): Adjust margin at the file list bottom
| * | chore(assets): Recompile assetsnextcloud-command2024-08-262-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-262-13/+7
| | | | | | | | | | | | | | | | | | Instead make it relative to screen size. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2748-96/+96
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47482 from nextcloud/backport/47480/stable29Arthur Schiwon2024-08-263-4/+4
|\ \ | | | | | | [stable29] fix(flow): cannot set custom user agent
| * | build: js assetsArthur Schiwon2024-08-262-3/+3
| | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(flow): cannot set customer user agentArthur Schiwon2024-08-261-1/+1
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #47477 from nextcloud/backport/47435/stable29Joas Schilling2024-08-261-12/+14
|\ \ | | | | | | [stable29] fix(mailer): Call to custom mail_template_class
| * | fix call to custom mail_template_classChristoph Klaffl2024-08-261-12/+14
|/ / | | | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>
* | Merge pull request #47234 from nextcloud/backportof/45848/stable29Ferdinand Thiessen2024-08-2624-139/+111
|\ \ | | | | | | Stable29: Fix/comment deleting with activities installed
| * | fix: Handle comment deletion correctlygreta2024-08-2424-139/+111
| | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2616-14/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2514-26/+52
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2446-50/+222
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47428 from nextcloud/backport/47415/stable29Ferdinand Thiessen2024-08-234-0/+37
|\ \ | | | | | | [stable29] fix: Trusted server icon recovery without addressbook change
| * | fix(federation): always set server status to OK after successful runsPablo Zimdahl2024-08-224-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if a server status got set to failure, it stayed that way until an addressbook-sync found changes. Now the server status is set to OK after each successful sync check (if that's not the case already), regardless of addressbook changes. This change also includes two new logging statements, which could help next time someone debugs this. Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-23136-124/+390
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47421 from nextcloud/backport/47413/stable29Anna2024-08-221-1/+1
|\ \ | | | | | | [stable29] fix(caldav): limit property length
| * | fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #47410 from nextcloud/backport/47409/stable29Joas Schilling2024-08-222-16/+32
|\ \ | | | | | | [stable29] fix(provisioning): Support setting new app configs as well
| * | fix(provisioning): Support setting new app configs as wellJoas Schilling2024-08-222-16/+32
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2256-134/+258
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47394 from nextcloud/backport/46991/stable29Arthur Schiwon2024-08-212-4/+43
|\ \ | | | | | | [stable29] fix(ProvisioningAPI): set typed config values by via API
| * | fix(ProvisioningAPI): set typed config values by via APIArthur Schiwon2024-08-212-4/+43
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #47384 from nextcloud/backport/47380/stable29Joas Schilling2024-08-211-3/+14
|\ \ | | | | | | [stable29] fix(theming): Make getImage() call save against missing non-SVG version
| * | fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #47367 from nextcloud/fix/uploaderJohn Molakvoæ2024-08-21131-343/+270
|\ \ \ | |/ / |/| |
| * | chore(assets): Recompile assetsnextcloud-command2024-08-21129-227/+185
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(deps): Update `@nextcloud/upload`Ferdinand Thiessen2024-08-212-116/+85
|/ / | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/44723#issuecomment-2299624174 for stable29 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47378 from nextcloud/followup/46711/fix-version-checkJoas Schilling2024-08-211-1/+1
|\ \ | | | | | | [stable29] fix(setupcheck): Fix mimetype server version check in backport
| * | fix(setupcheck): Fix mimetype server version check in backportJoas Schilling2024-08-211-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #47263 from nextcloud/backport/47258/stable29Joas Schilling2024-08-215-11/+25
|\ \ \ | |/ / |/| | [stable29] Don't save translated predefined user status as custom status
| * | fix(userstatus): Don't set predefined user status as custom when changing ↵Joas Schilling2024-08-165-11/+25
| | | | | | | | | | | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>