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

The Announcement Update #20

Merged
merged 167 commits into from
Nov 28, 2022
Merged

The Announcement Update #20

merged 167 commits into from
Nov 28, 2022

Commits on Aug 19, 2022

  1. update package

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    72a9fab View commit details
    Browse the repository at this point in the history
  2. update gitignore

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    54c2472 View commit details
    Browse the repository at this point in the history
  3. add prisma

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f13ed89 View commit details
    Browse the repository at this point in the history
  4. add user service

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5f75d6c View commit details
    Browse the repository at this point in the history
  5. add auth service

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    712d8f3 View commit details
    Browse the repository at this point in the history
  6. add password encryption

    EliasSchaut committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ba4564f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. implement login route

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b9aa2f6 View commit details
    Browse the repository at this point in the history
  2. add auth guard

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    0056eb0 View commit details
    Browse the repository at this point in the history
  3. remove test files

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    cc2b968 View commit details
    Browse the repository at this point in the history
  4. add dotenv package

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    3f6ce19 View commit details
    Browse the repository at this point in the history
  5. add jwt generation

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    3e78c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    023cf70 View commit details
    Browse the repository at this point in the history
  7. add profile site

    EliasSchaut committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    1e0fd22 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    0465345 View commit details
    Browse the repository at this point in the history
  2. remove hello worlds

    EliasSchaut committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fc2578b View commit details
    Browse the repository at this point in the history
  3. add helmet

    EliasSchaut committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e64f267 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. add vue framework

    EliasSchaut committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    66303ab View commit details
    Browse the repository at this point in the history
  2. connect vue to nest

    EliasSchaut committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b484cc5 View commit details
    Browse the repository at this point in the history
  3. add css

    EliasSchaut committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b6245c6 View commit details
    Browse the repository at this point in the history
  4. add login route

    EliasSchaut committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8d6688c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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

Commits on Sep 7, 2022

  1. update package

    EliasSchaut committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dd42e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8482a9 View commit details
    Browse the repository at this point in the history
  3. implement submit method

    EliasSchaut committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    55c1adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faea6e0 View commit details
    Browse the repository at this point in the history
  5. hotfix

    EliasSchaut committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1799fab View commit details
    Browse the repository at this point in the history
  6. update prisma schema

    EliasSchaut committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5688c0d View commit details
    Browse the repository at this point in the history
  7. update structure

    EliasSchaut committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    eb9f184 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0003eda View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. add env tmp

    EliasSchaut committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8ba00d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b936e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f881c View commit details
    Browse the repository at this point in the history
  4. hotfix

    EliasSchaut committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c3cd70a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. implement GET movie:id

    EliasSchaut committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c15b1e9 View commit details
    Browse the repository at this point in the history
  2. fix auth bugs

    EliasSchaut committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    91e82a9 View commit details
    Browse the repository at this point in the history
  3. add info

    EliasSchaut committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    93f9254 View commit details
    Browse the repository at this point in the history
  4. implement POST movie

    EliasSchaut committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4e346de View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. add try catch

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    df1d2ef View commit details
    Browse the repository at this point in the history
  2. implement GET movie/all

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    9dd710a View commit details
    Browse the repository at this point in the history
  3. implement movie table

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f646faa View commit details
    Browse the repository at this point in the history
  4. add client profile

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    be9a67e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28aa328 View commit details
    Browse the repository at this point in the history
  6. prisma: add vote table

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    bc6ee6a View commit details
    Browse the repository at this point in the history
  7. backend: edit structure

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3fa7d53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f971a View commit details
    Browse the repository at this point in the history
  9. edit structure

    EliasSchaut committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a99d510 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ee9446 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. db: improve naming

    EliasSchaut committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    5866fec View commit details
    Browse the repository at this point in the history
  2. backend: add DELETE Vote

    EliasSchaut committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    7a0b02a View commit details
    Browse the repository at this point in the history
  3. backend: add GET vote

    EliasSchaut committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ab59392 View commit details
    Browse the repository at this point in the history
  4. update vote output

    EliasSchaut committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    3fe67c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. update proposer output

    EliasSchaut committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0021879 View commit details
    Browse the repository at this point in the history
  2. update package

    EliasSchaut committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e66b89e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    ce3f571 View commit details
    Browse the repository at this point in the history
  2. client: add history view

    EliasSchaut committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1009582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beeedd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44356de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71e451b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. client: implement vote

    EliasSchaut committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4067357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0651c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4d11d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c7b5b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    829a9b7 View commit details
    Browse the repository at this point in the history
  2. common: update env tmp

    EliasSchaut committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    03087d2 View commit details
    Browse the repository at this point in the history
  3. client: add privacy

    EliasSchaut committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0a655d5 View commit details
    Browse the repository at this point in the history
  4. client: hot fix

    EliasSchaut committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f133454 View commit details
    Browse the repository at this point in the history
  5. client: hot fix

    EliasSchaut committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d67f1af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3d66be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72991b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6818d9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    729926d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa3a79c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e5bb3c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    fd7eacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d088649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3beb805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61414cf View commit details
    Browse the repository at this point in the history
  5. client: hotfix

    EliasSchaut committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3e0b5c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c80fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3fbdca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48aa780 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    375f34e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b8cc26 View commit details
    Browse the repository at this point in the history
  11. client: style hotfix

    EliasSchaut committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d51e31d View commit details
    Browse the repository at this point in the history
  12. common: update README.md

    EliasSchaut committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    bd03a22 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into dev

    # Conflicts:
    #	README.md
    EliasSchaut committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9e2fd2f View commit details
    Browse the repository at this point in the history
  14. client: add GitHub Link

    EliasSchaut committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5da7153 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    c011af8 View commit details
    Browse the repository at this point in the history
  2. client: hot fix

    EliasSchaut committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    603bffc View commit details
    Browse the repository at this point in the history
  3. client: hot fix

    EliasSchaut committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fb07cdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e93ca82 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    ae679c6 View commit details
    Browse the repository at this point in the history
  2. client: text improve

    EliasSchaut committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2082770 View commit details
    Browse the repository at this point in the history
  3. client: hotfix

    EliasSchaut committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    e36040e View commit details
    Browse the repository at this point in the history
  4. client: hotfix

    EliasSchaut committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    52bd62a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9980d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59f2559 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a7caff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afd0933 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

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

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    e5d60b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20aeba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ff96a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069380e View commit details
    Browse the repository at this point in the history
  5. update README.md

    EliasSchaut committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3384b22 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into dev

    # Conflicts:
    #	README.md
    #	client/index.html
    #	client/package-lock.json
    #	client/package.json
    #	client/src/components/LoginComponent.vue
    #	client/src/components/MovieComponent.vue
    #	client/src/components/NavbarComponent.vue
    #	client/src/components/ProfileComponent.vue
    #	client/src/components/ts/api.ts
    #	client/src/components/ts/store.ts
    #	client/src/main.ts
    #	client/src/views/ProfileView.vue
    #	package-lock.json
    #	package.json
    #	prisma/schema.prisma
    #	src/app.module.ts
    #	src/auth/auth.module.ts
    #	src/auth/auth.service.ts
    #	src/auth/jwt.stategy.ts
    #	src/common/db_services/movies/movieDB.service.ts
    #	src/common/db_services/users/userDB.module.ts
    #	src/common/db_services/users/userDB.service.ts
    #	src/common/db_services/votes/voteDB.service.ts
    #	src/common/util_services/email.service.ts
    #	src/main.ts
    EliasSchaut committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    39a55e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    d5e7116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d42070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a631f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d54e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b92a40 View commit details
    Browse the repository at this point in the history
  6. backend: add event module

    EliasSchaut committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3f70d08 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    536943b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b932004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc1a5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7964a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    2c4b968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c577fe5 View commit details
    Browse the repository at this point in the history
  3. client: hotfix

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    dab899a View commit details
    Browse the repository at this point in the history
  4. client: update favicon

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c17c749 View commit details
    Browse the repository at this point in the history
  5. backend: hotfix

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0231e77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcc602d View commit details
    Browse the repository at this point in the history
  7. common: improve packages

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a6f80ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02c9a6b View commit details
    Browse the repository at this point in the history
  9. client: add watchlist

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    00ffbc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1918151 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea02b1e View commit details
    Browse the repository at this point in the history
  12. backend: hotfix

    EliasSchaut committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7f45d3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5488d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f74e625 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. client: add trash icon

    EliasSchaut committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    023873b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    e1ff598 View commit details
    Browse the repository at this point in the history
  2. client: hotfix

    EliasSchaut committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    cdc7e7f View commit details
    Browse the repository at this point in the history
  3. backend: restrict user deletion, when proposed video is in watchlist …

    …+ restrict already watched movies
    EliasSchaut committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    9be92ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d29847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c31616 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    4ead28d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dev

    # Conflicts:
    #	client/package.json
    #	client/src/components/LoginComponent.vue
    #	client/src/components/MovieComponent.vue
    #	client/src/components/ProfileComponent.vue
    #	client/src/components/util/form/SubmitComponent.vue
    #	client/src/plugins/bootstrap.ts
    #	client/src/plugins/jquery.ts
    #	client/src/router/router.ts
    #	package-lock.json
    #	package.json
    #	src/app.module.ts
    #	src/main.ts
    #	src/user/user.controller.ts
    #	src/user/user.module.ts
    #	src/user/user.service.ts
    EliasSchaut committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9a7e8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b475f17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62f195e View commit details
    Browse the repository at this point in the history
  5. client: hotfix

    EliasSchaut committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    330c94b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    ac0b82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5264a4f View commit details
    Browse the repository at this point in the history
  3. backend: add route GET auth/reset/:username to send a pw reset reques…

    …t + add pw reset flag in db
    EliasSchaut committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ed82718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f24f2ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94a1a08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b66f1c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    096eccf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. backend: hotfix

    EliasSchaut committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5678ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0f616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217807b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4565b01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2549896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a8ffec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a67a16 View commit details
    Browse the repository at this point in the history
  8. backend: implement discord.service for sending messages to a webhook …

    …+ create announce job to sende invites to endpoints like discord
    EliasSchaut committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b912262 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f26f70f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3934a42 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    997bddf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a78d9f3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #14 from EliasSchaut/7-the-announcement-update

    The Announcement Update
    EliasSchaut committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    487b390 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    b86a36e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502f8b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from EliasSchaut/16-session-update

    The Session Update
    EliasSchaut committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8b2bba0 View commit details
    Browse the repository at this point in the history