Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneeded definiton of get_temp_dir | Robin Appelman | 2011-10-20 | 1 | -35/+0 |
| | |||||
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 1 | -20/+28 |
| | | | | environments | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -12/+0 |
| | |||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -0/+12 |
| | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | allow users to use myhost/owncloud/?myusername as openid identity | Robin Appelman | 2011-08-04 | 1 | -5/+5 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -7/+7 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | hopefully fix some issues with the openid server | Robin Appelman | 2011-07-28 | 1 | -7/+7 |
| | | |||||
* | | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -3/+0 |
|/ | |||||
* | serveral small fixes to the openid server | Robin Appelman | 2011-07-20 | 1 | -7/+5 |
| | |||||
* | you can now use your owncloud url as openid provider | Robin Appelman | 2011-06-24 | 1 | -19/+31 |
| | |||||
* | add openid headers to openid request page | Robin Appelman | 2011-06-24 | 1 | -1/+3 |
| | |||||
* | show error on openid request page when no user is selected | Robin Appelman | 2011-06-24 | 1 | -1/+3 |
| | |||||
* | add template to openid request page | Kamil Domanski | 2011-06-24 | 1 | -3/+4 |
| | |||||
* | Experimental OpenID user backend and server. | Robin Appelman | 2011-06-23 | 1 | -0/+1723 |
Currently all users can set one OpenID identity that allows access to the account. The identity url's for the server is owncloud/apps/user_openid/user.php/$username |