Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8407 from owncloud/scale-pics-on-public-sharing-master | Thomas Müller | 2014-05-05 | 6 | -53/+78 |
|\ | | | | | Images on public sharing get downscaled to increase use experience - thi... | ||||
| * | load image via javascript and use $(document).width() to determine the ↵ | Thomas Müller | 2014-05-02 | 2 | -48/+62 |
| | | | | | | | | proper side of the image to be returned | ||||
| * | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 5 | -9/+20 |
| | | | | | | | | | | | | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-05 | 5 | -0/+23 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-04 | 79 | -37/+194 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-03 | 34 | -35/+27 |
| | | |||||
* | | Merge pull request #8377 from youngguns-nl/issue_8376 | Vincent Petry | 2014-05-02 | 1 | -1/+9 |
|\ \ | |/ |/| | RecursiveDirectoryIterator does not work on NFS | ||||
| * | refs #8376; spaces=>tabs | Sjors van der Pluijm | 2014-04-29 | 1 | -1/+1 |
| | | |||||
| * | refs #8376; added comment and applied patch on other files | Sjors van der Pluijm | 2014-04-28 | 1 | -1/+9 |
| | | |||||
* | | Merge pull request #8400 from owncloud/download-button-public-folder | Thomas Müller | 2014-05-02 | 3 | -7/+14 |
|\ \ | | | | | | | reintroduce download button on public shares | ||||
| * | | disable download button if zip download is disabled | Thomas Müller | 2014-05-02 | 2 | -1/+4 |
| | | | |||||
| * | | fix position and look of public download button | Jan-Christoph Borchardt | 2014-05-02 | 1 | -3/+0 |
| | | | |||||
| * | | remove file name from upper right button | Thomas Müller | 2014-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | reintroduce download button on public shares | Thomas Müller | 2014-04-29 | 1 | -3/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-02 | 3 | -5/+35 |
| | | | |||||
* | | | Merge pull request #8415 from owncloud/sharing_fix_rename | Björn Schießle | 2014-05-01 | 1 | -4/+7 |
|\ \ \ | | | | | | | | | [sharing] return the new name if a mount point was renamed | ||||
| * | | | return the new name if a mount point was renamed | Bjoern Schiessle | 2014-04-30 | 1 | -4/+7 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-01 | 18 | -0/+128 |
| | | | | |||||
* | | | | Merge pull request #8412 from owncloud/sharing_fix_part_file_rename | Lukas Reschke | 2014-04-30 | 3 | -9/+98 |
|\ \ \ \ | |/ / / |/| | | | [sharing] fix rename of part files | ||||
| * | | | get the correct owner path for part files | Bjoern Schiessle | 2014-04-30 | 2 | -1/+92 |
| | | | | |||||
| * | | | only update the values which really changed | Bjoern Schiessle | 2014-04-30 | 1 | -8/+6 |
| |/ / | |||||
* | | | Merge pull request #8404 from owncloud/fix-checkboxes | Thomas Müller | 2014-04-30 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | Fixed too generic checkbox and link selectors | ||||
| * | | | Fixed too generic checkbox and link selectors | Vincent Petry | 2014-04-29 | 1 | -5/+5 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that the sharing dropdown is embedded into the table row for some reason. This fix makes use of a more specific selector for the checkboxes and file name links to make sure it doesn't spill into any other potential elements like the sharing dialog. | ||||
* | | | Merge pull request #8408 from owncloud/delete-spinner | Morris Jobke | 2014-04-30 | 2 | -0/+17 |
|\ \ \ | | | | | | | | | Show spinner for all files when deleting all | ||||
| * | | | Show spinner for all files when deleting all | Vincent Petry | 2014-04-29 | 2 | -0/+17 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-30 | 91 | -0/+621 |
|/ / | |||||
* | | Merge pull request #8382 from owncloud/enc_fix_decrypt_all | Vincent Petry | 2014-04-29 | 2 | -10/+52 |
|\ \ | | | | | | | fix shouldEncrypt() method and improved decryptAll() unit tests | ||||
| * | | fix shouldEncrypt() method and improved decryptAll() unit tests | Bjoern Schiessle | 2014-04-28 | 2 | -10/+52 |
| |/ | |||||
* | | Merge pull request #8285 from owncloud/better_getmountby_handling | icewind1991 | 2014-04-29 | 2 | -2/+3 |
|\ \ | | | | | | | Handle return values better from Filesystem::getMountBy* | ||||
| * | | Better handle return values from Filesystem::getMountBy* | Robin McCorkell | 2014-04-25 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | getMountByStorageId and getMountByNumericId return an empty array on error, which should be detected to avoid possible errors. This commit also adds in some new logging points and throws to aid debugging | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-29 | 69 | -339/+341 |
| | | | |||||
* | | | 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 |
| | | |