Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load apps before logout so that logout-hook works | Arthur Schiwon | 2012-02-20 | 1 | -1/+2 |
| | |||||
* | Use separate function to make absolute urls | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backup | Thomas Tanghus | 2011-12-16 | 1 | -1/+1 |
|\ | |||||
| * | make remember login token also dependent on password to protect against some ↵ | Robin Appelman | 2011-12-14 | 1 | -1/+1 |
| | | | | | | | | brute force attacks on this token | ||||
* | | Added export.php for contacts app. Works the same way as the one in the ↵ | Thomas Olsen | 2011-12-01 | 1 | -8/+9 |
|/ | | | | | | calendar app, except there is no UI for it. Fixed indentation in /index.php | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | Merge commit 'refs/merge-requests/59' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2011-10-14 | 1 | -1/+9 |
|\ | |||||
| * | made work with http authentication kind of sso login | Patrick Stricker | 2011-10-13 | 1 | -1/+13 |
|/ | |||||
* | add owncloud autosetup option | Thomas Schmidt | 2011-10-10 | 1 | -1/+9 |
| | |||||
* | remeber cookie bug fixed | Marvin Thomas Rabe | 2011-10-04 | 1 | -0/+3 |
| | |||||
* | redirect url fixed | Marvin Thomas Rabe | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | added infield labels. readded fade in of login button. updated label on ↵ | Marvin Thomas Rabe | 2011-10-03 | 1 | -1/+1 |
| | | | | install page. | ||||
* | Show database only in advanced | Marvin Thomas Rabe | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | fixed link to password recovery. removed duplicated and unused code out of ↵ | Marvin Thomas Rabe | 2011-10-01 | 1 | -34/+33 |
| | | | | index.php. | ||||
* | Merge branch 'lostpassword' | Bart Visscher | 2011-09-30 | 1 | -36/+4 |
|\ | | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php | ||||
| * | Move lostpassword code to own app | Bart Visscher | 2011-09-26 | 1 | -32/+0 |
| | | |||||
| * | Move display of login page to function in OC_Util | Bart Visscher | 2011-09-26 | 1 | -11/+3 |
| | | |||||
* | | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -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 Karlitschek | 2011-09-27 | 1 | -1/+1 |
|/ | |||||
* | prevent people from triggering the setup manually | Robin Appelman | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -5/+3 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 1 | -12/+6 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -4/+4 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 1 | -16/+10 |
| | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 1 | -3/+27 |
| | |||||
* | Initial work on resetting forgotten passwords. It works, but still need to ↵ | Michael Gapczynski | 2011-08-29 | 1 | -1/+33 |
| | | | | email a token to allow reset | ||||
* | Exit after call to setup | Serge Martin | 2011-08-07 | 1 | -0/+1 |
| | |||||
* | redirect index.php to files/webdav.php for webdav (PROPFIND) requests | Robin Appelman | 2011-08-04 | 1 | -0/+5 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -17/+17 |
| | |||||
* | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -3/+1 |
| | |||||
* | fix warning if no username is set in the cookie | Robin Appelman | 2011-07-22 | 1 | -2/+10 |
| | |||||
* | remember login added | Bartek Przybylski | 2011-07-20 | 1 | -3/+8 |
| | |||||
* | fixed page reload after logout | Kamil Domanski | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | More l10n-stuff | Jakob Sack | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | New installer. | François Kubler | 2011-05-17 | 1 | -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.php | Jakob Sack | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | create .htaccess files during installation for apache users | Robin Appelman | 2011-04-18 | 1 | -0/+4 |
| | |||||
* | installer now works when using mysql | Robin Appelman | 2011-04-17 | 1 | -0/+1 |
| | |||||
* | first-run wizzard wip | Robin Appelman | 2011-04-17 | 1 | -0/+7 |
| | |||||
* | check if an item in an array exists before we use it | Robin Appelman | 2011-04-16 | 1 | -9/+5 |
| | |||||
* | fixing other peoples bad coding style ;-) | Frank Karlitschek | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | fix infinite redirect error that happend in rare cases | Robin Appelman | 2011-04-16 | 1 | -2/+2 |
| | |||||
* | show server configuration errors on seperate page | Robin Appelman | 2011-04-16 | 1 | -3/+7 |
| | |||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 1 | -1/+2 |
|\ | |||||
| * | redirect to owncloud root after logout | Robin Appelman | 2011-04-16 | 1 | -1/+2 |
| | | |||||
* | | First sketch of a user administration | Jakob Sack | 2011-04-16 | 1 | -2/+0 |
|/ | |||||
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 1 | -20/+22 |
| | |||||
* | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -2/+2 |
| | |||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -24/+34 |
| | | | | right from the beginning. Sorry. |