summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/application.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-94/+0
| | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4
* Make permalinks work for trashed files (#24537)Vincent Petry2016-05-111-1/+2
| | | | Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI.
* Add route to resolve fileid to files app URLVincent Petry2016-05-061-0/+15
| | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
* persist file sorting changesChristoph Wurst2016-04-131-1/+2
|
* Display share status info in favorite listVincent Petry2016-03-171-1/+3
| | | | Returns the shareTypes share status info to the favorites file list.
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Use DIRoeland Jago Douma2015-08-101-4/+1
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-3/+9
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-241-3/+4
| | | | | | * Only use public interfaces - Injected IPreview * Added unit tests
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+18
|
* Remove duplicated definition of APIControllerJoas Schilling2015-01-261-12/+0
|
* Fixed small code style issuesVincent Petry2014-12-151-3/+3
|
* Added favorites feature to the files appVincent Petry2014-12-151-2/+38
|
* Route for thumbnail generationtobiasKaminsky2014-09-161-0/+31
Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo