Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |