Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OAuth based authentication to Zoom plugin #52

Merged
merged 25 commits into from
Dec 12, 2019

Commits on Nov 11, 2019

  1. OAuth working, TODO: cleanup

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2ec44bb View commit details
    Browse the repository at this point in the history
  2. cleanup TODOs

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4cea03d View commit details
    Browse the repository at this point in the history
  3. more cleanup

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3137bf0 View commit details
    Browse the repository at this point in the history
  4. update README for OAuth

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d2f48d3 View commit details
    Browse the repository at this point in the history
  5. update check-style

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1afc19e View commit details
    Browse the repository at this point in the history
  6. update the test config

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4913347 View commit details
    Browse the repository at this point in the history
  7. address mattermostGH-42 review comments

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f3e76dc View commit details
    Browse the repository at this point in the history
  8. fix chec style error

    Vijay Annapureddy committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5918a26 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Make Sure only one of the authentication mechanism is selected

    Vijay Annapureddy committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c3f402d View commit details
    Browse the repository at this point in the history
  2. fix lint errors by runnign gofmt -w -s .

    Vijay Annapureddy committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    073907a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. fix nit comments

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3249059 View commit details
    Browse the repository at this point in the history
  2. fix failing test case

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5d4b67d View commit details
    Browse the repository at this point in the history
  3. fix failing test case

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4ea00c2 View commit details
    Browse the repository at this point in the history
  4. fix a typo in the readme

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    35bca91 View commit details
    Browse the repository at this point in the history
  5. resolve conflict

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3926896 View commit details
    Browse the repository at this point in the history
  6. resolve conflict w/ spaces

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8d349a5 View commit details
    Browse the repository at this point in the history
  7. resolve conflict w/ spaces

    Vijay Annapureddy committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1541fdc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. meaningful display name for encryption token

    Vijay Annapureddy committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ef5b9e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    7d1e6d8 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Vijay Annapureddy committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    a671f09 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. remove test redirect url

    Vijay Annapureddy committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    abe31c0 View commit details
    Browse the repository at this point in the history
  2. update reamde about configuring redirect url

    Vijay Annapureddy committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    8245fa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Update reamde with scopes information

    Vijay Annapureddy committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    edd5af5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. valid config on change

    Vijay Annapureddy committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ae8b06b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Set Default authenctication to Legacy

    Vijay Annapureddy committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    13dd4dd View commit details
    Browse the repository at this point in the history