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

WIP: API Handler #48

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open

WIP: API Handler #48

wants to merge 59 commits into from

Commits on Sep 22, 2017

  1. add API handler

    castorinop committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    4e19f2d View commit details
    Browse the repository at this point in the history
  2. add uri form to add template

    use handler API with uri form
    castorinop committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    820e46b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e3ca37 View commit details
    Browse the repository at this point in the history
  4. update styles

    castorinop committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    20389f8 View commit details
    Browse the repository at this point in the history
  5. add magnet support

    castorinop committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    6ce3657 View commit details
    Browse the repository at this point in the history
  6. update minified js and css

    castorinop committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    1f4b2a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

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

Commits on Nov 4, 2017

  1. Add API Controller (Add|Handler)

    Add Backend Interfaces
    Add Backend Exception
    Move libs
    castorinop committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    a03f4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9a7c9 View commit details
    Browse the repository at this point in the history
  3. Add backends

    castorinop committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    31ca664 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Aplication uses backends

    Register ApiController
    Disable controllers
    Update routes
    castorinop committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    59defa7 View commit details
    Browse the repository at this point in the history
  2. Use namespace

    castorinop committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    81a2858 View commit details
    Browse the repository at this point in the history
  3. Libs: fix namespaces

    castorinop committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    e88bb5d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    34ae53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191ea09 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Fix deprecated OC_API

    castorinop committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ba7bfcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3317465 View commit details
    Browse the repository at this point in the history
  3. typo

    castorinop committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f150c06 View commit details
    Browse the repository at this point in the history
  4. fix mad merge

    castorinop committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    3b38853 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    0f5747d View commit details
    Browse the repository at this point in the history
  2. Become DB Service

    castorinop committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    628bb55 View commit details
    Browse the repository at this point in the history
  3. API queue, use DB Service

    castorinop committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4a667d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    bad5871 View commit details
    Browse the repository at this point in the history
  2. Use filters for view

    castorinop committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    1d6cd1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42341e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0934409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d136247 View commit details
    Browse the repository at this point in the history
  6. fix bad refactory code

    castorinop committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    fa31f7d View commit details
    Browse the repository at this point in the history
  7. Update Doc Goals

    castorinop committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    de71400 View commit details
    Browse the repository at this point in the history
  8. Better markdown doc

    castorinop committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3898616 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    a159ed2 View commit details
    Browse the repository at this point in the history
  2. YTDL fix constructor

    castorinop committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7609401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c33b21c View commit details
    Browse the repository at this point in the history
  4. style info span as block

    castorinop committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    52a9c9d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. UI single view

    castorinop committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    ff3ec96 View commit details
    Browse the repository at this point in the history
  2. remove old routes

    castorinop committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    65566bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7f455 View commit details
    Browse the repository at this point in the history
  4. UI: change base url to API

    castorinop committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    3156a72 View commit details
    Browse the repository at this point in the history
  5. update minified

    castorinop committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a3b5f20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e565970 View commit details
    Browse the repository at this point in the history
  7. update doc

    castorinop committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    71ba52e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    3dae014 View commit details
    Browse the repository at this point in the history
  2. UI, Show Hide handler

    castorinop committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    9131fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b8e22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e75884 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. API add count

    castorinop committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    5d382a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    c1ea716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f295b4a View commit details
    Browse the repository at this point in the history
  3. cleanup queue response

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    8ce7284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cc9a57 View commit details
    Browse the repository at this point in the history
  5. remove branches

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    b11488a View commit details
    Browse the repository at this point in the history
  6. max version 16

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    dcf5a03 View commit details
    Browse the repository at this point in the history
  7. fix typo.

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    6d1e488 View commit details
    Browse the repository at this point in the history
  8. cleanup old code

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    a9875bf View commit details
    Browse the repository at this point in the history
  9. fix extra bracket

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    6aba46c View commit details
    Browse the repository at this point in the history
  10. add test script

    castorinop committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    207595f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    03ff9bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202de59 View commit details
    Browse the repository at this point in the history
  3. merge missing files

    castorinop committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    731c95c View commit details
    Browse the repository at this point in the history