summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-262-2/+2
* Merge pull request #19838 from owncloud/remove-files-remote.phpThomas Müller2015-10-201-55/+0
|\
| * Remove apps/files/appinfo/remote.php - this is no longer usedThomas Müller2015-10-161-55/+0
* | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
|/
* Consolidate webdav code - move all to one appThomas Müller2015-10-162-6/+2
* update licence headers via scriptMorris Jobke2015-10-053-3/+2
* Add a Sabre plugin that emits an event for appsJoas Schilling2015-09-171-1/+2
* Remove DEBUG constant and use config valueMorris Jobke2015-08-242-1/+10
* Merge pull request #18127 from owncloud/dav-request-testsThomas Müller2015-08-121-42/+14
|\
| * split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-111-42/+14
* | Use DIRoeland Jago Douma2015-08-101-4/+1
* | Moved core apps to the capabilities managerRoeland Jago Douma2015-08-102-9/+12
|/
* add condition to update queryBjoern Schiessle2015-07-271-1/+1
* Add an update script to reset the valueJoas Schilling2015-07-242-1/+97
* Remove ajax/mimeicon.php and its routeRoeland Jago Douma2015-07-091-2/+0
* Fixing ctor calls and ctor itself to not break usage in calendar and contacts...Thomas Müller2015-06-291-1/+1
* update license headers and authorsMorris Jobke2015-06-252-1/+1
* Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-041-0/+2
* Block old legacy clientsLukas Reschke2015-04-201-0/+1
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
* Merge pull request #15437 from owncloud/deleteorphanedfilesThomas Müller2015-04-101-0/+1
|\
| * [command] delete orphaned file cache entriesMorris Jobke2015-04-081-0/+1
* | Move tag related code into a helper so we can test the query without a viewJoas Schilling2015-03-301-1/+3
* | Use DI for the objects where possibleJoas Schilling2015-03-301-1/+4
|/
* Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+1
|\
| * Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+1
* | Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-masterMorris Jobke2015-03-261-0/+4
|\ \
| * | no php execution timeout for webdavThomas Müller2015-03-261-0/+4
| |/
* / Update license headersJenkins for ownCloud2015-03-265-29/+104
|/
* No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-241-3/+4
* Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-171-17/+22
* Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-111-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-265-100/+32
* Remove locks plugin.Thomas Müller2015-02-251-2/+0
* Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-1/+2
* Sabre Update to 2.1Vincent Petry2015-02-231-11/+22
* Updating license headersJenkins for ownCloud2015-02-235-32/+100
* Move displaying of files related activities to files appJoas Schilling2015-02-131-0/+7
* Remove duplicated definition of APIControllerJoas Schilling2015-01-261-12/+0
* Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke2014-12-191-0/+1
|\
| * Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry2014-12-171-0/+1
* | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-8/+0
|/
* Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-152-6/+63
|\
| * Fixed small code style issuesVincent Petry2014-12-151-3/+3
| * Added favorites feature to the files appVincent Petry2014-12-152-6/+63
* | introduce inApps[] filter for search via ajax query, make file results show u...Jörn Friedrich Dreyer2014-12-101-1/+1
|/
* Don't show favicon to prevent iteration through subfoldersLukas Reschke2014-11-261-1/+1
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
* Match more URL fragmentsLukas Reschke2014-09-181-1/+1
* Route for thumbnail generationtobiasKaminsky2014-09-162-2/+41