1. 14 5月, 2016 1 次提交
  2. 13 5月, 2016 2 次提交
  3. 12 5月, 2016 6 次提交
  4. 11 5月, 2016 1 次提交
    • S
      Restrict starred projects to viewable ones · 97424ea5
      Sean McGivern 提交于
      `User#starred_projects` doesn't perform any visibility checks. This has
      a couple of problems:
      
      1. It assumes a user can always view all of their starred projects in
         perpetuity (project not changed to private, access revoked, etc.).
      2. It assumes that we'll only ever allow a user to star a project they
         can view. This is currently the case, but bugs happen.
      
      Add `User#viewable_starred_projects` to filter the starred projects by
      those the user either has explicit access to, or are public or
      internal. Then use that in all places where we list the user's starred
      projects.
      97424ea5
  5. 10 5月, 2016 4 次提交
  6. 08 5月, 2016 1 次提交
  7. 05 5月, 2016 3 次提交
  8. 04 5月, 2016 2 次提交
  9. 03 5月, 2016 3 次提交
  10. 02 5月, 2016 2 次提交
  11. 01 5月, 2016 1 次提交
  12. 29 4月, 2016 3 次提交
  13. 26 4月, 2016 2 次提交
  14. 25 4月, 2016 1 次提交
  15. 23 4月, 2016 3 次提交
  16. 22 4月, 2016 3 次提交
  17. 21 4月, 2016 2 次提交
    • P
      Fixes text color on labels in sidebar · 7f23e0b8
      Phil Hughes 提交于
      7f23e0b8
    • M
      Add due_date:time field to Issue model · 3afd0817
      Mehmet Beydogan 提交于
      Add due_date text field to sidebar issue#show
      Add ability sorting issues by due date ASC and DESC
      Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options
      Add handling issue due_date field for MergeRequest
      Update CHANGELOG
      Fix ambigous match for issues#show sidebar
      Fix SCREAMING_SNAKE_CASE offenses for due date contants
      Add specs for due date sorting and filtering on issues
      3afd0817