1. 04 5月, 2017 1 次提交
  2. 29 4月, 2017 1 次提交
  3. 27 4月, 2017 3 次提交
  4. 26 4月, 2017 2 次提交
  5. 25 4月, 2017 1 次提交
    • T
      Don't display the `is_admin?` flag for user API responses. · 34b71e73
      Timothy Andrew 提交于
      - To prevent an attacker from enumerating the `/users` API to get a list of all
        the admins.
      
      - Display the `is_admin?` flag wherever we display the `private_token` - at the
        moment, there are two instances:
      
        - When an admin uses `sudo` to view the `/user` endpoint
        - When logging in using the `/session` endpoint
      34b71e73
  6. 24 4月, 2017 1 次提交
  7. 20 4月, 2017 2 次提交
  8. 19 4月, 2017 1 次提交
  9. 14 4月, 2017 5 次提交
  10. 12 4月, 2017 2 次提交
    • M
      Add issues/:iid/closed_by api endpoint · 327e3444
      mhasbini 提交于
      327e3444
    • Z
      Fix API not accepting job_events for webhooks · e415ad39
      Z.J. van de Weg 提交于
      When renaming, the argument on the projects hook API was forgotten. Now
      one could successfully set it again.
      
      The fix is a little ugly stylewise, but needed as the underlying model
      still refers to it as build_events. This commit is to fix it, later we
      should migrate the data to a new column. The edit on the spec file makes
      sure it passes now, and will fail when we migrate the column.
      e415ad39
  11. 11 4月, 2017 2 次提交
  12. 10 4月, 2017 1 次提交
  13. 09 4月, 2017 1 次提交
  14. 07 4月, 2017 3 次提交
  15. 06 4月, 2017 2 次提交
    • J
      ProjectsFinder should handle more options · b996a82f
      Jacopo 提交于
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
      b996a82f
    • O
      Add "search" optional param and docs for V4 · 7cb907cc
      Oswaldo Ferreira 提交于
      Notice that this param is being supported since V3, but we have not added the proper docs for it
      7cb907cc
  16. 05 4月, 2017 2 次提交
  17. 04 4月, 2017 5 次提交
  18. 03 4月, 2017 1 次提交
  19. 02 4月, 2017 3 次提交
  20. 31 3月, 2017 1 次提交