Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-29 | 67 | -339/+339 |
| | |||||
* | typos, naming, remove unused code, identation | Thomas Müller | 2014-04-28 | 3 | -53/+39 |
| | |||||
* | Fixed drag and drop into folder and onto breadcrumb | Vincent Petry | 2014-04-28 | 3 | -82/+211 |
| | | | | | Fixed drag and drop code to use FileList.getSelectedFiles() instead of the visible DOM elements. | ||||
* | Fixed selection summary calculation issue | Vincent Petry | 2014-04-28 | 2 | -3/+27 |
| | |||||
* | Cleanup of event handlers | Vincent Petry | 2014-04-28 | 1 | -32/+32 |
| | | | | | Now using _.bind() for event handlers so we can use "this" which is more readable than a static access to FileList. | ||||
* | Cleanup and fix trashbin "clear all files" operation | Vincent Petry | 2014-04-28 | 1 | -5/+1 |
| | |||||
* | Fixed drag shadow file sorting | Vincent Petry | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | Fixed selection to be based on FileList.files | Vincent Petry | 2014-04-28 | 4 | -159/+287 |
| | | | | | | | | | | 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) | ||||
* | Make sure there are always enough elements visible on the page | Vincent Petry | 2014-04-28 | 2 | -0/+18 |
| | |||||
* | Fixed insertion of files | Vincent Petry | 2014-04-28 | 4 | -40/+169 |
| | | | | | | | | | Removed "insert" flag, inserting is by default for FileList.add(). Added "animate" flag to FileList.add(). Added logic to correctly detect when to insert/append elements whenever the insertion point is visible or not. Fixed "render next page" logic to work correctly when many pages of files have been added. | ||||
* | Fixed file sorting to work with scrolling | Vincent Petry | 2014-04-28 | 2 | -106/+150 |
| | | | | | | | | | The FileList.files model is now updated with file operations. Adding files to the list will add to the model first, then to the DOM. If the insertion point isn't visible yet, the file won't be added to the DOM until the user scrolls down. Updated unit tests to include checking for the correct insertion point. | ||||
* | Fix file selection for infinite scrolling | Vincent Petry | 2014-04-28 | 5 | -217/+497 |
| | | | | | | | - 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 | ||||
* | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 6 | -136/+314 |
| | | | | | | - 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 | ||||
* | Added infinite scrolling (in-memory list) | Vincent Petry | 2014-04-28 | 1 | -5/+60 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 3 | -0/+4 |
| | |||||
* | merge master into webdav-injection | Robin Appelman | 2014-04-25 | 79 | -280/+75 |
|\ | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 37 | -65/+20 |
| | | |||||
| * | Merge pull request #8026 from owncloud/remove_shared_folder | Björn Schießle | 2014-04-24 | 8 | -143/+24 |
| |\ | | | | | | | remove the "Shared" folder | ||||
| | * | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 2 | -1/+15 |
| | | | |||||
| | * | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 7 | -140/+8 |
| | | | |||||
| | * | don't overwrite shared folder icon | Bjoern Schiessle | 2014-04-23 | 1 | -2/+1 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-24 | 12 | -2/+14 |
| | | | |||||
| * | | Merge pull request #8233 from owncloud/fix-newdialog-ie | Thomas Müller | 2014-04-23 | 1 | -1/+1 |
| |\ \ | | | | | | | | | fix shift of icons in 'New' menu in IE8/9, fix #7987 | ||||
| | * | | fix shift of icons in 'New' menu in IE8/9, fix #7987 | Jan-Christoph Borchardt | 2014-04-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adjust renaming of directories, fixes #8280 | Robin McCorkell | 2014-04-23 | 1 | -1/+2 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directories will not be considered to have an extension, even if a dot is found. Stop Scrutinizer being annoyed But the spaced version looked good! Stop jsHint being annoyed These code quality tools are really pestering | ||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-23 | 70 | -68/+14 |
| | | | |||||
* | | | merge master into webdav-injection | Robin Appelman | 2014-04-22 | 9 | -79/+133 |
|\| | | |||||
| * | | Merge pull request #8283 from owncloud/translatable-max-in-upload | Jörn Friedrich Dreyer | 2014-04-22 | 2 | -2/+2 |
| |\ \ | | | | | | | | | make max. text translatable | ||||
| | * | | make max. text translatable | Volkan Gezer | 2014-04-21 | 2 | -2/+2 |
| | | | | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-22 | 2 | -1/+2 |
| | | | | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-21 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #8169 from owncloud/change-to-show | Andreas Fischer | 2014-04-20 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Change from showHTML to show * owncloud/change-to-show: Change from showHTML to show | ||||
| | * | | Change from showHTML to show | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | There is no need to use `showHTML` here. | ||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-17 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Merge pull request #8104 from owncloud/lukepolo-master | Thomas Müller | 2014-04-15 | 4 | -74/+127 |
| |\ \ | | |/ | |/| | Added the ability to Drag and Drop folders [chrome] | ||||
| | * | add link to further discussion about that folder check | Thomas Müller | 2014-04-15 | 1 | -0/+1 |
| | | | |||||
| | * | fix single file upload in firefox | Thomas Müller | 2014-04-10 | 1 | -1/+5 |
| | | | |||||
| | * | In cases folder drag and drop is not supported a proper message is displayed | Thomas Müller | 2014-04-09 | 1 | -5/+12 |
| | | | |||||
| | * | use FileList.findFileEl | Thomas Müller | 2014-04-09 | 1 | -1/+2 |
| | | | |||||
| | * | Merge branch 'master' into lukepolo-master | Thomas Müller | 2014-04-09 | 6 | -23/+50 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
| | * | | js style fixes according to our jshintrc rules | Thomas Müller | 2014-04-07 | 1 | -58/+56 |
| | | | | |||||
| | * | | fix folder upload in js | Thomas Müller | 2014-04-07 | 1 | -16/+21 |
| | | | | |||||
| | * | | adding parentId to file info array | Thomas Müller | 2014-04-07 | 1 | -1/+2 |
| | | | | |||||
| | * | | remove unused exit() | Thomas Müller | 2014-04-07 | 1 | -1/+0 |
| | | | | |||||
| | * | | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 3 | -13/+50 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| | | * | | Fixed issue with drag and drop not in the root directory, for folders and files | Luke Policinski | 2014-02-20 | 1 | -6/+7 |
| | | | | | |||||
| | | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 2 | -8/+8 |
| | | | | | |||||
| | | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 3 | -13/+48 |
| | | | | | |||||
* | | | | | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 101 | -1221/+2198 |
|\| | | | |