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: problem discussion #2

Draft
wants to merge 65 commits into
base: main
Choose a base branch
from
Draft

feat: problem discussion #2

wants to merge 65 commits into from

Commits on Jul 20, 2024

  1. todo

    Dmitrii Malinovskii committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ad07ae4 View commit details
    Browse the repository at this point in the history
  2. add web form

    Dmitrii Malinovskii committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c27b908 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. some research

    Dmitrii Malinovskii committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    39a389b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. record audio on the client

    Dmitrii Malinovskii committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8665914 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add an implementation description for the discussion feature

    Dmitrii Malinovskii committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8b4e4fa View commit details
    Browse the repository at this point in the history
  2. fix grammar

    Dmitrii Malinovskii committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a61d812 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. add authorization test

    Dmitrii Malinovskii committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fb8ba43 View commit details
    Browse the repository at this point in the history
  2. add user

    Dmitrii Malinovskii committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    11c85b3 View commit details
    Browse the repository at this point in the history
  3. add user authorization

    Dmitrii Malinovskii committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6981698 View commit details
    Browse the repository at this point in the history
  4. authorize user

    Dmitrii Malinovskii committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    014d9ff View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. create a new meeting

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6372d8a View commit details
    Browse the repository at this point in the history
  2. fix readme

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9844e7d View commit details
    Browse the repository at this point in the history
  3. start server on random port

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dfbb81c View commit details
    Browse the repository at this point in the history
  4. extract starting server

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e39b736 View commit details
    Browse the repository at this point in the history
  5. extract models

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dc7977a View commit details
    Browse the repository at this point in the history
  6. extract http api

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e7ebd56 View commit details
    Browse the repository at this point in the history
  7. add pre-commit

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d8b1ab0 View commit details
    Browse the repository at this point in the history
  8. add go tests

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7b1277b View commit details
    Browse the repository at this point in the history
  9. add instructions to setup dev environment

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    892dcdb View commit details
    Browse the repository at this point in the history
  10. git ignore intelij

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f897852 View commit details
    Browse the repository at this point in the history
  11. handle create meeting errors

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e3835b4 View commit details
    Browse the repository at this point in the history
  12. dial http api

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0d80d79 View commit details
    Browse the repository at this point in the history
  13. add feature tests generator

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c8d2015 View commit details
    Browse the repository at this point in the history
  14. extract user handler

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    48ae1c6 View commit details
    Browse the repository at this point in the history
  15. more explicit naming

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bc6d890 View commit details
    Browse the repository at this point in the history
  16. add new user

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f29b91d View commit details
    Browse the repository at this point in the history
  17. better naming

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d92acd6 View commit details
    Browse the repository at this point in the history
  18. better naming

    Dmitrii Malinovskii committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0d5d04f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. define development infrastructure

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d99ffe5 View commit details
    Browse the repository at this point in the history
  2. extend readme

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    00294f7 View commit details
    Browse the repository at this point in the history
  3. test postgres connection

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7bcedc4 View commit details
    Browse the repository at this point in the history
  4. wire sql db to user handler

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    edd566c View commit details
    Browse the repository at this point in the history
  5. check db

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c2960fb View commit details
    Browse the repository at this point in the history
  6. change user handler initialization

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    02f2193 View commit details
    Browse the repository at this point in the history
  7. define cli feature

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    188a80a View commit details
    Browse the repository at this point in the history
  8. define root command

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    db771b8 View commit details
    Browse the repository at this point in the history
  9. add create command

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3e42e7f View commit details
    Browse the repository at this point in the history
  10. add user command

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9e14895 View commit details
    Browse the repository at this point in the history
  11. add common command parameters

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3206995 View commit details
    Browse the repository at this point in the history
  12. wire up db

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9a21c83 View commit details
    Browse the repository at this point in the history
  13. fix typo

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c56e2a0 View commit details
    Browse the repository at this point in the history
  14. add auth handler

    Dmitrii Malinovskii committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6f1e8f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. create user by cli

    Dmitrii Malinovskii committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e9d18a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. add auth handler

    Dmitrii Malinovskii committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ae550e7 View commit details
    Browse the repository at this point in the history
  2. generate password if not specified

    Dmitrii Malinovskii committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7a5a4a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. simplify server test

    Dmitrii Malinovskii committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7154fc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. wire up auth handler

    Dmitrii Malinovskii committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0d7d528 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add jwt handler

    Dmitrii Malinovskii committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    569fc2c View commit details
    Browse the repository at this point in the history
  2. add http api settings

    Dmitrii Malinovskii committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cf9044c View commit details
    Browse the repository at this point in the history
  3. add jwt secret generator

    Dmitrii Malinovskii committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    446e896 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. serve html client

    Dmitrii Malinovskii committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9b9aa1d View commit details
    Browse the repository at this point in the history
  2. add a server

    Dmitrii Malinovskii committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8e6aec5 View commit details
    Browse the repository at this point in the history
  3. json http error

    Dmitrii Malinovskii committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9cab81f View commit details
    Browse the repository at this point in the history
  4. more verbose cli

    Dmitrii Malinovskii committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ce653ab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. handle login

    Dmitrii Malinovskii committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    695cc47 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. use html template

    Dmitrii Malinovskii committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    94b7bea View commit details
    Browse the repository at this point in the history
  2. add login form template constructor

    Dmitrii Malinovskii committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9118a06 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. create meeting form

    Dmitrii Malinovskii committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c547dae View commit details
    Browse the repository at this point in the history
  2. add meetings

    Dmitrii Malinovskii committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7192184 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. create meeting

    Dmitrii Malinovskii committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe31d65 View commit details
    Browse the repository at this point in the history
  2. create meeting

    Dmitrii Malinovskii committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    25a4316 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. authorize http requests

    Dmitrii Malinovskii committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5c311d2 View commit details
    Browse the repository at this point in the history
  2. fix make file issue

    Dmitrii Malinovskii committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f0269e9 View commit details
    Browse the repository at this point in the history
  3. create meeting form

    Dmitrii Malinovskii committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    96c560e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. get meetings

    Dmitrii Malinovskii committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b083cb5 View commit details
    Browse the repository at this point in the history