28 Oct, 2015

2 commits


27 Oct, 2015

2 commits


14 Oct, 2015

2 commits


13 Oct, 2015

3 commits


08 Oct, 2015

4 commits


07 Oct, 2015

3 commits


06 Oct, 2015

1 commit


05 Oct, 2015

1 commit


02 Oct, 2015

3 commits


01 Oct, 2015

2 commits


30 Sep, 2015

1 commit


29 Sep, 2015

4 commits


28 Sep, 2015

4 commits


26 Sep, 2015

2 commits

  • Keeped controllers/views structure
    Braulio Bhavamitra
     
  •   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
     

25 Sep, 2015

1 commit


24 Sep, 2015

3 commits


22 Sep, 2015

1 commit


18 Sep, 2015

1 commit