summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-2/+0
| | | | The background job will now be executed in chunks of 500 users all 10 minutes.
* Move index.php from files to AppFrameworkLukas Reschke2015-11-161-2/+5
| | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-6/+3
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Remove ajax/mimeicon.php and its routeRoeland Jago Douma2015-07-091-2/+0
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Added favorites feature to the files appVincent Petry2014-12-151-4/+25
|
* Match more URL fragmentsLukas Reschke2014-09-181-1/+1
| | | | Fixes https://github.com/owncloud/core/pull/11009#issuecomment-56103341
* Route for thumbnail generationtobiasKaminsky2014-09-161-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Use proper routes for filesLukas Reschke2014-08-191-0/+27
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-101-1/+4
|
* fix checkstyle for files appJörn Friedrich Dreyer2012-11-291-2/+1
|
* Implement route for download in OC_Search_Provider_FileBart Visscher2012-09-281-0/+12