24 Commits

Author SHA1 Message Date
Steve Lambe
633c9f19f0
fix: Fix *arr url creation (#788)
* Update Radarr.php

Radarr was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Sonarr.php

Sonarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Readarr.php

Readarr  as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Lidarr.php

Lidarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Bazarr.php

Bazarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Prowlarr.php

Prowlarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.
2024-10-18 12:12:39 +02:00
Martijn van der Kleijn
9f17db3574 Fix linter issues 2024-01-29 18:11:41 +01:00
Martijn van der Kleijn
f3d4b0e871 Fix linter whitespace issues 2024-01-29 17:37:52 +01:00
Colin Hebert
7467ead9c3
Reduce numbers of missing movies (#592) 2023-01-25 20:51:33 +00:00
Daniel Gibbs
10c81dbc5f prettier all the things 2022-07-27 22:07:26 +01:00
Daniel Gibbs
3795d28206 chore: prettier code formatter using editorconfig 2022-06-05 20:06:41 +01:00
Swapnil Devesh
13d869c89c
Improve config fields for all enhanced apps (#432)
* Improve config fields for all enhanced apps
* Further standardised password fields
* Standardised API Key field
* Standardised all overwrite url fields
* Standardise Username field
* Standardise password field
* Update package-lock.json
* Put all blade files through a Blade formatter


Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
2022-03-27 22:12:45 +01:00
Daniel Gibbs
c5aa9c7b9f Remove Width and height from all SVG's 2022-03-19 10:25:16 +00:00
Daniel Gibbs
63b471328f Crop all svg files and minify 2022-03-19 09:23:40 +00:00
Daniel Gibbs
9f154da9e3 Corrections to web addresses
* Added https:// to sites without any
* removed trailing /
* converted some sites from http to https
2022-03-17 22:04:04 +00:00
Daniel Gibbs
30f3e827d6
Upgrade Radarr from png to svg (#473) 2022-03-16 22:41:29 +00:00
Daniel Gibbs
0a7fae9a7d
Change Radarr to light as default (#407) 2022-03-14 21:12:24 +00:00
morpheus65535
5efb7c7eec Revert "Fixed unmonitored movies counted as missing when they shouldn't"
This reverts commit 96472fb532555c3344bb0fad12b4a8c8cdce0042.
2021-08-08 14:25:48 -04:00
morpheus65535
96472fb532 Fixed unmonitored movies counted as missing when they shouldn't 2021-08-08 12:50:08 -04:00
morpheus65535
53da33dbfe Rework to use json as object instead of associative array 2021-07-15 09:58:17 -04:00
morpheus65535
e9b3019b63 Properly fix the Radarr v3 API usage 2021-07-14 23:56:09 -04:00
Kode
044eeda22f Change title 2021-04-09 16:10:44 +01:00
Kode
d4c088d60d Radarr v43 config 2021-04-09 14:53:23 +01:00
TheCatLady
4a91286b79 Updated & properly-sized optimized icons
Some of the existing icons (e.g., Deluge, Nginx Proxy Manager, Radarr, Traefik) were outdated
Many icons were not the proper size and/or not optimized; all icons in this PR are all exactly 250x250 and optimized using TinyPNG
2021-01-19 23:14:16 +00:00
Chris
f409a54874 Fix configs not showing for new items 2018-11-06 11:01:52 +00:00
Chris
bc4f0ec576 Pull in already set config vars 2018-11-06 08:39:39 +00:00
Chris
c507c8189e Add Tautulli enhanced app and update other apps to use normaliseurl 2018-10-31 14:18:22 +00:00
Kode
9a3ff72aac Add items enable blade to config blade 2018-10-29 18:23:40 +00:00
Kode
ad7873941c fiz nzbget test function, add radarr and sonarr enhanced apps 2018-10-28 18:17:57 +00:00