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

Overseer with lidarr support #3800

Draft
wants to merge 31 commits into
base: develop
Choose a base branch
from

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    666cf39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3707e View commit details
    Browse the repository at this point in the history
  3. feat(tooltip): add tooltip to display exact time on date hover (sct#3773

    )
    
    Co-authored-by: Loetwiek <[email protected]>
    2 people authored and ano0002 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    acb7c07 View commit details
    Browse the repository at this point in the history
  4. docs: add Loetwiek as a contributor for code (sct#3776) [skip ci]

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored and ano0002 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e749547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f303c21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    078c8b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. fix(build): added migration file and updated a bunch of libvraries wh…

    …ich made the build not work
    ano0002 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6cfdec5 View commit details
    Browse the repository at this point in the history
  2. style: fixed typo

    ano0002 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    61449ba View commit details
    Browse the repository at this point in the history
  3. fix(build): fixed the docker build to be 90% functionnal

    Added some fields I missed in the migration file and fixed some image
    display issue
    ano0002 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    468bd25 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix(react links): changed every <Link> instance containing a <a> to o…

    …nly a <Link>
    
    Ported Links to work for the new React version installed
    ano0002 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d750d73 View commit details
    Browse the repository at this point in the history
  2. fix(promise): fixed a few API endpoints where I forgot to change the …

    …maps to await them
    
    I changed mapMovieResult and other equivalents to return Promises and forgot to fix some API
    endpoints. So that's fixed now.
    ano0002 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fe7adb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    1dd4666 View commit details
    Browse the repository at this point in the history
  2. fix(jobs&cache): made the Jobs&Cache page create the cache if it didn…

    …'t exist allowing it to load
    ano0002 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    09fd9fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4f9d97 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    8017850 View commit details
    Browse the repository at this point in the history
  2. feat(discovermusics): modified the front-end of the Musics Page

    As there is no music discovery service I found which would work well with the current system I
    decided to modify the current Music Discovery Page to show off your downloaded Artists instead of
    nothing
    ano0002 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bb1a14e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd75bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a41b855 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    cc619bd View commit details
    Browse the repository at this point in the history
  2. feat(search): splitted the top search bar in two so we can search for…

    … music and movies/tv separately
    
    Added a new API endpoint /api/v1/search/music and implemented the needed ui to use it
    ano0002 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    961433b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dcfc7b View commit details
    Browse the repository at this point in the history
  4. feat(search ui): fully revamped the search UI thanks @youngatheart su…

    …ggestion on discord
    ano0002 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    63621e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 18, 2024

  1. fix(lidarr api): fixed Lidarr API not working when adding albums

    Since I was previously using an outdated version of Lidarr, my API calls were not functionnal with
    the latest versions I updated and fixed them.
    I've had to simply not set `album.artist.addOptions.monitor` at all and it works...
    
    fix #9
    ano0002 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c105f10 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    488df56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a267b7c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    85c639c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9fafc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6d234 View commit details
    Browse the repository at this point in the history