13 Oct, 2015

1 commit


26 Sep, 2015

1 commit

  •   This fixes a bug in which some pages (eg. a profile page) were visible
      to unlogged users even if the environment has enabled "show content
      only to members".
    
      The problem happened because some controllers use `before_filter
      :login_required` so they can apply it to some specific methods,
      effectively overriding the one set in `application_controller`. That
      before filter set in `application_controller` is the one used to make
      the environment private when that feature is enabled, so when a
      controller overrides it, some methods are not required login even when
      the environment is private. So I fixed the problem by using a
      different `before_filter` to take care specifically of private
      environments.
    
      Now every page requires login when an environment is private, except
      the pages in `account_controller` necessary for login and signup.
    Larissa Reis
     

22 Sep, 2015

1 commit


04 Sep, 2015

1 commit


02 Sep, 2015

1 commit


28 Aug, 2015

1 commit


25 Aug, 2015

1 commit



19 Aug, 2015

2 commits


13 Aug, 2015

1 commit


10 Aug, 2015

3 commits


06 Aug, 2015

1 commit


08 Jul, 2015

1 commit


29 Jun, 2015

1 commit


04 Feb, 2015

1 commit


14 Jan, 2015

2 commits


13 Jan, 2015

1 commit


03 Dec, 2014

1 commit


01 Dec, 2014

1 commit


20 Nov, 2014

1 commit


10 Nov, 2014

2 commits


22 Sep, 2014

1 commit


15 Sep, 2014

1 commit


08 Sep, 2014

1 commit

  • Conflicts:
    	app/controllers/application_controller.rb
    	app/controllers/my_profile/memberships_controller.rb
    	app/controllers/public/account_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/helpers/token_helper.rb
    	app/views/account/signup.html.erb
    	app/views/layouts/_javascript.html.erb
    	db/schema.rb
    	test/functional/application_controller_test.rb
    Rodrigo Souto
     

05 Sep, 2014

2 commits


26 Aug, 2014

1 commit


25 Aug, 2014

1 commit


22 Aug, 2014

1 commit


20 Aug, 2014

4 commits