| Commit message (Expand) | Author | Age | Files | Lines |
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -1/+3 |
* | Check target name on rename with web UI | Vincent Petry | 2015-05-29 | 1 | -0/+11 |
* | fix filepicker | Morris Jobke | 2015-04-13 | 1 | -2/+3 |
* | 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 | -1/+1 |
* | DeMorgan applied the wrong transformation | Joas Schilling | 2015-03-31 | 1 | -2/+1 |
* | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 2 | -35/+116 |
* | Use DI for the objects where possible | Joas Schilling | 2015-03-30 | 1 | -6/+23 |
* | Add a filter for favorites and allow limiting the all-list to favorites | Joas Schilling | 2015-03-30 | 1 | -2/+69 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -27/+76 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -73/+32 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -32/+73 |
* | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 1 | -0/+278 |
* | Catch exception properly | Lukas Reschke | 2015-02-04 | 1 | -7/+12 |
* | Fix PHP doc and enforce type | Lukas Reschke | 2015-01-13 | 1 | -3/+3 |
* | Return path attribute for ajax rename operations | Vincent Petry | 2015-01-12 | 1 | -0/+1 |
* | Return tags after rename | Vincent Petry | 2015-01-12 | 1 | -2/+3 |
* | Only populate tags in main file list | Vincent Petry | 2014-12-18 | 1 | -1/+0 |
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 1 | -0/+25 |
* | Merge remote-tracking branch 'upstream/master' | brumsel | 2014-12-03 | 2 | -5/+7 |
|\ |
|
| * | Only show undelete capability if files_trashbin is enabled | Lukas Reschke | 2014-11-18 | 1 | -1/+0 |
| * | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -4/+7 |
* | | Fix timestamp comparator return value | brumsoel | 2014-10-08 | 1 | -1/+1 |
|/ |
|
* | Fix file size comparator return value | brumsoel | 2014-10-08 | 1 | -1/+1 |
* | Merge pull request #7254 from owncloud/core-sortalgo | Lukas Reschke | 2014-09-16 | 1 | -1/+1 |
|\ |
|
| * | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -1/+1 |
* | | Show original path information in trashbin and sharing views | Robin McCorkell | 2014-09-11 | 1 | -0/+3 |
* | | add error message if user wants to rename a file which no longer exists | Bjoern Schiessle | 2014-08-11 | 1 | -4/+14 |
|/ |
|
* | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 1 | -2/+2 |
* | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 1 | -0/+13 |
* | Fix folder name for storage root | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
* | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -12/+4 |
|\ |
|
| * | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -13/+4 |
* | | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | | Added navigation manager in files app for the sidebar | Vincent Petry | 2014-05-15 | 1 | -0/+17 |
* | | typos, indentation and remove of unused code | Thomas Müller | 2014-04-28 | 1 | -6/+5 |
* | | Added unit test in files app for sort function in helper class | Vincent Petry | 2014-04-28 | 1 | -6/+15 |
* | | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -3/+52 |
|/ |
|
* | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -0/+3 |
* | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 1 | -9/+2 |
* | don't overwrite shared folder icon | Bjoern Schiessle | 2014-04-23 | 1 | -2/+1 |
* | make max. text translatable | Volkan Gezer | 2014-04-21 | 1 | -1/+1 |
* | adding parentId to file info array | Thomas Müller | 2014-04-07 | 1 | -1/+2 |
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 2 | -62/+52 |
* | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -6/+9 |
* | Fix svg icons for public shares and external/shared files | Robin Appelman | 2014-02-19 | 1 | -3/+3 |
* | Show svg mime icons when no preview is available | Robin Appelman | 2014-02-19 | 1 | -6/+8 |
* | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -22/+0 |
* | merge master into storagestatistics-reuse | Robin Appelman | 2014-02-05 | 2 | -2/+13 |
|\ |
|
| * | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 1 | -2/+12 |
| |\ |
|