Skip to content
Snippets Groups Projects
  1. Mar 10, 2014
  2. Mar 06, 2014
  3. Mar 05, 2014
  4. Mar 02, 2014
  5. Feb 26, 2014
  6. Feb 20, 2014
  7. Feb 19, 2014
  8. Feb 07, 2014
  9. Feb 04, 2014
  10. Jan 24, 2014
  11. Jan 15, 2014
  12. Jan 10, 2014
  13. Dec 18, 2013
  14. Dec 16, 2013
  15. Dec 13, 2013
    • Vincent Petry's avatar
      Fix webroot for update page · df1a4044
      Vincent Petry authored
      On the update page, config.js was missing which caused oc_webroot to not
      be available. That would trigger the faulty oc_webroot fallback that
      didn't take URLs like "/owncloud/index.php/files/apps" into account.
      
      This fix adds config.js in the update page and also a fix for the
      oc_webroot fallback, in case it is used elsewhere.
      df1a4044
  16. Dec 07, 2013
  17. Nov 25, 2013
  18. 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
  19. Oct 15, 2013
  20. 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
  21. Sep 16, 2013
  22. Sep 13, 2013
    • Vincent Petry's avatar
      Ajax calls for "files" and "files_trashbin" apps · 1304b511
      Vincent Petry authored
      Frontend:
      - The files app list now uses ajax calls to refresh the list.
      - Added support the browser back button (history API).
      - Added mask + spinner while loading file list
      
      Backend:
      - Added utility function in core JS for parsing query strings.
      - Moved file list + breadcrumb template data code to helper
        functions
      - Fixed some file paths in trashbin app to be similar to the files app
      1304b511
  23. Aug 28, 2013
  24. Aug 18, 2013
  25. Aug 17, 2013
  26. Aug 16, 2013
  27. Aug 15, 2013
  28. Aug 13, 2013
  29. Aug 09, 2013
  30. Aug 03, 2013
Loading