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 | 3 | -20/+8 |
| | |||||
* | disable openid on default | Robin Appelman | 2011-10-07 | 1 | -1/+0 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | 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 | 3 | -12/+12 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 3 | -7/+4 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Better feedback for saving calendar and openid settings | Bart Visscher | 2011-09-11 | 2 | -13/+3 |
| | |||||
* | Fix a warning and an error | Bart Visscher | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 2 | -5/+3 |
| | | | | One central place to check for https. | ||||
* | having non-editable stuff as input fields is really confusing. You were ↵ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -4/+4 |
| | | | | right Robin ;) | ||||
* | language updates, optimization of Help HTML | Jan-Christoph Borchardt | 2011-08-18 | 1 | -3/+3 |
| | |||||
* | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 2 | -5/+11 |
| | |||||
* | fix some details in Personal | Robin Appelman | 2011-08-14 | 1 | -1/+4 |
| | |||||
* | more info in personal, WebDAV, OpenID | Jan-Christoph Borchardt | 2011-08-14 | 1 | -4/+5 |
| | |||||
* | apps can now add their own forms to the Personal page | Robin Appelman | 2011-08-08 | 4 | -0/+30 |
| | |||||
* | move openid settings to Personal | Robin Appelman | 2011-08-06 | 1 | -2/+0 |
| | |||||
* | fix some issues with browsers not supporting html5 localStorage | Robin Appelman | 2011-08-06 | 2 | -30/+0 |
| | |||||
* | allow users to use myhost/owncloud/?myusername as openid identity | Robin Appelman | 2011-08-04 | 2 | -7/+17 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 5 | -15/+15 |
| | |||||
* | 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 | 3 | -5/+0 |
|/ | |||||
* | serveral small fixes to the openid server | Robin Appelman | 2011-07-20 | 2 | -8/+10 |
| | |||||
* | you can now use your owncloud url as openid provider | Robin Appelman | 2011-06-24 | 3 | -20/+45 |
| | |||||
* | 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 | 3 | -9/+20 |
| | |||||
* | add template to openid request page | Kamil Domanski | 2011-06-24 | 2 | -3/+27 |
| | |||||
* | OpenID now won't load if curl is not available | Kamil Domanski | 2011-06-23 | 1 | -0/+5 |
| | |||||
* | don't show errors when the login isn't an openid identity | Robin Appelman | 2011-06-23 | 1 | -3/+1 |
| | |||||
* | Experimental OpenID user backend and server. | Robin Appelman | 2011-06-23 | 8 | -0/+2237 |
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 |