An error occurred fetching the project authors.
  1. 16 Jun, 2016 1 commit
    • 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. 11 Jun, 2016 1 commit
  3. 08 Jun, 2016 1 commit
  4. 03 Jun, 2016 2 commits
  5. 25 May, 2016 3 commits
  6. 28 Apr, 2016 1 commit
  7. 19 Apr, 2016 2 commits
  8. 07 Apr, 2016 1 commit
  9. 01 Apr, 2016 1 commit
  10. 13 Mar, 2016 1 commit
    • Robert Speicher's avatar
      Let `oauth/applications#index` handle the `profiles#applications` route · 8f21e2ae
      Robert Speicher authored
      Previously we were doing all of kinds of code gymnastics and flash abuse
      in order to work with a Doorkeeper controller but have it _appear_ at
      the `/profile/applications` path. Fortunately we can just tell Rails to
      use a different controller to handle that route, and we get the best of
      both worlds.
      8f21e2ae
  11. 01 Jan, 2016 1 commit
  12. 02 Dec, 2015 1 commit
  13. 03 Nov, 2015 1 commit
  14. 09 Sep, 2015 1 commit
  15. 08 Sep, 2015 1 commit
  16. 13 Jul, 2015 1 commit
  17. 10 Jul, 2015 1 commit
  18. 06 Jul, 2015 1 commit
  19. 14 Jun, 2015 1 commit
  20. 13 Jun, 2015 1 commit
  21. 09 May, 2015 1 commit
  22. 25 Apr, 2015 1 commit
  23. 23 Apr, 2015 1 commit
  24. 09 Mar, 2015 1 commit
  25. 24 Jan, 2015 1 commit
  26. 29 Dec, 2014 1 commit
  27. 25 Dec, 2014 3 commits
  28. 24 Dec, 2014 1 commit
  29. 17 Dec, 2014 1 commit
  30. 26 Jun, 2014 1 commit
  31. 14 Feb, 2014 1 commit
    • Jason Hollingsworth's avatar
      Add email aliases for users · 29cfd33d
      Jason Hollingsworth authored
      Emails are used to associate commits with users. The emails
      are not verified and don't have to be valid email addresses. They
      are assigned on a first come, first serve basis.
      
      Notifications are sent when an email is added.
      29cfd33d
  32. 09 Oct, 2013 1 commit
  33. 12 Jul, 2013 1 commit
  34. 24 Jun, 2013 1 commit