| Commit message (Expand) | Author | Age | Files | Lines |
* | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
* | Allow apps to load before login, needed for user_openid | Bart Visscher | 2012-06-18 | 1 | -0/+1 |
* | fixed xss vulnerability | Bjoern Schiessle | 2012-06-15 | 1 | -1/+1 |
* | Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl... | Thomas Tanghus | 2012-06-11 | 1 | -0/+1 |
* | load all apps when loging in, needed for apps listening to login hooks | Robin Appelman | 2012-06-09 | 1 | -1/+1 |
* | dont load apps when displaying the login page | Robin Appelman | 2012-06-09 | 1 | -1/+3 |
* | 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 |
* | | Added export.php for contacts app. Works the same way as the one in the calen... | Thomas Olsen | 2011-12-01 | 1 | -8/+9 |
|/ |
|
* | 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 insta... | Marvin Thomas Rabe | 2011-10-03 | 1 | -1/+1 |
* | 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 in... | Marvin Thomas Rabe | 2011-10-01 | 1 | -34/+33 |
* | Merge branch 'lostpassword' | Bart Visscher | 2011-09-30 | 1 | -36/+4 |
|\ |
|
| * | 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 |
* | | 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 |
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -5/+3 |
* | 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 |
* | 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 |