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

OAuth server side functions #96

Merged
merged 30 commits into from Sep 29, 2017
Merged

OAuth server side functions #96

merged 30 commits into from Sep 29, 2017

Commits on Aug 4, 2017

  1. Copy the full SHA
    069c3bf View commit details
    Browse the repository at this point in the history
  2. create two api end-points

    one to authenticate and another one to create\delete webhooks
    
    (currently I'm sending the githubToken to the client and it sends it back when creating a webhook. need to keep only the firebaseToken on the client side
    thatkookooguy committed Aug 4, 2017
    Copy the full SHA
    15768f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Copy the full SHA
    6a71542 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    601e114 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b9cedd View commit details
    Browse the repository at this point in the history
  4. change consoleService call + fix status warning + add missing code

    currently, written as a comment since I need to also import the **account key** in some fancy way
    thatkookooguy committed Aug 9, 2017
    Copy the full SHA
    2465f06 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8be2346 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d7e2132 View commit details
    Browse the repository at this point in the history
  7. add api file

    thatkookooguy committed Aug 9, 2017
    Copy the full SHA
    fa5dbd1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    03e3085 View commit details
    Browse the repository at this point in the history
  9. ignore mocha reports

    thatkookooguy committed Aug 9, 2017
    Copy the full SHA
    b1340fc View commit details
    Browse the repository at this point in the history
  10. NEVER save private config file

    private config file should make it easier to save configuration to disk (DB url, etc)
    thatkookooguy committed Aug 9, 2017
    Copy the full SHA
    c20e719 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    6aa5827 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a96b583 View commit details
    Browse the repository at this point in the history
  13. create new configuration service

    this will handle all configurations (also will save the configuration you add as argv if you add --savePrivate)
    
    I still need to make this simpler, but it's already simpler than the previous one :-)
    thatkookooguy committed Aug 9, 2017
    Copy the full SHA
    4a84fc5 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    02184df View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Copy the full SHA
    0cc9ea2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0cce711 View commit details
    Browse the repository at this point in the history
  3. lint

    thatkookooguy committed Aug 10, 2017
    Copy the full SHA
    dcfad08 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    273885d View commit details
    Browse the repository at this point in the history
  5. get the firebase admin from userService

    later, should replace this with a function that does this internally
    thatkookooguy committed Aug 10, 2017
    Copy the full SHA
    cf1cbe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Copy the full SHA
    8123bc8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    598c00d View commit details
    Browse the repository at this point in the history
  3. basic structure for userService specs

    I want to change the functions inside userService to not use req and res so that it will be simpler to test.
    
    after that change, I'll change this to test the actual file and not the function I mocked a few lines before :-)
    thatkookooguy committed Aug 11, 2017
    Copy the full SHA
    cb1e915 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Copy the full SHA
    80168a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Copy the full SHA
    83ac2bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4649b7c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a71bfb0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fe43507 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Copy the full SHA
    16c17fc View commit details
    Browse the repository at this point in the history