summaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Update license headersJenkins for ownCloud2015-03-261-20/+24
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+21
* Updating license headersJenkins for ownCloud2015-02-231-21/+23
* Show warning for PHP versions older than 5.4.0Lukas Reschke2015-02-051-0/+8
* Make files non executableLukas Reschke2014-10-241-0/+0
* Do not show exception to the end-userLukas Reschke2014-09-171-0/+3
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+6
* remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-2/+0
* Added $app parameter to logExceptionVincent Petry2013-10-231-1/+1
* Moved logException to OCP\Util classVincent Petry2013-10-231-29/+1
* Expand exception stack trace in log in debug modeVincent Petry2013-10-221-1/+30
* first log the exceptionThomas Müller2013-09-151-1/+1
* log as index, not remoteJörn Friedrich Dreyer2013-06-251-2/+2
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-2/+11
* Checkstyle: LowerCaseConstantFelix Moeller2012-10-231-1/+1
* Update index.phpThomas Müller2012-09-041-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-97/+1
|\
| * Move login handling to OC classBart Visscher2012-08-101-19/+1
| * Remove checks before displaying login pageBart Visscher2012-08-101-3/+1
| * Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-4/+1
| * Move login code from index.php to OC classBart Visscher2012-08-081-42/+6
| * Move handling request of index.php to OC classBart Visscher2012-08-081-43/+2
| * use new sanitize HTML functionBjoern Schiessle2012-06-191-1/+1
| * Allow apps to load before login, needed for user_openidBart Visscher2012-06-181-0/+1
| * fixed xss vulnerabilityBjoern Schiessle2012-06-151-1/+1
| * Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl...Thomas Tanghus2012-06-111-0/+1
| * load all apps when loging in, needed for apps listening to login hooksRobin Appelman2012-06-091-1/+1
| * dont load apps when displaying the login pageRobin Appelman2012-06-091-1/+3
| * update copyrightFrank Karlitschek2012-05-261-1/+2
* | Validate cookie to prevent auth bypasses.Lukas Reschke2012-08-241-1/+1
* | use new sanitize HTML function backportedBjoern Schiessle2012-06-201-1/+1
* | fixed xss vulnerabilityBjoern Schiessle2012-06-151-1/+1
* | Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl...Thomas Tanghus2012-06-131-0/+1
|/
* Fix redirect after login, prevent open redirectsMichael Gapczynski2012-05-181-1/+2
* make redirect safe by restricting it to current hostMichiel de Jong2012-05-181-1/+1
* fix redirect to desired page after loginMichiel de Jong2012-05-181-1/+1
* allow loading of css files even if a user isn't logged inGeorg Ehrke2012-05-171-1/+4
* some changes for loginGeorg Ehrke2012-05-111-2/+1
* Sanitize redirect urlsMichael Gapczynski2012-05-081-1/+1
* Create a function for linking to remote.phpBart Visscher2012-05-071-1/+1
* fix path of webdavGeorg Ehrke2012-05-071-1/+1
* fix an XSS bugFrank Karlitschek2012-05-061-1/+1
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-1/+1
* fix loginGeorg Ehrke2012-04-271-4/+5
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-271-7/+7
|\
| * some more csrf fixesFrank Karlitschek2012-04-261-7/+7
* | some fixes fore movable appsGeorg Ehrke2012-04-261-4/+2
* | optimize codeGeorg Ehrke2012-04-191-0/+1
* | add loading of filesGeorg Ehrke2012-04-191-1/+6