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

File attachments for cards #488

Merged
merged 35 commits into from
Jun 20, 2018
Merged

File attachments for cards #488

merged 35 commits into from
Jun 20, 2018

Commits on Jun 19, 2018

  1. Implement attachment backend with a first module for app data file up…

    …load
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    45c7241 View commit details
    Browse the repository at this point in the history
  2. Update database schema for attachments

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    f152f32 View commit details
    Browse the repository at this point in the history
  3. Implement file attachments frontend

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    bfda3e7 View commit details
    Browse the repository at this point in the history
  4. Include angular-file-upload and add a fix for its dragleave issue

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    b08d416 View commit details
    Browse the repository at this point in the history
  5. Update package-lock.json to remove option param

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0c711b2 View commit details
    Browse the repository at this point in the history
  6. Allow to undo file deletions

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    ee5a54a View commit details
    Browse the repository at this point in the history
  7. Add attachment indicator

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0137b88 View commit details
    Browse the repository at this point in the history
  8. Use card data from CardService so we don't need to store objects twice

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    757b041 View commit details
    Browse the repository at this point in the history
  9. Adapt existing unit tests

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    04b0807 View commit details
    Browse the repository at this point in the history
  10. Fix delete cron test

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    94397de View commit details
    Browse the repository at this point in the history
  11. Fix code style and PHP5.6 errors

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    344ed6d View commit details
    Browse the repository at this point in the history
  12. Add field for user count

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    7b230d5 View commit details
    Browse the repository at this point in the history
  13. Move uploading logic to dedicated FileService

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8229fba View commit details
    Browse the repository at this point in the history
  14. Fix chrome hovering bug

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    2bcd5d3 View commit details
    Browse the repository at this point in the history
  15. Fix race condition when loading the user list

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c816b15 View commit details
    Browse the repository at this point in the history
  16. Implement updating files

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    581fa01 View commit details
    Browse the repository at this point in the history
  17. Add file upload indicator

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    48c622d View commit details
    Browse the repository at this point in the history
  18. Use tabbed headers for description and attachments

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0b5ded2 View commit details
    Browse the repository at this point in the history
  19. Use object-src self/blob for pdf files

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    5bc65a6 View commit details
    Browse the repository at this point in the history
  20. Fix button styling

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    22190b9 View commit details
    Browse the repository at this point in the history
  21. Fix codacy warnings

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    06ea036 View commit details
    Browse the repository at this point in the history
  22. Fix CardTest

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    1972edc View commit details
    Browse the repository at this point in the history
  23. Add unit tests for new classes

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    7ad8080 View commit details
    Browse the repository at this point in the history
  24. Insert attachments to description

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    5b95beb View commit details
    Browse the repository at this point in the history
  25. Use generic Exception

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0f50f8d View commit details
    Browse the repository at this point in the history
  26. return empty result

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a83b50b View commit details
    Browse the repository at this point in the history
  27. Add some logging

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    7955a19 View commit details
    Browse the repository at this point in the history
  28. Unit tests for missing service methods

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    63ad39d View commit details
    Browse the repository at this point in the history
  29. Add more spacing to attachment list

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    6ac3066 View commit details
    Browse the repository at this point in the history
  30. Add AttachmentMapperTest

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c720f96 View commit details
    Browse the repository at this point in the history
  31. Fix missing index and double quotes

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    5641249 View commit details
    Browse the repository at this point in the history
  32. Fix scrutinizer issues

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c2c0bae View commit details
    Browse the repository at this point in the history
  33. Limit images in height

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    dd1a03f View commit details
    Browse the repository at this point in the history
  34. Create proper parameters with QueryBuilder

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    147c317 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    49d7f8c View commit details
    Browse the repository at this point in the history