aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filesummary.js
Commit message (Collapse)AuthorAgeFilesLines
* typos, naming, remove unused code, identationThomas Müller2014-04-281-1/+0
|
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-1/+21
| | | | | | | | | | The file selection is now based on the internal model array FileList.files instead of the visible checkboxes. This makes it possible to virtually select files that haven't been rendered yet (select all, then deselect a visible one) Added more unit tests for selection (with shift and ctrl as well)
* Fix file summary to use the whole file listVincent Petry2014-04-281-0/+176
- moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions