Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
  2. Oct 11, 2016
  3. Sep 30, 2016
  4. Sep 27, 2016
  5. Sep 09, 2016
  6. Sep 01, 2016
  7. Aug 29, 2016
  8. Aug 19, 2016
    • Vincent Petry's avatar
      Fix hidden files handling · f7deb2c2
      Vincent Petry authored
      Hidden files (dot files) are now always rendered in the DOM to make
      sure that all file operations and selection still work as expected.
      
      Their visibility is now toggled on CSS level.
      f7deb2c2
  9. Jul 27, 2016
  10. Jul 22, 2016
  11. Jul 06, 2016
  12. Jul 05, 2016
  13. Jul 01, 2016
  14. Jun 30, 2016
    • Vincent Petry's avatar
      Prevent infinite loop in search auto-nextpage · 5cfbb962
      Vincent Petry authored
      When loading the next page of search results, make sure that the loop
      can end if there are no more elements in case the total doesn't match.
      
      Also added a check to avoid recomputing the search results whenever the
      setFilter() is called with the same value. This happens when navigating
      away to another folder, the search field gets cleared automatically and
      it calls FileList.setFilter('').
      5cfbb962
  15. Jun 24, 2016
  16. Jun 14, 2016
  17. May 24, 2016
  18. May 21, 2016
  19. May 17, 2016
    • Fabian's avatar
      dont update search onResize · 2a7d3dd8
      Fabian authored
      this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
      2a7d3dd8
  20. May 06, 2016
  21. Apr 21, 2016
  22. Apr 19, 2016
  23. Apr 13, 2016
  24. Apr 07, 2016
  25. Mar 31, 2016
  26. Mar 24, 2016
  27. Mar 17, 2016
    • Pellaeon Lin's avatar
      Handle case when breadcrumb and filelist item overlap · 48430d44
      Pellaeon Lin authored
      and both receive a drop.
      
      Build breadcrumb over and out callback in filelist.js and
      pass them as options to utilize local selectors of filelist
      
      Re-enable td elements after drop to bread crumb
      
      Fix# drop handler still being called after enable,
      it seems that waiting for a short time before re-enabling solves the
      problem
      
      * Add explanations for setTimeout re-enable td.filename drop handler
      48430d44
Loading