Skip to content
Snippets Groups Projects
  1. Feb 13, 2014
  2. Feb 03, 2014
  3. Jan 31, 2014
  4. Jan 30, 2014
  5. Jan 24, 2014
  6. Jan 23, 2014
  7. Jan 17, 2014
  8. Jan 16, 2014
  9. Jan 15, 2014
  10. Jan 14, 2014
  11. Dec 03, 2013
  12. Nov 28, 2013
  13. Nov 21, 2013
    • Vincent Petry's avatar
      Added min width to files table · 14ad1ebf
      Vincent Petry authored
      Having a too small widths for the files table doesn't make sense as it
      overlaps file actions with the files themselves and make them
      unclickable, especially when viewed on mobile phone.
      
      The compromise that this fix introduces is to have a minimum width that
      will trigger horizontal scrolling, which will at least make it possible
      to click files on mobile phones.
      14ad1ebf
  14. Nov 18, 2013
  15. Oct 28, 2013
  16. Oct 22, 2013
    • Jörn Friedrich Dreyer's avatar
      prevent user from creating or renaming sth. to an existing filename · 45e6d967
      Jörn Friedrich Dreyer authored
      - show tooltip when violating naming constraints while typing
      - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
      - fixes #5062
      - also fixes some whitespace and codestyle issues in files js
      - uses css selector over filterAttr in touched js files
      45e6d967
  17. Oct 14, 2013
  18. Oct 11, 2013
  19. Oct 07, 2013
  20. Oct 06, 2013
  21. Oct 04, 2013
  22. Oct 03, 2013
  23. Oct 02, 2013
  24. Sep 18, 2013
  25. Sep 17, 2013
    • Jörn Friedrich Dreyer's avatar
      initial scrollto implementation: · b40925ae
      Jörn Friedrich Dreyer authored
      use places/folder icon,
      move link construction to JS,
      only show icon on hover,
      use 'searchresult' as css class name,
      add filter/unfilter methods,
      highlight searched files in current filelist
      only filter when correct FileList is present
      b40925ae
  26. Sep 13, 2013
  27. Sep 10, 2013
  28. Sep 08, 2013
    • Vincent Petry's avatar
      Fixed missing checkboxes in IE8 · 5f67ccba
      Vincent Petry authored
      IE8 is not happy with the :checked CSS3 selector which causes it to
      ignore the whole rule.
      
      Replace it with a more compatible selector.
      5f67ccba
Loading