1. 19 9月, 2019 1 次提交
  2. 11 9月, 2019 1 次提交
  3. 10 9月, 2019 3 次提交
  4. 09 9月, 2019 1 次提交
  5. 29 8月, 2019 3 次提交
  6. 28 8月, 2019 4 次提交
  7. 27 8月, 2019 4 次提交
  8. 26 8月, 2019 22 次提交
  9. 23 8月, 2019 1 次提交
    • N
      Send TODOs for comments on commits correctly · b0ebfa3d
      Nick Thomas 提交于
      At present, the TodoService uses the `:read_project` ability to decide
      whether a user can read a note on a commit. However, commits can have a
      visibility level that is more restricted than the project, so this is a
      security issue.
      
      This commit changes the code to use the `:read_commit` ability in this
      case instead, which ensures TODOs are only generated for commit notes
      if the users can see the commit.
      b0ebfa3d