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
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
666cf39
fix: updated `package.json` to use more recent versions of dependencies
ano0002 Feb 12, 2024
ad3707e
feat(API): Added MusicBrainz API support
ano0002 Feb 13, 2024
acb7c07
feat(tooltip): add tooltip to display exact time on date hover (#3773)
Loetwiek Feb 12, 2024
e749547
docs: add Loetwiek as a contributor for code (#3776) [skip ci]
allcontributors[bot] Feb 12, 2024
f303c21
feat: added support for Lidarr
ano0002 Feb 14, 2024
078c8b0
fix(ui): ensure title fits into the `view collection` box (#3696)
Fallenbagel Mar 10, 2024
6cfdec5
fix(build): added migration file and updated a bunch of libvraries wh…
ano0002 Apr 28, 2024
61449ba
style: fixed typo
ano0002 Apr 28, 2024
468bd25
fix(build): fixed the docker build to be 90% functionnal
ano0002 Apr 28, 2024
d750d73
fix(react links): changed every <Link> instance containing a <a> to o…
ano0002 Apr 29, 2024
fe7adb8
fix(promise): fixed a few API endpoints where I forgot to change the …
ano0002 Apr 29, 2024
1dd4666
Merge branch 'develop' into overseer-with-lidarr-support
ano0002 Jun 18, 2024
09fd9fb
fix(jobs&cache): made the Jobs&Cache page create the cache if it didn…
ano0002 Jun 18, 2024
e4f9d97
fix(ui): added music options to the multiple settings menu lacking them
ano0002 Jun 18, 2024
7bc18ef
Merge branch 'develop' into overseer-with-lidarr-support
ano0002 Jun 25, 2024
8017850
Merge remote-tracking branch 'upstream/develop' into overseer-with-li…
ano0002 Aug 13, 2024
bb1a14e
feat(discovermusics): modified the front-end of the Musics Page
ano0002 Aug 13, 2024
0bd75bf
style: fixed the api external URL example for sonarr
ano0002 Aug 13, 2024
a41b855
fix: fix Lidarr URL being misused by the Media class
ano0002 Aug 13, 2024
cc619bd
style: removed all instances of "musics" to be replaced by "music"
ano0002 Aug 14, 2024
961433b
feat(search): splitted the top search bar in two so we can search for…
ano0002 Aug 14, 2024
5dcfc7b
refactor(search): merged SearchInput and MusicSearchInput by giving t…
ano0002 Aug 14, 2024
63621e1
feat(search ui): fully revamped the search UI thanks @youngatheart su…
ano0002 Aug 14, 2024
f115bd3
fix(lidarr-api): improved Lidarr API reliability
ano0002 Aug 15, 2024
c105f10
fix(lidarr api): fixed Lidarr API not working when adding albums
ano0002 Aug 18, 2024
6c07d22
feat(ui): added the music settings to the user UIs
ano0002 Aug 31, 2024
488df56
Merge remote-tracking branch 'upstream/develop' into overseer-with-li…
ano0002 Sep 29, 2024
a267b7c
feat(search): made the search input default to movies
ano0002 Sep 29, 2024
85c639c
fix: applied Next 13 codemod on Images
ano0002 Sep 30, 2024
1d9fafc
fix: proxied artist image thru the server
ano0002 Sep 30, 2024
fd6d234
fix(build): bug introduced by the codemod in 85c639c67b30f239d09372b8…
ano0002 Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ tsconfig.tsbuildinfo

# Config Cache Directory
config/cache

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"typescript.preferences.importModuleSpecifier": "non-relative",
"files.associations": {
"globals.css": "tailwindcss"
}
},
"sqltools.useNodeRuntime": true
}
Binary file added .yarn/install-state.gz
Binary file not shown.
Loading