Skip to content
Snippets Groups Projects
  1. Jun 16, 2016
    • James Lopez's avatar
      Revert "squashed merge and fixed conflicts" · 452c076a
      James Lopez authored
      This reverts commit 13e37a3e.
      452c076a
    • James Lopez's avatar
      squashed merge and fixed conflicts · 13e37a3e
      James Lopez authored
      13e37a3e
    • Timothy Andrew's avatar
      Implement @DouweM's feedback. · 7ee0898a
      Timothy Andrew authored
      - 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.
      7ee0898a
  2. Jun 14, 2016
  3. Jun 10, 2016
  4. Jun 09, 2016
    • Timothy Andrew's avatar
      Implement @jschatz1's comments. · 1f5ecf91
      Timothy Andrew authored
      - No hardcoded colors in any SCSS file except `variables.scss`
      - Don't allow choosing a date in the past
      - Use the same table as in the "Applications" tab
      - The button should say "Create Personal Access Token"
      - Float the revoke button to the right of the table cell
      - Change the revocation message to be more explicit.
      - Date shouldn't look selected on page load
      - Don't use a panel for the created token
          - Use a normal flash for "Your new personal access token has been created"
          - Show the input (with the token) below it full width.
          - Put the "Make sure you save it - you won't be able to access it again." message near the input
      - Have the created token's input highlight all on single click
      1f5ecf91
  5. Jun 06, 2016
    • Timothy Andrew's avatar
      Implement U2F registration. · 128549f1
      Timothy Andrew authored
      - Move the `TwoFactorAuthsController`'s `new` action to `show`, since
        the page is not used to create a single "two factor auth" anymore. We
        can have a single 2FA authenticator app, along with any number of U2F
        devices, in any combination, so the page will be accessed after the
        first "two factor auth" is created.
      - Add the `u2f` javascript library, which provides an API to the
        browser's U2F implementation.
      - Add tests for the JS components
      128549f1
  6. Jun 03, 2016
  7. Jun 02, 2016
  8. Jun 01, 2016
    • Timothy Andrew's avatar
      Fix minor issues with the personal access tokens implementation. · c75aea5e
      Timothy Andrew authored
      - Use the `:personal_access_token` param root instead of
        `personal_access_token_params`, because we aren't using the
        `personal_access_token` param for authentication anymore (we're using
        `private_token` instead).
      - Use `build` to instantiate a `PersonalAccessToken`
      - Use better-formatted dates
      c75aea5e
  9. Apr 28, 2016
  10. Apr 15, 2016
  11. Mar 30, 2016
  12. Mar 16, 2016
  13. Mar 11, 2016
  14. Mar 03, 2016
  15. Feb 29, 2016
  16. Jan 24, 2016
  17. Dec 24, 2015
  18. Oct 20, 2015
  19. Oct 05, 2015
Loading