Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Dependency List
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 803
    • Issues 803
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 61
    • Merge Requests 61
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !438

Open
Opened 19 hours ago by Ben Hayward@benhayward.ben
  • Report abuse
Report abuse

[Sprint/InterestingIguana](bug): Throwing exception when max filesize reached

closes #1506 image

Edited 19 hours ago by Ben Hayward

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b fix/filesize-limit-1506 origin/fix/filesize-limit-1506

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff fix/filesize-limit-1506

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge fix/filesize-limit-1506 into master
The source branch is 9 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #70309414 passed for e4f0f6e0 on fix/filesize-limit-1506
          Requires approval from Deployers. Approved by
          Brian Hatchet
          Brian Hatchet
          Emiliano Balbuena
          Emiliano Balbuena
          Martin Santangelo
          Martin Santangelo
          Mark Harding
          Mark Harding
          Marcelo Rivera
          Marcelo Rivera
          Ready to be merged automatically. Ask someone with write access to this repository to merge this request

          Closes #1506

          Deletes source branch

          • Discussion 7
          • Commits 4
          • Pipelines 7
          • Changes 1
          2/2 threads resolved
          • Loading...
          • Ben Hayward @benhayward.ben changed the description 19 hours ago

            changed the description

          • Ben Hayward @benhayward.ben added 1 commit 19 hours ago

            added 1 commit

            • 76adb084 - Update activity.ts

            Compare with previous version

          • Mark Harding
            Mark Harding @markeharding · 19 hours ago
            Owner

            I think the check should be done here https://gitlab.com/minds/front/blob/master/src/app/services/attachment.ts#L404

          • Mark Harding
            Mark Harding @markeharding · 19 hours ago
            Owner

            See how we are getting the length of the video

          • Ben Hayward @benhayward.ben added 1 commit 19 hours ago

            added 1 commit

            • d3e6e10d - Checking filesize of attached video

            Compare with previous version

          • Ben Hayward
            Ben Hayward @benhayward.ben · 19 hours ago
            Developer

            @markeharding Simple as like this or does it need to be in a promise?

          • Ben Hayward
            Ben Hayward @benhayward.ben · 18 hours ago
            Developer

            image

            max-video-length may need setting in the settings.php unless this is a bug not appearing on my local.

          • Mark Harding
            Mark Harding @markeharding started a thread on an old version of the diff 17 hours ago
            Resolved by Ben Hayward 15 hours ago
          • Mark Harding @markeharding added MR::Requires Changes label 17 hours ago

            added MR::Requires Changes label

          • Ben Hayward @benhayward.ben resolved all threads 15 hours ago

            resolved all threads

          • Ben Hayward @benhayward.ben added 1 commit 15 hours ago

            added 1 commit

            • b5ddcafb - Update attachment.ts

            Compare with previous version

          • Ben Hayward @benhayward.ben added MR::Awaiting Review label and removed MR::Requires Changes label 15 hours ago

            added MR::Awaiting Review label and removed MR::Requires Changes label

          • Ben Hayward @benhayward.ben added 1 commit 1 hour ago

            added 1 commit

            • 4fd6793c - Update attachment.ts

            Compare with previous version

          • Ben Hayward
            Ben Hayward @benhayward.ben · 1 hour ago
            Developer

            Updated to match new limit of 4GB

          • Mark Harding
            Mark Harding @markeharding started a thread on an old version of the diff 1 hour ago
            Resolved by Ben Hayward 1 hour ago
          • Ben Hayward @benhayward.ben added 1 commit 1 hour ago

            added 1 commit

            • e4f0f6e0 - Update attachment.ts

            Compare with previous version

          • Ben Hayward @benhayward.ben resolved all threads 1 hour ago

            resolved all threads

          • Brian Hatchet :speech_balloon: @brianhatchet approved this merge request 35 minutes ago

            approved this merge request

          • Ben Hayward @benhayward.ben removed MR::Awaiting Review label 27 minutes ago

            removed MR::Awaiting Review label

          • Ben Hayward @benhayward.ben added MR::Awaiting Review label 26 minutes ago

            added MR::Awaiting Review label

          • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
          Please register or sign in to reply
          0 Assignees
          None
          Assign to
          None
          Milestone
          None
          Assign milestone
          None
          Time tracking
          No estimate or time spent
          1
          Labels
          MR::Awaiting Review
          Assign labels
          • View project labels
          Lock merge request
          Unlocked
          6
          6 participants
          user avatar
          Emiliano Balbuena
          user avatar
          Martin Santangelo
          user avatar
          Mark Harding
          user avatar
          Marcelo Rivera
          user avatar
          Brian Hatchet
          user avatar
          Ben Hayward
          Reference: minds/front!438