aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* fix warning if no username is set in the cookieRobin Appelman2011-07-221-2/+10
* remember login addedBartek Przybylski2011-07-201-3/+8
* fixed page reload after logoutKamil Domanski2011-06-201-1/+1
* More l10n-stuffJakob Sack2011-06-191-0/+2
* New installer.François Kubler2011-05-171-28/+38
* renamed installer.php to setup.phpJakob Sack2011-05-061-1/+1
* create .htaccess files during installation for apache usersRobin Appelman2011-04-181-0/+4
* installer now works when using mysqlRobin Appelman2011-04-171-0/+1
* first-run wizzard wipRobin Appelman2011-04-171-0/+7
* check if an item in an array exists before we use itRobin Appelman2011-04-161-9/+5
* fixing other peoples bad coding style ;-)Frank Karlitschek2011-04-161-1/+1
* fix infinite redirect error that happend in rare casesRobin Appelman2011-04-161-2/+2
* show server configuration errors on seperate pageRobin Appelman2011-04-161-3/+7
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-161-1/+2
|\
| * redirect to owncloud root after logoutRobin Appelman2011-04-161-1/+2
* | First sketch of a user administrationJakob Sack2011-04-161-2/+0
|/
* Use OC_CONFIG where possibleJakob Sack2011-04-161-20/+22