1. 28 1月, 2016 4 次提交
  2. 27 1月, 2016 7 次提交
  3. 26 1月, 2016 10 次提交
  4. 25 1月, 2016 9 次提交
  5. 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
  6. 23 1月, 2016 3 次提交
  7. 22 1月, 2016 6 次提交