BigW Consortium Gitlab

  1. 06 Mar, 2017 1 commit
  2. 01 Mar, 2017 1 commit
  3. 28 Feb, 2017 3 commits
  4. 14 Feb, 2017 1 commit
  5. 09 Feb, 2017 1 commit
    • Removed jQuery UI highlight & autocomplete · cd5bee0d
      Phil Hughes authored
      In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
  6. 06 Feb, 2017 3 commits
  7. 13 Jan, 2017 1 commit
  8. 16 Dec, 2016 3 commits
    • View-related (and other minor) changes to !5951 based on @rymai's review. · f706a973
      Timothy Andrew authored
      - The `scopes_form` partial can be used in the `admin/applications` view
        as well
      
      - Don't allow partials to access instance variables directly. Instead, pass
        in the instance variables as local variables, and use `local_assigns.fetch`
        to assert that the variables are passed in as expected.
      
      - Change a few instances of `render :partial` to `render`
      
      - Remove an instance of `required: false` in a view, since this is the default
      
      - Inline many instances of a local variable (`ip = 'ip'`) in `auth_spec`
    • Move the scopes form/list view into a partial. · 990ae6b8
      Timothy Andrew authored
      - The list of scopes that's displayed while creating a personal access
        token is identical to the list that's displayed while creating an OAuth
        application. Extract these into a partial.
      
      - The list of scopes that's displayed while in the show page for an OAuth token
        in the profile settings and admin settings are identical. Extract these into
        a partial.
  9. 17 Aug, 2016 1 commit
  10. 16 Aug, 2016 2 commits
  11. 30 Jun, 2016 1 commit
  12. 16 Jun, 2016 1 commit
    • 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.
  13. 10 Jun, 2016 1 commit
    • Implement second round of comments from @jschatz1. · e18a08fd
      Timothy Andrew authored
      - Just use a link for the clipboard button. Having a non-clickable
        container (that looks like a button) is confusing.
      - Use `text-danger` for the "you won't be able to access it again" message.
      - Highlight the created token so people know to look there.
  14. 09 Jun, 2016 1 commit
    • 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
  15. 03 Jun, 2016 2 commits
  16. 02 Jun, 2016 1 commit
  17. 01 Jun, 2016 1 commit
    • 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
  18. 11 May, 2016 1 commit
  19. 28 Apr, 2016 10 commits