1. 12 1月, 2016 1 次提交
  2. 09 1月, 2016 1 次提交
  3. 28 12月, 2015 1 次提交
  4. 24 12月, 2015 1 次提交
  5. 23 9月, 2015 1 次提交
  6. 23 8月, 2015 1 次提交
  7. 01 8月, 2015 1 次提交
  8. 29 7月, 2015 1 次提交
  9. 03 7月, 2015 1 次提交
  10. 23 6月, 2015 1 次提交
  11. 28 5月, 2015 1 次提交
  12. 24 3月, 2015 1 次提交
  13. 04 12月, 2014 1 次提交
  14. 04 11月, 2014 1 次提交
  15. 16 9月, 2014 1 次提交
    • J
      Improve error reporting on users API · 998cd3cb
      jubianchi 提交于
      * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username
      * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks
      * issues
      * labels
      * projects
      998cd3cb
  16. 30 6月, 2014 1 次提交
  17. 27 6月, 2014 1 次提交
  18. 13 6月, 2014 1 次提交
  19. 18 4月, 2014 1 次提交
    • T
      Implement GET /users/:uid/keys for admin users · 05e792b4
      Timm Friebe 提交于
      Complements POST operation added in gitlabhq/gitlabhq#3146
      
      Implement DELETE /users/:uid/keys/:id for admin users
      
      Fix "Line is too long. [83/80]"
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Fix missing space around { and }
      
      Fix typo in documentation
      
      Only catch  ActiveRecord::RecordNotFound, let other exceptions propagate
      
      Raise a "404 Not found" if key to be deleted cannot be found
      As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114
      
      Remove tab
      Unconfigured vim on this box, grrrr./
      05e792b4
  20. 20 1月, 2014 1 次提交
  21. 19 1月, 2014 1 次提交
  22. 15 12月, 2013 1 次提交
  23. 29 9月, 2013 1 次提交
  24. 12 9月, 2013 2 次提交
  25. 14 5月, 2013 1 次提交
  26. 06 5月, 2013 1 次提交
  27. 16 4月, 2013 1 次提交
  28. 20 3月, 2013 1 次提交
  29. 19 3月, 2013 1 次提交
  30. 18 3月, 2013 1 次提交
  31. 14 3月, 2013 1 次提交
  32. 05 3月, 2013 1 次提交
  33. 28 2月, 2013 1 次提交
  34. 20 2月, 2013 1 次提交
    • S
      API: fixes return codes, documentation updated with status codes, tests added · 1b97a2ee
      Sebastian Ziebell 提交于
      The users API updated with return codes, e.g. if required parameters are missing
      a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions,
      e.g. deletion of a ssh key is an idempotent function now.
      The API documentation is updated to reflect the current status of the API. Descriptions
      are more detailed and complete, infos to return values are added to all functions.
      1b97a2ee
  35. 19 12月, 2012 1 次提交
  36. 13 12月, 2012 1 次提交
    • C
      Validates presence of User#name · 63d9373a
      Cyril 提交于
      The 2 reasons are :
      - creation of user fail if name is empty : in after_save, it tries to create a
      namespace with namespace.name = user.name and namespece validates presence
      Namespace#name
      - in the web app links to team members are broken with empty User#name because
      they are of the form <a href'...'> user.name </a>
      63d9373a
  37. 24 11月, 2012 1 次提交
  38. 19 10月, 2012 2 次提交