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

APIv1: Start working on new REST API. Refactor logic in domains. #497

Merged
merged 61 commits into from Jul 17, 2023

Commits on Oct 9, 2022

  1. added 404 template

    fmartingr committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c002f06 View commit details
    Browse the repository at this point in the history
  2. added auth domain

    fmartingr committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    92c24a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce8603 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13ecc16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09d9a48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf10fa7 View commit details
    Browse the repository at this point in the history
  7. updated go modules

    fmartingr committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c97d620 View commit details
    Browse the repository at this point in the history
  8. removed modd file

    fmartingr committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f9bf322 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    29d0de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fab419 View commit details
    Browse the repository at this point in the history
  3. Added JWT support to API

    fmartingr committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    05aea62 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Feb 6, 2023

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

    fmartingr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2329620 View commit details
    Browse the repository at this point in the history
  3. inline returns

    fmartingr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c1bcd5f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. updated dependencies

    fmartingr committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ba1b092 View commit details
    Browse the repository at this point in the history
  2. production logger

    fmartingr committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6077016 View commit details
    Browse the repository at this point in the history
  3. bookmarks endpoint

    fmartingr committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c45c75e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    11ccb5c View commit details
    Browse the repository at this point in the history
  2. frontend for api v1

    fmartingr committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    339bff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4833fb View commit details
    Browse the repository at this point in the history
  4. use response

    fmartingr committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ea4d816 View commit details
    Browse the repository at this point in the history
  5. removed 404 html

    fmartingr committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bea7bae View commit details
    Browse the repository at this point in the history
  6. server error handler

    fmartingr committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    af4deb9 View commit details
    Browse the repository at this point in the history
  7. login and basic auth

    fmartingr committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e56502e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. adjusted session duration

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b875e7d View commit details
    Browse the repository at this point in the history
  2. properly retrieve tags

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    83fef0d View commit details
    Browse the repository at this point in the history
  3. properly delete bookmark

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    1077e61 View commit details
    Browse the repository at this point in the history
  4. cleanup

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    13942b4 View commit details
    Browse the repository at this point in the history
  5. archiver domain

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    0df5559 View commit details
    Browse the repository at this point in the history
  6. debug routes

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    299d057 View commit details
    Browse the repository at this point in the history
  7. bookmark routes

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a98ac56 View commit details
    Browse the repository at this point in the history
  8. expiration by parameter

    fmartingr committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    36594de View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. move to logrus

    fmartingr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d5d612e View commit details
    Browse the repository at this point in the history
  2. logout

    fmartingr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    011ae78 View commit details
    Browse the repository at this point in the history
  3. frontend cache

    fmartingr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    e4c951b View commit details
    Browse the repository at this point in the history
  4. updated dependencies

    fmartingr committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    774ac44 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

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

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

  1. http: migrated to gin

    fmartingr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    13ed12f View commit details
    Browse the repository at this point in the history
  2. linted

    fmartingr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4a4b3fb View commit details
    Browse the repository at this point in the history
  3. Added version command

    fmartingr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d5b429a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. unit tests, docs

    fmartingr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    286722c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e054e View commit details
    Browse the repository at this point in the history
  3. remove logout handler

    fmartingr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a093ac1 View commit details
    Browse the repository at this point in the history
  4. auth

    fmartingr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e26aac2 View commit details
    Browse the repository at this point in the history
  5. createtag

    fmartingr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fd8e5b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Jul 9, 2023

  1. assert message equals

    fmartingr committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1767229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc69aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

  1. moved api to v1 folder

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2d9c821 View commit details
    Browse the repository at this point in the history
  2. docs: contribute docs

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    dfa13e6 View commit details
    Browse the repository at this point in the history
  3. updated makefile

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    02a91ed View commit details
    Browse the repository at this point in the history
  4. updated usage docs

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e278d82 View commit details
    Browse the repository at this point in the history
  5. warn in server command

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3794998 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    765683e View commit details
    Browse the repository at this point in the history
  7. Updated documentation

    fmartingr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a6b70e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. deps: update

    fmartingr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e7c6396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7508590 View commit details
    Browse the repository at this point in the history