Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move login handling to OC class | Bart Visscher | 2012-08-10 | 1 | -19/+1 | |
| | | ||||||
| * | Remove checks before displaying login page | Bart Visscher | 2012-08-10 | 1 | -3/+1 | |
| | | | | | | | | At that point the checks are already done before | |||||
| * | Use OC_Util::displayLoginPage and cleanup the function | Bart Visscher | 2012-08-10 | 1 | -4/+1 | |
| | | ||||||
| * | Move login code from index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -42/+6 | |
| | | ||||||
| * | Move handling request of index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -43/+2 | |
| | | ||||||
| * | 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 ↵ | Thomas Tanghus | 2012-06-11 | 1 | -0/+1 | |
| | | | | | | | | http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874 | |||||
| * | 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 | |
| | | | | | | | | and only load authentication apps during login | |||||
| * | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+2 | |
| | | ||||||
* | | Validate cookie to prevent auth bypasses. | Lukas Reschke | 2012-08-24 | 1 | -1/+1 | |
| | | ||||||
* | | use new sanitize HTML function backported | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: lib/template.php | |||||
* | | fixed xss vulnerability | Bjoern Schiessle | 2012-06-15 | 1 | -1/+1 | |
| | | ||||||
* | | Redirect HTTP Auth requests to REQUEST_URI. Partial fix for ↵ | Thomas Tanghus | 2012-06-13 | 1 | -0/+1 | |
|/ | | | | http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874 | |||||
* | 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 | |
| | |