Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/3949/allow editing before upload #3988

Merged
merged 12 commits into from
Aug 17, 2020

Commits on Aug 11, 2020

  1. Store current upload id

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    722fe35 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Store visibility of the upload editor

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6ef9611 View commit details
    Browse the repository at this point in the history
  2. Add uploadeditor component

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    661348e View commit details
    Browse the repository at this point in the history
  3. Create initialiseduploads store entry and split uploadfiles logic

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    07fee78 View commit details
    Browse the repository at this point in the history
  4. Add ability to add more files to the current upload

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    551305d View commit details
    Browse the repository at this point in the history
  5. Make the filepreview component compatible with upload editing

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    d116643 View commit details
    Browse the repository at this point in the history
  6. Add ability to remove files from selection

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini authored and danxuliu committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2915171 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Show previews in the upload editor

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ef09c4c View commit details
    Browse the repository at this point in the history
  2. Move share logic to the uploadfiles method in the store

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    9e6e2d5 View commit details
    Browse the repository at this point in the history
  3. Style upload editor

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c49ee85 View commit details
    Browse the repository at this point in the history
  4. Use unique random indexes for temporary messages

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d738442 View commit details
    Browse the repository at this point in the history
  5. Make uploadeditor accessible

    Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
    marcoambrosini committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    6653eb6 View commit details
    Browse the repository at this point in the history