Skip to content
  • azul's avatar
    refactor controller permission filters · c87d3263
    azul authored
    require_login now ONLY requires login - no further authorization
    require_authorization  does the authorization
    authorized? will not raise anything - just return a boolean
    
    I hope this reduces the confusion about the different parts some. There
    are a number of controllers where we want to require either login or
    authorization but not both.
    
    So far i went through all controllers in app and adjusted them.
    Will need to go through extension controllers.
    c87d3263