Files
gitlabhq/lib/api
Timothy Andrew 7ee0898a9e Implement @DouweM's feedback.
- Extract a duplicated `redirect_to`
- Fix a typo: "token", not "certificate"
- Have the "Expires at" datepicker be attached to a text field, not inline
- Have both private tokens and personal access tokens verified in a
  single "authenticate_from_private_token" method, both in the
  application and API. Move relevant logic to
  `User#find_by_personal_access_token`
- Remove unnecessary constants relating to API auth. We don't need a
  separate constant for personal access tokens since the param is the
  same as for private tokens.
2016-06-16 08:24:13 +05:30
..
2016-05-20 15:58:36 -05:00
2016-06-03 13:34:03 +02:00
2016-05-13 17:31:43 -05:00
2016-02-01 10:41:52 +01:00
2016-05-20 15:58:36 -05:00
2016-06-16 08:24:13 +05:30
2016-06-10 14:51:16 +02:00
2015-07-06 16:47:19 +02:00