12 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
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
Daniel Gibbs
ef4aad2f6f Upgraded several logos to svg
also minify existing svgs with svgo
2022-03-28 22:39:32 +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
bc43ec6edb Update Readarr logo from png to svg 2022-03-26 20:17:38 +00:00
4c0d3r
9fc3168e84
Readarr Enhanced App, missing books, and 1 month upcoming books. (#420)
Co-authored-by: 4c0d3r <nope>
2022-03-26 20:14:17 +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
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
Dan Christensen
a81cc4368f Added Readarr foundatin app 2020-08-05 11:41:56 -06:00