summaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | open app thru index.phpGeorg Ehrke2012-04-181-1/+1
|/
* load apps before logout so that logout-hook worksArthur Schiwon2012-02-201-1/+2
* Use separate function to make absolute urlsBart Visscher2012-02-171-1/+1
* Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-161-1/+1
|\
| * make remember login token also dependent on password to protect against some ...Robin Appelman2011-12-141-1/+1
* | Added export.php for contacts app. Works the same way as the one in the calen...Thomas Olsen2011-12-011-8/+9
|/
* use OC_Log instead of error_logRobin Appelman2011-10-161-3/+3
* Merge commit 'refs/merge-requests/59' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-141-1/+9
|\