Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+2 |
| | |||||
* | Fix redirect after login, prevent open redirects | Michael Gapczynski | 2012-05-18 | 1 | -1/+2 |
| | |||||
* | make redirect safe by restricting it to current host | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | fix redirect to desired page after login | Michiel de Jong | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | allow loading of css files even if a user isn't logged in | Georg Ehrke | 2012-05-17 | 1 | -1/+4 |
| | |||||
* | some changes for login | Georg Ehrke | 2012-05-11 | 1 | -2/+1 |
| | |||||
* | Sanitize redirect urls | Michael Gapczynski | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | fix path of webdav | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | fix an XSS bug | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | fix login | Georg Ehrke | 2012-04-27 | 1 | -4/+5 |
| | |||||
* | Merge branch 'master' into movable_apps_2 | Georg Ehrke | 2012-04-27 | 1 | -7/+7 |
|\ | |||||
| * | some more csrf fixes | Frank Karlitschek | 2012-04-26 | 1 | -7/+7 |
| | | |||||
* | | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -4/+2 |
| | | |||||
* | | optimize code | Georg Ehrke | 2012-04-19 | 1 | -0/+1 |
| | | |||||
* | | add loading of files | Georg Ehrke | 2012-04-19 | 1 | -1/+6 |
| | | |||||
* | | open app thru index.php | Georg Ehrke | 2012-04-18 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| |