Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-02 | 22 | -86/+116 |
| | |||||
* | 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 | 87 | -289/+8061 |
| | | |||||
* | | 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 #8391 from owncloud/router-parameter-sorting | Thomas Müller | 2014-04-30 | 1 | -1/+1 |
|\ \ | | | | | | | Preserve keys when sorting parameters when generatings urls | ||||
| * | | Preserve keys when sorting parameters when generatings urls | Robin Appelman | 2014-04-29 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
| |/ / | |||||
* | | | Merge pull request #8405 from owncloud/remove-leftcontent-rightcontent | Morris Jobke | 2014-04-30 | 1 | -15/+0 |
|\ \ \ | | | | | | | | | remove leftcontent and rightcontent CSS, no longer needed | ||||
| * | | | remove leftcontent and rightcontent CSS, no longer needed | Jan-Christoph Borchardt | 2014-04-29 | 1 | -15/+0 |
| |/ / | |||||
* | | | Merge pull request #8132 from owncloud/issue/8131 | Thomas Müller | 2014-04-30 | 3 | -90/+90 |
|\ \ \ | | | | | | | | | Issue/8131 Fix emitting of filesystem related hooks | ||||
| * | | | Remove unneccessary statement from test | Joas Schilling | 2014-04-29 | 1 | -2/+0 |
| | | | | |||||
| * | | | Update tests to test for create and update aswell | Joas Schilling | 2014-04-29 | 1 | -13/+35 |
| | | | | |||||
| * | | | Deduplicate code | Joas Schilling | 2014-04-29 | 1 | -136/+39 |
| | | | | |||||
| * | | | Correctly emit create/update hooks when a large file is being created/update | Joas Schilling | 2014-04-29 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | after being uploaded in .part files Fix #8131 | ||||
| * | | | Emit a new hook, when a file is being updated only | Joas Schilling | 2014-04-29 | 2 | -1/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | The write-hook also is triggered for created files Fix #8131 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-30 | 575 | -3128/+7578 |
| |/ / |/| | | |||||
* | | | 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 | 3 | -3/+4 |
|\ \ \ | |_|/ |/| | | Handle return values better from Filesystem::getMountBy* | ||||
| * | | Better handle return values from Filesystem::getMountBy* | Robin McCorkell | 2014-04-25 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge pull request #6870 from owncloud/uncheck-remember-checkbox | Jan-Christoph Borchardt | 2014-04-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | do not check 'remember' log in by default | ||||
| * | | | do not check 'remember' log in by default | Jan-Christoph Borchardt | 2014-01-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-29 | 304 | -5308/+21503 |
| | | | | |||||
* | | | | Merge pull request #8388 from owncloud/reset-3rdparty-master | Lukas Reschke | 2014-04-28 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Update 3rdparty | ||||
| * | | | | Update 3rdparty | Thomas Müller | 2014-04-28 | 1 | -0/+0 |
| | | | | | |||||
* | | | | | Merge pull request #7852 from josh4trunks/basic_auth_fix | Thomas Müller | 2014-04-28 | 2 | -16/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes login / logout when HTTP Basic Headers are avilable. | ||||
| * | | | | | Remove missed stuff from merge | josh4trunks | 2014-04-03 | 1 | -3/+0 |
| | | | | | | |||||
| * | | | | | Fixed Typo | josh4trunks | 2014-04-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Don't always $cookie_path, only set it when needed | josh4trunks | 2014-04-03 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | cookie would be useless if value is not set | josh4trunks | 2014-04-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Don't to set the cookie it wasn't needed. | josh4trunks | 2014-04-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fixes login / logout when HTTP Basic Headers are avilable. | josh4trunks | 2014-04-03 | 2 | -16/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #8387 from wakeup/master | Lukas Reschke | 2014-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Update outdated comment | ||||
| * | | | | | Update outdated comment | Volkan Gezer | 2014-04-28 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #7167 from owncloud/files-ajaxload-infscroll | Thomas Müller | 2014-04-28 | 19 | -771/+1742 |
|\ \ \ \ \ | | | | | | | | | | | | | Infinite scrolling for files app | ||||
| * | | | | | 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 |
| | | | | | |