sct
20b119c1ac
docs: update bug report issue template to include app version [skip ci]
2020-12-15 11:55:24 +00:00
sct
6cd20491d2
feat(lang): add support for Spanish language
2020-12-15 11:46:43 +00:00
allcontributors[bot]
cb8a50bd66
docs: add Shutruk as a contributor ( #304 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-15 20:40:15 +09:00
Weblate (bot)
fddbb3cdfe
feat(lang): Translations update from Weblate ( #291 )
...
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (321 of 321 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 56.0% (180 of 321 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 52.6% (169 of 321 strings)
feat(lang): added translation using Weblate (Spanish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheRaZex <therazex@protonmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (310 of 310 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (314 of 314 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (310 of 310 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 100.0% (321 of 321 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (310 of 310 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheRaZex <therazex@protonmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
2020-12-15 20:39:14 +09:00
sct
01c179f762
fix(api): filter out libraries that do not have any metadata agent or are not movie/show
2020-12-15 10:24:39 +00:00
sct
e08fa35548
fix(api): only run recently added sync on enabled libraries
...
fixes #259
2020-12-15 10:23:19 +00:00
sct
d96d65b8af
refactor(api): increased plex sync speed and changed full sync to run every 24 hours
...
With this change, plex sync will now process 20 items at a time every 4 seconds. (About double its
previous speed). We will see how much faster we can push this in the future.
2020-12-15 09:16:35 +00:00
sct
900827be97
feat(lang): add i18n strings for new about page
2020-12-15 08:08:01 +00:00
sct
b9faa6486b
fix(api): require package.json directly so typescript doesnt compile it into dist folder
2020-12-15 07:56:53 +00:00
sct
3f2a04c881
feat: about page initial version
...
Adding something to the about page for now, including the app version to better know what versions
of the app people are running
2020-12-15 07:27:30 +00:00
sct
ff618956b5
fix(frontend): only show alpha notice to admins
2020-12-15 05:15:45 +00:00
sct
b5988f9a5f
fix(frontend): add validation for Radarr/Sonarr server name
2020-12-15 03:30:13 +00:00
sct
3ba09d07eb
fix: add support for ssl when connecting to plex
...
fixes #275
2020-12-15 03:22:54 +00:00
Alex Zoitos
f998873fc5
fix(services): improve logging for when Radarr movie already exists ( #285 )
...
re #260
2020-12-15 11:11:48 +09:00
allcontributors[bot]
33b54c08b5
docs: add saltydk as a contributor ( #286 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-15 11:05:19 +09:00
salty
34136ef617
build(dockerfile): Expose port 3000. ( #278 )
...
Allows for automated nginx reverse proxy setups to identify the port used in the container without having to bind the port to the host/localhost.
2020-12-15 10:57:01 +09:00
allcontributors[bot]
2d3359a7e3
docs: add darknessgp as a contributor ( #279 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-15 09:15:18 +09:00
darknessgp
6d08b10820
fix: changing parameter name to use correct 'port' #276 ( #277 )
...
Co-authored-by: Ryan Boyles <Ryan.Boyles@ahstech.com >
2020-12-15 09:14:11 +09:00
sct
78af1a3e6d
fix(services): include radarr/sonarr baseUrl when adding media
2020-12-14 16:39:01 +00:00
allcontributors[bot]
67a8f7fbfe
docs: add jvennik as a contributor ( #253 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-14 19:08:45 +09:00
Weblate (bot)
e17c637483
feat(lang): Translations update from Weblate ( #240 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (306 of 306 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (310 of 310 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (306 of 306 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 88.8% (272 of 306 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 72.5% (222 of 306 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 69.9% (214 of 306 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (306 of 306 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (306 of 306 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (306 of 306 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
2020-12-14 19:07:46 +09:00
sct
15013d6c5d
fix(frontend): encode special characters in search input to prevent crashing router
...
re #252
2020-12-14 09:38:38 +00:00
sct
8cb05c413a
fix(frontend): convert plex port to a number before posting to the api
2020-12-14 09:13:59 +00:00
sct
2098a2d3d2
fix(frontend): converts email smtp port to a number before posting to the api
...
- also adds toast notifications to both email/discord notifications pages to know when sucesses or
failures occur
re #251
2020-12-14 09:00:10 +00:00
sct
6c1ee830a1
fix(services): improve logging for adding movies to Radarr
2020-12-14 08:17:38 +00:00
sct
0658b7943e
fix(services): radarr/sonarr will use the correct default server
2020-12-14 08:14:08 +00:00
sct
edbbccf3ae
fix(plex sync): catch errors that occur during processMovie
...
this also removes the unique constraint on imdbId
re #244 #246 #250
2020-12-14 08:01:33 +00:00
sct
cb5c0403c1
docs: update bug template with docker version question [skip ci]
2020-12-14 07:57:33 +00:00
sct
7bf924f7e9
fix(frontend): also convert activeProfileId to a number for radarr/sonarr submissions
2020-12-14 07:17:32 +00:00
sct
c53dc3b15d
fix(frontend): also convert ports to numbers when saving radarr/sonarr servers
2020-12-14 07:02:29 +00:00
sct
b96bd33982
refactor(frontend): remove search filter buttons until they actually do something
2020-12-14 06:40:31 +00:00
sct
92c9001c9d
fix(frontend): new radarr/sonarr ports will be converted to a number before posting
2020-12-14 06:37:34 +00:00
sct
5f09e83ed8
fix(api): correctly generate clientId on first startup
2020-12-14 05:18:22 +00:00
sct
27349ec953
docs: update readme.md
2020-12-14 04:49:00 +00:00
allcontributors[bot]
2ce6e0a94a
docs: add angrycuban13 as a contributor ( #242 ) [skip ci]
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-14 13:44:24 +09:00
Angry Cuban
da65988926
docs: Update README.md ( #241 ) [skip ci]
2020-12-14 13:38:47 +09:00
sct
b3b8e7b0cc
docs: update readme [skip ci]
2020-12-14 01:05:11 +00:00
sct
c8f1756a2b
Merge pull request #239 from weblate/weblate-overseerr-overseerr-frontend
...
Translations update from Weblate
2020-12-14 00:28:18 +09:00
Hosted Weblate
f943701e13
feat(lang): translated using Weblate (French)
...
Currently translated at 100.0% (306 of 306 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (306 of 306 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
2020-12-13 16:24:27 +01:00
Hosted Weblate
7bf9addd13
feat(lang): translated using Weblate (German)
...
Currently translated at 99.3% (304 of 306 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
2020-12-13 16:24:27 +01:00
dependabot[bot]
93983c976b
build(deps): bump yup from 0.32.6 to 0.32.8 ( #223 )
...
Bumps [yup](https://github.com/jquense/yup ) from 0.32.6 to 0.32.8.
- [Release notes](https://github.com/jquense/yup/releases )
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jquense/yup/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-13 21:24:25 +09:00
dependabot[bot]
05a2fddf4a
build(deps): bump ini from 1.3.5 to 1.3.8 ( #237 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-13 15:28:43 +09:00
sct
7f2be51a7e
refactor(frontend): change person details page to show appears in titles as list view
2020-12-12 12:39:05 +00:00
sct
de01e13dda
docs: update all-contributors list
2020-12-12 12:37:15 +00:00
allcontributors[bot]
beca52715a
docs: add GiyomuWeb as a contributor ( #235 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:09:03 +09:00
allcontributors[bot]
61ed508a56
docs: add KovalevArtem as a contributor ( #234 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:08:21 +09:00
allcontributors[bot]
ce9d9fdf13
docs: add Ahreluth as a contributor ( #233 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:06:55 +09:00
allcontributors[bot]
e32b585e97
docs: add comradekingu as a contributor ( #232 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:05:29 +09:00
allcontributors[bot]
6d2abfa863
docs: add OwsleyJr as a contributor ( #231 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:04:00 +09:00
allcontributors[bot]
d02724770d
docs: add azoitos as a contributor ( #230 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-12 21:02:57 +09:00