Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
  2. Jul 29, 2018
  3. Jul 11, 2018
  4. Jul 09, 2018
  5. Jul 07, 2018
  6. Jun 05, 2018
  7. May 31, 2018
  8. May 22, 2018
  9. May 17, 2018
  10. May 16, 2018
    • Dylan Griffith's avatar
    • Dylan Griffith's avatar
      846f73b5
    • Jan Provaznik's avatar
      Delete remote uploads · 7da3b2cd
      Jan Provaznik authored
      ObjectStore uploader requires presence of associated `uploads` record
      when deleting the upload file (through the carrierwave's after_commit
      hook) because we keep info whether file is LOCAL or REMOTE in `upload`
      object.
      
      For this reason we can not destroy uploads as "dependent: :destroy" hook
      because these would be deleted too soon. Instead we rely on
      carrierwave's hook to destroy `uploads` in after_commit hook.
      
      But in before_destroy hook we still have to delete not-mounted uploads
      (which don't use carrierwave's destroy hook). This has to be done in
      before_Destroy instead of after_commit because `FileUpload` requires
      existence of model's object on destroy action.
      
      This is not ideal state of things, in a next step we should investigate
      how to unify model dependencies so we can use same workflow for all
      uploads.
      
      Related to #45425
      7da3b2cd
  11. May 14, 2018
  12. May 10, 2018
  13. Apr 30, 2018
  14. Apr 26, 2018
  15. Apr 23, 2018
  16. Apr 09, 2018
  17. Apr 06, 2018
  18. Apr 05, 2018
  19. Apr 04, 2018
  20. Mar 28, 2018
  21. Mar 22, 2018
  22. Mar 07, 2018
  23. Mar 02, 2018
  24. Feb 18, 2018
  25. Feb 13, 2018
    • Peter Lauck's avatar
      Strip whitespace from username/login value for user lookup · eddf4c0f
      Peter Lauck authored
      As per the discussion with @psimyn, this change does not affect the frontend, so user input will not be validated on the signin screen.
      
      Instead, the value sent to the backend has leading and trailing whitespace stripped before looking up the user with find_by.
      
      Closes #42637
      eddf4c0f
  26. Feb 08, 2018
  27. Feb 06, 2018
  28. Feb 05, 2018
  29. Feb 02, 2018
  30. Jan 24, 2018
Loading