0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Print out the environment when starting up the server. More... almost 13 years ago
Remove the backdoor flag to disable ssl for oauth access. More... almost 13 years ago
Ensure that the error message for secureSiteUrl configuration is configurable. More... almost 13 years ago
Ignore generated changelog file. More... about 13 years ago
Move some files out of the way so they are not packaged as part of the build. More... about 13 years ago
Add development dependencies in the gemspec. More... about 13 years ago
Add some documentation on required dependencies. More... about 13 years ago
Issue #8 - add gem dependency in gemspec. More... about 13 years ago
Fix the initializer as per https://github.com/ThoughtWorksStudios/oauth2_provider/issues/6 More... about 13 years ago
the port numbers are now propogated from the jetty process to the rails app. More... about 13 years ago
added the ssl ignore flag to application_controller methods More... about 13 years ago
change the logic which determines whether ssl checks should be enforced to use an independent boolean flag More... about 13 years ago
Monkey patch AP request class to return true for :ssl? if DISABLE_OAUTH_SSL environment variable is set More... about 13 years ago
new keystore with a 10 year cert More... about 13 years ago
fix error in readme raised by @olance.
wpc
More... over 13 years ago
make transaction on model base return the block yield result More... over 13 years ago
update model_base to make it sync with gadeget rendering server plugin More... over 13 years ago
adding json pure gem needed by our get_oauth_token smoke test script More... over 13 years ago
#193 - make the oauth plugin transaction safe by adding an around filter on the controller that sets up a transaction. More... over 13 years ago
Unset the GEM_HOME and GEM_PATH env variables when working with jruby. More... over 13 years ago
Fix for #147 - "Click in the 'Do you wish to allow ...' line on the authorize screen causes the browser to authorize the oauth request". This was regressed in rev ea0e2e77. More... over 13 years ago
rename oauth client help link keyname to something sensible More... over 13 years ago
fix bug #128 More... over 13 years ago
#162 make oauth_allowed using class inherit attributes More... over 13 years ago
Remove SSL requirement on the oauth user tokens page. Also remove the token from being displayed in the web page. More... over 13 years ago
Do not try to parse a blank url. More... over 13 years ago
Render an error message ont he oauth provider page when accessing the page over ssl, but ssl_base_url is not set. More... over 13 years ago
Fix all that were broken because of the change in the way the ssl helper works with respect to redirects. More... over 13 years ago
Show the correct urls on the oauth clients page. These urls are generated using the base ssl site url instead of guessing it from the request params. More... over 13 years ago
Change the ssl url generation to explicitly use ssl_base_url instead of guessing it from the request hostname. More... over 13 years ago