Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15437 from owncloud/deleteorphanedfiles | Thomas Müller | 2015-04-10 | 1 | -0/+116 |
|\ | | | | | [command] delete orphaned file cache entries | ||||
| * | [command] delete orphaned file cache entries | Morris Jobke | 2015-04-08 | 1 | -0/+116 |
| | | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage | ||||
* | | Merge pull request #15196 from owncloud/limit-file-activities-to-favorites | Morris Jobke | 2015-04-09 | 1 | -0/+297 |
|\ \ | | | | | | | Limit file activities to favorites | ||||
| * | | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 1 | -1/+1 |
| | | | |||||
| * | | Adjust by/self filter aswell and fix tests | Joas Schilling | 2015-03-31 | 1 | -2/+2 |
| | | | |||||
| * | | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 1 | -0/+297 |
| | | | |||||
* | | | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -9/+2 |
| |/ |/| | | | | | | | | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | | Remove server timezone dependency from files list test | Joas Schilling | 2015-04-07 | 1 | -3/+3 |
|/ | |||||
* | Adding a pending indicator to the files summary - fixes #14853 | Thomas Müller | 2015-03-27 | 1 | -0/+33 |
| | |||||
* | Merge pull request #14495 from owncloud/update-mailmap-01 | Thomas Müller | 2015-03-26 | 4 | -34/+69 |
|\ | | | | | Updating .mailmap | ||||
| * | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -34/+69 |
| | | |||||
* | | Show hidden files (dot files) in gray | Morris Jobke | 2015-03-26 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #15170 from owncloud/middleclickbreadcrumb | Morris Jobke | 2015-03-26 | 1 | -2/+2 |
|\ | | | | | Fix middle click on breadcrumb | ||||
| * | Fix breadcrumb click JS unit test | Vincent Petry | 2015-03-25 | 1 | -2/+2 |
| | | |||||
* | | No longer directly output OC_Image for thumbnails | Roeland Jago Douma | 2015-03-24 | 1 | -1/+34 |
|/ | | | | | | * Only use public interfaces - Injected IPreview * Added unit tests | ||||
* | fixing js unit tests | Thomas Müller | 2015-03-09 | 2 | -23/+0 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -65/+37 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 | ||||
| * | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 1 | -0/+243 |
| | | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277 | ||||
* | | 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 |
|/ | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643 | ||||
* | 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 | ||||
| * | Properly update internal file info with updated tags | Vincent Petry | 2015-01-12 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo. | ||||
* | | Merge pull request #13154 from owncloud/fix13141 | Thomas Müller | 2015-01-12 | 1 | -4/+115 |
|\ \ | | | | | | | don't show no files yet when mask is in place, fixes #13141 | ||||
| * | | 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 |
| | | | | | | | | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side. | ||||
* | | Return tags after rename | Vincent Petry | 2015-01-12 | 1 | -0/+69 |
|/ | | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response | ||||
* | 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 mount specific options | ||||
| * | 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 |
|/ | | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well. | ||||
* | 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 |
|\ | | | | | Fix formatting of bad dates from external storages | ||||
| * | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 1 | -0/+13 |
| | | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395 | ||||
* | | 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 | ||||
| * | | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the OCA.Files.FileActions class to support passing a "render" function in the action object. The default function "_defaultRenderFunction" is used by default and renders actions in the usual actions container. Moved "Rename" and "Delete" to custom render functions. | ||||
* | | | 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 ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
| | | | | take care of this | ||||
* | Changed fileList.pageSize to function call | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Typo | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| |