sct
6933b661ca
refactor(frontend): remove notification bell from user bar for now
2020-12-18 19:11:39 +09:00
sct
4b6ad8a387
feat(frontend): add studio/networks to movie/tv details
...
closes #370
2020-12-18 19:01:56 +09:00
sct
992a23222a
ci: add @semantic-release/github to release plugins
2020-12-18 18:37:52 +09:00
sct
e75b592bb2
ci: fix image name for ghcr.io tags
2020-12-18 07:29:23 +00:00
sct
baa62b286d
ci: push develop images to ghcr.io
2020-12-18 07:04:17 +00:00
sct
908f63557c
feat(holiday): special seasonal slider added to discover :)
2020-12-18 06:14:41 +00:00
sct
f88c4a6d4a
feat(api): add movie keyword search
2020-12-18 06:13:44 +00:00
sct
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
2020-12-18 14:32:40 +09:00
allcontributors[bot]
1f0486eba2
docs: add mmozeiko as a contributor ( #382 ) [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-18 11:12:30 +09:00
Mārtiņš Možeiko
086183b563
feat: allow to listen server on specific host interface ( #381 )
...
fix #273
2020-12-18 11:11:20 +09:00
samwiseg0
df4ef1fbe5
docs: Remove the issue lock as it will not allow users to edit [skip ci] ( #376 )
2020-12-18 08:06:14 +09:00
sct
727fa06c18
feat(frontend): added user deletion to the user list
...
also includes small updates to the api to prevent administrators from being deleted, as well as
migrations to cascade deletions to requests the users made
fixes #348
2020-12-17 16:03:27 +00:00
Weblate (bot)
ee84f74f8a
feat(lang): translations update from Weblate ( #336 )
...
* feat(lang): translated using Weblate (Spanish)
Currently translated at 96.4% (323 of 335 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (323 of 323 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (321 of 321 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Shutruk <cokimaya007@gmail.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% (323 of 323 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (323 of 323 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (321 of 321 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
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% (335 of 335 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.2% (319 of 335 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.2% (319 of 335 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 98.7% (319 of 323 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 >
Co-authored-by: sct <sctsnipe@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% (323 of 323 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (323 of 323 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (321 of 321 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: K. Herbert <herbert.ka@mailo.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: Shutruk <cokimaya007@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
2020-12-17 22:54:41 +09:00
sct
18925decaf
fix(frontend): correctly show an unauthorized error when a user fails to login
...
fixes #322
2020-12-17 12:05:45 +00:00
sct
67146c33ef
fix(plex-sync): bundle duplicate ratingKeys to speed up recently added sync
...
This includes a rewrite to move movie/series availability notifications into a subscriber to prevent
duplicate notifications for series
fix #360
2020-12-17 06:28:03 +00:00
sct
d5eb4d8d43
fix(email): do not pass auth object to transport if no auth data present
...
re #312
2020-12-17 04:06:45 +00:00
sct
fc12ab84d9
fix(frontend): clarify that radarr/sonnarr servers must be tested before profiles/folders appear
...
Also blocks "Add Server" or "Save" button until all required fields are entered
fixes #326 and #328
2020-12-17 03:28:49 +00:00
sct
0d088e085e
feat(frontend): show alert when there are no default radarr/sonarr servers
...
fixes #344
2020-12-17 02:08:09 +00:00
sct
2fe53ec5a8
fix(frontend): make minimum availability required for Radarr servers
...
fixes #345
2020-12-17 01:42:21 +00:00
sct
ce0266f74e
fix(frontend): add http/https prefix to hostname fields for plex/radarr/sonarr
...
fixes #357
2020-12-17 01:36:23 +00:00
sct
c21fa5b535
fix(frontend): fix tv shows failing to open when firstAirDate is undefined
...
fix #347
2020-12-17 01:14:12 +00:00
allcontributors[bot]
647d5efb09
docs: add ecelebi29 as a contributor ( #362 ) [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-17 10:07:40 +09:00
ecelebi29
bb89f679b6
docs(contributing.md, readme.md): fixed 2 small typos ( #361 ) [skip ci]
2020-12-17 10:07:07 +09:00
allcontributors[bot]
3210ac29d0
docs: add ecelebi29 as a contributor ( #359 ) [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-17 09:20:28 +09:00
ecelebi29
e9c899ce41
fix(sonarr.ts, mediarequest.ts): add missing seasonFolder option ( #358 )
2020-12-17 09:18:18 +09:00
allcontributors[bot]
ad18a40969
docs: add samwiseg0 as a contributor ( #341 ) [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-16 14:06:25 +09:00
samwiseg0
ae2ede8952
docs: add invalid template workflow ( #340 )
2020-12-16 13:56:52 +09:00
sct
675060bcdf
fix(api): set plex libraries to disabled if the name changes
...
re #324
2020-12-16 04:07:59 +00:00
sct
f8f388db6d
refactor(api): add better error context when plex items fail to sync
2020-12-16 03:57:03 +00:00
sct
2948f9360e
feat: add version to startup logs
2020-12-16 03:54:32 +00:00
sct
df4ac8361f
fix(frontend): adds a tip to plex setup to clarify that syncing runs in the background
...
fixes #325
2020-12-16 02:35:15 +00:00
sct
92a874e36d
docs: update readme.md with emoji key for contributors
2020-12-16 02:07:49 +00:00
Brandon Cohen
6d7907e844
fix(frontend): close sidebar when clicking outside ( #333 )
2020-12-16 10:58:41 +09:00
sct
d9788c4aa9
feat(frontend): temporary logs page to clear up confusion about it 404ing
...
This commit also disables the "Run Now" buttons under Jobs until they actually work
re #272
2020-12-16 01:35:26 +00:00
Brandon Cohen
db0a5c44f6
fix(frontend): aligned movie and tv details ( #331 )
2020-12-16 09:44:58 +09:00
allcontributors[bot]
c545ec16e7
docs: add kieron as a contributor ( #329 ) [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-16 09:29:17 +09:00
Kieron Boswell
961d110720
fix: spelling mistake on the word 'requested' fixed ( #319 )
2020-12-16 09:28:09 +09:00
sct
e8776fd336
refactor(frontend): titlecard behavior changed to allow clicking anywhere to go through to title
...
mobile behavior remains mostly the same, except after the first click, a second click anywhere else
will go through to the title.
2020-12-15 15:49:59 +00:00
allcontributors[bot]
7c08809501
docs: add krystiancharubin as a contributor ( #311 ) [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-16 00:43:31 +09:00
Krystian Charubin
7fd43c9529
style: dark splash screen ( #310 )
2020-12-16 00:42:27 +09:00
sct
33f8831e88
fix(api): accept the api key to perform actions on the api with X-API-Key header
2020-12-15 14:13:41 +00:00
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