26 Jan, 2015

1 commit


26 Jun, 2014

2 commits


05 Feb, 2014

1 commit


22 Feb, 2011

2 commits


30 Jul, 2010

1 commit


04 Sep, 2008

2 commits

  • Changes:
    
        * Implemented require_ssl and refuse_ssl in ApplicationController
        * Changed AccountController to require SSL
          + pointing to HTTPS in login forms
        * Changed PublicController to refuse SSL, and fixed all controllers
          in app/controllers/public to inherit from it (with some
          exceptions).
        * Changed MyProfileController to require SSL
    
    Side-effects:
    
        * Some controllers had been changed in an unappropriated way for the
          new SSL requirement.
        * Some tests changed to reflect the new SSL requirements.
        * Needed to tweak content_viewer controller to deal with SSL URL's:
          + Fixed detection of user coming from public view that was broke
            by the SSL thing.
        * adapted enterprise_registration tests
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2458 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro
     
  • git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2455 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro