summaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | | | | * Forms have been revamped (CSS + javascript), * Process has been improved : errors are displayed on the form page, * Some changes in the index.php page so that everything related to installation is in lib/setup.php * Also added a small function in OC_HELPER class to set input values. All these should improve the installation process in terms of ergonomics. Well, I do hope so.
* 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
|
* get rid of the oc_require and friendsRobin Appelman2011-04-161-2/+2
|
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-011-24/+34
| | | | right from the beginning. Sorry.