summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/mimeicon.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove ajax/mimeicon.php and its routeRoeland Jago Douma2015-07-091-27/+0
|
* Update license headersJenkins for ownCloud2015-03-261-0/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+0
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-0/+21
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* Verify existence of $_GET keyLukas Reschke2015-01-091-1/+3
| | | | | | | | Otherwise when the file without any specified mimetype was accessed the error log was flooded with entries such as "Undefined index: mime", there can be multiple issues found about this in the forum and our bugtracker. To test this access `/index.php/apps/files/ajax/mimeicon.php` with and without `$_GET['mime']`. Fixes itself.
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-1/+1
| | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* close the session on all file operationsThomas Müller2014-03-101-0/+1
|
* Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-081-6/+0
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* move files to app folderGeorg Ehrke2012-04-181-0/+11