| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -65/+37 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -37/+65 |
* | Merge pull request #14278 from owncloud/fix-index | Lukas Reschke | 2015-02-20 | 1 | -0/+243 |
|\ |
|
| * | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 1 | -0/+243 |
* | | apply backslash fix to _setCurrentDir | Thomas Müller | 2015-02-19 | 1 | -1/+5 |
* | | Parse backslash as directory separator in breadcrumb | Lukas Reschke | 2015-01-24 | 1 | -0/+25 |
|/ |
|
* | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 1 | -0/+30 |
* | Merge pull request #13289 from owncloud/fav-keepfavoncancelrename | Morris Jobke | 2015-01-13 | 1 | -4/+32 |
|\ |
|
| * | Properly update internal file info with updated tags | Vincent Petry | 2015-01-12 | 1 | -4/+32 |
* | | Merge pull request #13154 from owncloud/fix13141 | Thomas Müller | 2015-01-12 | 1 | -4/+115 |
|\ \ |
|
| * | | add js tests for filelist filtering | Jörn Friedrich Dreyer | 2015-01-09 | 1 | -4/+115 |
| |/ |
|
* | | Return path attribute for ajax rename operations | Vincent Petry | 2015-01-12 | 1 | -0/+2 |
* | | Return tags after rename | Vincent Petry | 2015-01-12 | 1 | -0/+69 |
|/ |
|
* | add file summary filter spec tests | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+63 |
* | Merge pull request #12879 from owncloud/mountconfig | Morris Jobke | 2014-12-18 | 2 | -2/+3 |
|\ |
|
| * | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 2 | -2/+3 |
* | | be more explicit in JS unit tests - caused by accessibility issues | Morris Jobke | 2014-12-18 | 1 | -1/+1 |
* | | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 1 | -0/+42 |
|/ |
|
* | Fixed has-favorites CSS | Vincent Petry | 2014-12-15 | 1 | -0/+3 |
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 4 | -0/+444 |
* | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 1 | -0/+13 |
|\ |
|
| * | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 1 | -0/+13 |
* | | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 1 | -10/+10 |
* | | Merge pull request #12394 from owncloud/files-fileactionsimprovements | Lukas Reschke | 2014-12-08 | 1 | -0/+48 |
|\ \ |
|
| * | | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 1 | -0/+48 |
* | | | Modified filesort test cases to test for large sizes & timestamps | brumsel | 2014-12-03 | 1 | -2/+2 |
| |/
|/| |
|
* | | Add js unit test | Robin Appelman | 2014-11-26 | 1 | -7/+27 |
|/ |
|
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+1 |
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -2/+12 |
* | JS unit tests fix - use toBeUndefined() instead of toEqual(null) | Morris Jobke | 2014-11-04 | 1 | -7/+7 |
* | remove unnecessary require calls - the ownCloud class loader is supposed to t... | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
* | Changed fileList.pageSize to function call | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
* | Typo | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
* | Stub for pageSize, because now it is dynamically calculated | Nazar Mokrynskyi | 2014-10-15 | 1 | -2/+3 |
* | correct progress-icon to icon-loading-small | Jan-Christoph Borchardt | 2014-09-22 | 1 | -3/+3 |
* | correct delete-icon to icon-delete, fix #11128 | Jan-Christoph Borchardt | 2014-09-22 | 1 | -3/+3 |
* | Tentative fix for legacy file actions unit test side effect | Vincent Petry | 2014-09-16 | 1 | -0/+4 |
* | Added permission check for drag and drop | Vincent Petry | 2014-09-04 | 1 | -1/+10 |
* | Fixed folder icon update routine when share owner exists | Vincent Petry | 2014-08-15 | 1 | -16/+6 |
* | new unit test added | Bjoern Schiessle | 2014-08-11 | 1 | -4/+42 |
* | Merge pull request #9683 from owncloud/fix_#8819_sorting | Vincent Petry | 2014-07-22 | 1 | -19/+32 |
|\ |
|
| * | Adjusted tests for new default sorting | Remco Brenninkmeijer | 2014-07-17 | 1 | -19/+32 |
* | | Propagate file action changes to the file lists | Vincent Petry | 2014-07-09 | 2 | -6/+4 |
|/ |
|
* | Add machine readable error messages to OC\JSON | Robin Appelman | 2014-07-04 | 1 | -0/+26 |
* | Fix FileActions merging override | Vincent Petry | 2014-07-04 | 1 | -0/+150 |
* | Use fileActionsReady to re-render sharing icons | Vincent Petry | 2014-07-01 | 1 | -1/+12 |
* | Fix fileActionsReady event after deferred file actions update | Vincent Petry | 2014-07-01 | 1 | -0/+9 |
* | Merge pull request #9254 from owncloud/fileactions-deferred | Morris Jobke | 2014-06-27 | 2 | -1/+84 |
|\ |
|
| * | Sync file list with file actions | Vincent Petry | 2014-06-27 | 2 | -1/+84 |