Commit Graph

125 Commits

Author SHA1 Message Date
sct
d38b28d206 feat(lang): add nb-NO and de language support to app 2020-12-08 14:11:05 +00:00
Weblate (bot)
b0c663bacc feat(lang): translations update from Weblate (#201)
* Translated using Weblate (Japanese)

Currently translated at 18.0% (54 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* Translated using Weblate (Japanese)

Currently translated at 18.3% (55 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* Translated using Weblate (Japanese)

Currently translated at 19.0% (57 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* chore: Translated using Weblate (Japanese)

Currently translated at 25.0% (75 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* Added translation using Weblate (German)

* Added translation using Weblate (Norwegian Bokmål)

* chore: Translated using Weblate (French)

Currently translated at 100.0% (300 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/

* chore: Translated using Weblate (German)

Currently translated at 23.6% (71 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/

* chore: Translated using Weblate (French)

Currently translated at 100.0% (300 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/

* revert(lang): deleted translation using Weblate (Norwegian Bokmål)

* feat(lang): added translation using Weblate (Norwegian Bokmål)

* feat(lang): translated using Weblate (Norwegian Bokmål)

Currently translated at 75.6% (227 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/

* feat(lang): translated using Weblate (English)

Currently translated at 100.0% (300 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/

* feat(lang): translated using Weblate (Norwegian Bokmål)

Currently translated at 87.6% (263 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 26.0% (78 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 35.6% (107 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 35.6% (107 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 37.0% (111 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* feat(lang): translated using Weblate (French)

Currently translated at 100.0% (300 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 89.3% (268 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

* feat(lang): translated using Weblate (German)

Currently translated at 31.0% (93 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/

* feat(lang): translated using Weblate (Japanese)

Currently translated at 100.0% (300 of 300 strings)

Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/

Co-authored-by: T'ai <chivalrousjosh@gmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: NGVICIOUS <giyomu1@gmail.com>
Co-authored-by: sct <sctsnipe@gmail.com>
2020-12-08 22:52:07 +09:00
sct
a0e594a292 refactor(frontend): force movie/series tag on titlecard to be uppercase 2020-12-08 10:34:50 +00:00
sct
86addbc4dd chore(deps-dev): upgrade typescript to v4.1.2 and ts-node to v9.1.1 2020-12-08 09:28:53 +00:00
sct
a8393707fe feat: generate real api key
This also hides the api key from users without the ADMIN permission. It will not be returned from
the api for them. Regenerate functionality is not in the commit.
2020-12-08 05:04:15 +00:00
sct
8e6daf7bd2 fix: fix a few misc unused imports and useless assignments/conditionals 2020-12-08 04:36:43 +00:00
sct
79a352b7b3 build(deps): update dependencies and update relevant files 2020-12-08 04:14:18 +00:00
sct
2d51efd716 feat(frontend): only load request/tmdb cards when in the browser view 2020-12-08 02:11:14 +00:00
sct
b4002d7132 fix(frontend): push updated i18n locale files 2020-12-07 11:54:20 +00:00
sct
83fde46a59 fix(frontend): dont show delete button in request list for users without correct permission 2020-12-07 11:45:23 +00:00
sct
6c4022fb23 feat(frontend): add i18n strings for request list and request item 2020-12-07 11:44:08 +00:00
sct
1ba027b435 feat(frontend): initial version of the requests page (no filtering/sorting) 2020-12-07 10:29:25 +00:00
sct
a1c16ab0d0 Update ja.json (POEditor.com) 2020-12-06 01:00:24 +09:00
Alex Zoitos
139871f218 fix(frontend): canceled movie request should set parent movie status back to unknown (#198) 2020-12-01 16:21:51 +09:00
sct
2e599f235b Merge branch 'develop' of github.com:sct/overseerr into develop 2020-11-30 10:04:18 +00:00
sct
c688cf60c7 feat: add migration for delete cascades on season requests/seasons
fix some i18n english strings
2020-11-30 10:03:36 +00:00
GiyomuWeb
eab3d330f5 Update fr.json (#196)
* Update fr.json

* Update fr.json
2020-11-29 12:04:08 +09:00
sct
0d2f360c22 feat(frontend): add translatable strings for request card 2020-11-27 10:22:22 +00:00
sct
a56fd16ab6 fix(frontend): fix missing data for request modal title i18n 2020-11-27 10:16:17 +00:00
GiyomuWeb
f73ec90085 Update fr.json (#195) 2020-11-27 18:55:34 +09:00
sct
659a601877 feat(frontend): added more localized strings 2020-11-27 06:59:22 +00:00
GiyomuWeb
45d6a1e1c0 Update fr.json (#192) 2020-11-27 14:48:08 +09:00
sct
cd6d8a8216 feat(frontend): add french language file
also expanded translation coverage (still lots to do!)
2020-11-27 05:11:45 +00:00
sct
a28a8b37b0 feat: actually include email templates in built server files 2020-11-25 07:02:31 +00:00
sct
a359672eba feat: add application url config to main settings ui 2020-11-24 15:51:56 +00:00
sct
0d73d88f35 feat: other email notifications for approved/available
also adds UI to configure email notifications to frontend
2020-11-24 14:36:31 +00:00
sct
0962392e39 feat(api): email notification agent
no ui yet built to configure it and currently only handles MEDIA_PENDING notification types
2020-11-24 10:36:37 +00:00
sct
0601b44687 feat: throw 404 when movie/tv show doesnt exist
also adds site webmanifest for mobile icons and title changes for tv/movie pages
2020-11-24 02:19:04 +00:00
sct
6ad3384a78 feat(frontend): add links to detail pages from new request card 2020-11-23 16:13:29 +00:00
sct
59056c44f9 fix(frontend): show a badge on requestcard for partially available status 2020-11-23 16:08:10 +00:00
sct
b26a2347e7 fix(frontend): fix missing import for ReactNode type in Slider 2020-11-23 15:58:29 +00:00
sct
ef62c67480 fix(frontend): fix request card placeholder sizes for mobile 2020-11-23 15:57:26 +00:00
sct
93738e154c feat(frontend): new design for request card
renamed old requestcard to TmdbTitleCard
2020-11-23 15:53:16 +00:00
sct
d8e542e5fe feat: notification framework 2020-11-22 19:11:14 +09:00
sct
fb5c791b0b feat: upgrade tailwindcss to 2.0.1 2020-11-20 02:03:18 +00:00
sct
89be56d840 fix: fix type import from server side crashing build process 2020-11-19 10:55:28 +00:00
sct
250f48492c feat: media delete option in manage media slideover 2020-11-19 10:42:03 +00:00
Brandon Cohen
a3ca9b40c5 fix(frontend): fixed similar/recommendations showing when empty (#180) 2020-11-19 13:18:29 +09:00
sct
1694f60e8a feat: rotten tomatoes scores on movie/tv details pages 2020-11-19 02:02:26 +00:00
sct
236c4e5e61 feat: manage series slideover added (and approve/decline/delete hooked up) 2020-11-18 11:48:29 +00:00
sct
cb9ae25d94 feat: add filtering for requests api 2020-11-17 15:03:17 +00:00
sct
f5f2545520 feat(frontend): add header styling to movie/tv recommendation and similar list views 2020-11-17 12:49:30 +00:00
sct
94eaaf96b4 feat: upcoming/trending list views and larger title cards 2020-11-17 09:18:45 +00:00
sct
185ac2648f feat: user edit functionality (managing permissions) 2020-11-17 05:48:59 +00:00
sct
ff8b9d8e7e feat: add trending to discover page 2020-11-13 01:48:32 +00:00
sct
67290dd502 feat: upcoming movies on discover 2020-11-12 23:38:26 +00:00
sct
2b46268824 fix(frontend): always show request modal option for tv 2020-11-12 09:27:43 +00:00
sct
a99705f6a5 feat: force setup if app is not initialized 2020-11-12 09:07:49 +00:00
sct
c0ce87b6f6 fix(frontend): when there were no results in the list view, it would call fetch more infinitely 2020-11-12 08:31:29 +00:00
Jeff Bentley
366074c12a [Design/Routes] Welcome Screen / Initial Setup (#42)
* feat(new component): welcome screen and initial setup component

* feat(frontend): setup with login, settings, radarr/sonarr

* feat(frontend): add login functionality to login step for setup

Co-authored-by: Alexander Zoitos <azoitos1@gmail.com>
2020-11-11 21:03:10 -05:00