Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 379
    • Issues 379
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !778

Fix #847: Use ASCII filename before upload to S3 to avoid playback issues

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Agate requested to merge 847-ascii-rename-s3 into master Jun 10, 2019
  • Overview 5
  • Commits 1
  • Pipelines 3
  • Changes 5

Closes #847 (closed)

Introduce a new slugify dependency to avoid troubles with non latin filenames, cf Mastodon.

This one will translate non-latin characters to something close in latin alphabet, instead of return empty spaces, as our previous implementation did.

Edited Jun 10, 2019 by Agate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 847-ascii-rename-s3