aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightFrank Karlitschek2012-05-261-1/+2
|
* 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
| | | | | | | | brute force attacks on this token
* | Added export.php for contacts app. Works the same way as the one in the ↵Thomas Olsen2011-12-011-8/+9
|/ | | | | | calendar app, except there is no UI for it. Fixed indentation in /index.php
* 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 ↵Marvin Thomas Rabe2011-10-031-1/+1
| | | | install page.
* Show database only in advancedMarvin Thomas Rabe2011-10-031-1/+1
|
* fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe2011-10-011-34/+33
| | | | index.php.
* Merge branch 'lostpassword'Bart Visscher2011-09-301-36/+4
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * 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
| | | | | | | | | | | | | | | | | | | | | | Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
* | 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
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Move some common code to OC_UtilBart Visscher2011-09-181-5/+3
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Cleanup lib/base.phpBart Visscher2011-09-181-12/+6
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-4/+4
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* 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 ↵Michael Gapczynski2011-08-291-1/+33
| | | | email a token to allow reset
* 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
|
* fix warning if no username is set in the cookieRobin Appelman2011-07-221-2/+10
|