Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -6/+2 |
| | |||||
* | 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 | 5 | -161/+289 |
| | | | | | | | | | | 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 trashbin previews and "delete selected" | Vincent Petry | 2014-04-28 | 2 | -4/+4 |
| | |||||
* | 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 | 7 | -378/+625 |
| | | | | | | | - 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 | 10 | -138/+322 |
| | | | | | | - 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 |
| | |||||
* | drop files_irods from apps_external | Thomas Müller | 2014-04-28 | 82 | -8015/+0 |
| | |||||
* | Merge pull request #8327 from owncloud/l10n-files_external-fields | Thomas Müller | 2014-04-28 | 2 | -66/+67 |
|\ | | | | | Add translatable mount configs | ||||
| * | fix single quote sanitization | Volkan Gezer | 2014-04-26 | 1 | -1/+1 |
| | | |||||
| * | Add translatable mount configs | Volkan Gezer | 2014-04-23 | 1 | -65/+66 |
| | | | | | | | | Will close #8070 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-28 | 2 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8353 from owncloud/publicshare-webdav | icewind1991 | 2014-04-26 | 4 | -2/+131 |
|\ \ | | | | | | | Expose public shares over webdav | ||||
| * | | Expose public shares over webdav | Robin Appelman | 2014-04-25 | 4 | -2/+131 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-26 | 7 | -0/+9 |
| | | | |||||
* | | | fix layout of external storage config table | Morris Jobke | 2014-04-25 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #8350 from owncloud/share-search-mime | icewind1991 | 2014-04-25 | 1 | -6/+9 |
|\ \ \ | |/ / |/| | | fix search by mime for shared single files | ||||
| * | | Also fixed the returned internal path when getting the root shared item by id | Robin Appelman | 2014-04-25 | 1 | -4/+3 |
| | | | |||||
| * | | fix search by mime for shared single files | Robin Appelman | 2014-04-25 | 1 | -3/+7 |
| | | | |||||
* | | | merge master into webdav-injection | Robin Appelman | 2014-04-25 | 130 | -1049/+1055 |
|\| | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 50 | -71/+52 |
| | | | |||||
| * | | Merge pull request #8026 from owncloud/remove_shared_folder | Björn Schießle | 2014-04-24 | 32 | -822/+792 |
| |\ \ | | | | | | | | | remove the "Shared" folder | ||||
| | * | | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 3 | -1/+19 |
| | | | | |||||
| | * | | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 2 | -21/+92 |
| | | | | |||||
| | * | | make it possible to move files out of a shared mount point | Bjoern Schiessle | 2014-04-23 | 2 | -13/+45 |
| | | | | |||||
| | * | | typos, use, unused and return fixed | Thomas Müller | 2014-04-23 | 3 | -7/+9 |
| | | | | |||||
| | * | | Dont throw an error when a storage isn't found for shared cache | Robin Appelman | 2014-04-23 | 1 | -3/+3 |
| | | | | |||||
| | * | | some fixes to make the gallery work, this made it necessary to adjust some ↵ | Bjoern Schiessle | 2014-04-23 | 4 | -219/+32 |
| | | | | | | | | | | | | | | | | tests and the encryption code | ||||
| | * | | add unit tests which got lost during rebase | Bjoern Schiessle | 2014-04-23 | 1 | -0/+23 |
| | | | | |||||
| | * | | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 4 | -6/+72 |
| | | | | |||||
| | * | | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 3 | -46/+68 |
| | | | | |||||
| | * | | update script, create Shared folder and adjust target path for the shares | Bjoern Schiessle | 2014-04-23 | 2 | -61/+44 |
| | | | | |||||
| | * | | allow to rename group share mount points | Bjoern Schiessle | 2014-04-23 | 1 | -7/+36 |
| | | | | |||||
| | * | | cleanup the shared storage, always keep the whole share resource | Bjoern Schiessle | 2014-04-23 | 2 | -39/+43 |
| | | | | |||||
| | * | | external storages: allow to mount a folder called "Shared", it is no longer ↵ | Bjoern Schiessle | 2014-04-23 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | a reserved name | ||||
| | * | | also fetch the etag from file cache | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
| | | | | |||||
| | * | | make sure that path is not 'false' | Bjoern Schiessle | 2014-04-23 | 2 | -6/+4 |
| | | | | |||||
| | * | | fix deleting of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -0/+3 |
| | | | | |||||
| | * | | fix updating of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -7/+3 |
| | | | | |||||
| | * | | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 7 | -67/+59 |
| | | | | |||||
| | * | | fix share api tests | Bjoern Schiessle | 2014-04-23 | 10 | -176/+90 |
| | | | | |||||
| | * | | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 7 | -140/+8 |
| | | | |