Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
    • Felix Heidecke's avatar
      Add ignore_files to config, · 11f838f9
      Felix Heidecke authored
      
      test files against ignore_files list on upload
      
      fix typo and indentation
      
      Move blacklist declaration to lib/public/Files/FileInfo.php,
      
      Rename *ignored to *blacklisted
      
      Mocked blacklist_files for testing
      
      Mocked blacklist_files for testing
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      11f838f9
  2. Nov 22, 2015
  3. Oct 30, 2015
  4. Mar 09, 2015
  5. May 15, 2014
    • Vincent Petry's avatar
      Namespacing for FileList, FileActions and trashbin app · 9d38e360
      Vincent Petry authored
      - FileList is now an instantiable class
      - FileActions is now in namespace
      - added App class for trashbin app
      - moved trashbin overrides into classes extending FileList
      - replaced many static calls with "this." or "self." to make the classes
        reusable/extendable
      - new URL parameter "view" to specify which view is shown, for example
        "files" or "trashbin"
      - added OC.Util.History utility class in core for handling history
      - moved URL handling/routing to OCA.Files.App
      - popstate will correctly update the current view and notify the view of
        the URL change so it can update the current dir
      - added JS unitt tests for the trashbin app
      - fixed public app to work with the new namespaces
      9d38e360
  6. Apr 28, 2014
    • Vincent Petry's avatar
      Fix file selection for infinite scrolling · 9c2fbea6
      Vincent Petry authored
      - moved file selection code to FileList
      - fix selection summary when all files are selected
      - nextPage now auto-selects files if "select all" checkbox is checked
      - fixed trashbin to use the same selection logic as FileList
      9c2fbea6
  7. Apr 23, 2014
  8. Mar 05, 2014
  9. Jan 30, 2014
  10. Jan 16, 2014
    • Vincent Petry's avatar
      Added Javascript unit tests · 350214c6
      Vincent Petry authored
      - added karma utility to run jasmine unit tests
      - added Sinon library (for stubs/mocks/fakeserver)
      - added a few unit tests for core and files
      - added autotest-js.sh script
      350214c6
Loading