summaryrefslogtreecommitdiffstats
path: root/apps/user_openid
Commit message (Expand)AuthorAgeFilesLines
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-0/+12
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-243-12/+12
* Remove global vars and use the OC static version.Bart Visscher2011-09-183-7/+4
* Better feedback for saving calendar and openid settingsBart Visscher2011-09-112-13/+3
* Fix a warning and an errorBart Visscher2011-09-101-1/+1
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-092-5/+3
* having non-editable stuff as input fields is really confusing. You were right...Jan-Christoph Borchardt2011-09-041-4/+4
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-181-3/+3
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-142-5/+11
* fix some details in PersonalRobin Appelman2011-08-141-1/+4
* more info in personal, WebDAV, OpenIDJan-Christoph Borchardt2011-08-141-4/+5
* apps can now add their own forms to the Personal pageRobin Appelman2011-08-084-0/+30
* move openid settings to PersonalRobin Appelman2011-08-061-2/+0
* fix some issues with browsers not supporting html5 localStorageRobin Appelman2011-08-062-30/+0
* allow users to use myhost/owncloud/?myusername as openid identityRobin Appelman2011-08-042-7/+17
* Renaming classes :-)Jakob Sack2011-07-295-15/+15
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-7/+7
|\
| * hopefully fix some issues with the openid serverRobin Appelman2011-07-281-7/+7
* | Delete requires in applications where possibleJakob Sack2011-07-273-5/+0
|/
* serveral small fixes to the openid serverRobin Appelman2011-07-202-8/+10
* you can now use your owncloud url as openid providerRobin Appelman2011-06-243-20/+45
* add openid headers to openid request pageRobin Appelman2011-06-241-1/+3
* show error on openid request page when no user is selectedRobin Appelman2011-06-243-9/+20
* add template to openid request pageKamil Domanski2011-06-242-3/+27
* OpenID now won't load if curl is not availableKamil Domanski2011-06-231-0/+5
* don't show errors when the login isn't an openid identityRobin Appelman2011-06-231-3/+1
* Experimental OpenID user backend and server.Robin Appelman2011-06-238-0/+2237