BigW Consortium Gitlab

  1. 18 Aug, 2017 1 commit
  2. 27 Jul, 2017 1 commit
  3. 12 Jul, 2017 3 commits
  4. 06 Apr, 2017 1 commit
  5. 14 Mar, 2017 1 commit
  6. 31 Dec, 2016 1 commit
  7. 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.
  8. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  9. 20 Mar, 2016 1 commit
  10. 26 Jan, 2016 1 commit
  11. 19 Oct, 2015 1 commit
  12. 30 Sep, 2015 3 commits
  13. 30 Apr, 2015 2 commits
  14. 07 Apr, 2015 1 commit
  15. 14 Mar, 2015 1 commit
  16. 16 Feb, 2015 1 commit
  17. 15 Feb, 2015 1 commit
    • Fix application client count · 9e0467c3
      Vinnie Okada authored
      Display the number of unique users with an access token instead of the
      total number of access tokens per application in the admin area.
  18. 19 Jan, 2015 1 commit
  19. 18 Jan, 2015 1 commit
  20. 17 Jan, 2015 1 commit