summaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * made work with http authentication kind of sso loginPatrick Stricker2011-10-131-1/+13
|/
* add owncloud autosetup optionThomas Schmidt2011-10-101-1/+9
* remeber cookie bug fixedMarvin Thomas Rabe2011-10-041-0/+3
* redirect url fixedMarvin Thomas Rabe2011-10-041-1/+1
* added infield labels. readded fade in of login button. updated label on insta...Marvin Thomas Rabe2011-10-031-1/+1
* Show database only in advancedMarvin Thomas Rabe2011-10-031-1/+1
* fixed link to password recovery. removed duplicated and unused code out of in...Marvin Thomas Rabe2011-10-011-34/+33
* Merge branch 'lostpassword'Bart Visscher2011-09-301-36/+4
|\
| * Move lostpassword code to own appBart Visscher2011-09-261-32/+0
| * Move display of login page to function in OC_UtilBart Visscher2011-09-261-11/+3
* | Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-301-15/+6
* | remove warning by check cookie before accessing it.Frank Karlitschek2011-09-271-1/+1
|/
* prevent people from triggering the setup manuallyRobin Appelman2011-09-241-1/+1
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-2/+2
* Move some common code to OC_UtilBart Visscher2011-09-181-5/+3
* Cleanup lib/base.phpBart Visscher2011-09-181-12/+6
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-4/+4
* remember changed not to store password in cookieBartek Przybylski2011-09-181-16/+10
* Changed behaviour of remember checkboxBartek Przybylski2011-09-181-3/+27
* Initial work on resetting forgotten passwords. It works, but still need to em...Michael Gapczynski2011-08-291-1/+33
* Exit after call to setupSerge Martin2011-08-071-0/+1
* redirect index.php to files/webdav.php for webdav (PROPFIND) requestsRobin Appelman2011-08-041-0/+5
* Renaming classes :-)Jakob Sack2011-07-291-17/+17
* Delete requires in applications where possibleJakob Sack2011-07-271-3/+1