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: allow per-user settings and store them in database #639

Merged
merged 68 commits into from Oct 15, 2023

Commits on Jul 9, 2023

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

Commits on Jul 10, 2023

  1. update account model

    Monirzadeh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c574a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53314e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab0b922 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    c6fdddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d68fb5 View commit details
    Browse the repository at this point in the history
  3. add api/ui for update settings in database user can save settings in …

    …database (in sqlite database)
    Monirzadeh committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f32dfd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

    Monirzadeh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    440a125 View commit details
    Browse the repository at this point in the history
  3. fix wrong comment

    Monirzadeh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b872736 View commit details
    Browse the repository at this point in the history
  4. support PostgreSQL

    Monirzadeh committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e950ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcaa29b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    a77fe7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2a961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741af23 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    353b10b View commit details
    Browse the repository at this point in the history
  2. update model

    Monirzadeh committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dbe0773 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    e7ca00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17854a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e215a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e8ab72 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f0fd7a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e880efb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    463684e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4a2449 View commit details
    Browse the repository at this point in the history
  9. fix typo

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b17a3b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75777dd View commit details
    Browse the repository at this point in the history
  11. remove IsJson

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3e0519e View commit details
    Browse the repository at this point in the history
  12. move scan method to model

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    7a37dcb View commit details
    Browse the repository at this point in the history
  13. simplify jsonify

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5a9bb0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    039be53 View commit details
    Browse the repository at this point in the history
  15. missing part of function

    Monirzadeh committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1398279 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    0f4df09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70dd9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0121f62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4ec3f2 View commit details
    Browse the repository at this point in the history
  5. implement

    Monirzadeh committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    006f52c View commit details
    Browse the repository at this point in the history
  6. remove unneeded part

    Monirzadeh committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    80a84c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26f7232 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30f75b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7eba991 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    04299a0 View commit details
    Browse the repository at this point in the history
  2. New API

    Monirzadeh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a06e8a2 View commit details
    Browse the repository at this point in the history
  3. remove legacy API

    Monirzadeh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c108f25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec72e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    465abde View commit details
    Browse the repository at this point in the history
  6. add unit test for database

    Monirzadeh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f6d06b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. update migrate script name

    Monirzadeh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    567a376 View commit details
    Browse the repository at this point in the history
  2. change put to patch

    Monirzadeh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    84ab1fc View commit details
    Browse the repository at this point in the history
  3. return PUT

    Monirzadeh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6bdb106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93d4cd7 View commit details
    Browse the repository at this point in the history
  5. remove unneeded retuen

    Monirzadeh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cb186e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    9c57905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c7426 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5043acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b611ad View commit details
    Browse the repository at this point in the history
  3. add swagger documentation

    Monirzadeh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f9c60e2 View commit details
    Browse the repository at this point in the history
  4. API unit test

    Monirzadeh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bce2321 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Monirzadeh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3f60ad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. remove unneeded coment

    Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
    Monirzadeh and fmartingr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f9c91be View commit details
    Browse the repository at this point in the history
  2. better Documentation

    Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
    Monirzadeh and fmartingr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9f62b1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6314ae View commit details
    Browse the repository at this point in the history
  4. fix typo

    Monirzadeh committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f256392 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    8f564cd View commit details
    Browse the repository at this point in the history
  2. update swag documentation

    Monirzadeh committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4a3b07b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2572b5 View commit details
    Browse the repository at this point in the history
  4. fix swag formaing error

    Monirzadeh committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aa1b558 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

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