Files
gitlabhq/app/controllers
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-06-16 08:24:13 +05:30
2016-05-25 15:26:02 +01:00
2016-02-23 19:37:15 -06:00
2016-04-26 09:04:35 +01:00
2016-05-08 15:27:33 +07:00