summaryrefslogtreecommitdiffstats
path: root/app/controllers/sessions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Skipping the "magic cookie" intended for Varnishd. Will rather useJohan Sørensen2009-04-221-0/+1
* Changed the openid registration process:Marius Mathiesen2009-04-221-9/+7
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+4
* Require SSL on certain account related actionsJohan Sørensen2009-04-221-0/+1
* Skipping the "magic cookie" intended for Varnishd. Will rather use headers to...Marius Mathiesen2009-04-221-1/+0
* Rename install_site_before_filters to renders_in_site_specific_context andJohan Sørensen2009-04-221-1/+1
* Messages:Marius Mathiesen2009-04-221-1/+1
* Set the cookie domain to be for all gitorious_host subdomains, and expire itJohan Sørensen2009-04-221-1/+5
* Redirect to the current_site's subdomain, if it has one and it's a GET requestJohan Sørensen2009-04-221-2/+4
* On (successful) login set a cookie for detection by Varnish, then delete it o...Marius Mathiesen2009-04-221-0/+1
* Fixed failing user<=>account related tests, and made a few things slightly mo...Johan Sørensen2009-04-221-1/+1
* Merge the accounts controller into the user controllerTor Arne Vestbø2009-04-221-2/+2
* Yeah, let's not flash yaml in our user's facesMarius Mathiesen2009-04-221-1/+0
* Require acceptance of terms on every login until they're acceptedMarius Mathiesen2009-04-221-2/+11
* Adding mandatory acceptance of end user license agreement:Marius Mathiesen2009-04-221-0/+5
* Implemented Private Mode - now you can have a locked down Gitorious. Also an ...Fabio Akita2009-01-091-0/+2
* Make sure the auth failure message says email, not usernameJohan Sørensen2008-12-301-2/+1
* Add copyright and license headers (AGPL) to code filesTor Arne Vestbø2008-11-281-0/+19
* reword openid nickname collision error message just a tiny bit to avoid some ...Johan Sørensen2008-07-071-3/+4
* fix quotes in openid registrationPatrick Aljord2008-06-011-3/+3
* openid specs pass, yayPatrick Aljord2008-06-011-3/+3
* add support for openidPatrick Aljord2008-06-011-11/+63
* Removing invalid flash[:error] that slipped throughJohan Sørensen2008-02-251-1/+0
* Doing flash.now instead (and specs are coming, just gotta grok how to test fl...August Lilleaas2008-02-201-1/+2
* Added a flash on failed loginsAugust Lilleaas2008-02-201-0/+1
* login with email instead of usernameJohan Sørensen2007-11-191-1/+1
* repository controller CRUDJohan Sørensen2007-11-181-3/+0
* * added restful_authentication pluginJohan Sørensen2007-08-151-0/+31