- Mar 20, 2017
-
-
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:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 22, 2015
-
-
Vincent Petry authored
-
- Oct 30, 2015
-
-
Vincent Petry authored
-
- Mar 09, 2015
-
-
Thomas Müller authored
-
- May 15, 2014
-
-
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
-
- Apr 28, 2014
-
-
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
-
- Apr 23, 2014
-
-
Björn Schießle authored
-
- Mar 05, 2014
-
-
Björn Schießle authored
don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
-
- Jan 30, 2014
-
-
Vincent Petry authored
- fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid()
-
Vincent Petry authored
- Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use
-
- Jan 16, 2014
-
-
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
-