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

Deno #27

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from
Draft

Deno #27

wants to merge 36 commits into from

Commits on Sep 1, 2022

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

Commits on Oct 22, 2022

  1. defined all routes

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    3c7dcd8 View commit details
    Browse the repository at this point in the history
  2. fmt

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    5d13636 View commit details
    Browse the repository at this point in the history
  3. added GET /version

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    315819c View commit details
    Browse the repository at this point in the history
  4. docker framework

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    b11dee5 View commit details
    Browse the repository at this point in the history
  5. setup devcontainer

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    08ff7a3 View commit details
    Browse the repository at this point in the history
  6. added zip restore

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f08e7f1 View commit details
    Browse the repository at this point in the history
  7. added cors headers

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    1ed70b6 View commit details
    Browse the repository at this point in the history
  8. added cors headers

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d208e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21700f8 View commit details
    Browse the repository at this point in the history
  10. added count

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    ffce65f View commit details
    Browse the repository at this point in the history
  11. added count

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    4c45866 View commit details
    Browse the repository at this point in the history
  12. added GET /doc/:id

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    9a72686 View commit details
    Browse the repository at this point in the history
  13. added GET /doc/:id/comment

    nleanba committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    c1c0b30 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. added POST /doc

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1c5795c View commit details
    Browse the repository at this point in the history
  2. added filename to GET /doc

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    36ec78c View commit details
    Browse the repository at this point in the history
  3. added delete

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1ef5b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4728531 View commit details
    Browse the repository at this point in the history
  5. added POST /doc/:id/comment

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1d41598 View commit details
    Browse the repository at this point in the history
  6. added GET /doc/:id/thumb

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a9828f3 View commit details
    Browse the repository at this point in the history
  7. added GET /doc/:id/title

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    6b67780 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5576ef View commit details
    Browse the repository at this point in the history
  9. added GET /raw/rdf

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4187119 View commit details
    Browse the repository at this point in the history
  10. added GET /raw/tgz

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    520a4d0 View commit details
    Browse the repository at this point in the history
  11. added GET /raw/zip

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    8151fe3 View commit details
    Browse the repository at this point in the history
  12. rm broken

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    6050e11 View commit details
    Browse the repository at this point in the history
  13. added GET /tag/:tagLabel

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    93bfaa6 View commit details
    Browse the repository at this point in the history
  14. added POST /doc/:id/tag

    nleanba committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b0384de View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. added PUT /doc/:id/title

    and fixed GET /doc/:id/title
    nleanba committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    690595b View commit details
    Browse the repository at this point in the history
  2. added POST /tag

    nleanba committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0479d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876f0ae View commit details
    Browse the repository at this point in the history
  4. refined HTTP response codes

    nleanba committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    aa92beb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c4d889 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 15, 2023

  1. Added correct content-type for all JSON responses

    → v1.6.0-alpha.deno.1
    nleanba committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    b875206 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Removed deadlock

    Apparently, waiting for status before waiting for output will wait forever
    nleanba committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9d17a03 View commit details
    Browse the repository at this point in the history