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

feat(backend): New Backend and authentication for Phonebook data. #7

Merged
merged 61 commits into from
Apr 7, 2020

Commits on Apr 5, 2019

  1. use ef for the connection to the database

    - warning: we are now officell unstable because the oracle dependencie is beta...
    paule96 committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    1735af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d465a35 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. add vscode development stuff

    paule96 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    fa89800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc3f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    114c3a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. update to dotnet 3.0

    paule96 committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0678278 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    9778930 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. cleanup dbcontext

    paule96 committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    84913d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. fixing database changes

    paule96 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    fcd985e View commit details
    Browse the repository at this point in the history
  2. rewrite queries and remove newtonsoft

    - improve performance
    - beginn removing cycle refs
    - enabled query errors if client evaluation is need
    - endable usersecrets
    paule96 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ec4d095 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. complete the data model

    paule96 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    ce44d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81c9f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    6505b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. working implementation of the backend

    some bugs included:
    
    - rooms are empty in the room view.
    - the highest level in the org structur has empty owners
    paule96 committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2a3798e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb2513 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    eb13679 View commit details
    Browse the repository at this point in the history
  2. Update Phonebook.Frontend/src/app/modules/table/helpers.ts

    Co-Authored-By: DanielHabenicht <[email protected]>
    paule96 and DanielHabenicht authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e3c49c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. add support for rooms

    paule96 committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e50e655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109efd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4b1d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d600ce2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. fixing build error

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bd6953f View commit details
    Browse the repository at this point in the history
  2. fx build error again

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fa6296a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed39a9 View commit details
    Browse the repository at this point in the history
  4. add seeding data

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d7882fa View commit details
    Browse the repository at this point in the history
  5. add project to solution

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    be0b9b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9f2940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe0abd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c02b62 View commit details
    Browse the repository at this point in the history
  9. fixing docker build

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9296ab3 View commit details
    Browse the repository at this point in the history
  10. fix proxy config

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b1cc733 View commit details
    Browse the repository at this point in the history
  11. add build for new backend

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3b15c59 View commit details
    Browse the repository at this point in the history
  12. fix some build errors

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6ceb948 View commit details
    Browse the repository at this point in the history
  13. add solution files

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bafeea9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c6dde2b View commit details
    Browse the repository at this point in the history
  15. fix appsettings

    paule96 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cb1cdf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    9793eea View commit details
    Browse the repository at this point in the history
  2. use bogus to generate seeded data!

    now we have many data in the demo
    paule96 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    2961310 View commit details
    Browse the repository at this point in the history
  3. remove not used stuff

    paule96 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    aa1b5bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11fc4dd View commit details
    Browse the repository at this point in the history
  5. cleanup code

    paule96 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    00251ef View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    1658404 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. fixing seeding bug

    paule96 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    00e6499 View commit details
    Browse the repository at this point in the history
  2. update old models

    paule96 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a4643c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33509a5 View commit details
    Browse the repository at this point in the history
  4. add room information again

    paule96 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2412201 View commit details
    Browse the repository at this point in the history
  5. maybe make docs readable

    paule96 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f551975 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f18d45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd6a916 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. add adfs support

    paule96 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    43ca3a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43df910 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. add runtime identifiers

    paule96 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cf2bddc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    2a258a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    44ed826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7529d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9758776 View commit details
    Browse the repository at this point in the history
  4. change link to pictures

    paule96 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4f6ca31 View commit details
    Browse the repository at this point in the history
  5. add response compression

    paule96 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    cd0aefa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ffa60f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    de232f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8cf437 View commit details
    Browse the repository at this point in the history