1. 01 6月, 2016 1 次提交
  2. 06 5月, 2016 1 次提交
  3. 22 3月, 2016 1 次提交
  4. 21 3月, 2016 1 次提交
  5. 10 3月, 2016 2 次提交
  6. 24 1月, 2016 1 次提交
    • R
      Make the `/groups` route behave as expected · a7c4d0da
      Robert Speicher 提交于
      The route is supposed to redirect the Groups#index request based on
      whether or not a user was logged in. If they are, we redirect them to
      their groups dashboard; if they're not, we redirect them to the public
      Explore page.
      
      But due to overly aggressive `before_action`s that weren't excluding the
      `index` action, the request always resulted in a 404, whether a user was
      logged in or not.
      
      Closes #12660
      a7c4d0da