Brandon
6e4a52188d
fix: moved all notify user logic into webpush
2023-07-26 17:49:16 -05:00
Brandon
e3478a18dd
refactor: removed unnecessary code when sending web push notification
2023-07-26 17:49:15 -05:00
Brandon
fa741a690d
feat: added the PWA badge indicator for requests pending
2023-07-26 17:49:14 -05:00
Brandon Cohen
83b008c839
fix: handle issue causing incorrect media to change to unknown ( #3516 )
...
* fix: handle issue causing incorrect media to change back to unknown
* fix: prevent start if plex client is unavailable
* fix: initialize radarr and sonarr clients before the scan starts
* fix: compensate for multiple *arr servers
* fix: added a more reliable season lookup
* refactor: modified tuples to increase code readability
2023-07-24 15:33:12 +09:00
allcontributors[bot]
68c7b3650e
docs: add scorp200 as a contributor for code ( #3555 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-18 05:17:07 +00:00
Anton K. (ai Doge)
2816c66300
fix: resolved user access check issue ( #3551 )
...
* fix: importing friends
update checkUserAccess to use getUsers
* refactor(server/api/plextv.ts): clean up
removed unused getFriends function, and its interface.
renamed friends variable.
2023-07-18 01:03:52 -04:00
TheCatLady
01de972a8f
fix(statusbadge): handle missing season/episode number ( #3526 )
2023-06-29 12:34:10 -04:00
Brandon Cohen
a761b7dd35
fix: resolved issue with create slider causing incorrect form submission ( #3514 )
2023-06-21 17:18:50 +00:00
Brandon Cohen
d0836ce0ef
fix: improved handling of edge case that could cause availability sync to fail ( #3497 )
2023-06-14 14:43:08 +09:00
Ryan Cohen
2c3f533076
fix: adjust the plex watchlist sync schedule to have fuzziness ( #3502 )
...
also fixes the schedule making it uneditable
2023-06-13 23:15:54 +09:00
Brandon Cohen
c1a47bd9de
fix(ui): corrected issues icon color ( #3498 )
2023-06-12 17:35:01 +09:00
allcontributors[bot]
24d94ef6fd
docs: add Fallenbagel as a contributor for code ( #3493 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-11 10:15:55 +09:00
Fallenbagel
04fbd00d4a
fix: fixes RT ratings for tv shows ( #3492 )
...
fix #3491
2023-06-11 10:14:14 +09:00
allcontributors[bot]
21231186d1
docs: add andrew-kennedy as a contributor for code ( #3489 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-09 23:20:02 +00:00
Andrew Kennedy
48f76662d5
fix: make a (shallow) copy of radarr/sonarr tags into a request before adding user tags ( #3485 )
...
* Make a (shallow) copy of radarr/sonarr tags into a request before adding user tags
* Undo random formatting changes
* more undoing formatting changes
* Fix undefined case.
* Prettier format
2023-06-09 18:46:04 -04:00
allcontributors[bot]
df332cec84
docs: add SalmanTariq as a contributor for code ( #3478 )
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-01 00:24:05 +00:00
Salman Tariq
d7fa35e066
fix(genreselector): fix searching in Genre filter ( #3468 )
2023-05-31 21:53:50 +00:00
Ryan Cohen
f33eb862fd
chore: update codeowners ( #3474 ) [skip ci]
2023-05-29 11:36:26 +09:00
allcontributors[bot]
0a007ca805
docs: add IzaacJ as a contributor for code ( #3473 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-29 11:32:08 +09:00
Izaac Brånn
24f268b6cb
feat: auto tagging requested media with username ( #3338 )
...
* feat: auto tagging requested media with username
Relating to discussion: https://github.com/sct/overseerr/discussions/3313
Adding an option to the Radarr and Sonarr service to enable automatic tagging
with the username requesting the media.
Current format, to reduce tag clutter if a user changes displayname:
`[user.id] - [user.displayName]`
* fix: modified new secondary tip language
---------
Co-authored-by: Brandon Cohen <brandon@z3hn.dev >
2023-05-29 02:29:36 +00:00
allcontributors[bot]
b8e3c07c47
docs: add SMores as a contributor for code ( #3455 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-13 09:35:51 +09:00
Shane Friedman
aa84977680
feat(discover): support filtering by tmdb user vote count on discover page ( #3407 )
2023-05-13 00:23:14 +00:00
Brandon Cohen
e051b1dfea
fix: correctly load series fallback modal with sonarr v4 ( #3451 )
2023-05-11 04:43:11 +00:00
Brandon Cohen
c27f96096a
fix: lock body scroll when using webkit ( #3399 )
2023-05-11 04:27:45 +00:00
Brandon Cohen
4bd87647d0
fix: corrected initial fallback data load on details page ( #3395 )
2023-05-11 04:16:50 +00:00
Brandon Cohen
c1e10338c1
refactor: pull to refresh ( #3391 )
...
* refactor: decoupled PTR by removing import and creating new touch logic
* fix: overscroll behavior on mobile is now prevented on the y axis
* feat: added shadow effects to icon
* fix: modified cypress test
* fix: added better scroll lock functionality
* fix: hide icon if scroll value is negative
* fix: changed to allow usage on all touch devices
2023-05-11 11:59:12 +09:00
allcontributors[bot]
cd1cacad55
docs: add Zebebles as a contributor for code ( #3453 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-11 10:45:54 +09:00
Zeb Muller
ac77b037d5
fix: error deleting users with over 1000 requests ( #3376 )
...
Break-up request removal into groups of 1000 requests to be removed at a time.
2023-05-11 10:45:23 +09:00
allcontributors[bot]
10eb69a7dc
docs: add Alexays as a contributor for code ( #3452 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-11 09:59:15 +09:00
Alex
70b1540ae2
fix: handle search results with collections ( #3393 )
...
* feat: handle search collection
* Update server/utils/typeHelpers.ts
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
* fix: modified title card to show collection instead of movies
---------
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com >
Co-authored-by: Brandon <cohbrandon@gmail.com >
2023-05-11 09:58:16 +09:00
Brandon Cohen
7522aa3174
fix: availability sync file detection ( #3371 )
...
* fix: added extra check for unmonitored movies in radarr
* feat: created new radarr/sonarr routes to grab existing series data
* refactor: updated job routes to check by external service id
* fix: season check will now also look at episode file count
2023-05-11 09:36:12 +09:00
Brandon Cohen
77a33cb74d
fix(ui): corrected mobile menu spacing in collection details ( #3432 )
2023-05-04 22:08:22 +04:00
Brandon Cohen
a4d07f5afa
fix(ui): corrected default badge hover opacity ( #3369 )
2023-03-02 08:21:55 -05:00
renovate[bot]
f5191aded6
fix(deps): update all non-major dependencies ( #3223 )
...
* chore(deps): update all non-major dependencies
* fix: resolve same express-session types for connect-typeorm
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-03-01 11:59:06 -05:00
Brandon Cohen
2520d8f739
feat: adds streaming services custom slider ( #3361 )
...
* feat: adding streaming services as a slider is now an option
* fix: truncated slider titles on mobile
2023-02-28 13:36:28 +09:00
allcontributors[bot]
04980f93ab
docs: add jariz as a contributor for code ( #3357 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 19:47:36 +09:00
allcontributors[bot]
2a3213d706
docs: add Nimelrian as a contributor for code ( #3356 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-24 19:46:46 +09:00
Brandon Cohen
c36a4ba2b8
fix: logger was set to info for the wrong logs ( #3354 )
2023-02-24 07:29:42 +00:00
Brandon Cohen
ae3818304b
feat: availability sync rework ( #3219 )
...
* feat: add availability synchronization job
fix #377
* fix: feedback on PR
* perf: use pagination for Media Availability Synchronization job
The original approach loaded all media items from the database at once. With large libraries, this
could lead to performance issues. We're now using a paginated approach with a page size of 50.
* feat: updated the availability sync to work with 4k
* fix: corrected detection of media in plex
* refactor: code cleanup and minimized unnecessary calls
* fix: if media is not found, media check will continue
* fix: if non-4k or 4k show media is updated, seasons and request is now properly updated
* refactor: consolidated media updater into one function
* fix: season requests are now removed if season has been deleted
* refactor: removed joincolumn
* fix: makes sure we will always check radarr/sonarr to see if media exists
* fix: media will now only be updated to unavailable and deletion will be prevented
* fix: changed types in Media entity
* fix: prevent season deletion in preference of setting season to unknown
---------
Co-authored-by: Jari Zwarts <jari@oberon.nl >
Co-authored-by: Sebastian Kappen <sebastian@kappen.dev >
2023-02-24 05:28:22 +00:00
Danshil Kokil Mungur
b3882de893
fix(ui): hide search bar behind slideover when opened ( #3348 )
2023-02-24 02:03:01 +00:00
Danshil Kokil Mungur
af880a6c83
fix(watchlist): correctly load more than 20 watchlist items ( #3351 )
...
* fix(discover): correctly load additional watchlist items pages
* chore(discover): remove unused params types
2023-02-24 00:40:01 +00:00
Danshil Kokil Mungur
eb5502a16f
fix(ui): prevent title cards from flickering when quickly hovering across them ( #3349 )
...
* fix(ui): remove opacity classes from transition enter and leave props
The flickering was caused by the opacity classes in the `leave` prop to take effect as the
transition ends; when the `leaveTo` prop classes are no longer applied, but the `leave` prop classes
are still applied.
* fix(ui): resolve transition issues for all components
1. Remove opacity classes from `enter` and `leave` props
2. Fix some class name typos
3. Remove transform classes since those are automatically applied as from TailwindCSS v3.0
4. Narrow down `transition` classes to only the properties being transitioned in Transition components
2023-02-24 00:27:26 +09:00
Danshil Kokil Mungur
50f06dabbf
fix(ui): hide mini status badge if non-4K media status is unknown ( #3346 )
2023-02-20 10:54:06 +09:00
Brandon Cohen
1e2c6f46ab
fix: added a refresh interval if download status is in progress ( #3275 )
...
* fix: added a refresh interval if download status is in progress
* refactor: switched to a function instead of useEffect
* feat: added editable download sync schedule
2023-02-15 19:16:13 +04:00
Owen Voke
dd1378cef5
chore(api): update descriptions for API endpoints ( #3341 )
2023-02-15 00:40:51 +04:00
allcontributors[bot]
e684456bba
docs: add owenvoke as a contributor for code ( #3340 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-14 14:53:35 +09:00
Owen Voke
6bd3f015d6
fix: remove unnecessary parenthesis from api key generation ( #3336 )
2023-02-14 14:52:26 +09:00
allcontributors[bot]
2d97be0d6c
docs: add lunks as a contributor for code ( #3334 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-12 20:05:59 +09:00
Pedro Nascimento
966639df43
perf(imageproxy): do not set cookies to image proxy so CDNs can cache images ( #3332 )
...
CDNs such as Cloudflare bypass their cache if cookies are set in the response.
clearCookies
middleware removes the header before imageproxy serves the image.
2023-02-12 20:05:29 +09:00
Brandon Cohen
33e7691b94
feat: full title of download item on hover with tooltip ( #3296 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2023-02-11 10:30:53 +00:00
Danshil Kokil Mungur
d7b83d22ce
fix(build): increase threshold for amount of data to be fetched when SSR'ing ( #3320 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2023-02-11 09:36:31 +00:00
Ryan Cohen
b6eac0f364
test: change custom keyword for slider creation ( #3333 )
2023-02-11 17:18:30 +09:00
Ryan Cohen
c93467b3ac
fix(snapcraft): use the correct config folder for image cache ( #3302 )
2023-01-31 01:31:39 +09:00
Ryan Cohen
d954328911
fix(ui): correct range slider styling in chrome ( #3299 )
2023-01-29 20:32:25 +09:00
Brandon Cohen
3e43586acc
fix(ui): air date will use UTC for timezone ( #3297 )
2023-01-29 16:43:54 +09:00
Ryan Cohen
7040da1334
fix(ui): show 5 icons when possible on mobile menu ( #3298 )
2023-01-29 16:27:09 +09:00
Ryan Cohen
9d10e6a88c
fix(ui): style range thumbs correctly for firefox ( #3294 )
2023-01-29 13:27:33 +09:00
Brandon Cohen
8942eb8b7c
fix: pass in library type when scanning recently added items ( #3287 )
2023-01-27 21:53:46 +09:00
Danshil Kokil Mungur
51b05cd8fb
fix(build): update usage of publish snap action ( #3272 )
...
* fix(build): use env variable to login with snapcraft 7
* refactor(build): replace deprecated set-output command in GHA
* fix(build): use correct environment variable for output
* style(build): run prettier
2023-01-27 09:48:40 +09:00
Brandon Cohen
374c78c989
fix(ui): series first air date sorting ( #3283 )
2023-01-26 22:22:38 +00:00
Brandon Cohen
507693881b
fix: multiple genre filtering now works ( #3282 )
2023-01-26 14:10:02 -08:00
Ryan Cohen
f4a22dc437
fix: correctly check mobile menu permissions ( #3271 )
2023-01-25 18:49:01 +09:00
Ryan Cohen
5d1c6f7065
fix: create shared class to add bottom spacing ( #3269 )
2023-01-24 19:30:38 +09:00
Ryan Cohen
3db010b9ea
fix: correct issue detail bottom padding on mobile displays ( #3268 )
2023-01-24 14:54:58 +09:00
TheCatLady
fd219717c0
fix: issues with issues ( #3267 )
...
* fix: issues with issues
* fix: don't notify on user closing/reopening own issue
* fix: only show close/reopen buttons for OP and admins
2023-01-24 02:58:56 +00:00
Brandon Cohen
d328485161
fix: arrow icons were misplaced on mobile in slider edit ( #3260 )
2023-01-20 14:46:29 +00:00
Brandon Cohen
da00d454e1
feat: discover slider edit arrow buttons for reordering ( #3259 )
2023-01-20 06:20:05 +00:00
Danshil Kokil Mungur
d7bfc73727
docs(installation): add PORT env variable to example commands ( #3254 ) [skip ci]
...
* docs(installation): add PORT env variable to Docker CLI & Docker Compose examples
* docs(installation): fix typo
* docs(installation): clarify hint about named volumes for windows installation example
2023-01-20 02:39:24 +09:00
Weblate (bot)
5940ff7f5f
feat: translations update from Hosted Weblate ( #3218 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (1217 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1215 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.2% (1213 of 1222 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.6% (1203 of 1219 strings)
feat(lang): translated using Weblate (French)
Currently translated at 92.6% (1130 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 96.0% (1132 of 1179 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.9% (1131 of 1179 strings)
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 85.5% (1045 of 1222 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1222 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 93.6% (1144 of 1222 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 90.6% (1105 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1219 of 1219 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 96.9% (1182 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1179 of 1179 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 94.0% (1105 of 1175 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1219 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.5% (1126 of 1179 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 93.8% (1107 of 1179 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 94.6% (1154 of 1219 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1175 of 1175 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 94.7% (1113 of 1175 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hindi)
Currently translated at 11.8% (145 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.4% (115 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 9.1% (112 of 1222 strings)
feat(lang): translated using Weblate (Hindi)
Currently translated at 2.7% (33 of 1222 strings)
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hi/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 97.1% (1142 of 1175 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dimitri <dimitridroeck@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sulli <susu.leduc@gmail.com >
Co-authored-by: Uruk <uruknarb20@gmail.com >
Co-authored-by: slundi <slundi@gmail.com >
Co-authored-by: Angel <adelpozoman@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: Gaurang Goel <gaurang7goel+hosted@gmail.com >
Co-authored-by: Ishan Jindal <jindal25ishan@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
2023-01-19 21:53:44 +09:00
Ryan Cohen
fcbca1722f
feat: new mobile menu ( #3251 )
2023-01-17 18:00:15 +09:00
Ryan Cohen
19370f856c
chore: add holopin config ( #3250 ) [skip ci]
2023-01-17 10:36:00 +09:00
Ryan Cohen
154f3e72ef
fix: correctly restore selected streaming service filters ( #3249 )
2023-01-16 21:34:47 +09:00
Ryan Cohen
6fd11cf425
fix: correct grid sizing for webkit on streaming services ( #3248 )
2023-01-16 21:04:55 +09:00
Ryan Cohen
1154156459
feat: add streaming services filter ( #3247 )
...
* feat: add streaming services filter
* fix: count watch region/provider as one filter
2023-01-16 17:05:21 +09:00
Danshil Kokil Mungur
cb650745f6
fix(request): mark request as approved if media is already available when retrying failed request ( #3244 )
2023-01-15 11:32:38 +04:00
Brandon Cohen
3aefddd488
fix: screen would zoom on mobile if date picker input was selected ( #3241 )
2023-01-14 11:40:39 +09:00
allcontributors[bot]
1bf0103422
docs: add aedelbro as a contributor for code ( #3240 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-14 10:11:30 +09:00
aedelbro
a672b324ec
feat(ui): add episode number to front of episode name in season details ( #3086 )
2023-01-14 01:10:38 +00:00
Brandon Cohen
a343f8ad91
fix: prevent double encode if we are on /search endpoint ( #3238 )
2023-01-13 23:21:54 +00:00
Ryan Cohen
c2a1a20a3b
fix: include new package calendar css in build ( #3235 )
2023-01-13 20:42:03 +09:00
Ryan Cohen
dd00e48f59
feat: discover overhaul (filters!) ( #3232 )
2023-01-13 16:54:35 +09:00
Danshil Kokil Mungur
b5157010c4
fix(request): approve request when retrying request ( #3234 )
...
chore(request): clarify comment
2023-01-12 16:34:53 +09:00
renovate[bot]
7b6db50ae5
fix(deps): update dependency swr to v2 ( #3212 )
...
* fix(deps): update dependency swr to v2
* fix: correct type import for swr
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-09 16:28:15 +09:00
Ryan Cohen
3ba6df1a41
fix: correct checkbox position (again) for slider edits ( #3227 )
2023-01-09 15:15:26 +09:00
Ryan Cohen
2eebb7fd39
fix: restore border to ghost button and fix discover slider visibility toggle position ( #3226 )
2023-01-08 09:18:08 +09:00
Ryan Cohen
62e2de70bf
fix: correct spacing between sliders ( #3225 )
2023-01-08 00:35:08 +09:00
Ryan Cohen
0683f4f000
refactor: redesign discover customization buttons ( #3224 )
2023-01-08 00:12:31 +09:00
Ryan Cohen
d23b2132de
fix: improve small screen layout for discover editing ( #3221 )
2023-01-07 01:12:19 +09:00
Ryan Cohen
8bd10b5bf3
feat: discover inline customization ( #3220 )
2023-01-06 21:03:09 +09:00
Weblate (bot)
0d8b390b67
feat(lang): translations update from Hosted Weblate ( #3030 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 84.8% (955 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Joseph Valderrama Palacios <jvalderrama.es@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Romanian)
Currently translated at 23.3% (263 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 23.3% (263 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 21.6% (243 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 17.6% (199 of 1125 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 10.9% (123 of 1125 strings)
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergiu Pahontu <pahontusergiu@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ro/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1129 of 1129 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (987 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.0% (1103 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 100.0% (1125 of 1125 strings)
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (1126 of 1129 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.5% (1120 of 1125 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (1118 of 1120 strings)
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lkw123 <2020393267@qq.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Hungarian)
Currently translated at 96.7% (1083 of 1119 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.3% (1056 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1129 of 1129 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.9% (1124 of 1125 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1120 of 1120 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1120 of 1120 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.0% (1152 of 1175 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1129 of 1129 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Squizzy911 <tobias.mueller1210@gmail.com >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1120 of 1120 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 95.0% (1069 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 94.0% (1058 of 1125 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 93.8% (1050 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Micke Nilsson <mikni@proton.me >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hebrew)
Currently translated at 12.1% (137 of 1125 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Izik Avinoam <izik.avi@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/he/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1120 of 1120 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1129 of 1129 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 99.9% (1124 of 1125 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1120 of 1120 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 100.0% (1119 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 98.3% (1100 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 96.9% (1085 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 96.0% (1075 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 95.3% (1067 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 95.3% (1067 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Milo Ivir <mail@milotype.de >
Co-authored-by: lpispek <lpispek@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1125 of 1125 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 99.5% (1120 of 1125 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Joseph Valderrama Palacios <jvalderrama.es@gmail.com >
Co-authored-by: DragoPrime <emperordrago@gmail.com >
Co-authored-by: Sergiu Pahontu <pahontusergiu@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: ssantos <ssantos@web.de >
Co-authored-by: Anders Ecklon <aecklon@gmail.com >
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: lkw123 <2020393267@qq.com >
Co-authored-by: lkw123 <lkw20010211@gmail.com >
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Smexhy <roman.bartik@icloud.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Squizzy911 <tobias.mueller1210@gmail.com >
Co-authored-by: inkarnation <94744834+inkarnation@users.noreply.github.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: Micke Nilsson <mikni@proton.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Izik Avinoam <izik.avi@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Milo Ivir <mail@milotype.de >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
2023-01-05 13:57:43 +09:00
renovate[bot]
19b4dc424f
chore(deps): update all non-major dependencies ( #3195 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 13:35:13 +09:00
renovate[bot]
7fef48df63
chore(deps): update dependency lint-staged to v13 ( #2931 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-05 13:25:24 +09:00
allcontributors[bot]
8220ea55ae
docs: add ceptonit as a contributor for doc ( #3211 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-05 13:19:25 +09:00
ceptonit
4de4a1a52c
docs: removed 'available' from /request/{requestId}/{status} endpoint ( #3098 ) [skip ci]
2023-01-05 04:18:05 +00:00
Ryan Cohen
042a1a950f
fix: update StatusBadgeMini to shrink on title cards (and remove ring) ( #3210 )
2023-01-05 12:09:08 +09:00
renovate[bot]
421029ebab
fix(deps): update dependency axios to v1 ( #3202 )
...
* fix(deps): update dependency axios to v1
* fix: deal with possibly undefined headers from axios
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-05 11:05:46 +09:00
Ryan Cohen
4e9be7a3f7
fix: correct link to correct keyword results for series ( #3208 )
2023-01-05 10:30:05 +09:00
Ryan Cohen
9d3446d370
fix: restore status badges on titles on actors page when hide available media enabled ( #3206 )
2023-01-04 17:29:48 +09:00
Ryan Cohen
2f680b4cec
refactor: update titlecard to use StatusBadgeMini ( #3205 )
2023-01-04 16:40:21 +09:00
Brandon Cohen
2179637d43
fix: series displayed an empty season with series list/request modal ( #3147 )
...
* fix: series would show an empty season on season list or tv request modal
* fix: request more would show even if all requestable seasons are already requested
* fix: will check if request or season length is longer
2023-01-04 05:48:21 +00:00
Ryan Cohen
e084649878
feat: add keywords to movie/series detail pages ( #3204 )
2023-01-04 14:19:51 +09:00
renovate[bot]
edf5010659
chore(deps): update dependency cypress to v12 ( #3197 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 10:43:02 +09:00
Ryan Cohen
93afead92e
fix: convert genre/studio to string in create slider ( #3201 )
...
* fix: convert genre/studio to string in create slider
* fix: fix typo in variable name for i18n message
2023-01-04 10:42:30 +09:00
renovate[bot]
dd48d59b20
fix(deps): update dependency @heroicons/react to v2 ( #2970 )
...
* fix(deps): update dependency @heroicons/react to v2
* fix: update imports and fix icon name changes for heroicons
* fix: also update MiniStatusBadge to use new check icon
* fix: update last place with old import
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-04 01:06:02 +00:00
renovate[bot]
c4b16abc62
fix(deps): pin dependency @headlessui/react to 1.7.7 ( #3194 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 22:08:29 +09:00
renovate[bot]
1a95d423f2
chore(deps): update all non-major dependencies ( #2926 )
...
* chore(deps): update all non-major dependencies
* fix: correct breaking changes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
2023-01-03 22:06:07 +09:00
Ryan Cohen
cd3574851a
feat: add discover customization ( #3182 )
2023-01-03 16:04:28 +09:00
Ryan Cohen
f14d9407d8
chore: update to use github codeql ( #3191 ) [skip ci]
2022-12-30 11:38:08 +09:00
Brandon Cohen
68223f4b1e
fix: add bg-opacity to in-progress status badges ( #3190 )
2022-12-30 11:36:47 +09:00
Ryan Cohen
76335ec8d3
refactor: update mini status icons on titlecard to match badge colors ( #3188 )
2022-12-29 23:10:23 +09:00
Brandon Cohen
3309f77aa4
fix: added download status and title to request card/item error components ( #3186 )
2022-12-28 05:57:11 +00:00
Brandon Cohen
6face8cc45
fix: tooltip shows properly if not in progress ( #3185 )
2022-12-27 15:17:32 +00:00
Brandon Cohen
27feeea691
fix: changed overflow scroll to only if necessary ( #3184 )
2022-12-27 13:54:17 +09:00
Brandon Cohen
03853a1b91
feat(ui): request card progress bar ( #3123 )
2022-12-27 02:13:57 +00:00
Ryan Cohen
357cab87ac
fix(experimental): use new RT API (sorta) ( #3179 )
2022-12-26 16:42:08 +09:00
allcontributors[bot]
76a7ceb758
docs: add s0up4200 as a contributor for doc ( #3153 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-12-06 12:49:19 +04:00
soup
9688acaa87
chore(docs): fix typo in fail2ban article ( #3139 ) [skip ci]
2022-12-06 12:35:09 +04:00
Ryan Cohen
15e246929b
fix(api): handle auth for accounts where the plex id may have been set to null ( #3125 )
...
also made some changes to hopefully alleviate this issue from happening at all in the future
2022-11-20 19:07:32 +09:00
Brandon Cohen
07ec3efbca
fix: improved PTR scrolling performance ( #3095 )
2022-11-01 14:24:10 +09:00
TheCatLady
64aab6dd82
feat(lang): add Croatian display language ( #3041 )
2022-10-19 00:40:03 +00:00
allcontributors[bot]
144bb84bdc
docs: add Eclipseop as a contributor for code ( #3087 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-10-19 09:29:07 +09:00
Mackenzie
76260f9b22
build: update semantic-release to use proper arg for git sha ( #3075 )
2022-10-18 23:18:48 +00:00
Ryan Cohen
500cd1f872
feat: custom image proxy ( #3056 )
2022-10-18 14:40:24 +09:00
Brandon Cohen
bfe56c3470
fix: added deep links to issues and status badges ( #3065 )
2022-10-15 05:39:33 +00:00
TheCatLady
1dfa9431a9
fix: update API docs to allow 'all' seasons value ( #3073 )
2022-10-15 08:31:50 +09:00
Danshil Kokil Mungur
f5c2fc1c20
fix(ui): minor fixes ( #3036 )
...
* fix(ui): hide available media on person page
* fix(ui): set correct label for image cache settings
* fix(ui): disable status badge tooltip for collections
* fix(ui): replace empty space when no episodes in season
* fix: suggested changes
* fix(jobs): set watchlist sync to short interval
* chore: run i18n:extract
* fix: suggested changes
2022-10-04 12:03:24 +09:00
Brandon Cohen
21d20fdfd6
fix: sidebar close button placement when using PWA ( #3045 )
2022-09-23 17:54:17 +09:00
JonnyWong16
cf96db90ad
docs(proxy): update sub_filter for subfolder ( #3046 ) [skip ci]
...
The updated `next.js` dependency has a new regex match in the code for `/^\/_next\/data\//`.
This `sub_filter` creates invalid regex `/^\/overseerr/_next\/data\//`
```nginx
sub_filter '/_next' '/$app/_next';
```
It needs to be updated to substitute the correct the regex `/^\/overseerr\/_next\/data\//`
```nginx
sub_filter '\/_next' '\/$app\/_next';
sub_filter '/_next' '/$app/_next';
```
2022-09-22 18:16:08 +00:00
Ryan Cohen
430b1ab871
fix: remove backdrop-blur class from warning buttons ( #3037 )
2022-09-20 18:18:25 +09:00
Danshil Kokil Mungur
7404d68143
fix(ui): hide null dates in episodes list ( #3035 )
2022-09-19 16:11:16 +00:00
Weblate (bot)
16cb53f703
feat(lang): translations update from Hosted Weblate ( #3026 )
...
* feat(lang): translated using Weblate (Swedish)
Currently translated at 91.8% (1028 of 1119 strings)
Co-authored-by: Johan Ruda <johan.ruda@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 89.7% (1004 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 23.3% (261 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Milo Ivir <mail@milotype.de >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Johan Ruda <johan.ruda@gmail.com >
Co-authored-by: Nandor Rusz <nandor.rusz@vodafone.de >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Milo Ivir <mail@milotype.de >
2022-09-18 21:07:58 -07:00
Brandon Cohen
407af32d32
fix: new status indicators added to series list on mobile ( #3024 )
...
* fix: new status indicators added to series list
* refactor: component will render icons and has updated props
2022-09-17 14:52:51 +09:00
aedelbro
5c01313cc4
fix(ui): remove 'all' badge from request cards ( #2992 )
...
if all seasons are requested for a TV show, show each indivdual season badge. This prevents the
admin from needing to open a second tab / navigate to see how many seasons / what seasons have been
requested.
2022-09-16 21:27:45 +00:00
Ryan Cohen
d8da5cbe9d
fix(plex): add container-size header to recently added api call ( #3023 )
2022-09-16 02:01:29 +00:00
Weblate (bot)
3d458dd2fd
feat(lang): translations update from Hosted Weblate ( #3014 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 95.6% (1070 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 95.6% (1070 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.3% (1033 of 1119 strings)
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Linyue-GitHub <592746995@qq.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1119 of 1119 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 23.3% (261 of 1119 strings)
feat(lang): translated using Weblate (Croatian)
Currently translated at 18.1% (203 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lpispek <lpispek@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: Eric <hamburger1024@mailbox.org >
Co-authored-by: Linyue-GitHub <592746995@qq.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: lpispek <lpispek@gmail.com >
2022-09-13 23:27:24 +00:00
Brandon Cohen
e486623310
fix: compatibility issue with safari ( #3019 )
2022-09-14 08:16:55 +09:00
renovate[bot]
f20ba3fc2e
fix(deps): pin dependency cronstrue to 2.11.0 ( #3018 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-12 13:11:21 +09:00
Danshil Kokil Mungur
30141f76e0
feat(logs): add search filter ( #2505 )
...
* feat(logs): add search filter
* refactor(logs): move loading spinner inside log viewer
Inputting text in the search bar on the logs page would refresh the page
losing focus on the search bar.
This moves the loading spinner inside the log viewer, so that it is not
as disruptive as it would
* fix(logs): escape string for search filter
* chore: rebase
* fix(logs): suggested changes
2022-09-12 02:21:16 +00:00
Brandon Cohen
87825a0e05
feat: pull down to refresh ( #2908 )
...
* feat: pull down to refresh functionality
Custom pull down to refresh added to replace the default browser pull down to refresh. This will
allow you to manually reload the page if you are using it as a PWA.
* test: update test to check api call correctly
changed api call for test and made sure it pulls down all the way to trigger refresh
* fix: changed positioning of pull to refresh
Refresh indicator now has absolute positioning and will prevent the top edge from pulling down.
2022-09-12 02:07:37 +00:00
Danshil Kokil Mungur
99fc9a2da0
feat(jobs): show current job frequency in edit modal ( #3008 )
...
* fix(jobs): reset job schedule edit modal values when closed
* feat(jobs): show job's current frequency
* fix(jobs): reset job schedule edit modal values when cancelled
* chore: rebase
* refactor(jobs): use reducer instead of several react states
* fix(jobs): reset modal state when opening instead of closing the modal
This prevents the modal state from glitching when saving/closing the modal
* feat(jobs): parse job schedule cron string
unavailable locale will fallback to english
2022-09-12 01:14:27 +00:00
Weblate (bot)
611ceeb5f4
feat(lang): translations update from Hosted Weblate ( #3006 )
...
* feat(lang): translated using Weblate (Albanian)
Currently translated at 95.0% (1063 of 1118 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 100.0% (1118 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.3% (1055 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.3% (1055 of 1118 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 88.5% (990 of 1118 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 92.1% (1030 of 1118 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1118 of 1118 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Croatian)
Currently translated at 4.7% (53 of 1118 strings)
feat(lang): added translation using Weblate (Croatian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
2022-09-10 14:59:40 -07:00
Ryan Cohen
14280c5437
fix: scroll restoration ( #3005 )
2022-09-06 13:27:13 +09:00
Weblate (bot)
867286996b
feat(lang): translations update from Hosted Weblate ( #2999 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 54.8% (613 of 1118 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 54.8% (613 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.3% (1033 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <hamburger1024@firemail.cc >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1118 of 1118 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1116 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1117 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1118 of 1118 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1119 of 1119 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: lpispek <lpispek@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Eric <hamburger1024@firemail.cc >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-09-03 10:27:16 -07:00
TheCatLady
03d5e56678
fix(ui): hide 'Recently Added' & 'Recent Requests' sliders when empty ( #2190 )
...
* fix(ui): hide 'Recently Added' & 'Recent Requests' sliders when empty
* fix(ui): hide 'errored' sliders too
* fix: type import
* fix: remove unneeded React import
* fix: missing TmdbTitleCard props
* refactor: remove isEmpty param for never-empty sliders
* fix: display empty watchlist message if autorequest enabled
* fix: pr suggestion
* fix(lang): remove no-longer-needed string
2022-08-30 23:51:55 +00:00
TheCatLady
410ad0d4b4
fix: failure to load SearchByNameModal ( #3000 )
2022-08-31 08:29:41 +09:00
TheCatLady
23f93e311d
fix: do not display 'Request More' button if no requestable seasons ( #2998 )
2022-08-30 19:14:03 +09:00
Weblate (bot)
2950cf4438
feat(lang): translations update from Hosted Weblate ( #2971 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 68.6% (768 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 58.3% (653 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 54.4% (609 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 92.0% (1030 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1110 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1115 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 85.7% (959 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 99.2% (1111 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1115 of 1115 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 92.8% (1035 of 1115 strings)
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 87.9% (984 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 94.7% (1060 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Polish)
Currently translated at 95.5% (1065 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 92.7% (1038 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 86.9% (973 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Arabic)
Currently translated at 91.9% (1029 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ar/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 72.0% (806 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 91.5% (1025 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 92.4% (1034 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 93.1% (1039 of 1115 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 87.9% (984 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 92.1% (1031 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (1106 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (1111 of 1115 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 96.0% (1071 of 1115 strings)
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 92.9% (1040 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 96.2% (1044 of 1085 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1117 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1113 of 1115 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (1104 of 1115 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1086 of 1088 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 95.3% (1067 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.9% (1118 of 1119 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 95.8% (1073 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 96.5% (1076 of 1115 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Lithuanian)
Currently translated at 47.9% (537 of 1119 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/lt/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Cleiton Carvalho <cleitonsilvacarvalho@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-08-29 16:54:33 -07:00
TheCatLady
dbdecb1e0a
fix(frontend): only allow 'request as' users w/ request perms ( #2991 )
2022-08-29 10:33:17 +00:00
renovate[bot]
833f52de56
fix(deps): pin dependency @headlessui/react to v0.0.0-insiders.b301f04 ( #2993 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 19:22:24 +09:00
Ryan Cohen
889caaa733
refactor: modal redesign and fix for transitions ( #2987 )
2022-08-29 14:56:04 +09:00
Brandon Cohen
4d56320870
fix: settings log modal when closing ( #2985 )
2022-08-26 21:38:13 +09:00
Ryan Cohen
1a0053221b
fix: clicking outside modal closes modal again ( #2984 )
2022-08-25 13:28:44 +09:00
Brandon Cohen
b925857dfa
fix: username will not show undefined on cancel or delete ( #2982 )
2022-08-25 01:45:05 +00:00
Ryan Cohen
c4aa08f5f0
fix: correct spacing on season header badges ( #2983 )
2022-08-25 10:14:16 +09:00
TheCatLady
5d73bc2238
fix: check perms to view watchlist slider on user profile ( #2980 )
2022-08-25 02:43:25 +04:00
Brandon Cohen
095048d94a
fix: issues and login page still had incorrect animations ( #2979 )
...
Issues dropdown and the login page transition including the language picker were set as fragments
2022-08-24 13:10:57 -07:00
Brandon Cohen
98028bf2f4
fix: transition animation ( #2974 )
...
switched to using headlessui transition instead of react-css-transition due to new version breaking the
animation
2022-08-24 10:18:09 -07:00
renovate[bot]
baf1ea95a3
fix(deps): pin dependency @formatjs/intl-utils to 3.8.4 ( #2975 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 21:47:39 +09:00
Ryan Cohen
23409e6f2f
fix: correct safe margin for slideover ( #2977 )
2022-08-24 20:57:30 +09:00
TheCatLady
dd28200040
fix: watch data not required to show Tautulli button ( #2976 )
2022-08-24 15:26:25 +09:00
Ryan Cohen
22360f3b87
refactor: slideover redesign ( #2973 )
2022-08-24 15:00:04 +09:00
TheCatLady
815d709bcf
feat(frontend): a few more tooltips ( #2972 )
...
* feat(frontend): a few more tooltips
* feat: add tooltips to status badges
2022-08-24 13:59:26 +09:00
Ryan Cohen
8a2acb7f2b
feat: season/episode list on series details ( #2967 )
2022-08-24 04:09:10 +00:00
Ryan Cohen
67f3a3829e
feat: improved user dropdown ( #2969 )
2022-08-24 01:49:25 +00:00
renovate[bot]
f5e5016ca5
chore(deps): update github actions (major) ( #2947 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-08-23 18:32:49 -04:00
Ryan Cohen
6e60a275c7
fix: use fallbackData to prepare user data during SSR ( #2968 )
2022-08-23 17:36:02 +09:00
Ryan Cohen
3b2633812b
fix: use image.tmdb.org for setup/login backdrop images ( #2966 )
2022-08-23 14:25:20 +09:00
Ryan Cohen
507227aa49
feat: restore option to cache and optimize images locally ( #2964 )
2022-08-23 01:46:52 +09:00
Weblate (bot)
29ab178fb0
feat(lang): translations update from Hosted Weblate ( #2958 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.4% (1067 of 1073 strings)
feat(lang): translated using Weblate (French)
Currently translated at 97.1% (1040 of 1071 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (1063 of 1071 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1083 of 1085 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (1081 of 1085 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.4% (1067 of 1073 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (1066 of 1071 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1073 of 1073 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.6% (1067 of 1071 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
2022-08-22 08:17:31 -07:00
TheCatLady
f5e6b620c1
fix(lang): manage movie -> manage series ( #2963 )
2022-08-22 06:05:10 +00:00
TheCatLady
0839718806
feat: view other users' watchlists ( #2959 )
...
* feat: view other users' watchlists
* test: add cypress tests
* feat(lang): translation keys
* refactor: yarn format
* fix: manage requests perm is parent of view watchlist perm
2022-08-22 05:50:27 +00:00
TheCatLady
950b1712b7
feat(frontend): add more tooltips ( #2961 )
...
* feat(frontend): add more tooltips
* fix: remove styling from Tooltip
* refactor: tooltip expects a single child
2022-08-22 14:37:22 +09:00
renovate[bot]
43a9067976
chore(deps): pin dependencies ( #2962 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 13:36:51 +09:00
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2022-08-22 11:02:46 +09:00
Ryan Cohen
4b855b8114
style: fix organize-imports to work with tailwindcss prettier plugin ( #2957 ) [skip ci]
2022-08-21 10:40:12 +00:00
TheCatLady
6c0fd40877
feat(notif): auto-request notif type ( #2956 )
2022-08-21 10:26:19 +00:00
Ryan Cohen
301f2bf7ab
feat: plex watchlist sync integration ( #2885 )
2022-08-21 16:33:49 +09:00
allcontributors[bot]
7943e0c339
docs: add miknii as a contributor for translation ( #2955 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-21 01:25:12 +00:00
allcontributors[bot]
6ce0aa5b10
docs: add byakurau as a contributor for translation ( #2954 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-21 01:14:50 +00:00
Weblate (bot)
a0301e2d83
feat(lang): translations update from Hosted Weblate ( #2915 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 74.1% (775 of 1045 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 74.0% (774 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 62.9% (658 of 1045 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 62.9% (658 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 92.4% (966 of 1045 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 92.3% (965 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 94.6% (989 of 1045 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 94.5% (988 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1048 of 1048 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 99.2% (1037 of 1045 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 99.1% (1036 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 99.9% (1044 of 1045 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 93.7% (980 of 1045 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 93.6% (979 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 77.7% (813 of 1045 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 77.7% (812 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 98.7% (1032 of 1045 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 98.6% (1031 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.2% (1039 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.1% (1038 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (1038 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.8% (991 of 1045 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 94.7% (990 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1050 of 1050 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (1047 of 1048 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1045 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1058 of 1058 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1050 of 1050 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1048 of 1048 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1045 of 1045 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.1% (1036 of 1045 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.0% (1035 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 98.9% (1047 of 1058 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 97.9% (1036 of 1058 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.3% (1038 of 1045 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.2% (1037 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Mikael Nilsson <mikni@proton.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-08-20 16:47:15 -04:00
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2022-08-20 12:23:16 +09:00
TheCatLady
9bc1f89777
fix(frontend): better request/media cards for items without valid TMDb IDs ( #2181 )
2022-08-20 11:21:53 +09:00
TheCatLady
a12697b061
feat(perms): add new permission for viewing recently added media ( #2129 )
...
* feat(perms): add new permission for viewing recently added media
* test: update login test to check for Trending instead of Recently Added
* fix: avoid conflict with new watchlist perms
2022-08-19 20:32:24 +00:00
renovate[bot]
5247f14968
fix(deps): pin dependency react-popper-tooltip to 4.4.2 ( #2952 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-19 21:19:14 +09:00
Danshil Kokil Mungur
fd0ff4bd5f
chore: remove empty lines from imports section ( #2951 ) [skip ci]
2022-08-19 10:59:27 +00:00
Ryan Cohen
16545eec22
feat: tooltip foundation ( #2950 )
...
* feat: add foundation for tooltips
* fix: add lang
* refactor: remove React import where no longer necessary
2022-08-19 19:35:50 +09:00
Brandon Cohen
36d17fed6e
feat: user delete modal shows username and requires confirmation ( #2779 )
...
The delete user modal will now show the user that is being deleted and the delete button will now
ask you to confirm deletion similar to the delete request button.
2022-08-19 10:21:29 +00:00
TheCatLady
ac34328074
ci: don't lint/test in snap publish workflow ( #2948 ) [skip ci]
2022-08-19 14:38:11 +09:00
Danshil Kokil Mungur
91e0928aa0
feat(ui): revalidate requests slider on discover page ( #2818 )
2022-08-18 17:07:23 +00:00
renovate[bot]
f836cadd23
chore(deps): update node.js to v16.17 ( #2941 )
...
* chore(deps): update node.js to v16.17
* chore(deps): also bump node.js in snapcraft.yaml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-08-18 20:44:18 +09:00
Ryan Cohen
f4910a1483
build(snap): re-enable snap workflow ( #2945 )
...
* build(snap): try re-enabling snap workflow
* build: try adding a safe directory exception?
* build(snap): disable cypress binary install
* build(snap): add yarnrc to force frozen lockfile and timeout arguments
* build(snap): add back in release snap workflow
* build(snap): revert back to only running on dev branch
2022-08-18 19:16:24 +09:00
renovate[bot]
103c4ca49c
fix(deps): pin dependencies ( #2946 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 18:38:52 +09:00
TheCatLady
c143c0b8d2
fix: better ordering of RequestButton options & properly handle failed requests ( #2944 )
...
* fix: better ordering of RequestButton options & properly handle failed requests
* fix: appease prettier
2022-08-18 08:30:40 +00:00
Ryan Cohen
e5d8c93ab8
chore(deps): update react to 18 ( #2943 )
2022-08-18 17:05:58 +09:00
Ryan Cohen
72d7a3477f
chore(deps): update dependencies ( #2942 )
2022-08-18 13:49:07 +09:00
TheCatLady
808fabba9a
chore(deps): update renovate config to group node container deps ( #2939 ) [skip ci]
2022-08-18 11:54:08 +09:00
Ryan Cohen
7a5fab35ff
build(snap): add architectures to snapcraft.yaml ( #2938 ) [skip ci]
2022-08-18 10:57:40 +09:00
renovate[bot]
17ac5069e5
chore(deps): update github-actions ( #2933 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 15:04:19 -04:00
renovate[bot]
cfab63c0ca
chore(deps): pin dependencies ( #2925 ) [skip ci]
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 11:52:16 +00:00
Danshil Kokil Mungur
0fa84eae8d
build(deps): bump dependencies ( #2796 )
2022-08-17 20:43:35 +09:00
renovate[bot]
821bb79d83
chore(deps): configure renovate [skip ci]
...
* chore(deps): add renovate.json
* chore(deps): update renovate.json to add grouping
* chore(deps): update renovate.json to disable major docker updates
* chore(deps): remove dependabot config
* chore(deps): bundle github-action updates
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev >
Co-authored-by: Ryan Cohen <r-cohen@mercari.com >
2022-08-17 18:04:16 +09:00
TheCatLady
233035dbd7
build(docker): downgrade to node 16.16 ( #2921 )
2022-08-17 13:10:11 +09:00
TheCatLady
114943ae2c
build(docker): skip cypress install & bump node version ( #2920 )
2022-08-17 12:46:03 +09:00
TheCatLady
a6f7b19693
chore(vscode): remove deprecated npm extension from recommendations ( #2919 ) [skip ci]
2022-08-17 09:16:47 +09:00
TheCatLady
3db3044210
feat(lang): add Arabic and Lithuanian display languages ( #2916 )
2022-08-17 09:15:30 +09:00
allcontributors[bot]
1fcfe93b58
docs: add PovilasID as a contributor for translation ( #2918 ) [skip ci]
...
* docs: update README.md
* docs: update .all-contributorsrc
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-16 22:12:47 +00:00
allcontributors[bot]
6cb456cb69
docs: add Fhd-pro as a contributor for translation ( #2917 ) [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>
2022-08-16 22:06:08 +00:00
Weblate (bot)
e939dc678e
feat(lang): translations update from Hosted Weblate ( #2659 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 63.2% (660 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 62.4% (651 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 61.7% (644 of 1043 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 50.3% (525 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Serbian)
Currently translated at 58.8% (614 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Milan Smudja <smudja@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Romanian)
Currently translated at 3.6% (38 of 1042 strings)
feat(lang): translated using Weblate (Romanian)
Currently translated at 0.8% (9 of 1042 strings)
feat(lang): added translation using Weblate (Romanian)
Co-authored-by: Constantin <bimasakti.ro@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ro/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Czech)
Currently translated at 95.3% (994 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.4% (954 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.4% (954 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.3% (953 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 91.3% (953 of 1043 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 50.3% (525 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Danish)
Currently translated at 99.5% (1037 of 1042 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 97.6% (1018 of 1042 strings)
Co-authored-by: Daniel Maslygan <danielmaslygan@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Miniers <m@lk.mk >
Co-authored-by: yzqzss <yzqzss@othing.xyz >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 75.6% (788 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 62.7% (654 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 54.6% (569 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 52.9% (552 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 49.6% (517 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 47.0% (490 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 42.5% (443 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 38.1% (398 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 36.8% (384 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 32.7% (341 of 1042 strings)
feat(lang): translated using Weblate (Arabic)
Currently translated at 0.1% (1 of 1042 strings)
feat(lang): added translation using Weblate (Arabic)
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ar/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Hungarian)
Currently translated at 95.3% (995 of 1043 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 88.3% (921 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sir Hóksalot <haaax2000@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (1041 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1045 of 1045 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (1044 of 1045 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1043 of 1043 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 99.8% (1041 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Samuel Nitzsche <samuel.nitzsche+github@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1043 of 1043 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 52.2% (545 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 43.8% (457 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 31.8% (332 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 28.2% (295 of 1043 strings)
feat(lang): translated using Weblate (Lithuanian)
Currently translated at 25.7% (269 of 1043 strings)
feat(lang): added translation using Weblate (Lithuanian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/lt/
Translation: Overseerr/Overseerr Frontend
* feat(lang): added translation using Weblate (Hindi)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
* feat(lang): translated using Weblate (Hebrew)
Currently translated at 0.2% (3 of 1043 strings)
feat(lang): translated using Weblate (Hebrew)
Currently translated at 0.1% (2 of 1043 strings)
feat(lang): added translation using Weblate (Hebrew)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: tallevi1000 <tal_levi1000@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/he/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Milan Smudja <smudja@gmail.com >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Rémi Guerrero <remidu34070@hotmail.fr >
Co-authored-by: Constantin <bimasakti.ro@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Maite Guix <maite.guix@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Pollyi <weblate.ntxx4@simplelogin.co >
Co-authored-by: Smexhy <smexhy@gmail.com >
Co-authored-by: Daniel Maslygan <danielmaslygan@gmail.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Miniers <m@lk.mk >
Co-authored-by: yzqzss <yzqzss@othing.xyz >
Co-authored-by: Fhd-pro <juve.11@msn.com >
Co-authored-by: Sir Hóksalot <haaax2000@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Samuel Nitzsche <samuel.nitzsche+github@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
Co-authored-by: PovilasID <povilas.sidaravicius@gmail.com >
Co-authored-by: tallevi1000 <tal_levi1000@hotmail.com >
2022-08-16 17:28:12 -04:00
TheCatLady
f3e56da3b7
feat: show alert/prompt when settings changes require restart ( #2401 )
...
* fix: correct 'StatusChecker' typo
* feat: add restart required check to StatusChecker
* fix(perms): remove MANAGE_SETTINGS permission
* fix: allow alert to be dismissed
* fix(lang): add missing string in SettingsServices
* fix(frontend): fix modal icon border
* fix(frontend): un-dismiss alert if setting reverted not require server restart
* fix(backend): restart flag only needs to track main settings
* fix: rebase issue
* refactor: appease Prettier
* refactor: swap settings badge order
* fix: type import for MainSettings
* test: add cypress test for restart prompt
2022-08-16 16:58:11 +00:00
allcontributors[bot]
70dc4c4b3b
docs: add Gylesie as a contributor for code ( #2912 ) [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>
2022-08-16 16:39:35 +00:00
TheCatLady
6428b8d419
fix: log level value should not be case sensitive ( #2913 )
2022-08-17 01:33:13 +09:00
Gylesie
004e1bb17e
fix(api): lookup shows using english title only ( #2911 )
...
Fixes most of the time irrelevant lookup list when using localized TMDB metadata. #2801
2022-08-16 11:56:46 -04:00
Ryan Cohen
ebd22ffcea
test: add waits in user test ( #2907 ) [skip ci]
2022-08-15 19:50:42 +09:00
Ryan Cohen
22ec058431
test: add cypress foundation ( #2903 ) [skip ci]
2022-08-15 08:34:38 +09:00
allcontributors[bot]
db898db9f2
docs: add TheMeanCanEHdian as a contributor for code ( #2889 ) [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>
2022-08-04 16:05:30 +09:00
TheMeanCanEHdian
b33956e6b8
feat: add 20th Century Studios to Studio Slider ( #2288 )
...
* Add 20th Century Studios to Studio Sliders
* Remove 20th Century Fox from Studio Sliders
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-08-03 04:13:21 +00:00
Ryan Cohen
f5864b49de
refactor: update a few dev deps and convert to using type imports where possible ( #2886 )
...
* build: bump deps and add some new eslint rules
* refactor: run eslint --fix on code to convert to type imports where possible
2022-08-03 12:57:51 +09:00
allcontributors[bot]
25eb765f9b
docs: add frank-cywong as a contributor for code ( #2884 ) [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>
2022-08-03 10:26:02 +09:00
Chun Yeung Wong
9da8461225
fix: update Discord ID regex to include 19 digit IDs ( #2860 )
2022-08-03 10:24:57 +09:00
Ryan Cohen
aed1409f29
fix(api): add rate limiter to TMDb requests to hopefully deal with 429s ( #2881 )
...
fixes #2853
2022-08-02 16:00:34 +09:00
Brandon Cohen
575da306b0
feat: plex deep links for iOS devices ( #2680 )
2022-08-02 06:41:09 +00:00
Danshil Kokil Mungur
6cd0c9b2c8
fix(api): use correct path param type in openapi spec ( #2834 )
2022-07-22 15:00:59 -04:00
Danshil Kokil Mungur
a6c1f3f7ce
fix(api): ignore filter if unset in media route ( #2647 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-05-28 12:48:23 +00:00
allcontributors[bot]
eb5248d8d1
docs: add sambartik as a contributor for code ( #2783 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-28 19:13:54 +09:00
Samuel Bartík
db05172d8b
fix(ui): rectangular avatars getting stretched ( #2782 )
2022-05-25 20:42:17 +04:00
Danshil Kokil Mungur
90095bb185
feat(manage slideover): show more request override details ( #2772 )
...
* feat(manage slideover): show the language profile if request is for a show
* feat(manage slideover): show name of profiles instead of id
2022-05-23 09:49:35 +09:00
Brandon Cohen
14519ef555
fix(recommendations): only load more titles if there can be more than 40 ( #2749 )
...
* fix: fixed recommendations page causing infinite network requests to tmdb api
TMDB API would only return 40 results and the recommendations page expected more. This would cause
an infinite amount of network requests. I set a limit specifically for this solving the problem.
fix #2710
2022-05-13 23:15:53 +04:00
Danshil Kokil Mungur
1054b4e2d7
fix(search): use correct param to filter movies by year ( #2727 )
2022-04-30 23:31:02 +09:00
Danshil Kokil Mungur
e4039d09c0
feat(api): add issue counts endpoint ( #2713 )
2022-04-25 23:06:36 +00:00
Danshil Kokil Mungur
29be659512
fix(ui): don't show 0 playcount in slideover ( #2714 )
2022-04-26 07:53:33 +09:00
Gian Marco Cinalli
475314c87b
docs: update fail2ban documentation to handle logging changes ( #2707 ) [skip ci]
2022-04-25 16:13:41 +00:00
TheCatLady
1d00229a48
feat(discover): add Paramount+ to network slider ( #2608 )
2022-04-25 13:09:22 +00:00
Brandon Cohen
b2878390b4
fix: manual browser refresh would redirect to home on search page ( #2692 )
...
If you used the search feature and tried to manual refresh or share the link, it would reset the
query. Taking you back to the home page.
fix #2683
2022-04-25 14:47:38 +04:00
TheCatLady
b75fc7b238
fix(auth): resolve local/password authentication issues ( #2677 )
...
* fix(auth): only add Plex ID to user after verifying server access
* fix(auth): do not fail local auth if fetching Plex users is unsuccessful
2022-04-06 08:31:14 +09:00
Weblate (bot)
341e3b8f06
feat(lang): translations update from Hosted Weblate ( #2645 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-03-31 15:34:37 -04:00
allcontributors[bot]
ca112d33ad
docs: add Maxentr as a contributor for translation ( #2643 ) [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>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-03-24 00:40:39 +00:00
Weblate (bot)
418a533588
fix(lang): translations update from Hosted Weblate ( #2639 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 49.7% (518 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 78.4% (817 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
2022-03-23 20:34:12 -04:00
Weblate (bot)
1d0cbd2e76
feat(lang): translations update from Hosted Weblate ( #2629 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Maxent <rouaultmaxent@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-03-17 21:40:36 -04:00
TheCatLady
d4f9650cd0
fix(plex): include 'Overseerr' in X-Plex-Device-Name header ( #2635 )
2022-03-17 00:42:05 +00:00
Danshil Kokil Mungur
26a3d7c4d2
docs(notif): add missing link for gotify ( #2634 ) [skip ci]
...
On Gitbook, the link to the Gotify page would point to a markdown file in the repository instead of
the page on Gitbook.
2022-03-17 01:38:07 +04:00
Weblate (bot)
19cdedd2a6
fix(lang): translations update from Hosted Weblate ( #2625 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 74.7% (779 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 93.1% (971 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 94.5% (985 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 95.0% (990 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 95.6% (997 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.5% (902 of 1042 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 78.4% (817 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 78.5% (818 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1042 of 1042 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1042 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.4% (1036 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.8% (1040 of 1042 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-03-15 17:10:14 -04:00
Danshil Kokil Mungur
0c7373c7e8
feat(about): show config directory ( #2600 )
...
* feat(about): show config directory
* feat(about): run yarn i18n:extract
* refactor(about): use existing appdata path method
* feat(about): suggested changes
* refactor(logs): rename variable to be more consistent
* feat: suggested changes
2022-03-15 09:01:11 -04:00
allcontributors[bot]
d92f169375
docs: add Andersborrits as a contributor for translation ( #2617 ) [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>
2022-03-14 17:47:09 +00:00
Weblate (bot)
81c75c800e
feat(lang): translations update from Hosted Weblate ( #2611 )
...
* feat(lang): translated using Weblate (Danish)
Currently translated at 95.7% (997 of 1041 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 95.7% (997 of 1041 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 95.5% (995 of 1041 strings)
Co-authored-by: Coxe <andersborrits@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.6% (902 of 1041 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Coxe <andersborrits@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
2022-03-14 17:39:23 +00:00
TheCatLady
7d19de6a4a
fix(tautulli): fetch additional user history as necessary to return 20 unique media ( #2446 )
...
* fix(tautulli): fetch additional user history as necessary to return 20 unique media
* refactor: rename var for clarity
* refactor: make single DB query for recently watched media
* fix: resolve query builder weirdness
* refactor: use find instead of qb
* refactor: minor refactor
* fix: also find 4K rating keys
2022-03-14 21:31:11 +04:00
Danshil Kokil Mungur
72c825d2a5
feat(search): filter search results by year ( #2460 )
...
* feat(search): filter search results by year
* fix: typo in endpoint, blame it on new brand of coffee
* feat(search): suggested changes
2022-03-14 13:37:58 +00:00
TheCatLady
30644f65ea
fix(plex): find TV series in addition to movies from IMDb IDs ( #1830 )
2022-03-14 13:29:58 +00:00
TheCatLady
4c50727a32
ci: only lint/test PRs ( #2437 )
2022-03-14 16:16:45 +04:00
Danshil Kokil Mungur
d06f2cdb08
fix(plex): correctly generate uuid for safari ( #2614 )
2022-03-14 20:19:11 +09:00
TheCatLady
086f0b6ce2
fix(css): rename form-input to form-input-area ( #2613 )
2022-03-14 11:24:39 +04:00
dependabot[bot]
1f964b576a
build(deps): bump actions/checkout from 2 to 3 ( #2589 ) [skip ci]
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-13 19:34:25 +00:00
TheCatLady
a229b15e7a
build(deps): bump dependencies ( #2584 )
...
* build(deps): bump dependencies
* build(ci): disable broken snap builds
2022-03-13 19:27:39 +00:00
TheCatLady
fac809b18b
chore(github): update CODEOWNERS ( #2612 ) [skip ci]
2022-03-13 19:18:45 +00:00
TheCatLady
c3dbd0d691
fix(frontend): various fixes ( #2524 )
...
* fix(frontend): various fixes
* fix: service URL does not require media type
2022-03-13 17:06:04 +00:00
TheCatLady
85bb30e252
feat: verify Plex server access during auth for existing users with Plex IDs ( #2458 )
...
* feat: if local sign-in disabled, verify Plex server access during auth for existing users
* fix: disable local/password login by default
* fix: set localLogin to disabled in getInitialProps
* fix: verify Plex server access on local logins as well
2022-03-13 17:53:50 +04:00
allcontributors[bot]
aa79dc1c42
docs: add tomgacz as a contributor for translation ( #2607 ) [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>
2022-03-12 22:41:00 +00:00
allcontributors[bot]
e40e024132
docs: add deniscerri as a contributor for translation ( #2606 ) [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>
2022-03-12 22:32:44 +00:00
TheCatLady
3d32462f50
feat(lang): add Albanian display language ( #2605 )
2022-03-12 17:17:03 -05:00
Weblate (bot)
4549ed389e
feat(lang): translations update from Hosted Weblate ( #2541 )
...
* feat(lang): translated using Weblate (Japanese)
Currently translated at 46.5% (485 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 62.6% (652 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 50.7% (528 of 1041 strings)
feat(lang): translated using Weblate (Albanian)
Currently translated at 16.3% (170 of 1041 strings)
feat(lang): added translation using Weblate (Albanian)
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sq/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: tomgacz <tomgacz@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.5% (1026 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (1039 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Denis Çerri <deniscerri3@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: tomgacz <tomgacz@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
2022-03-12 11:25:51 -05:00
Alex Cortelyou
82d16177bf
fix(frontend): disable autocomplete on search field ( #2592 )
2022-03-12 05:43:07 +00:00
TheCatLady
223c1f03e6
chore: gitignore gzipped JSON logs ( #2550 ) [skip ci]
2022-03-12 05:21:16 +00:00
Jakob Ankarhem
648b346cbe
fix(plex): use unique client identifier ( #2602 )
...
* fix(plex): use unique client identifier
As noted by SwiftPanda each client needs a unique identifier
https://discord.com/channels/783137440809746482/793885156569514046/950083089575583824
* fix(typo): fix character casing
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-03-12 05:03:19 +00:00
TheCatLady
74d5c1ca67
chore(github): update CODEOWNERS ( #2604 ) [skip ci]
2022-03-12 13:28:11 +09:00
TheCatLady
aa062d921c
fix(sonarr): monitor existing series upon request approval ( #2553 )
2022-03-05 18:50:19 +09:00
Weblate (bot)
54b32ebfd6
feat(lang): translations update from Hosted Weblate ( #2531 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.9% (1040 of 1041 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.6% (902 of 1041 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1041 of 1041 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1041 of 1041 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-02-13 16:43:18 -05:00
TheCatLady
eff665ef4b
fix: add Discord ID setting to general user settings page ( #2406 )
2022-02-10 07:31:01 +00:00
Weblate (bot)
9f4ae34da7
feat(lang): translations update from Hosted Weblate ( #2508 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2022-02-10 03:02:42 +00:00
TheCatLady
1dc900d5ce
feat(tautulli): validate upon saving settings ( #2511 )
2022-02-10 02:56:00 +00:00
TheCatLady
a76b608ab7
fix(email): enclose PGP encryption logic in try/catch ( #2519 )
2022-02-10 02:48:53 +00:00
TheCatLady
61681857b1
fix(sonarr): only scan seasons that exist in TMDb ( #2523 )
2022-02-10 02:42:20 +00:00
TheCatLady
d863a55de2
build(deps): bump dependencies & only specify major version for GH actions ( #2525 )
...
* build(deps): bump dependencies & only specify major version for GH actions
* build(deps): bump dependencies again
2022-02-10 11:27:37 +09:00
Weblate (bot)
ec08fa6793
feat(lang): translations update from Hosted Weblate ( #2489 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-02-04 13:03:29 -05:00
Danshil Kokil Mungur
5d4b06bbcc
fix(radarr): correctly check for existing movies ( #2490 )
2022-02-03 10:14:04 +09:00
Weblate (bot)
92b2d32d2e
feat(lang): translations update from Hosted Weblate ( #2457 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 49.9% (518 of 1038 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 47.3% (492 of 1038 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Ben <ben.david.wallner@gmail.com >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-27 09:08:38 -05:00
Ryan Cohen
cbcd22dfda
build(deps): bump dependencies ( #2482 )
2022-01-27 22:41:31 +09:00
TheCatLady
8cba486249
fix: address unhandled promise rejections & bump node to v16.13 ( #2398 )
...
* fix: unhandled promise rejections
* build(deps): bump node from 14.18 to 16.13
* fix: unhandled promise rejection in new Plex users endpoint
* fix: build error
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-27 20:00:30 +09:00
Danshil Kokil Mungur
ca184728e9
docs: update open api spec ( #2478 ) [skip ci]
2022-01-26 21:01:28 +09:00
Ryan Cohen
822ae9eec7
style: add new tailwind prettier plugin ( #2465 )
2022-01-25 21:09:41 +09:00
Danshil Kokil Mungur
5b2a8f682b
build(deps): bump dependencies ( #2454 )
...
* build(deps): bump react-select from 4.3.1 to 5.2.2
* build(deps): bump axios from 0.21.4 to 0.25.0
* build(deps-dev): bump lint-staged from 12.2.1 to 12.2.2
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.2.1 to 12.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.2.1...v12.2.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump typescript from 4.5.4 to 4.5.5
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump eslint-plugin-formatjs from 2.20.3 to 2.20.4
Bumps [eslint-plugin-formatjs](https://github.com/formatjs/formatjs ) from 2.20.3 to 2.20.4.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.3...eslint-plugin-formatjs@2.20.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-formatjs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump @commitlint/cli from 16.0.3 to 16.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 16.0.3 to 16.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): bump @tanem/react-nprogress from 4.0.3 to 4.0.4
Bumps [@tanem/react-nprogress](https://github.com/tanem/react-nprogress ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/tanem/react-nprogress/releases )
- [Changelog](https://github.com/tanem/react-nprogress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tanem/react-nprogress/compare/v4.0.3...v4.0.4 )
---
updated-dependencies:
- dependency-name: "@tanem/react-nprogress"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: cleanup comments
* build(deps-dev): bump lint-staged from 12.2.1 to 12.3.1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-25 02:10:37 +00:00
Danshil Kokil Mungur
d7779408d1
fix(logs): handle log message nested extra properties ( #2459 )
2022-01-25 11:00:53 +09:00
Weblate (bot)
b5bd6ee78f
feat(lang): translations update from Hosted Weblate ( #2452 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 45.9% (477 of 1038 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 94.9% (986 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-23 14:05:09 -05:00
Weblate (bot)
99c04072e9
feat(lang): translations update from Hosted Weblate ( #2436 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1038 of 1038 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.9% (902 of 1037 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 86.8% (901 of 1037 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1036 of 1038 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1038 of 1038 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 99.3% (1030 of 1037 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-20 20:40:38 -05:00
Danshil Kokil Mungur
f9200b7977
feat(notif): add Pushbullet channel tag ( #2198 )
...
* feat(notif): add pushbullet channel tag to server notif settings
* feat(notif): suggested changes
* docs(notif): add pushbullet channel tag
2022-01-20 11:38:24 +00:00
Danshil Kokil Mungur
eb9ca2e86f
fix(requests): check for existing media of same type when requesting ( #2445 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:42:43 +00:00
TheCatLady
0842c233d0
feat: Tautulli integration ( #2230 )
...
* feat: media/user watch history data via Tautulli
* fix(frontend): only display slideover cog button if there is media to manage
* fix(lang): tweak permission denied messages
* refactor: reorder Media section in slideover
* refactor: use new Tautulli stats API
* fix(frontend): do not attempt to fetch data when user lacks req perms
* fix: remove unneccessary get_user requests
* feat(frontend): display user avatars
* feat: add external URL setting
* feat: add play counts for past week/month
* fix(lang): tweak strings
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 10:36:59 +00:00
TheCatLady
86dff12cde
fix(plex): user import ( #2442 )
2022-01-20 06:48:35 +00:00
Danshil Kokil Mungur
ce31bef8a1
feat(logs): use separate json file to parse logs for log viewer ( #2399 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-20 05:17:03 +00:00
TheCatLady
1f5785d6c5
feat(frontend): open media management slideover on status badge click ( #2407 )
...
* feat(frontend): open media management slideover on status badge click
* fix(frontend): use Link component for in-app badge links
* fix: check for query param value of '1'
* fix: correct query param check
* fix: available badges should still link to Plex
2022-01-20 12:40:10 +09:00
TheCatLady
114366fa4b
build(deps): bump dependencies ( #2427 )
...
* build(deps): bump dependencies
* build(deps): bump next to 12.0.8
* build(deps): bump swr to 1.1.2
* build(deps): bump more dependencies
* build(deps): bump husky to 7.0.4
* fix: remove user list button outlines
* build(deps): bump dependencies again
* build(deps): bump dependencies once more
2022-01-20 10:04:34 +09:00
Danshil Kokil Mungur
5707566cf7
docs: add contribution, support and install clarifications ( #2395 ) [skip ci]
...
* docs(contrib): clarify when to squash commits
* docs(support): ask for more details when requesting support
* docs(install): specify more container details
* docs(contrib): suggested changes
2022-01-19 17:02:58 +00:00
Weblate (bot)
f8b1bccda4
feat(lang): translations update from Hosted Weblate ( #2428 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 99.8% (1014 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: xrths <ottawas@protonmail.ch >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 98.8% (1004 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 97.9% (995 of 1016 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 93.7% (952 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: xrths <ottawas@protonmail.ch >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-19 11:46:28 -05:00
Weblate (bot)
e9d4b6327b
feat(lang): translations update from Hosted Weblate ( #2425 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1016 of 1016 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Matthew Machivenyika <accounts@machivenyika.ch >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 68.9% (701 of 1016 strings)
Co-authored-by: exentler <gurandsrud@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Matthew Machivenyika <accounts@machivenyika.ch >
Co-authored-by: exentler <gurandsrud@gmail.com >
2022-01-16 09:57:36 -05:00
TheCatLady
2535edcc7f
feat(api): add additional request counts ( #2426 )
2022-01-16 17:13:35 +09:00
Danshil Kokil Mungur
d4438c82e3
fix(notif): show event in pop up notification for slack ( #2413 )
...
* fix(notif): show event in pop up notification for slack
fix #2408
* fix(notifs): suggested changes
* fix(notif): add fallback text to slack embed builder
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-15 00:33:27 +00:00
TheCatLady
10651baa67
fix(notif): duplicate notification check logic ( #2424 )
2022-01-15 00:20:29 +00:00
TheCatLady
ff28c9bfeb
fix(frontend): theme-color meta tag ( #2420 )
...
* fix(frontend): theme-color meta tag
* fix(frontend): add theme-color to offline.html
* fix(frontend): reorder application-name meta tag instead
* fix(lang): regenerate strings
* refactor: optimize Trakt logo SVG
2022-01-15 09:12:28 +09:00
Weblate (bot)
88536b1f9d
feat(lang): translations update from Hosted Weblate ( #2414 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1013 of 1013 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 88.8% (903 of 1016 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (1015 of 1016 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1013 of 1013 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1016 of 1016 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.3% (999 of 1016 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
2022-01-14 14:05:33 -05:00
TheCatLady
9cb97db13c
feat(plex): selective user import ( #2188 )
...
* feat(api): allow importing of only selected Plex users
* feat(frontend): modal for importing Plex users
* feat: add alert if 'Enable New Plex Sign-In' setting is enabled
* refactor: fetch all existing Plex users in a single DB query
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-14 19:32:53 +09:00
allcontributors[bot]
256163971f
docs: add schambers as a contributor for code ( #2419 ) [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>
2022-01-14 16:53:29 +09:00
Danshil Kokil Mungur
b31cdbf074
feat(search): search by id ( #2082 )
...
* feat(search): search by id
This adds the ability to search by ID (starting with TMDb ID).
Since there doesn't seem to be way of searching across movies, tv and persons,
I have to search through all 3 and use the first one in the order: movie -> tv -> person
Searching by ID is triggered using a 'prefix' just like in the *arrs.
* fix: missed some refactoring
* feat(search): use locale language
* feat(search): search using imdb id
* feat(search): search using tvdb id
* fix: alias type import
* fix: missed some refactoring
* fix(search): account for id being a string
* feat(search): account for movies/tvs/persons with the same id
* feat(search): remove non-null assertion
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-14 07:52:10 +00:00
Sean Chambers
e0b6abe479
feat(notif): add Gotify agent ( #2196 )
...
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat(notifications): gotify notifications fix
applies changes from #2077 in which Yup validation was failing for types
fix #2183
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat(notifications): gotify notifications fix
applies changes from #2077 in which Yup validation was failing for types
fix #2183
* feat(notifications): incorporate issue feature into gotify notifications
* feat(notifications): adds gotify notifications
adds new settings screen for gotify notifications including url, token and types settings
fix #2183
* feat(notif): add Gotify agent
addresses PR comments, runs i18n:extract
fix #2183
* reword validationTokenRequired
change wording to indicate presence, not validity
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* feat: add missing ts field
include notifyAdmin in test notification endpoint
* feat: apply formatting/line break items
add addition line break before conditional, change ordering of notifyAdmin/notifyUser in test
endpoint
* feat: remove duplicated endpoints
during rebase, notification endpoints were duplicated upon rebasing. remove duplicate routes
* feat: correct linting quirks
* feat: formatting improvements
* feat(gotify): refactor axios post to leverage 'getNotificationPayload'
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2022-01-14 01:04:25 +00:00
Weblate (bot)
879df20022
feat(lang): translations update from Hosted Weblate ( #2405 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Dylan <dylan35.pub@outlook.fr >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1001 of 1001 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1001 of 1001 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dylan <dylan35.pub@outlook.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2022-01-11 10:07:31 -05:00
TheCatLady
5f7538ae2b
feat(discord): add 'Enable Mentions' setting ( #1779 )
2022-01-11 01:39:12 +00:00
Weblate (bot)
1b29b15d7c
feat(lang): translations update from Hosted Weblate ( #2404 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-01-09 18:00:18 +00:00
TheCatLady
399b037918
fix(lang): rename 'Media' notification types for clarity ( #2400 )
2022-01-09 14:46:33 +00:00
Danshil Kokil Mungur
4e56bae985
feat(ui): add trakt external link ( #2367 )
...
* feat(ui): add trakt external link
* feat(ui): move trakt to end of list of external links
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-09 14:26:06 +00:00
TheCatLady
b4b2acd4fc
build(docker): reduce image size ( #2392 )
2022-01-09 23:16:50 +09:00
Weblate (bot)
d2241a4187
feat(lang): translations update from Hosted Weblate ( #2389 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 44.5% (445 of 1000 strings)
feat(lang): translated using Weblate (Serbian)
Currently translated at 31.8% (318 of 1000 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2022-01-04 14:42:18 -05:00
Weblate (bot)
bd93168ba1
feat(lang): translations update from Hosted Weblate ( #2379 )
...
* feat(lang): translated using Weblate (Danish)
Currently translated at 99.6% (994 of 997 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (903 of 1000 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.3% (901 of 997 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.5% (903 of 997 strings)
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: wolong gl <wolong98@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (1000 of 1000 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (997 of 997 strings)
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1000 of 1000 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <alchemillatruth@purelymail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: wolong gl <wolong98@gmail.com >
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2022-01-03 15:05:01 -05:00
TheCatLady
3e5eb4e148
fix(radarr): remove PreDB minimum availability option ( #2386 )
2022-01-03 13:56:19 +09:00
Weblate (bot)
b9bedac7d7
feat(lang): translations update from Hosted Weblate ( #2374 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (997 of 997 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (997 of 997 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (997 of 997 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (995 of 995 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-31 22:07:55 -05:00
TheCatLady
1b3797cf6e
fix: sort collection parts by release date ( #2368 )
...
* fix: order collection parts by release date
* feat(frontend): add posters & release years to collection request modal
* fix(frontend): wrap movie titles in collection request modal
2021-12-31 06:06:12 +00:00
Danshil Kokil Mungur
340f1a2119
feat(ui): allow admins to edit & approve request from advanced request modal ( #2067 )
...
* feat(ui): allow admins to edit & accept request from request modal
This changes the "Edit Request" button in the advanced request modal to "Edit & Accept Request"
since the only thing an admin would do next is to accept the request.
The button would stay the same for users without the manage request permissions;
users who are editing their own requests or requesting content.
* feat(ui): suggested changes
2021-12-31 05:39:04 +00:00
Weblate (bot)
cc2b2bc7a8
feat(lang): translations update from Hosted Weblate ( #2366 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (995 of 995 strings)
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.0% (896 of 995 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (995 of 995 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 83.7% (832 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: f3rr31 <5920873@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (995 of 995 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (995 of 995 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (994 of 994 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: f3rr31 <5920873@disroot.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-27 12:42:10 -05:00
TheCatLady
d36c1d2929
fix(lang): add missing string ( #2370 )
2021-12-27 09:22:43 +09:00
Danshil Kokil Mungur
5af06bd872
fix(logs): lazily parse log message label ( #2359 )
2021-12-26 07:52:57 +00:00
Weblate (bot)
d437cc2539
feat(lang): translations update from Hosted Weblate ( #2364 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (994 of 994 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (994 of 994 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.3% (918 of 994 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-12-25 06:38:51 -08:00
TheCatLady
30b20df37a
feat: add production countries to movie/TV detail pages ( #2170 )
...
* feat: add production countries to movie/TV detail pages
* feat: add country flags to production countries
2021-12-25 01:18:06 +00:00
TheCatLady
af40212a73
feat: add quotas, advanced options, and toggles to collection request modal ( #1742 )
...
* feat: add quotas, advanced options, and toggles to collection request modal
* fix: use correct requiredquota strings
* refactor: clean up collection part request status logic
* revert: undo changes to effect dependencies
* fix(lang): tweak TV request modal request button strings
* fix: don't try to fetch other users' quotas without MANAGE_USERS perm
2021-12-25 01:10:33 +00:00
Danshil Kokil Mungur
488874fc17
fix(servarr): handle servaarr server being unavailable when scanning downloads ( #2358 )
2021-12-25 01:02:03 +00:00
Dan Hand
2ded8f5484
feat(frontend): add Discovery+ to network slider ( #2345 )
...
* feat(frontend): add Discovery+ to network slider
* Make filter consistent with other networks, and update image path
2021-12-25 00:56:02 +00:00
Weblate (bot)
50dc9341dd
feat(lang): translations update from Hosted Weblate ( #2346 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 99.1% (984 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 90.7% (900 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 88.9% (882 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 72.1% (716 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 56.9% (565 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.7% (900 of 992 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 90.6% (899 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Jassy lin <linjiaxinme@gmail.com >
2021-12-23 14:59:38 -05:00
TheCatLady
fcb0dcf5be
fix(notif): only send MEDIA_AVAILABLE notifications for non-declined requests ( #2343 )
2021-12-12 11:25:26 +09:00
Weblate (bot)
33fe0bdd1e
feat(lang): translations update from Hosted Weblate ( #2341 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 80.3% (797 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.8% (981 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 98.0% (973 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 43.4% (431 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 43.4% (431 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 91.4% (907 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
2021-12-11 19:00:06 +00:00
Weblate (bot)
3f7ef7af97
feat(lang): translations update from Hosted Weblate ( #2336 )
...
* feat(lang): translated using Weblate (Russian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Romans Pokrovskis <motivated.it@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 27.7% (275 of 992 strings)
feat(lang): translated using Weblate (Danish)
Currently translated at 27.7% (275 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Romans Pokrovskis <motivated.it@gmail.com >
Co-authored-by: Simon Thyregod <p2v2w8ar@simon.thyregod.eu >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2021-12-10 09:37:08 -05:00
TheCatLady
91bfff71b7
fix(requests): do not fail request edits if acting user lacks Manage Users permission ( #2338 )
...
* fix(api): fix requestedBy logic in request edits
* fix(frontend): do not display empty advanced request options box
* fix(frontend): set max height on modal backdrop
2021-12-10 19:14:14 +09:00
TheCatLady
dc7f959cb4
fix(notif): correct issue notif action URLs ( #2333 )
2021-12-09 13:49:50 +00:00
Danshil Kokil Mungur
93b5ea20ca
fix(servarr): handle baseurl error when testing connection ( #2294 )
...
* fix(servarr): handle base url error when testing servarr connection
* fix(servarr): suggested changes
2021-12-08 04:38:17 +04:00
Danshil Kokil Mungur
f284e4ab97
fix(logs): handle unexpected log messages ( #2303 )
...
* fix(logs): handle unexpected log messages
* fix(logs): update regexp for json to appease the lgtm gods
2021-12-08 00:20:47 +00:00
Weblate (bot)
febf0677b8
feat(lang): translations update from Hosted Weblate ( #2325 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Comore <comore@como.re >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: thu3n <elias.thuen@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Comore <comore@como.re >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: thu3n <elias.thuen@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-08 00:12:26 +00:00
TheCatLady
7f330aff2e
fix: secure session cookie ( #2308 )
2021-12-08 00:05:39 +00:00
TheCatLady
88a8c1aa59
feat(notif): 4K media notifications ( #2324 )
2021-12-08 08:56:41 +09:00
Weblate (bot)
68112faefb
feat(lang): translations update from Hosted Weblate ( #2320 )
...
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (992 of 992 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-12-04 23:48:45 +00:00
TheCatLady
f2375c902b
fix(ui): request badge styling in request list ( #2302 )
2021-12-04 23:43:03 +00:00
TheCatLady
ed53810fb3
fix: handle Plex library settings migration failure gracefully ( #2254 )
...
* fix: handle Plex library settings migration failure gracefully
* fix: handle failure in syncLibraries() instead
2021-12-05 02:42:15 +09:00
TheCatLady
c9ffac33f7
feat(notif): issue notifications ( #2242 )
...
* feat(notif): issue notifications
* refactor: dedupe test notification strings
* fix: webhook key parsing
* fix(notif): skip send for admin who requested on behalf of another user
* fix(notif): send comment notifs to admins when other admins reply
* fix(notif): also send resolved notifs to admins, and reopened notifs to issue creator
* fix: don't send duplicate notifications
* fix(lang): tweak notification description strings
* fix(notif): tweak Slack notification styling
* fix(notif): tweak Pushbullet & Telegram notification styling
* docs: reformat webhooks page
* fix(notif): add missing issue_type & issue_status variables to LunaSea notif payloads
* fix: explicitly attach media & issue objects where applicable
* fix(notif): correctly notify both notifyUser and managers where applicable
* fix: update default webhook payload for new installs
* fix(notif): add missing comment_message to LunaSea notif payload
* refactor(sw): simplify notificationclick event listener logic
* fix(notif): add missing event description for MEDIA_AVAILABLE notifications
2021-12-04 21:24:26 +09:00
Weblate (bot)
6245be1e10
feat(lang): translations update from Hosted Weblate ( #2315 )
...
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-12-02 02:04:34 +00:00
TheCatLady
c760ceaa5f
feat(lang): add Polish display language ( #2261 )
2021-12-02 01:58:46 +00:00
Weblate (bot)
92732fcb42
feat(lang): translations update from Hosted Weblate ( #2277 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: 0x0f40f0 <dark@3xd.de >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 50.1% (495 of 987 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 41.0% (405 of 987 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 39.2% (387 of 987 strings)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 61.2% (605 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 61.2% (605 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 53.2% (526 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 87.1% (860 of 987 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.0% (909 of 987 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.6% (885 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: 0x0f40f0 <dark@3xd.de >
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-11-29 17:39:08 -05:00
TheCatLady
d48a7ba518
fix: allow basic HTTP auth in hostname validation ( #2307 )
2021-11-29 21:27:02 +09:00
Weblate (bot)
d401e33249
feat(lang): translated using Weblate (Chinese (Traditional)) ( #2272 )
...
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2021-11-11 18:53:46 +00:00
Danshil Kokil Mungur
b423dc167d
feat(search): close search bar when hitting return ( #2260 )
2021-11-11 18:46:56 +00:00
TheCatLady
f1cd0878a5
fix(docker): explicitly install python3 ( #2273 ) [skip ci]
2021-11-11 13:08:22 +09:00
Weblate (bot)
b1b367aac6
feat(lang): translations update from Weblate ( #2265 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 96.1% (949 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sullivan Leduc <susu.leduc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.2% (970 of 987 strings)
feat(lang): translated using Weblate (German)
Currently translated at 97.7% (965 of 987 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 94.5% (933 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Sullivan Leduc <susu.leduc@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-11-08 11:07:03 -05:00
Weblate (bot)
99d50004e5
feat(lang): translations update from Weblate ( #2252 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (985 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 23.5% (232 of 987 strings)
feat(lang): translated using Weblate (Polish)
Currently translated at 17.9% (177 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Patryk <byakurau1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 87.1% (860 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Patryk <byakurau1@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-11-04 17:23:18 -04:00
TheCatLady
c79dc9f70f
fix: add missing route guards to issues pages ( #2235 )
...
* fix: users should always be able to view their own issues
* fix: apply route guards to issues pages instead
* fix(api): only allow users w/ issue perms to edit comments / delete issues
2021-10-31 15:56:59 +00:00
TheCatLady
3ec4a9c76e
fix(frontend): more issues-related fixes ( #2234 )
...
* fix(frontend): more issues-related fixes
* fix: permission VIEW_ISSUES is also sufficient for viewing issues in slideover
* fix(frontend): only display issue notif types user is eligible to receive
* fix: don't display issues block in slideover if no open issues
* fix: move year out of link in issue details header
* fix: use 'view' global string for issue block button
* fix: issue/request/user list sort options
2021-10-31 15:45:15 +00:00
Weblate (bot)
8c49309c35
feat(lang): translations update from Weblate ( #2247 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 91.5% (904 of 987 strings)
Co-authored-by: doob187 <amderkum@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: doob187 <amderkum@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-10-31 15:39:08 +00:00
TheCatLady
78a8091bcd
fix(frontend): setup page backdrops ( #2251 )
2021-10-31 15:32:57 +00:00
TheCatLady
bba09d69c1
fix(issues): only allow edit of own comments & do not allow non-admin delete of issues with comments ( #2248 )
2021-10-31 08:54:01 +09:00
Weblate (bot)
0828b008ba
feat(lang): translations update from Weblate ( #2244 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 96.7% (955 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (866 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.8% (936 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 91.9% (908 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2021-10-29 05:07:12 -04:00
TheCatLady
05d2dac3ab
docs: add Overseerr Assistant to third-party integrations ( #2243 ) [skip ci]
2021-10-28 14:21:54 +04:00
Weblate (bot)
2b0b8e05d9
feat(lang): translations update from Weblate ( #2241 )
...
* feat(lang): translated using Weblate (Serbian)
Currently translated at 14.3% (142 of 987 strings)
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 87.7% (866 of 987 strings)
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 94.2% (930 of 987 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.2% (930 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 90.1% (890 of 987 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 88.9% (878 of 987 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dalibor Radovanović <darkobg@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-10-27 22:24:35 -04:00
Weblate (bot)
62b3dc5471
feat(lang): translations update from Weblate ( #2226 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 51.0% (504 of 987 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 50.2% (490 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 96.4% (952 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 98.9% (966 of 976 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.2% (959 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (985 of 989 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 90.1% (880 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 86.0% (849 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 88.3% (862 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (983 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (983 of 987 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (978 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (985 of 989 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (972 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.1% (930 of 977 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (987 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (989 of 989 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.8% (877 of 976 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.8% (877 of 976 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 93.4% (922 of 987 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 96.3% (941 of 977 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
2021-10-26 11:43:20 -04:00
TheCatLady
8d2968572a
fix(email): use decrypted private key ( #2232 )
2021-10-26 18:49:27 +09:00
TheCatLady
216447121b
fix(frontend): use consistent formatting & strings ( #2231 )
...
* fix(frontend): use consistent formatting & strings
* fix(lang): remove duplicated status strings
* fix(frontend): reduce height of items in request & issue lists
* fix(frontend): issue description textarea label should be a label element
* refactor: remove unnecessary reduce
* fix: remove small avatar underneath issue comments
* fix(frontend): don't hide Pushover app token tip
2021-10-26 00:07:00 +09:00
TheCatLady
aeb7a48d72
feat(notif): add Pushbullet and Pushover agents to user notification settings ( #1740 )
...
* feat(notif): add Pushbullet and Pushover agents to user notification settings
* docs(notif): add "hint" about user notifications to Pushbullet and Pushover pages
* fix: regenerate DB migration
2021-10-25 19:46:05 +09:00
TheCatLady
ab20c21184
fix(lang): string edits ( #2229 )
...
* fix(lang): string edits
* fix: correct notif type ordering
* fix(lang): a few more edits
* fix(frontend): align & wrap media attributes properly
* fix(lang): use consistent cache names
2021-10-25 01:08:03 +09:00
TheCatLady
a35209c739
chore(github): add stalebot-exempt labels ( #2225 ) [skip ci]
...
* chore(github): add stalebot-exempt labels
* chore(github): also never stale priority:medium
2021-10-24 15:42:52 +00:00
Ryan Cohen
e402c42aaa
feat: issues ( #2180 )
2021-10-24 12:44:20 +00:00
TheCatLady
6565c7dd9b
docs: add FAQ entry about mobile apps ( #2228 ) [skip ci]
...
* docs: grammar correction
* docs: add FAQ about mobile apps
* docs: remove Overseerr-Extension for now
2021-10-24 16:35:36 +04:00
TheCatLady
dca363809d
docs: add Overseerr-Extension to 3rd-party integrations ( #2227 ) [skip ci]
2021-10-24 07:58:40 -04:00
Weblate (bot)
85aec4f892
fix(lang): translations update from Weblate ( #2212 )
...
* feat(lang): translated using Weblate (Japanese)
Currently translated at 56.8% (506 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
2021-10-23 18:50:36 -04:00
Weblate (bot)
0a6ef6cc81
feat(lang): translations update from Weblate ( #2210 )
...
* feat(lang): translated using Weblate (Greek)
Currently translated at 93.8% (835 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 98.6% (878 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 56.8% (506 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 54.5% (485 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 16.1% (144 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 74.8% (666 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 98.7% (879 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 99.3% (883 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 98.6% (878 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 98.8% (880 of 890 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 98.8% (880 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (888 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 98.4% (876 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 44.3% (395 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.5% (49 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Polish)
Currently translated at 0.0% (0 of 890 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (890 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 98.9% (881 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (881 of 889 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (888 of 889 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (889 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.0% (873 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 98.3% (875 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (890 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (889 of 889 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (886 of 890 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (886 of 890 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-10-18 10:45:58 -04:00
TheCatLady
b3b421a674
fix(email): do not attempt to display logo if app URL not configured ( #2125 )
...
* fix(email): do not attempt to display logo if app URL not configured
* fix(email): prevent Gmail from turning usernames with periods into hyperlinks
* fix(email): fix(email): use displayName instead of username/plexUserName and improve Gmail link fix
2021-10-18 14:08:50 +00:00
TheCatLady
032c14a226
feat(ui): link processing/requested status badges to service URL ( #1761 )
...
* feat(ui): link processing/requested status badges to service URL where available
* refactor: add URL prop to Badge component
* fix(css): tweak font weight of media rating values and request card link hover effect
* fix: only set StatusBadge serviceUrl for admins
2021-10-16 15:53:38 +00:00
TheCatLady
084a842a4f
fix(ui): refinements for 'About' page ( #2173 )
...
* fix(ui): refinements for 'About' page
* fix: remove unneeded GithubLink function
* fix: display/link badges appropriately
2021-10-16 15:46:18 +00:00
Danshil Kokil Mungur
739f667b54
feat(servarr): auto fill base url when testing service if missing ( #1995 )
...
* feat(servarr): auto fill base url when testing service if missing
This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been
provided beforehand
* fix(servarr): replace redundant check
* fix(servarr): suggested changes
2021-10-16 15:27:03 +00:00
TheCatLady
54e9071e90
build(deps): bump node to 14.18 ( #2209 ) [skip ci]
2021-10-16 22:17:43 +09:00
Danshil Kokil Mungur
d0ac74ea4b
fix(scripts): update migration scripts ( #2208 ) [skip ci]
2021-10-16 20:15:50 +09:00
allcontributors[bot]
54e9514489
docs: add Nackophilz as a contributor for translation ( #2203 ) [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>
2021-10-16 01:31:29 +00:00
TheCatLady
1e402f710b
feat(frontend): add Hulu to network slider ( #2204 )
...
* feat(frontend): add Hulu to network slider
* fix: move Hulu after Apple TV+
2021-10-16 01:11:11 +00:00
TheCatLady
2f204b9952
fix(frontend): notification type validation ( #2207 )
2021-10-16 01:02:02 +00:00
TheCatLady
3486d0bf55
feat: dynamically fetch login screen backdrop images ( #2206 )
...
* feat: dynamically fetch login screen backdrop images
* fix: remove media check from backdrops endpoint
* fix: remove mapping and work with TMDb data directly
2021-10-16 09:54:15 +09:00
Weblate (bot)
492d8e3daa
feat(lang): translations update from Weblate ( #2202 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (887 of 889 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 44.9% (397 of 883 strings)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Clément Wigy <clement.wigy@gmail.com >
Co-authored-by: Core Intel <rideonit@seznam.cz >
2021-10-15 16:30:15 +00:00
TheCatLady
0b1c2b1745
chore(github): desired-behavior field should be textarea ( #2201 ) [skip ci]
2021-10-16 01:23:25 +09:00
TheCatLady
c767f5254c
chore(github): issue forms ( #2200 )
...
* chore(github): issue forms
* chore(github): remove now-unneeded 'Invalid Template' action
2021-10-16 01:11:38 +09:00
Danshil Kokil Mungur
82614ca441
feat(jobs): allow modifying job schedules ( #1440 )
...
* feat(jobs): backend implementation
* feat(jobs): initial frontend implementation
* feat(jobs): store job settings as Record
* feat(jobs): use heroicons/react instead of inline svgs
* feat(jobs): use presets instead of cron expressions
* feat(jobs): ran `yarn i18n:extract`
* feat(jobs): suggested changes
- use job ids in settings
- add intervalDuration to jobs to allow choosing only minutes or hours for the job schedule
- move job schedule defaults to settings.json
- better TS types for jobs in settings cache component
- make suggested changes to wording
- plural form for label when job schedule can be defined in minutes
- add fixed job interval duration
- add predefined interval choices for minutes and hours
- add new schema for job to overseerr api
* feat(jobs): required change for CI to not fail
* feat(jobs): suggested changes
* fix(jobs): revert offending type refactor
2021-10-15 21:23:39 +09:00
allcontributors[bot]
5683f55ebf
docs: add sr093906 as a contributor for translation ( #2192 ) [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>
2021-10-13 11:05:11 -04:00
Weblate (bot)
dce10f743f
feat(lang): translations update from Weblate ( #2185 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 99.8% (882 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.4% (48 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (881 of 883 strings)
Co-authored-by: Eric <spice2wolf@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.3% (877 of 883 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.2% (876 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Eric <spice2wolf@gmail.com >
2021-10-13 10:54:01 -04:00
TheCatLady
b7ba90d67b
docs: improve Docker documentation ( #2109 ) [skip ci]
...
* docs: improve Docker documentation
* docs: suggested changes
* docs: minor formatting changes
* docs: add Doplarr to list of third-party integrations
* docs: rename docker run tab
* docs: add link to official Docker CLI docs
* docs: minor edits
2021-10-10 03:29:27 +04:00
allcontributors[bot]
00ee535077
docs: add skafte1990 as a contributor for translation ( #2182 ) [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>
2021-10-09 23:13:55 +00:00
Weblate (bot)
e3312cef33
feat(lang): translations update from Weblate ( #2179 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
2021-10-09 19:04:18 -04:00
allcontributors[bot]
2957e156a5
docs: add ty4ko as a contributor for translation ( #2178 ) [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>
2021-10-09 22:51:41 +00:00
TheCatLady
daf64532bf
docs: add FAQ entry about broken logos in email notifications ( #2134 ) [skip ci]
2021-10-09 18:44:07 -04:00
allcontributors[bot]
1286d6f0f9
docs: add adan89lion as a contributor for translation ( #2177 ) [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>
2021-10-08 15:56:48 +00:00
TheCatLady
8d8db6cf5d
feat(lang): add Czech and Danish display languages ( #2176 )
2021-10-08 15:47:30 +00:00
allcontributors[bot]
82d5d18ee7
docs: add Simoneu01 as a contributor for translation ( #2175 ) [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>
2021-10-08 15:23:20 +00:00
Weblate (bot)
c73cf7b19c
feat(lang): translations update from Weblate ( #2101 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (883 of 883 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 98.4% (869 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 99.7% (881 of 883 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 64.3% (568 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Czech)
Currently translated at 43.9% (388 of 883 strings)
feat(lang): translated using Weblate (Czech)
Currently translated at 43.7% (386 of 883 strings)
feat(lang): added translation using Weblate (Czech)
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Danish)
Currently translated at 5.5% (49 of 883 strings)
feat(lang): added translation using Weblate (Danish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nicolai Skafte <skafte1990@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/da/
Translation: Overseerr/Overseerr Frontend
* feat(lang): added translation using Weblate (Polish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (883 of 883 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Co-authored-by: Core Intel <rideonit@seznam.cz >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Nicolai Skafte <skafte1990@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-10-08 11:16:48 -04:00
allcontributors[bot]
4f36ca718f
docs: add GoByeBye as a contributor for translation ( #2172 ) [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>
2021-10-08 15:06:45 +00:00
TheCatLady
0edb1f452b
fix(api): return queried user's requests instead of own requests ( #2174 )
2021-10-08 23:59:21 +09:00
allcontributors[bot]
63789918c5
docs: add JoKerIsCraZy as a contributor for translation ( #2171 ) [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>
2021-10-08 13:43:09 +00:00
TheCatLady
a4dca2356b
feat: display release dates for theatrical, digital, and physical release types ( #1492 )
...
* feat: display release dates for theatrical, digital, and physical release types
* fix(ui): use disc icon for physical release
* style: reformat to make new version of Prettier happy
2021-10-08 13:27:07 +00:00
TheCatLady
50ce198471
fix: apply request overrides iff override & selected servers match ( #2164 )
2021-10-08 13:19:47 +00:00
TheCatLady
a20f395c94
fix(api): use query builder for user requests endpoint ( #2119 )
2021-10-08 13:14:20 +00:00
allcontributors[bot]
cbfe9beb31
docs: add sootylunatic as a contributor for translation ( #2102 ) [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>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-10-08 12:52:40 +00:00
TheCatLady
2333a81cfc
chore(github): update CODEOWNERS to allow collaborators to review/merge all-contributors PRs ( #2165 ) [skip ci]
2021-10-08 21:46:18 +09:00
sct
6c30d62b14
build(deps): correct yarn.lock
2021-09-20 20:48:30 +09:00
sct
41aa72535f
build(deps): bump dependencies
2021-09-20 20:14:12 +09:00
Ryan Cohen
afda9c7dc2
feat(plex-scan): plex scanner improvements ( #2105 )
2021-09-20 09:39:56 +09:00
sct
4c6009bc2c
fix(rt-api): correctly format movie urls
2021-09-20 08:05:13 +09:00
sct
a11bb49663
fix(rt-api): use rotten-tomatoes 2.0 search api for movies
2021-09-19 19:42:51 +09:00
TheCatLady
bb09f8eaf7
fix(ui): sort 'Request As' user dropdown by display name ( #2099 )
...
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2021-09-19 09:18:17 +00:00
TheCatLady
98ece67655
feat: list streaming providers on movie/TV detail pages ( #1778 )
...
* feat: list streaming providers on movie/TV detail pages
* fix(ui): add margin to media fact value
2021-09-19 09:11:46 +00:00
Weblate (bot)
db42c46781
feat(lang): translations update from Weblate ( #2058 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (880 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 51.6% (455 of 881 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 51.1% (451 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: 주서현 <adan.89lion@gmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
2021-09-18 09:57:12 -04:00
Danshil Kokil Mungur
da1e88c70a
docs(installation): increase log level in example commands in install docs ( #2057 ) [skip ci]
2021-09-06 00:37:06 +09:00
Danshil Kokil Mungur
d48154c4ae
docs(windows-install): update docs to use named volumes instead of bind mount ( #2056 ) [skip ci]
2021-09-05 13:36:56 +09:00
TheCatLady
590ea7e404
feat(lang): add Simplified Chinese display language ( #2032 )
2021-09-04 14:12:41 +09:00
Weblate (bot)
fe89fd5f12
feat(lang): translations update from Weblate ( #1910 )
...
* feat(lang): translated using Weblate (Spanish)
Currently translated at 93.1% (821 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (881 of 881 strings)
feat(lang): added translation using Weblate (Chinese (Simplified))
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: 陈烨炜 <cyw821204616@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hans/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 99.8% (880 of 881 strings)
Co-authored-by: Flo <sootylunatic1@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.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% (881 of 881 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 76.0% (670 of 881 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 74.6% (658 of 881 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 74.6% (658 of 881 strings)
Co-authored-by: Daddie0 <killswitchbuisniss@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 98.4% (867 of 881 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.1% (865 of 881 strings)
Co-authored-by: Antoine Cardon <contact+weblate@antoinecardon.fr >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (880 of 881 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.8% (880 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 53.9% (475 of 881 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 53.8% (474 of 881 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 (Swedish)
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (881 of 881 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 41.9% (370 of 881 strings)
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: 陈烨炜 <cyw821204616@gmail.com >
Co-authored-by: Flo <sootylunatic1@gmail.com >
Co-authored-by: JoKerIsCraZy <jokeriscrazy@yahoo.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Daddie0 <killswitchbuisniss@gmail.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Antoine Cardon <contact+weblate@antoinecardon.fr >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone <simoneungaro@hotmail.it >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Sergey Moiseev <ty4ko@bk.ru >
2021-08-29 16:28:19 -04:00
allcontributors[bot]
4f654b98c3
docs: add nicospz as a contributor for code ( #1985 ) [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>
2021-08-13 23:18:16 +09:00
tangentThought
376149d6eb
feat(notif): Restyle HTML email notifications Part 2 ( #1917 )
...
* Restyle HTML email notifications
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Font and actionUrl
Incorporated font and action Url change suggestions.
* Timestamp Padding
Added padding-right to timestamp field
* Hover and Word Wrap Changes
* Hover and Title Wrap
Added hover effects on title and wrapped it instead of truncating.
* Fixed indentation for mediaExtra
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Font Size Scaling Changes
* Removed superflous class name and CSS
* Hover and Title Wrap
Added hover effects on title and wrapped it instead of truncating.
* Fixed indentation for mediaExtra
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Update server/templates/email/media-request/html.pug
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Font Size Scaling Changes
* Removed superflous class name and CSS
* Align all email templates
* Reformat all other email notificaitons
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-08-09 08:55:37 +00:00
Nicolás Espinoza
0ce18b21ca
fix(ui): fix notifications settings buttons overflowing ( #1911 )
...
* fix(ui): fix notifications settings buttons overflowing
* fix(ui): fix table overflowing
2021-08-09 17:44:29 +09:00
TheCatLady
6f2db6a6cc
fix(webpush): load user in push sub query ( #1894 )
...
Co-authored-by: sct <ryan@sct.dev >
2021-08-09 05:27:12 +00:00
Nicolás Espinoza
70bd9e9308
fix(ui): change sidebar breakpoint to lg ( #1972 )
2021-08-09 14:19:34 +09:00
allcontributors[bot]
1e65a299a1
docs: add tangentThought as a contributor for code ( #1897 ) [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>
2021-07-14 20:59:46 +09:00
tangentThought
badf0f5e28
refactor(notif): Restyle HTML email notifications ( #1864 )
2021-07-14 20:57:51 +09:00
TheCatLady
8a55f85d3e
fix(quota): block multi-season requests that would exceed a user's quota ( #1874 )
...
* fix(quota): block multi-season requests that would exceed a user's quota
* fix(docs): add missing request user option to API docs
Co-authored-by: sct <ryan@sct.dev >
2021-07-13 09:58:54 +00:00
TheCatLady
8b960acf73
refactor(ui): add/tweak icons ( #1819 )
...
* refactor(ui): add prev/next button icons
* refactor(ui): use mail icon instead of at symbol icon for email
* refactor(ui): use ↻ symbol instead of ⤾ for reload button
* refactor(ui): add missing icons to password reset pages
* refactor(ui): add icons for save & test buttons
Co-authored-by: sct <ryan@sct.dev >
2021-07-13 09:44:15 +00:00
TheCatLady
1133a34ffd
fix(email): omit links when application URL is not configured ( #1806 )
...
Co-authored-by: sct <ryan@sct.dev >
2021-07-13 09:32:37 +00:00
Dustin Hildebrandt
680ea0c87a
feat(ui): add 'show more/less...' for studios on movie details page ( #1770 )
2021-07-13 18:13:21 +09:00
Weblate (bot)
57b52fc9cc
feat(lang): translations update from Weblate ( #1796 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.8% (878 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (879 of 879 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (879 of 879 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.7% (868 of 879 strings)
feat(lang): translated using Weblate (German)
Currently translated at 97.9% (861 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 97.6% (858 of 879 strings)
feat(lang): translated using Weblate (German)
Currently translated at 95.2% (837 of 879 strings)
Co-authored-by: Alexander Neuhäuser <alexander.neuhaeuser.py@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: HubDuck <github@moll.one >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Greek)
Currently translated at 96.0% (844 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 62.9% (553 of 879 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 62.9% (553 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 94.0% (827 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 96.7% (850 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 99.0% (871 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.3% (873 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 38.5% (339 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
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/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 37.2% (327 of 877 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 36.9% (324 of 878 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Russian)
Currently translated at 35.8% (315 of 878 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 29.6% (261 of 879 strings)
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 92.3% (812 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Alexander Neuhäuser <alexander.neuhaeuser.py@gmail.com >
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
2021-07-01 08:56:51 -04:00
TheCatLady
3841fb06eb
fix(ui): do not display negative remaining quota ( #1859 )
...
* fix(ui): do not display negative remaining quota
* fix: correct remaining quota count on API side
2021-07-01 00:16:40 +09:00
sct
11378549c6
refactor(ui): only show fixed top border on pwa desktop widths
2021-06-23 17:51:08 +09:00
TheCatLady
4eab2fea73
refactor(ui): tweak styling of sidebar & user profile quota display ( #1823 )
...
* refactor(ui): tweak styling of sidebar & user profile quota display
* refactor(ui): adjust sidebar gradient to match theme color
Co-authored-by: sct <ryan@sct.dev >
2021-06-23 07:38:07 +00:00
sct
25b5c6ebb5
build(deps): bump dependencies
2021-06-23 16:17:06 +09:00
sct
b71c07391a
refactor(ui): new menu design
2021-06-21 01:25:05 +09:00
TheCatLady
db781bfc35
refactor(ui): css refinements for a more unified look ( #1816 )
2021-06-20 13:32:05 +09:00
dependabot[bot]
409236f976
build(deps): bump normalize-url from 4.5.0 to 4.5.1 ( #1781 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 19:47:36 +09:00
sct
5a352bada7
build(deps): bump dependencies
2021-06-18 19:36:43 +09:00
TheCatLady
b8e82b5b4d
fix(ui): center logo on password reset pages ( #1807 )
...
* fix(ui): fix alignment of logo on password reset pages
* fix: use flex to center instead of mx-auto
* fix: set forceOptimize for ImageFader
2021-06-18 02:02:22 +00:00
TheCatLady
1f524f0582
docs: update email agent documentation ( #1797 ) [skip ci]
2021-06-17 12:10:17 -04:00
TheCatLady
f95be832f9
fix: correct logo filename ( #1805 )
2021-06-17 12:09:20 +00:00
imgbot[bot]
4ded414aed
refactor: [ImgBot] Optimize images ( #1803 )
...
*Total -- 149.80kb -> 128.63kb (14.13%)
/public/badge-128x128.png -- 3.43kb -> 1.98kb (42.25%)
/public/android-chrome-512x512_maskable.png -- 28.41kb -> 21.17kb (25.46%)
/public/sparkles-icon-192x192.png -- 6.89kb -> 5.58kb (19.08%)
/public/cog-icon-192x192.png -- 6.01kb -> 4.87kb (18.96%)
/public/apple-touch-icon.png -- 8.36kb -> 7.01kb (16.21%)
/public/clock-icon-192x192.png -- 7.82kb -> 6.68kb (14.58%)
/public/android-chrome-512x512.png -- 27.39kb -> 23.46kb (14.36%)
/public/android-chrome-192x192_maskable.png -- 9.13kb -> 8.00kb (12.32%)
/public/user-icon-192x192.png -- 3.86kb -> 3.41kb (11.81%)
/public/images/overseerr_poster_not_found.png -- 10.47kb -> 9.32kb (11.01%)
/public/android-chrome-192x192.png -- 8.46kb -> 7.92kb (6.32%)
/public/os_logo_filled.png -- 7.83kb -> 7.65kb (2.31%)
/public/os_icon.svg -- 1.64kb -> 1.61kb (1.79%)
/public/favicon-32x32.png -- 1.92kb -> 1.91kb (0.96%)
/public/logo_stacked.svg -- 7.90kb -> 7.85kb (0.61%)
/public/logo_full.svg -- 7.89kb -> 7.84kb (0.59%)
/src/assets/services/plex.svg -- 1.08kb -> 1.07kb (0.54%)
/src/assets/extlogos/pushover.svg -- 1.31kb -> 1.31kb (0.45%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: sct <ryan@sct.dev >
2021-06-17 11:59:27 +00:00
allcontributors[bot]
a2d83578e5
docs: add liviokanone as a contributor for design ( #1804 ) [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>
2021-06-17 20:50:57 +09:00
sct
beb5637d9f
feat: new logo, who dis? ( #1802 )
2021-06-17 20:46:40 +09:00
TheCatLady
910d00c195
fix(ui): do not allow submission of invalid form inputs ( #1799 )
2021-06-17 04:59:20 +00:00
TheCatLady
42e45f38e5
fix(notif): truncate media overviews ( #1800 )
2021-06-17 04:54:36 +00:00
TheCatLady
a41245c703
fix(lang): minor changes to password reset strings ( #1798 )
2021-06-17 04:49:52 +00:00
TheCatLady
0db0d4c280
build(deps): bump node to 14.17 and drop uuid in favor of native randomUUID ( #1792 )
2021-06-17 13:12:09 +09:00
allcontributors[bot]
c8b5a200d3
docs: add iceHtwoO as a contributor for translation ( #1793 ) [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>
2021-06-16 17:27:28 +09:00
Weblate (bot)
15f7941269
feat(lang): translated using Weblate (German) ( #1791 )
...
Currently translated at 91.8% (807 of 879 strings)
Co-authored-by: Alexander Neuhäuser <alexander.neuhaeuser.py@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Alexander Neuhäuser <alexander.neuhaeuser.py@gmail.com >
2021-06-15 14:44:55 -04:00
TheCatLady
71641d35c4
build(deps): bump openpgp from 5.0.0-2 to 5.0.0-3 ( #1734 )
2021-06-15 03:16:33 +00:00
TheCatLady
6789b8701c
fix(plex): do not fail to scan empty libraries ( #1771 )
...
* fix(plex): do not fail to scan empty libraries
* fix(plex): ensure getLibraryContents returns array
2021-06-15 03:09:23 +00:00
TheCatLady
de56380c05
docs(api): update and correct API documentation ( #1733 ) [skip ci]
2021-06-15 02:52:23 +00:00
Weblate (bot)
6a75a05c23
feat(lang): translations update from Weblate ( #1772 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.4% (874 of 879 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.6% (876 of 879 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.6% (876 of 879 strings)
Co-authored-by: Bruno Guerreiro <american.jesus.pt@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Bruno Guerreiro <american.jesus.pt@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-06-11 22:30:52 +00:00
Danshil Kokil Mungur
694904d15a
docs: fix small typo ( #1782 ) [skip ci]
2021-06-11 18:25:45 -04:00
sct
de0759c26a
fix(requests): do not prevent duplicate requests if other requests are declined
2021-06-10 18:28:33 +09:00
sct
126d8665ee
fix(requests): prevent duplicate movie requests
2021-06-10 18:19:26 +09:00
sct
46dac4d3c3
build(deps): update yarn.lock
2021-06-10 16:03:18 +09:00
Dustin Hildebrandt
a4cc1c757e
build(deps-dev): bump prettier from 2.3.0 to 2.3.1 ( #1758 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 14:59:59 +09:00
Dustin Hildebrandt
5e160ac6c9
build(deps): bump react-spring from 8.0.27 to 9.2.3 ( #1743 )
...
Bumps [react-spring](https://github.com/pmndrs/react-spring ) from 8.0.27 to 9.2.1.
- [Release notes](https://github.com/pmndrs/react-spring/releases )
- [Commits](https://github.com/pmndrs/react-spring/compare/v8.0.27...v9.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 14:46:21 +09:00
allcontributors[bot]
dfe26df6ed
docs: add Generator as a contributor for translation ( #1769 ) [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>
2021-06-10 14:00:21 +09:00
TheCatLady
22238fe4f7
fix(plex): disable library sync if Plex not configured, and disable scan if no libraries ( #1764 )
2021-06-10 04:50:34 +00:00
Weblate (bot)
dedf95e574
feat(lang): translations update from Weblate ( #1768 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.4% (865 of 879 strings)
Co-authored-by: Bruno Guerreiro <american.jesus.pt@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Bruno Guerreiro <american.jesus.pt@gmail.com >
2021-06-10 00:45:19 -04:00
dependabot[bot]
9b54641ab5
build(deps): bump trim-newlines from 3.0.0 to 3.0.1 ( #1767 )
...
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases )
- [Commits](https://github.com/sindresorhus/trim-newlines/commits )
---
updated-dependencies:
- dependency-name: trim-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 04:04:13 +00:00
TheCatLady
091d66a192
fix: check that application URL and email agent are configured for password reset/generation ( #1724 )
...
* fix: check that application URL and email agent are configured for password reset/generation
* refactor: reverse flex direction instead of conditionally changing justify
2021-06-10 12:56:33 +09:00
HubDuck
43b2e693e7
docs: fix spelling and punctuation errors ( #1748 ) [skip ci]
...
* docs(installation): spelling "Community" Unraid
Spelling correction for Community in the Unraid Installation section.
* docs(slack): Grammar correction
Double full stop corrected.
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-06-08 13:36:32 +00:00
Dustin Hildebrandt
c3e575ac77
build(deps): drop deprecated body-parser ( #1745 )
2021-06-08 09:09:01 +09:00
HubDuck
616451ecc7
docs(plex): correct name of "Sync Libraries" button ( #1747 ) [skip ci]
...
Update documentation settings plex. Button to sync libraries with plex
2021-06-07 17:38:46 +00:00
Weblate (bot)
37a4df646c
feat(lang): translations update from Weblate ( #1746 )
...
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.3% (873 of 879 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 98.2% (864 of 879 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (879 of 879 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (879 of 879 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
2021-06-07 10:08:24 -04:00
HubDuck
c153c055f1
docs: add Nginx Proxy Manager to reverse proxy documentation ( #1741 ) [skip ci]
...
* docs: adding npm section reverse-proxy
Adds npm configuration example to the docs for the reverse-proxy page under extending-overseerr.
Adds example image to public/images/docs
* docs: adding npm section reverse-proxy with tcl suggestions
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Delete npm_example.png
* docs: adding npm section reverse-proxy
Tabulation of nginx services
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-06-07 09:03:55 -04:00
sct
4368c3aa4f
revert(deps): revert back to typeorm 0.2.32
...
typeorm 0.2.34 introduced a bug with relations causing typeorm to think relations are loaded that
arent. will look back at updating this in future versions.
2021-06-06 12:48:30 +09:00
sct
f09aba04e4
refactor: update discord links to use new vanity url
2021-06-05 13:55:44 +09:00
sct
0918b25413
revert(requests): go back to old modifiedBy request values for now
2021-06-05 09:17:41 +09:00
Weblate (bot)
60c3ced9e2
feat(lang): translations update from Weblate ( #1727 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (879 of 879 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
2021-06-04 17:53:30 +00:00
TheCatLady
a3f04b3f35
fix(requests): appropriately set modifiedBy user for new requests ( #1684 )
...
* fix(requests): do not set modifiedBy user for auto-approved requests
* fix(requests): set modifiedBy user for requests on behalf of other users
2021-06-04 17:48:04 +00:00
TheCatLady
e0491ab02a
docs: update documentation to reflect recent changes/additions ( #1730 ) [skip ci]
...
* docs: update documentation to reflect recent changes/additions
* docs: add list of third-party integrations
* docs: add v3 warning
* docs: fix Docker for Windows link text
* docs: fix Telegram 'Send Silently' setting description
* docs: note that application URL is required for password reset/generation
* docs: add additional details on webhook template variables
2021-06-04 22:15:32 +09:00
sct
79d73f3e04
build(deps): bump dependencies
2021-06-04 22:10:13 +09:00
TheCatLady
e60598905b
feat: allow users to select notification types ( #1512 )
...
* feat: allow users to select notification types
* fix(ui): display personal notification types before management types
* fix: update allRequestsAutoApproved check to account for new REQUEST_MOVIE & REQUEST_TV perms
* fix(ui): do not display Discord notif type selector if user not eligible for any types
* refactor(ui): remove unnecessary 'enabled' checkboxes from user notif settings
* fix(ui): correct checkbox behavior
* fix: add missing return type on hasNotificationType
* refactor: remove unused isValid prop in NotificationsWebPush
* fix(ui): use SensitiveInput for users' public PGP keys
* fix(ui): add missing tip/hint for email encryption setting
* refactor(svg): use the new Discord logo
* revert(api): undo breaking change removing discordEnabled from UserSettingsNotificationsResponse
* fix(lang): update notification type descriptions for clarity
* fix(telegram): do not send users notifications of their own auto-approved requests
2021-06-04 19:31:05 +09:00
Weblate (bot)
6a3649f620
feat(lang): translations update from Weblate ( #1703 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (873 of 873 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 96.6% (844 of 873 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.6% (844 of 873 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 96.7% (842 of 870 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.7% (842 of 870 strings)
feat(lang): translated using Weblate (French)
Currently translated at 94.8% (825 of 870 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: sadstan123456 <sadstan123456@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (873 of 873 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (873 of 873 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (873 of 873 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (873 of 873 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: sadstan123456 <sadstan123456@gmail.com >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-06-02 20:18:35 -04:00
TheCatLady
4a042f12be
fix: handle null values in User email transform ( #1712 )
2021-05-31 14:36:40 +09:00
TheCatLady
59b2ec11fa
fix(ui): improve QuotaSelector display of unlimited and singular values ( #1704 )
2021-05-31 00:29:43 +00:00
TheCatLady
78fc1f7b7d
fix(frontend): add missing route guards to settings pages ( #1700 )
2021-05-31 00:18:38 +00:00
TheCatLady
310cdb36df
fix(plex): do not fail to import Plex users when Plex Home has managed users ( #1699 )
...
* fix(plex): do not fail to import Plex users when Plex Home has managed users
* fix: default display name to email when user has no username
also, do not set username or plexUsername when it is the same as the user's email address
* fix(ui): user display name placeholder should reflect fallback logic if username is not set
* fix(ui): hide email addresses of other users if logged-in user does not have Manage Users permission
* fix: always set Plex username even if same as user's email
* fix: remove unnecessary permission check
* fix: transform email addresses to lowercase
2021-05-31 08:38:52 +09:00
sct
6603dffe95
build(deps): bump dependencies
...
Includes some type fixes for Typescript 4.3.x
2021-05-30 09:25:11 +09:00
allcontributors[bot]
c715d91eb0
docs: add dphildebrandt as a contributor ( #1710 [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>
2021-05-29 17:30:27 +09:00
Dustin Hildebrandt
9ead8bb1f1
feat(notif): prevent manage-request users receiving auto-approve notif from their requests ( #1707 ) ( #1709 )
...
Email and webpush agents will filter out these users. Discord agent won't @ them.
2021-05-29 17:29:53 +09:00
Weblate (bot)
8a805716e3
feat(lang): translations update from Weblate ( #1676 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (870 of 870 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (870 of 870 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (870 of 870 strings)
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (870 of 870 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-05-27 08:44:33 -04:00
sct
2254248abc
revert(deps): use 10.1.3 until css import issue is resolved
2021-05-26 18:49:31 +09:00
TheCatLady
e88042ba28
refactor(font): utilize Next.js built-in web font optimization ( #1681 )
...
https://nextjs.org/docs/basic-features/font-optimization
2021-05-26 11:51:57 +09:00
dependabot[bot]
a18ccee20e
build(deps): bump next from 10.1.3 to 10.2.3 ( #1686 )
...
Bumps [next](https://github.com/vercel/next.js ) from 10.1.3 to 10.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.1.3...v10.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 10:57:53 +09:00
TheCatLady
9b3b6a9170
feat(pwa): add notification badge icon ( #1695 )
2021-05-26 00:30:17 +00:00
TheCatLady
0cd7fa0f1a
fix(sonarr): do not mark media as failed if there is no season data on TVDB ( #1691 )
2021-05-26 09:14:36 +09:00
sct
97d016d889
refactor(ui): touch up menu/back button coloring to look better on background images
2021-05-20 18:59:26 +09:00
TheCatLady
11aa712eb0
fix(notif): include year in Media Available notifications ( #1672 )
2021-05-20 09:52:29 +00:00
TheCatLady
31cb7176d2
fix: correctly display error messages ( #1653 )
2021-05-20 09:46:25 +00:00
TheCatLady
e6d5f0abfe
fix(ui): correct horizontal overflow behavior of settings tabs ( #1667 )
2021-05-19 02:17:31 +00:00
Danshil Kokil Mungur
e1f5febe7b
fix(tv): don't show duplicate air date ( #1666 )
...
Only show the First Air Date if it is the same as the Next Air Date
2021-05-19 00:57:12 +00:00
Weblate (bot)
d22400dbc9
feat(lang): translations update from Weblate ( #1639 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (868 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@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 94.7% (822 of 868 strings)
feat(lang): translated using Weblate (French)
Currently translated at 94.7% (822 of 868 strings)
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (868 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (868 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (868 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (868 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (870 of 870 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (868 of 868 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (868 of 868 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.1% (861 of 868 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <o40yoym9@anonaddy.me >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: costaht <habnertc@gmail.com >
2021-05-18 14:52:43 -04:00
sct
c5f5e6aaef
build(deps): bump dependencies
2021-05-18 19:59:58 +09:00
sct
7520e24e92
fix(notifications): default webpush notification agent to enabled for users for settings response
...
closes #1663
2021-05-18 19:52:23 +09:00
sct
14756f4b20
fix(lang): only set locale once at page load and move subsequent updates back into Layout
...
fixes #1662
2021-05-18 09:23:29 +09:00
TheCatLady
e85d1ce94e
fix(locale): properly restore display language upon page refresh ( #1646 )
...
* fix(locale): properly restore display language upon page refresh
* refactor: dedupe logic
2021-05-17 01:13:52 +00:00
TheCatLady
928b8a71cf
fix: perform case-insensitive match for local user email addresses ( #1633 )
2021-05-17 00:17:14 +00:00
TheCatLady
bb8d14b5ff
fix(sensitiveinput): do not capture enter key input ( #1650 )
2021-05-17 00:10:50 +00:00
TheCatLady
2ef57e9b1a
fix(ui): add clarification to user settings ( #1644 )
2021-05-17 00:02:55 +00:00
TheCatLady
808ccf1c69
fix(quotas): do not count already-requested seasons when editing TV request ( #1649 )
2021-05-17 08:14:46 +09:00
TheCatLady
22415642e8
feat(lang): add Greek display language ( #1605 )
...
* feat(lang): add Greek & Polish display languages
Also:
* rename zh-TW display language to 繁體中文
* fix plurality of AvailableLocale type name
* consistently use 'en' as fallback/default language
* revert(lang): remove Polish display language due to lack of translation activity
2021-05-16 14:56:49 +09:00
allcontributors[bot]
d7036f85bb
docs: add littlerooster as a contributor ( #1636 ) [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>
2021-05-14 11:47:24 +09:00
Weblate (bot)
2efa7faf20
feat(lang): translations update from Weblate ( #1603 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Greek)
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 54.2% (470 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 41.3% (358 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 39.8% (345 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 39.8% (345 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 28.8% (250 of 866 strings)
feat(lang): translated using Weblate (Greek)
Currently translated at 14.5% (126 of 866 strings)
feat(lang): added translation using Weblate (Greek)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: littlerooster <bananababa@protonmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/el/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (868 of 868 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (866 of 866 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): added translation using Weblate (Polish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (868 of 868 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (868 of 868 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (866 of 866 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (866 of 866 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (861 of 866 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.3% (774 of 866 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: littlerooster <bananababa@protonmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-05-13 15:11:43 +00:00
TheCatLady
44c3edb985
feat: add display name to create local user modal ( #1631 )
2021-05-13 15:06:02 +00:00
TheCatLady
6b37242a3f
fix(ui): remove delete button from request cards ( #1635 )
2021-05-13 15:00:43 +00:00
dependabot[bot]
5a30552871
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ( #1630 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 14:54:11 +00:00
sct
aa86809dc9
style: bump prettier and format app
2021-05-13 23:48:08 +09:00
sct
4e484282f0
build(deps): bump dependencies
2021-05-13 23:44:23 +09:00
TheCatLady
d7b9b1a525
feat(ui): request list item & request card improvements ( #1532 )
...
* feat(ui): add additional request card buttons
* feat(ui): add year to request list items & request cards
* fix(ui): do not show edit button conditionally, and don't hide modifiedBy user
* revert: do not unhide season list for reg users on mobile
2021-05-13 11:51:20 +00:00
TheCatLady
6968caa35a
fix(ui): apply pointer cursor style for clickable status badges ( #1632 )
2021-05-13 20:44:08 +09:00
allcontributors[bot]
b0fd29e33e
docs: add Jabster28 as a contributor ( #1617 ) [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>
2021-05-11 10:59:07 +09:00
Jabster28
d0703aa377
fix: switch PGP regex to span multiple lines ( #1598 )
...
* fix: switch PGP regex to span multiple lines
* also change the regex in this file
2021-05-11 10:58:27 +09:00
Weblate (bot)
361ea77588
feat(lang): translations update from Weblate ( #1585 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 94.7% (819 of 864 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Antoine Cardon <contact+weblate@antoinecardon.fr >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (865 of 865 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (864 of 864 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (864 of 864 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (866 of 866 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 97.6% (843 of 863 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 98.0% (847 of 864 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (864 of 864 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (863 of 864 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (864 of 864 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (864 of 864 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Antoine Cardon <contact+weblate@antoinecardon.fr >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-05-08 16:39:17 +00:00
TheCatLady
788f3dc435
fix(requests): remove requestedBy user param from existing movie request check ( #1569 )
2021-05-08 16:33:37 +00:00
sct
7a19f82b9c
build(deps): bump dependencies
2021-05-08 17:13:56 +09:00
TheCatLady
694d0ffcf6
fix(ui): hide Plex alert after setup and add local login warning to local user modal ( #1600 )
2021-05-08 04:10:47 +00:00
TheCatLady
0c4fb6446b
feat(webpush): add warning to web push settings re: HTTPS requirement ( #1599 )
2021-05-08 13:01:02 +09:00
TheCatLady
6b26188d88
fix(ui): hide advanced request options when there is only one choice ( #1591 )
...
* refactor: remove unnecessary elements/indentation
* fix(ui): hide advanced request options when there is only one choice
2021-05-07 02:33:11 +00:00
TheCatLady
9749d723fc
fix(plex): sync libraries after saving settings ( #1592 )
2021-05-07 09:03:45 +09:00
sct
c4775e05fe
refactor(ui): updated modal design with backdrops
2021-05-06 21:24:36 +09:00
TheCatLady
f48312e833
fix(locale): set locale based on user settings upon login ( #1584 )
2021-05-06 20:15:14 +09:00
TheCatLady
a640a91390
feat(plex): add support for custom Plex Web App URLs ( #1581 )
...
* feat(plex): add support for custom Plex Web App URLs
* refactor: clean up Yup validation in *arr modals & email settings
* fix(lang): change Web App URL tip
* fix: remove web app URL validation and add 'Advanced' badge
2021-05-06 17:40:22 +09:00
Weblate (bot)
93c441ef66
feat(lang): translations update from Weblate ( #1566 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 95.4% (824 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.4% (824 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (863 of 863 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (855 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.0% (851 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 97.3% (840 of 863 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 97.2% (839 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (863 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (863 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
2021-05-05 01:00:38 -04:00
TheCatLady
549103f6f6
fix(locale): default user locale should be the server setting ( #1574 )
...
* fix(locale): default user locale should be the server setting
* fix(db): fix user settings migration
* fix(db): set default locale to empty string
* revert: revert change to usersettings.ts
2021-05-05 13:33:43 +09:00
TheCatLady
e2acf8887c
fix(ui): default to text input type for SensitiveInputs ( #1568 )
2021-05-05 00:24:28 +09:00
TheCatLady
69ab7cc660
feat(email): replace 'Enable SSL' setting with more descriptive/clear 'Encryption Method' setting ( #1549 )
...
* feat(email): replace 'Enable SSL' setting with more descriptive/clear 'Encryption Method' setting
* fix: clarify settings & add true 'none' option
2021-05-04 10:31:33 +00:00
sct
11dc8ff92a
build(deps): revert to next 10.1.3
2021-05-04 19:22:58 +09:00
TheCatLady
e912a00880
fix(ui): correct RegionSelector z-index ( #1567 )
2021-05-04 18:45:33 +09:00
TheCatLady
f8b2c3c1b1
build(deps): bump openpgp from 5.0.0-1 to 5.0.0-2 ( #1565 )
2021-05-04 09:23:20 +00:00
TheCatLady
26580eaa21
fix(ui): improve form usability ( #1563 )
...
* fix(ui): improve form usability
* refactor: remove unnecessary <> and </> tags
* fix(ui): set url inputmode for *arr URL base fields
2021-05-04 17:42:27 +09:00
TheCatLady
b05b177776
fix(webpush): only prompt user to allow notifications if enabled in user settings ( #1552 )
2021-05-04 03:40:32 +00:00
Weblate (bot)
6c9991d474
feat(lang): translations update from Weblate ( #1558 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (866 of 866 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (865 of 865 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (866 of 866 strings)
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 97.6% (846 of 866 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (866 of 866 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-05-03 23:14:39 -04:00
TheCatLady
6c34bb2908
refactor(svg): inline *arr logos and optimize SVG assets ( #1562 )
2021-05-04 02:26:40 +00:00
sct
5b2300c28c
build(deps): bump dependencies
2021-05-04 11:14:40 +09:00
TheCatLady
1123fce089
fix(ui): apply rounded-l-only to SensitiveInput textareas and increase visible text input area ( #1561 )
2021-05-04 09:37:51 +09:00
TheCatLady
e4d0029f7b
fix(ui): add user profile links to RequestBlock and change 'ETA' string in DownloadBlock ( #1551 )
2021-05-03 13:21:45 +00:00
TheCatLady
2fc9835a6a
build(docker): refactor Dockerfile to enable caching of node_modules ( #1550 )
...
* ci: revert actions/cache version change and install GNU tar
* ci: do not potentially destroy Docker cache while building preview images
* build(docker): refactor Dockerfile to cache node_modules
* ci: remove Next.js caching
* build(docker): don't break arm builds
2021-05-03 22:13:23 +09:00
TheCatLady
f256a444c5
feat: add server default locale setting ( #1536 )
...
* feat: add server default locale setting
* fix: do not modify defaultLocale property of IntlProvider
2021-05-03 13:11:28 +00:00
Jakob Ankarhem
4fd452dd18
feat(inputs): add support for toggling security on input fields ( #1404 )
2021-05-03 21:59:52 +09:00
Weblate (bot)
e3d5e33ec3
feat(lang): translated using Weblate (Spanish) ( #1553 )
...
Currently translated at 100.0% (863 of 863 strings)
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-05-02 15:00:31 -04:00
TheCatLady
189313e94a
fix: correctly fall back to English name in LanguageSelector ( #1537 )
...
* fix: correctly fall back to English name in LanguageSelector
* refactor: clean up language sort & name logic
* refactor: also clean up region sort & name logic
* refactor: use arrow functions
2021-04-30 18:02:59 +00:00
TheCatLady
b7b55e275c
fix(backend): properly set request media status ( #1541 )
2021-05-01 00:43:42 +09:00
TheCatLady
ad7375ec50
ci: use actions/cache@v2.1.0 instead of v2.1.5 ( #1502 )
2021-04-30 22:54:56 +09:00
TheCatLady
5e588be812
fix(ui): add missing margins on button SVGs on Plex Settings page ( #1546 )
2021-04-30 17:38:47 +09:00
Weblate (bot)
1a6d4bddc0
feat(lang): translations update from Weblate ( #1527 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 97.3% (840 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.4% (832 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.4% (832 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.1% (830 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.1% (830 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.0% (829 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 96.0% (829 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.7% (826 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.7% (826 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.3% (823 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.3% (823 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.2% (822 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.2% (822 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.1% (821 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.1% (821 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.0% (820 of 863 strings)
feat(lang): translated using Weblate (French)
Currently translated at 95.0% (820 of 863 strings)
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 95.8% (827 of 863 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (863 of 863 strings)
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 39.6% (342 of 863 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-04-29 09:56:23 -04:00
TheCatLady
b2e37955ac
refactor(pwa): modify color of shortcut icons ( #1528 )
...
* refactor(pwa): add gradient bg to shortcut icons
* refactor(pwa): remove bg in favor of colored icons
2021-04-29 19:36:24 +09:00
TheCatLady
e1dc62b0a5
fix(pwa): add Discover shortcut and fix/optimize icons ( #1525 )
2021-04-28 17:42:33 +09:00
TheCatLady
26ddc03b2c
fix(css): fix cog icon size on media detail pages ( #1520 )
2021-04-28 12:21:22 +09:00
TheCatLady
85899ab49a
fix(radarr): only process Radarr movies which are either monitored or downloaded ( #1511 )
...
* fix(radarr): only process Radarr movies which are either monitored or downloaded
* refactor: move monitored check to processRadarrMovie
2021-04-28 09:53:52 +09:00
Weblate (bot)
9a95a07391
feat(lang): translations update from Weblate ( #1497 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (840 of 840 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (863 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (861 of 861 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (860 of 860 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (838 of 860 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (841 of 844 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (838 of 840 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (832 of 832 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (824 of 824 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (844 of 844 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (832 of 832 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (863 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (861 of 861 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (844 of 844 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.2% (834 of 840 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (832 of 832 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 98.9% (823 of 832 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (824 of 824 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (840 of 840 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (832 of 832 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 39.5% (341 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (863 of 863 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (861 of 861 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (860 of 860 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 96.6% (831 of 860 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (840 of 840 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (824 of 824 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (824 of 824 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-04-27 19:32:48 -04:00
TheCatLady
3baa55c690
fix(email): parse sender hostname from application URL ( #1518 )
2021-04-27 23:23:51 +00:00
TheCatLady
802e40a5df
fix(ui): explicitly specify width/height of Listbox dropdown icon ( #1514 )
2021-04-28 08:15:30 +09:00
TheCatLady
f78b9c1ca9
fix(css): don't target button globally ( #1510 )
...
* fix(css): don't target button globally
* fix(css): revert toast change
2021-04-27 15:23:36 +00:00
sct
2a912180b8
build: lets try tailwind jit again
2021-04-27 18:38:51 +09:00
TheCatLady
91b9e0f679
feat(perms): add separate REQUEST_MOVIE and REQUEST_TV permissions ( #1474 )
...
* feat(perms): add separate REQUEST_MOVIE and REQUEST_TV permissions
* fix(perms): do not require regular request perms for 4K requests
2021-04-27 18:28:07 +09:00
Danshil Kokil Mungur
ed99e4976d
feat(pwa): add shortcuts to PWA ( #1509 )
...
* feat(pwa): add shortcuts to PWA
* feat(pwa): suggested changes
use 192x192 px icons and replace links
2021-04-27 11:20:31 +09:00
TheCatLady
db49b2024d
feat: add option to only allow Plex sign-in from existing users ( #1496 )
...
* feat: add option to only allow Plex login from existing users
* fix: remove newPlexLogin from public settings
2021-04-26 21:06:54 +09:00
TheCatLady
3e5e9c0ad1
refactor(css): add styles targeting SVG button/modal icons ( #1464 )
...
* refactor(css): add global classes for common icon types
* refactor(css): target child SVGs instead of creating new icon classes
* fix: fix ButtonWithDropdown style class spacing
2021-04-26 10:09:58 +00:00
TheCatLady
079645c2c7
feat(notif): show success/failure toast for test notifications ( #1442 )
...
* feat(notif): show success/failure toast for test notifications
* fix(lang): remove 'successfully' from test notif success strings
2021-04-26 10:01:31 +00:00
TheCatLady
4faddf3810
fix(ui): show warning if user has both a default non-4K server and a non-default 4K server ( #1478 )
2021-04-26 17:13:05 +09:00
sct
ef3f9778aa
fix(api): do not try to transform empty values passed to user notificationTypes
...
fixes #1501
2021-04-26 08:22:50 +09:00
TheCatLady
48587719e9
fix: do not set locale when modifying other users ( #1499 )
2021-04-26 07:39:19 +09:00
sct
2ecd9d7b13
fix(ui): correct toasts being in the wrong position on smaller screens
2021-04-26 01:29:36 +09:00
sct
11a5e8d95b
fix(lang): correct overwritten email toast strings
2021-04-26 01:23:29 +09:00
TheCatLady
4e6fb00a4a
feat(notif): add LunaSea agent ( #1495 )
...
* feat(notif): add LunaSea agent
* feat(notif): change LunaSea 'Authorization Header' input field to 'Profile Name'
2021-04-26 01:22:54 +09:00
imgbot[bot]
aa96e809bf
chore: [ImgBot] Optimize images ( #1498 )
...
*Total -- 222.59kb -> 203.90kb (8.4%)
/public/android-chrome-512x512_maskable.png -- 80.66kb -> 70.39kb (12.73%)
/public/android-chrome-192x192.png -- 28.24kb -> 26.01kb (7.9%)
/public/android-chrome-192x192_maskable.png -- 25.87kb -> 24.12kb (6.77%)
/public/android-chrome-512x512.png -- 87.82kb -> 83.38kb (5.06%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: sct <ryan@sct.dev >
2021-04-25 15:05:31 +00:00
dependabot[bot]
25b5187f31
build(deps): bump ssri from 6.0.1 to 6.0.2 ( #1473 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-25 15:00:32 +00:00
sct
dbac048431
build(deps): bump dependencies
2021-04-25 23:54:10 +09:00
TheCatLady
f1e8250740
ci(nextjs): configure Next.js build cache ( #1463 ) [skip ci]
...
https://nextjs.org/docs/messages/no-cache#github-actions
Co-authored-by: sct <ryan@sct.dev >
2021-04-25 23:18:31 +09:00
sct
28830d4ef8
feat: PWA Support ( #1488 )
2021-04-25 20:44:12 +09:00
Weblate (bot)
e6e5ad221a
Translations update from Weblate ( #1451 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (820 of 820 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (820 of 820 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (820 of 820 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (820 of 820 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (819 of 819 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 99.7% (822 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 74.6% (612 of 820 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (824 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (820 of 820 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.5% (820 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 99.7% (822 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (822 of 822 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (822 of 822 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (822 of 822 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (822 of 822 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (819 of 819 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (819 of 819 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (819 of 819 strings)
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (820 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (820 of 824 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.0% (808 of 824 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (822 of 822 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (819 of 819 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-04-24 16:11:43 -04:00
sct
6a4ea1b0c5
chore: fix gitattributes for images [skip ci]
2021-04-24 09:10:36 +09:00
TheCatLady
1a311d211d
fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search' ( #1476 )
...
* fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search'
* docs: update *arr setting documentation to reflect changes
* fix: apply form-input class
2021-04-21 09:21:25 +09:00
TheCatLady
a822b01922
fix(lang): add missing '4K' from singular case of approve/deny 4K request strings ( #1481 )
2021-04-20 23:03:05 +00:00
TheCatLady
89455ad9b7
fix: set editRequest attribute as necessary, allow users to edit their own pending requests, and show 'View Request' button on series pages ( #1446 )
...
* fix: set editRequest attribute for RequestModal
* fix: remove now-unneeded conditional
* fix(ui): only show 'View Request' for user's own requests if they don't have MANAGE_REQUESTS perm
* fix(ui): show edit button on request list for own requests & 'View Request' button on series pages
* fix(ui): do not show 'Request More' if user already has a pending request
* fix: address PR comments
* fix(lang): edit usercreatedfaileexisting string & generate translation key
* fix: users should always be able to view/edit their own requests even if their perms have changed
also fixed capitalization of 'Signing In...' string
2021-04-19 12:12:05 +09:00
sct
f13f1c9451
fix: better error message when creating a user with an existing email
...
fixes #1441
2021-04-18 19:53:55 +09:00
sct
eb5d152886
fix(ui): align icons in user dropdown
...
also changed icons on the jobs & cache page to be outlined (and switched to trash icon for flush
cache)
2021-04-18 19:39:24 +09:00
TheCatLady
4e98f56753
fix(notif): include year in notifications ( #1439 )
...
* fix(notif): include year in notifications
* fix(lang): fix shared overwritten strings
* fix: check if email agent is actually enabled when generating passwords
2021-04-18 10:11:56 +00:00
TheCatLady
3ae7d0098b
fix(radarr): search in addition to monitoring existing movies ( #1449 )
2021-04-18 10:05:02 +00:00
TheCatLady
1702acf61c
refactor(ui): add icons to PlayButton dropdown ( #1457 )
2021-04-18 09:56:07 +00:00
TheCatLady
5d1b741f55
fix(ui): adjust user list buttons on mobile ( #1452 )
2021-04-18 17:41:02 +09:00
TheCatLady
4449241a8f
fix(api): add check for 4K request perms to request creation endpoint ( #1450 )
2021-04-17 15:07:38 +00:00
TheCatLady
db077700e4
fix(plex): add support for plex.direct URLs ( #1437 )
...
* fix(plex): add support for plex.direct URLs
* fix(ui): mark HTTPS Plex connections as secure
2021-04-17 10:07:37 +00:00
TheCatLady
8fc71bea08
refactor(icons): install and use @heroicons/react ( #1438 )
2021-04-17 18:07:23 +09:00
allcontributors[bot]
d0cc0a8e7a
docs: add Dabu-dot as a contributor ( #1447 ) [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>
2021-04-17 09:32:16 +09:00
sct
190cbd6559
fix(api): correctly check if update is available for release versions
2021-04-16 23:11:15 +09:00
Weblate (bot)
a54241c775
feat(lang): Translations update from Weblate ( #1429 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (819 of 819 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (818 of 818 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 98.0% (802 of 818 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 92.7% (759 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (818 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (819 of 819 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (818 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 75.0% (614 of 818 strings)
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 73.3% (600 of 818 strings)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (819 of 819 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (818 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (818 of 818 strings)
feat(lang): translated using Weblate (French)
Currently translated at 97.6% (799 of 818 strings)
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (819 of 819 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (818 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (818 of 818 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Dabu <clarissy.andrea@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-04-16 11:00:18 +00:00
TheCatLady
4b5e355df9
fix(ui): correctly set autocomplete attribute for password fields ( #1430 )
2021-04-16 12:45:50 +09:00
TheCatLady
a6bfb5e74e
docs: update develop message ( #1435 ) [skip ci]
2021-04-15 23:16:33 -04:00
sct
7e70ad8c60
build(deps): bump dependencies
2021-04-16 10:08:35 +09:00
sct
03fd21bebc
feat: change alpha warning to beta warning
2021-04-16 09:58:58 +09:00
TheCatLady
e8bbd4497a
fix(ui): dim password field when password generation option is selected ( #1427 )
...
* fix(ui): dim password field when password generation option is selected
* fix: use ternary operator instead of &&
2021-04-15 20:46:19 +09:00
Weblate (bot)
dceca4dd97
feat(lang): translations update from Weblate ( #1416 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 94.3% (780 of 827 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (823 of 823 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (827 of 827 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (827 of 827 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (818 of 818 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-04-14 14:46:38 -04:00
TheCatLady
a3814ec0c7
build(snap): bump node to 14.16.1 ( #1423 )
2021-04-14 00:49:45 -04:00
TheCatLady
5117987fea
fix(ui): hide alert when email notifs are already configured ( #1335 )
...
* fix(ui): hide alert when email notifs are already configured
* fix(ui): disable instead of hide checkbox
* fix: determine if email notifications are enabled via user settings endpoint
2021-04-14 12:32:06 +09:00
TheCatLady
2cd952d1ca
refactor(ui): improved alerts for services settings & removed alert titles ( #1280 )
...
* refactor(ui): improved alerts for services settings & removed alert titles
* fix(ui): set styling of alert links to be consistent w/ others
* fix(ui): clarify appropriate 4K setting when user has not configured a default non-4K server
* fix: remove unused var/eslint-disable & correct string
2021-04-14 02:20:25 +00:00
sct
ad67381397
fix(ui): close sidebar on mobile when clicking version status
2021-04-14 10:39:07 +09:00
TheCatLady
dad37e8be6
ci(github): authenticate with GHCR using GITHUB_TOKEN instead of PAT ( #1422 ) [skip ci]
2021-04-14 00:42:31 +00:00
TheCatLady
4eb92098ba
fix: fix outofdate string & display version status badge in Settings > About ( #1417 )
2021-04-14 09:25:23 +09:00
TheCatLady
fc14037ec1
fix(backend): do not log error when user has no server access ( #1419 )
2021-04-13 23:29:21 +00:00
TheCatLady
9233fc0785
fix(plex): do not use SSL for local servers ( #1418 )
2021-04-14 08:11:34 +09:00
sct
ecf13123d2
feat: add overseerr version and update availability status to sidebar
...
sort of experimental so may be kinda broken. :)
2021-04-13 19:30:55 +09:00
allcontributors[bot]
a035d60c19
docs: add DJScias as a contributor ( #1414 ) [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>
2021-04-13 14:51:44 +09:00
Weblate (bot)
3daf57e9a1
feat(lang): translations update from Weblate ( #1396 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 94.9% (783 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 95.3% (787 of 825 strings)
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Catalan)
Currently translated at 94.9% (783 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 79.8% (659 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 94.9% (783 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 75.1% (620 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 95.3% (787 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 94.5% (780 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 94.9% (783 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (825 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 92.2% (761 of 825 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: DJScias <djscias@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
2021-04-13 01:27:59 -04:00
TheCatLady
190a5c0723
fix(lang): remove unused strings & correct manageModalNoRequests strings ( #1413 )
2021-04-13 14:19:07 +09:00
sct
2ac6fe7f6d
fix(api): allow server owner to delete other admin accounts
2021-04-13 13:09:06 +09:00
sct
2a869f74eb
build(deps): bump dependencies
2021-04-13 12:36:20 +09:00
TheCatLady
ad6f815249
docs: add Pushbullet, Pushover, Slack, Telegram ( #1268 ) [skip ci]
...
* docs: add Pushbullet, Pushover, Telegram
* docs: correction based on feedback from @costaht
* docs: add Slack
* docs: update Telegram docs to reflect changes in #1172
* docs: clarify PGP key format
* docs: edit Pushover documentation
2021-04-13 12:36:05 +09:00
TheCatLady
46c4ee1625
feat(notif): allow users to enable/disable specific agents ( #1172 )
...
* refactor(ui): add tabs to user notification settings
* feat(notif): allow users to enable/disable specific agents
* fix(ui): only enforce required fields when agent is enabled
* fix(ui): hide unavailable notification agents
* feat(notif): mention admin users for admin Discord notifications
* fix(ui): modify styling of PGP key textareas to suit expected input
* fix(notif): mention all admins when there are multiple and fix rebase error
* fix: add missing form values, and fix Yup validation
* refactor: reduce repeated logic/code in email notif agent
* refactor: move 'Notification Types' label into NotificationTypeSelector component
* fix(email): correct inconsistencies in email template formatting
* refactor: use bitfields for storing user-enabled notif agent types
* feat: improve notification agent logging
* fix(ui): mark string fields as nullable so empty values are not type errors
* fix: add validation for PGP-related inputs
* fix: correctly fetch user in user settings & log mentioned IDs for Discord notifs
* fix(ui): fix mobile nav dropdown text & add hover effect to button-style tabs
* fix(notif): process admin email notifications asynchronously
* fix(logging): log name of notification type instead of its enum value
* fix: mark required fields and pass all user settings values to API
* fix(frontend): call mutate after changing email/Discord/Telegram global notif settings
* refactor: get global notif settings from relevant API endpoints instead of adding to public settings
* fix(notif): fall back to email notifications being enabled (default) if user settings do not exist
* fix(notif): do not set notifyUser for MEDIA_PENDING or MEDIA_AUTO_APPROVED
* fix: expose notif enabled settings in user notif endpoints & remove global enable notif setting
* fix(notif): remove unnecessary allowed_mentions object from Discord payload
* fix(notif): use form values for email test notification
* fix: make suggested changes and regenerate DB migration
* fix: loosen validation of PGP keys
* fix: fix user profile settings routes
* fix: remove route guard from profile pages
2021-04-13 03:31:31 +00:00
TheCatLady
bed850dce9
fix(ui): allow canceling from request list & hide edit button for own requests ( #1401 )
...
* fix(ui): allow canceling from request list & hide edit button for own requests
* fix(ui): hide 'Cancel Request' button on request list for admins
2021-04-13 12:02:10 +09:00
sct
b5ac2f5a2c
fix(frontend): handle media items/requests no longer having a valid tmdb id
...
fixes #517
2021-04-12 18:48:41 +09:00
dependabot[bot]
0a87ab5377
build(deps): bump y18n from 3.2.1 to 3.2.2 ( #1345 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-10 02:10:01 +00:00
dependabot[bot]
c10430ab7a
build(deps): bump react-intl from 5.13.5 to 5.15.7 ( #1374 )
...
Bumps [react-intl](https://github.com/formatjs/formatjs ) from 5.13.5 to 5.15.7.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@5.13.5...react-intl@5.15.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-10 11:04:07 +09:00
sct
4b1d1fbbee
build(deps): bump dependencies
2021-04-10 10:56:15 +09:00
allcontributors[bot]
f8966536e3
docs: add jonocairns as a contributor ( #1393 ) [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>
2021-04-10 10:11:29 +09:00
Jono Cairns
d3c6bc1619
fix(quotas): Time value of a quota was being ignored
2021-04-10 10:10:43 +09:00
Weblate (bot)
9b199b27d8
feat(lang): translations update from Weblate ( #1388 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 78.5% (639 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 92.7% (755 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-04-09 14:34:33 -04:00
TheCatLady
e605687580
feat(webhook): include requestedBy user in payload ( #1385 )
...
* feat(webhook): include requestedBy user in payload
* fix: update jsonPayload in settings.ts
2021-04-09 10:32:29 +09:00
TheCatLady
d9e314bad2
fix(frontend): autofill with Plex server address ( #1381 )
2021-04-08 02:27:19 +00:00
TheCatLady
33542c9b2d
fix(plex): use server 'address' returned by Plex API ( #1379 )
2021-04-08 00:07:50 +00:00
allcontributors[bot]
f2d7003969
docs: add acortelyou as a contributor ( #1380 ) [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>
2021-04-08 08:59:22 +09:00
Alex Cortelyou
82ca2f5934
fix(frontend): add crossorigin attribute to webmanifest link ( #1376 )
2021-04-07 23:31:31 +00:00
Weblate (bot)
8ee7693a1f
feat(lang): translations update from Weblate ( #1360 )
...
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (794 of 794 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (794 of 794 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 41.6% (331 of 794 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (794 of 794 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-04-06 19:34:05 -04:00
sct
b4911a7d5a
build(deps): bump dependencies
2021-04-07 00:29:13 +09:00
TheCatLady
e43106a434
fix: fall back to English genre names ( #1352 )
...
* fix: fall back to English genre names
* fix: use startsWith() instead of equality check
2021-04-07 00:22:16 +09:00
TheCatLady
b4450a308c
fix: various fixes for new tags feature ( #1369 )
...
* fix(backend): fix movie override tags check
* fix(lang): fix 'no tags' and 'anime tags' strings
* fix(logging): correct capitalization of Radarr/Sonarr
* fix(ui): consistently disable tag select / display loading placeholder
2021-04-06 07:56:21 +09:00
TheCatLady
7a5c4a30b5
fix(ui): link request card status badge to Plex media URL ( #1361 )
2021-04-05 17:08:32 +00:00
sct
a306ebc2d1
feat: radarr/sonarr tag support ( #1366 )
2021-04-05 21:16:55 +09:00
TheCatLady
db5af6d24b
docs: preliminary user management documentation ( #1310 ) [skip ci]
...
* docs: preliminary user management documentation
* docs: fix heading
* docs: add quota info
* docs: remove mention of image caching (for now)
* docs: update FAQ to link to Users page
2021-04-04 21:33:53 -04:00
Weblate (bot)
35c13a8746
feat(lang): translated using Weblate (Catalan) ( #1351 )
...
Currently translated at 100.0% (794 of 794 strings)
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
2021-04-02 11:41:19 -04:00
TheCatLady
0aa2c53100
docs: only include necessary lines in example Nginx subfolder conf ( #1348 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
2021-04-01 19:07:04 -04:00
TheCatLady
a54eefaa16
docs: organize and edit FAQ ( #1336 ) [skip ci]
...
* docs: organize and edit FAQ
* docs: add HAMA to list of supported agents
* docs: make suggested changes
2021-04-01 18:58:53 -04:00
sct
911faeff56
revert(ui): remove local image cache option from settings page
...
this commit removes the local cache option for the settings page. The feature will still function
but must be manually enabled in the `settings.json` file. We will add it back in later after
resolving the current outstanding issues.
2021-04-01 15:16:16 +09:00
Weblate (bot)
18ce349faa
feat(lang): translations update from Weblate ( #1313 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 39.5% (316 of 800 strings)
feat(lang): translated using Weblate (Catalan)
Currently translated at 39.3% (315 of 800 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 95.1% (761 of 800 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (800 of 800 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (800 of 800 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (794 of 794 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-04-01 05:47:49 +00:00
TheCatLady
1d88be9341
fix(frontend): include language parameter in TMDb links ( #1344 )
2021-04-01 05:41:38 +00:00
hirenshah
b0b04ca1c7
fix(log): fix typo in base scanner logging ( #1329 ) [skip ci]
...
"Changes" instead of "Changed"
2021-04-01 05:35:30 +00:00
sct
1df67baf9e
revert: remove experimental tailwind jit compiler until title card hover is fixed
2021-04-01 08:37:53 +09:00
TheCatLady
c886ea6c05
fix(frontend): use HTTPS to fetch TMDb assets for network/studio sliders ( #1343 )
2021-04-01 08:31:53 +09:00
TheCatLady
fe8d34607b
fix(backend): fix getShowByTvdbId() error message ( #1314 ) [skip ci]
...
* fix(backend): fix getShowByTvdbId() error message
* fix(backend): use suggested error message
2021-03-31 20:11:47 +09:00
sct
86d6a25e5b
build(deps): bump dependencies (enable nextjs webpack 5 future support)
2021-03-31 19:55:17 +09:00
sct
d524371ace
build: add tailwindcss-jit experimental compiler
2021-03-31 19:31:22 +09:00
TheCatLady
d8bcb99b2f
fix(ui): gracefully handle lengthy titles & long words in overviews ( #1338 )
2021-03-31 10:19:14 +00:00
sct
55b18f0023
build(deps): switch to using postcss8 version of tailwind
2021-03-31 19:03:10 +09:00
TheCatLady
13e1595c6e
fix(lang): remove unused strings ( #1330 )
2021-03-31 15:34:36 +09:00
TheCatLady
f4bed9a63b
feat(ui): allow any value 1-100 for quota limit/days ( #1337 )
2021-03-31 12:13:13 +09:00
TheCatLady
1c8968fd26
docs: remove image cache directory path ( #1303 ) [skip ci]
...
* docs: remove image cache dir path
2021-03-30 17:47:40 +00:00
sct
d3a25b935a
fix(notifications): correctly send notifications for users that do not have any user settings yet
...
fixes #1324
2021-03-30 21:02:33 +09:00
sct
a908c07670
feat(frontend): allow selecting multiple original languages
2021-03-30 19:50:12 +09:00
TheCatLady
5c135c9974
fix(ui): use correct colspan for 'No results.' message in Settings > Logs ( #1325 )
...
* fix(ui): use correct colspan for 'No results.' message in Settings > Logs
* fix(ui): also fix colspan of pagination row
2021-03-30 16:51:33 +09:00
TheCatLady
77911c03e9
feat(lang): add Catalan to language picker ( #1309 )
2021-03-30 00:14:59 +00:00
allcontributors[bot]
72931f3035
docs: add dtalens as a contributor ( #1312 ) [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>
2021-03-30 09:08:43 +09:00
Weblate (bot)
1b129c0b38
feat(lang): translations update from Weblate ( #1305 )
...
* feat(lang): translated using Weblate (Catalan)
Currently translated at 36.3% (291 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (801 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 67.4% (540 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 41.0% (329 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (801 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (801 of 801 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens <databio@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
2021-03-29 12:57:25 -04:00
sct
5544e4b65e
refactor(ui): relax colors on default and sucecss button styles
2021-03-29 16:56:13 +09:00
sct
285f8aa389
chore: remove unnecessary git add commands from lint-staged [skip ci]
2021-03-29 15:50:28 +09:00
sct
a06a85e329
refactor(ui): change view details button on logs page to an icon
2021-03-29 15:49:49 +09:00
sct
67fbb401ac
fix(ui): correctly paginate request list
2021-03-29 15:45:10 +09:00
TheCatLady
a9461f760d
feat(ui): Add user requests page ( #936 )
...
* feat(ui): add user requests page
* fix: return error if user attempts to fetch another user's requests without adequate perms
* fix(ui): make user name on request page link back to user profile
* feat(ui): link user request count to their filtered request list view
* fix(frontend): only display user requests on profiles if current user has adequate perms
* fix: use 'all' filter for user-filtered request list
* fix(frontend): pass userId to router.push()
* fix: do not pass userId in query for non-user-filtered requests page
* fix(frontend): also allow REQUEST_VIEW perm through route guard
* fix(frontend): only link request count to user request list if current user has required perms
2021-03-29 13:16:03 +09:00
TheCatLady
49782c0b73
fix(frontend): 'Recent Requests' slider should link to request list w/ same filter ( #1235 )
...
* fix(frontend): 'Recent Requests' slider should link to request list w/ same filter
* fix(frontend): use 'all' instead of 'unavailable' filter for recent requests slider
* refactor: use enum for request list filter
2021-03-29 02:02:03 +00:00
sct
e16277c07d
revert(deps): revert react-intl to 5.13.5
2021-03-29 09:28:30 +09:00
sct
2042a54f82
build(deps): bump dependencies
2021-03-28 19:13:41 +09:00
TheCatLady
f990585914
fix(frontend): use correct path to user profile in request modal quota dropdown ( #1307 )
...
* fix(frontend): use correct path to user profile in request modal quota dropdown
* fix(ui): add link transition duration
2021-03-28 16:59:12 +09:00
TheCatLady
c8f67cf866
fix(frontend): call mutate after changing public settings ( #1302 )
2021-03-27 05:12:08 +00:00
Weblate (bot)
bec1d3dde8
feat(lang): translations update from Weblate ( #1281 )
...
* feat(lang): translated using Weblate (Italian)
Currently translated at 93.2% (747 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 61.7% (495 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 95.0% (761 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (799 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (801 of 801 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-03-25 20:53:58 -04:00
allcontributors[bot]
9ac0295986
docs: add JagandeepBrar as a contributor ( #1295 ) [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>
2021-03-26 08:36:26 +09:00
Jagandeep Brar
3b003b7701
fix(overseerr-api.yml): fixed pushbullet & webhook API definition refs and descriptions ( #1288 ) [skip ci]
2021-03-26 08:35:47 +09:00
sct
16a611b9df
fix(ui): correctly enable the request button when partial requests are disabled with no quota
2021-03-25 14:56:29 +09:00
TheCatLady
2059fc1cd4
fix(ui): restore saved states of quota override checkboxes ( #1282 )
...
* fix(ui): restore saved states of quota override checkboxes
* fix: check if value is undefined or null, not just truthy
Co-authored-by: sct <ryan@sct.dev >
2021-03-25 05:54:04 +00:00
TheCatLady
7230915094
feat(ui): display movie/series original title ( #1240 )
...
* feat(ui): display movie/series original title
* fix(ui): remove extra margin when tagline is missing
* fix(ui): simply don't show overview when unavailable
* fix(ui): overview heading color should match that of sliders
* fix: revert overview removal on movie/series detail pages
2021-03-24 16:34:17 +00:00
TheCatLady
ab559a3dde
build(docker): do not include unused images in Docker builds ( #1267 ) [skip ci]
2021-03-24 15:55:57 +00:00
sct
02d324df01
build(deps): bump dependencies
2021-03-25 00:28:34 +09:00
Weblate (bot)
e9b1a9e80e
feat(lang): translations update from Weblate ( #1256 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (849 of 849 strings)
Currently translated at 100.0% (859 of 859 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Hungarian)
Currently translated at 28.3% (241 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (German)
Currently translated at 90.9% (797 of 876 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (876 of 876 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 46.6% (396 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 46.1% (392 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (800 of 800 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (849 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (849 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (800 of 800 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (796 of 800 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (849 of 849 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-03-24 11:25:00 -04:00
sct
3f1f85a80e
fix(ui): correctly show quota display on tv request modal when only series quota is set
2021-03-25 00:15:35 +09:00
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
2021-03-24 21:45:07 +09:00
HubDuck
544c2d9442
docs: clarify wording regarding separate copies of non-4K & 4K media [skip ci]
2021-03-24 07:59:55 -04:00
TheCatLady
8546b0ef53
fix(ui): fix label formatting in general user settings ( #1275 )
2021-03-24 19:34:39 +09:00
sct
6c75c88228
feat(requests): add request quotas ( #1277 )
...
* feat(quotas): rebased
* feat: add getQuota() method to User entity
* feat(ui): add default quota setting options
* feat: user quota settings
* feat: quota display in request modals
* fix: only show user quotas on own profile or with manage users permission
* feat: add request progress circles to profile page
* feat: add migration
* fix: add missing restricted field to api schema
* fix: dont show auto approve message for movie request when restricted
* fix(lang): change enable checkbox langauge to "enable override"
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-03-24 19:26:13 +09:00
TheCatLady
a65e3d5bb6
fix(android): adaptive icons for Android devices ( #1274 )
2021-03-24 07:59:05 +09:00
TheCatLady
173408a1f2
fix(lang): allow proper localization of comma-delimited lists ( #1264 )
...
* fix(lang): allow proper localization of comma-delimited lists
* refactor: add string to globals instead, and remove unused strings
2021-03-23 10:03:02 +09:00
Danshil Kokil Mungur
f5f8269cd2
feat(ui): store sort order and page size of userlist in localstorage ( #1262 )
2021-03-23 09:54:06 +09:00
TheCatLady
1d7a938ef8
fix: fetch localized person details from TMDb ( #1243 )
...
* fix: fetch localized person details from TMDb
* feat: include DOB, hometown, and alternate names on person detail pages
* fix: remove unnecessary ternary operator
* fix(ui): don't display AKA when empty
2021-03-22 17:17:24 +09:00
imgbot[bot]
aee43cecfd
chore: [ImgBot] Optimize images ( #1257 ) [skip ci]
...
*Total -- 969.79kb -> 949.50kb (2.09%)
/src/assets/extlogos/pushbullet.svg -- 0.97kb -> 0.62kb (35.58%)
/src/assets/spinner.svg -- 0.51kb -> 0.39kb (23.85%)
/public/images/radarr_logo.svg -- 1.24kb -> 0.95kb (23.58%)
/src/assets/services/tvdb.svg -- 4.41kb -> 4.05kb (8.05%)
/public/apple-splash-1136-640.jpg -- 17.49kb -> 16.84kb (3.73%)
/public/apple-splash-1334-750.jpg -- 21.18kb -> 20.57kb (2.9%)
/public/apple-splash-1792-828.jpg -- 28.83kb -> 28.00kb (2.88%)
/public/apple-splash-1668-2388.jpg -- 43.97kb -> 42.81kb (2.63%)
/public/apple-splash-1668-2224.jpg -- 42.03kb -> 40.96kb (2.54%)
/public/apple-splash-1125-2436.jpg -- 28.35kb -> 27.74kb (2.16%)
/src/assets/services/plex.svg -- 1.30kb -> 1.28kb (2.1%)
/public/apple-splash-2048-1536.jpg -- 41.32kb -> 40.46kb (2.1%)
/public/apple-splash-1242-2208.jpg -- 30.06kb -> 29.43kb (2.08%)
/public/apple-splash-1536-2048.jpg -- 35.66kb -> 34.92kb (2.07%)
/public/apple-splash-1170-2532.jpg -- 30.74kb -> 30.11kb (2.05%)
/public/apple-splash-2224-1668.jpg -- 46.75kb -> 45.81kb (2.02%)
/public/apple-splash-2436-1125.jpg -- 42.79kb -> 41.94kb (2.01%)
/public/apple-splash-2532-1170.jpg -- 45.88kb -> 44.96kb (2%)
/public/apple-splash-1620-2160.jpg -- 38.57kb -> 37.81kb (1.97%)
/public/apple-splash-2160-1620.jpg -- 44.77kb -> 43.92kb (1.92%)
/public/apple-splash-1242-2688.jpg -- 33.49kb -> 32.86kb (1.88%)
/public/apple-splash-2208-1242.jpg -- 40.51kb -> 39.75kb (1.87%)
/public/apple-splash-2688-1242.jpg -- 49.20kb -> 48.31kb (1.82%)
/public/apple-splash-2778-1284.jpg -- 52.00kb -> 51.06kb (1.81%)
/public/apple-splash-1284-2778.jpg -- 35.28kb -> 34.70kb (1.65%)
/public/apple-splash-2388-1668.jpg -- 49.96kb -> 49.14kb (1.65%)
/public/apple-splash-2732-2048.jpg -- 63.06kb -> 62.06kb (1.58%)
/public/apple-splash-750-1334.jpg -- 13.66kb -> 13.45kb (1.54%)
/public/apple-splash-828-1792.jpg -- 17.16kb -> 16.90kb (1.46%)
/public/apple-splash-2048-2732.jpg -- 55.33kb -> 54.57kb (1.38%)
/public/apple-splash-640-1136.jpg -- 11.02kb -> 10.87kb (1.38%)
/public/images/sonarr_logo.svg -- 2.28kb -> 2.27kb (0.34%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2021-03-22 14:34:42 +09:00
sct
232def972b
feat(frontend): add apple splash for pwa
2021-03-22 12:15:13 +09:00
sct
f7146e4189
fix(plex): always send Overseerr for the device name to the plex.tv api
...
fixes #1244
2021-03-22 09:20:24 +09:00
TheCatLady
bc9477465d
docs: add email & Discord notification info ( #1251 )
...
* docs: add email & Discord notification info
* docs: update TOC
2021-03-21 20:15:20 -04:00
TheCatLady
cb5ca7acf3
fix(lang): correct strings for library sync button & user import toast ( #1252 )
...
* fix(lang): 'scan plex libraries' should actually be 'sync'
* fix(lang): also fix user import string in case of no imported users
* fix(lang): remove unused 'User Rating' strings
2021-03-21 23:07:17 +00:00
sct
5f940c38bb
build(deps): bump dependencies
2021-03-22 07:59:11 +09:00
sct
aa205ffa97
fix(db): enable WAL journal mode
2021-03-22 07:55:20 +09:00
Danshil Kokil Mungur
6210f12e8e
fix(ui): hide 'show details' button if there are no additional details ( #1254 )
2021-03-21 22:33:36 +00:00
allcontributors[bot]
0de2b63903
docs: add Torkiliuz as a contributor ( #1255 ) [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>
2021-03-22 07:26:14 +09:00
Weblate (bot)
dabd32a18b
feat(lang): translations update from Weblate ( #1237 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (859 of 859 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 29.9% (257 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Japanese)
Currently translated at 47.0% (404 of 859 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (859 of 859 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (859 of 859 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (859 of 859 strings)
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Torkil <torkil.liseth@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-03-21 13:53:03 -04:00
sct
958cdf98fd
feat(ui): experimental status bar style change for ios pwa app
...
this might break things. just an experiment. :)
2021-03-22 01:22:24 +09:00
TheCatLady
8ebc829250
fix(lang): correct mismatched language strings ( #1246 )
2021-03-21 19:04:16 +09:00
TheCatLady
3642b1e84a
fix(ui): do not require numeric value in FormattedRelativeTime ( #1234 )
2021-03-21 05:00:55 +00:00
Danshil Kokil Mungur
f2f477649e
style: use vscode's 'organize imports' ( #1242 ) [skip ci]
...
This will instruct VS Code to organize imports when saving a file.
2021-03-21 13:42:19 +09:00
TheCatLady
d4c08d4d1c
docs: add clarification about 4K Sonarr/Radarr servers ( #1245 ) [skip ci]
2021-03-21 13:06:13 +09:00
TheCatLady
80165038fd
fix(frontend): redirect from /setup if already initialized ( #1238 )
2021-03-21 10:20:33 +09:00
TheCatLady
380d36119f
fix(ui): display asterisk indicator on required field labels ( #1236 )
2021-03-20 00:56:56 +00:00
TheCatLady
55e1b9cd0e
docs: add Plex/Radarr/Sonarr settings documentation ( #1227 ) [skip ci]
2021-03-20 09:50:24 +09:00
TheCatLady
015671f5be
fix(ui): button w/ dropdown z-indices ( #1230 )
...
* fix(ui): button w/ dropdown z-indices
* fix(ui): restore hover/focus z-indices
2021-03-20 09:42:44 +09:00
Danshil Kokil Mungur
4a00617fe4
fix(ui): fix regex matching when parsing label from logs ( #1231 )
2021-03-20 07:47:11 +09:00
Weblate (bot)
c1975b33f1
feat(lang): translations update from Weblate ( #1224 )
...
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (853 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (858 of 858 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 89.3% (762 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (853 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (858 of 858 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-03-19 13:10:48 -04:00
TheCatLady
665e16475f
fix(lang): change 'Extra Data' string to 'Additional Data' ( #1226 )
2021-03-19 15:37:22 +00:00
Danshil Kokil Mungur
2d737f2760
fix(ui): better regex matching when parsing logs ( #1225 )
2021-03-20 00:30:19 +09:00
sct
8c51c28f54
fix(logs): add i18n strings for new log page changes
2021-03-19 13:09:06 +00:00
sct
e2b8745fdc
feat(logs): add copy to clipboard button to logs page
...
includes various other improvements to the logs page
2021-03-19 12:59:23 +00:00
sct
0974a4c971
fix(ui): do not check isValid on Sonarr/Radarr modals for the test button
2021-03-19 07:33:15 +00:00
TheCatLady
c3c622793a
docs: initial documentation of application settings ( #1223 ) [skip ci]
...
* docs: initial documentation of application settings
* docs: clarify 'Hide Available Media' setting
2021-03-19 16:18:33 +09:00
sct
3dc27ffd9b
feat(frontend): add apple tv+ to network slider
...
closes #1219
2021-03-19 02:22:56 +00:00
TheCatLady
4ee78ab2fe
feat(notif): include requested season numbers in notifications ( #1211 )
2021-03-19 02:07:22 +00:00
TheCatLady
4a5a9cce48
refactor(ui): add page query param to logs page & user list, and fix log timestamps ( #1218 )
...
* refactor(ui): add page query param to logs & fix timestamp
* refactor(ui): add page query param to user list as well
2021-03-19 01:53:31 +00:00
allcontributors[bot]
b53d099211
docs: add notorius28 as a contributor ( #1222 ) [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>
2021-03-19 10:38:47 +09:00
allcontributors[bot]
49dad53016
docs: add kobaubarr as a contributor ( #1221 ) [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>
2021-03-19 10:36:23 +09:00
allcontributors[bot]
69561b1be5
docs: add Shjosan as a contributor ( #1220 ) [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>
2021-03-19 10:30:38 +09:00
Weblate (bot)
3c89010629
feat(lang): translations update from Weblate ( #1178 )
...
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (853 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 30.3% (259 of 853 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 87.2% (744 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 87.3% (745 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 20.2% (173 of 853 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 47.2% (403 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (853 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <git.sockr@mailhero.io >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 87.3% (745 of 853 strings)
Co-authored-by: Antoine C <contact+weblate@antoinecardon.fr >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 25.5% (218 of 853 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 87.3% (745 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (851 of 851 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (853 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 41.3% (353 of 853 strings)
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 77.0% (657 of 853 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Ricardo González <notorius28@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Shjosan <git.sockr@mailhero.io >
Co-authored-by: Shjosan <shjosan@kakmix.co >
Co-authored-by: Antoine C <contact+weblate@antoinecardon.fr >
Co-authored-by: Mathieu <math_du_88@yahoo.fr >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Ricardo González <notorius28@gmail.com >
2021-03-18 21:07:25 -04:00
Danshil Kokil Mungur
75c72b987e
fix(ui): increase page size dropdown width when necessary ( #1216 )
2021-03-19 09:04:51 +09:00
TheCatLady
cb852fded1
fix(lang): remove 'requires and' ( #1215 )
2021-03-19 00:06:54 +09:00
TheCatLady
6d7671dd80
fix(lang): edit setting label strings for verb tense consistency ( #1214 )
...
* fix(lang): edit setting label strings for verb tense consistency
* fix(lang): remove 'requires and'
2021-03-18 23:10:32 +09:00
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
2021-03-18 21:37:25 +09:00
TheCatLady
dfd4ff9229
fix(lang): fix overwritten/shared string ( #1212 )
2021-03-18 03:49:11 +00:00
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
2021-03-18 11:28:44 +09:00
TheCatLady
9ec2c468cb
fix(ui): use appropriate cursor type for readonly input fields ( #1208 )
...
* fix(ui): use appropriate cursor type for readonly input fields
* fix(ui): revert change to API key field
2021-03-18 00:40:15 +00:00
TheCatLady
f49a02449c
fix(ui): add validation to hostname/IP fields ( #1206 )
2021-03-18 00:12:00 +00:00
sct
eb6807b9e2
build(deps): bump dependencies
2021-03-18 00:04:40 +00:00
sct
cbf45196b0
fix(frontend): use next/image to serve login page images
...
re #1207
2021-03-17 23:35:36 +00:00
TheCatLady
d226fc79b8
fix(ui): tweak request list design ( #1201 )
2021-03-17 11:55:16 +00:00
TheCatLady
4a6151873a
fix(ui): center role under title cards on person detail pages ( #1205 )
2021-03-17 10:38:34 +00:00
Danshil Kokil Mungur
54429bbc1d
feat(settings): logs viewer ( #997 )
2021-03-17 10:28:58 +00:00
TheCatLady
d76bf32c9d
fix(ui): sort regions & languages by their localized names rather than their TMDb English names ( #1157 )
2021-03-17 01:13:52 +09:00
TheCatLady
1178ebff73
refactor(ui): tweak genre card colors ( #1197 )
2021-03-16 11:40:26 +00:00
TheCatLady
36c00fde27
feat(ui): add option to only allow complete series requests ( #1164 )
2021-03-16 16:36:54 +09:00
TheCatLady
6f1a31de47
feat(ui): add movie/series genre list pages ( #1194 )
2021-03-16 03:37:35 +00:00
TheCatLady
b767a58b01
fix(ui): use appropriate cursor type for disabled UI elements ( #1184 )
2021-03-16 02:29:42 +00:00
sct
d71b48ad4e
build(deps): bump dependencies
2021-03-16 02:18:58 +00:00
TheCatLady
28a6a70e1e
fix(ui): filter out server options that do not match request type (non-4K or 4K) ( #1183 )
2021-03-16 11:10:14 +09:00
sct
1c4515a1ae
feat: genre sliders (experiment) ( #1182 )
2021-03-16 01:06:44 +09:00
allcontributors[bot]
8dc69bddd9
docs: add HubDuck as a contributor ( #1180 ) [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>
2021-03-16 00:39:13 +09:00
HubDuck
1ea3c41bac
docs: add base URL info to FAQ ( #1179 )
...
* Update faq.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-03-15 15:15:09 +00:00
Weblate (bot)
ebc285c758
fix(lang): translations update from Weblate ( #1155 )
2021-03-15 06:15:48 +00:00
TheCatLady
2f2e00237d
feat: add tagline, episode runtime, genres list to media details & clean/refactor CSS into globals ( #1160 )
2021-03-15 09:16:39 +09:00
Jakob Ankarhem
3d6b343413
feat(frontend): add loading bar indicator ( #1170 )
2021-03-14 13:46:04 +00:00
Jakob Ankarhem
9e5adeb610
feat(email): add pgp support ( #1138 )
2021-03-14 22:39:43 +09:00
dependabot[bot]
ae29e5c5a2
build(deps-dev): bump @types/nodemailer from 6.4.0 to 6.4.1 ( #1162 )
2021-03-14 09:44:15 +00:00
dependabot[bot]
dc8576768f
build(deps-dev): bump @types/node from 14.14.33 to 14.14.34 ( #1163 )
2021-03-14 09:32:17 +00:00
dependabot[bot]
422ef2cb76
build(deps-dev): bump semantic-release from 17.4.1 to 17.4.2 ( #1161 )
...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release ) from 17.4.1 to 17.4.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases )
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.1...v17.4.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-14 09:18:18 +00:00
TheCatLady
001dcd328c
fix: do not allow editing of user settings under certain conditions ( #1168 )
...
* fix: do not allow editing of user settings under certain conditions
* feat(lang): generate translation keys for new strings
* refactor: modify owner check for clarity
* fix(ui): hide buttons where appropriate and add missing translation string
2021-03-14 14:46:12 +09:00
TheCatLady
0bd0912613
fix(notif): set URL for Discord embeds rather than adding a field for the link ( #1167 )
2021-03-14 04:52:54 +00:00
TheCatLady
3148d31214
fix(notif): loosen input validation on Pushover settings ( #1166 )
2021-03-14 13:29:07 +09:00
sct
36584eee85
build: build arm images in release
...
re #302
2021-03-12 13:02:18 +00:00
sct
8634081c86
fix: correctly send auto-approval notifictions for series
...
also adjusted see more card slightly
2021-03-12 07:29:32 +00:00
TheCatLady
f7d2723fab
feat(notif): add "Media Automatically Approved" notification type ( #1137 )
2021-03-12 02:42:06 +00:00
TheCatLady
1be97fe7fb
refactor(css): add new global classes & card border hover styling ( #1156 )
2021-03-12 11:25:46 +09:00
TheCatLady
71773c91c6
docs: edit contribution guide ( #1158 ) [skip ci]
2021-03-12 09:50:52 +09:00
sct
6e95c8b7a1
feat(ui): add user ID to profile header
...
also adds some missing localized strings for the profile header
2021-03-11 14:57:25 +00:00
TheCatLady
b36aff912a
refactor(ui): move user-related settings out of "General Settings" ( #1143 )
2021-03-11 14:55:11 +00:00
Weblate (bot)
e4686d664b
feat(lang): Translations update from Weblate ( #1131 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (795 of 795 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: HubDuck <github@moll.one >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (797 of 797 strings)
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (795 of 795 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (797 of 797 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (797 of 797 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (797 of 797 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (797 of 797 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 47.7% (380 of 795 strings)
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
2021-03-11 09:22:35 -05:00
sct
18a7876668
build(deps): bump dependencies
2021-03-11 05:06:47 +00:00
sct
d48edeb5a9
fix(frontend): never hide available content in search results
2021-03-11 05:01:52 +00:00
sct
a51d2a24d5
feat(scan): add support for new plex tv agent ( #1144 )
2021-03-11 12:19:11 +09:00
TheCatLady
fc73592b69
fix(ui): request list button sizes ( #1152 )
2021-03-11 12:08:58 +09:00
TheCatLady
60d453b0bb
fix: fix language filter link on movie detail pages ( #1142 )
2021-03-10 03:04:57 +00:00
TheCatLady
45886ccef1
fix(ui): display "Season" vs. "Seasons" as appropriate, and fix request block "Seasons" formatting ( #1127 )
2021-03-10 11:39:42 +09:00
sct
84ef40ea8e
build(deps): bump dependencies
2021-03-10 02:13:46 +00:00
allcontributors[bot]
512809f7c0
docs: add costaht as a contributor ( #1141 ) [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>
2021-03-10 10:46:05 +09:00
allcontributors[bot]
b85cd5376f
docs: add HubDuck as a contributor ( #1140 ) [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>
2021-03-10 10:36:55 +09:00
allcontributors[bot]
1fcd18f0b0
docs: add WoisWoi as a contributor ( #1139 ) [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>
2021-03-10 10:35:34 +09:00
cron410
dbea4f0194
docs: add docker name argument to run command example ( #1069 ) [skip ci]
2021-03-10 01:28:10 +00:00
TheCatLady
75011610e5
feat: add language-filtered Discover pages ( #1111 )
2021-03-10 10:23:37 +09:00
TheCatLady
109aca8229
fix: remove language/region filtering on studio/network results ( #1129 )
2021-03-09 23:46:38 +00:00
sct
3c1a72b038
fix(api): check correct permissions for auto approve when requests are created
2021-03-09 15:04:24 +00:00
TheCatLady
3384eb1c47
feat(notif): add settings for Discord bot username & avatar URL ( #1113 )
2021-03-09 12:42:32 +00:00
sct
e5f5bdb95c
fix(frontend): check if swr is validating to determine if we should fetch new data
...
fixes #719
2021-03-09 10:22:33 +00:00
sct
36e614f4f3
refactor(ui): adjust language picker style
2021-03-09 04:39:05 +00:00
sct
f5fc0545a4
refactor(ui): add borders to request cards
2021-03-09 04:29:51 +00:00
Weblate (bot)
69bf817f59
feat(lang): translations update from Weblate ( #1051 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.0% (769 of 776 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.8% (768 of 769 strings)
Co-authored-by: Andreas Fenz <fenz.andreas@hotmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.2% (783 of 789 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (782 of 782 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.7% (779 of 781 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.4% (772 of 776 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (769 of 769 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (769 of 769 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (770 of 776 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.4% (785 of 789 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.4% (778 of 782 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (780 of 781 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (782 of 782 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (781 of 781 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (781 of 781 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.3% (776 of 781 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (776 of 776 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (775 of 776 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (769 of 769 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (763 of 763 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (789 of 789 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 97.8% (772 of 789 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.2% (770 of 776 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Andreas Fenz <fenz.andreas@hotmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
2021-03-09 11:51:33 +09:00
sct
1c6914f5ce
feat: add studio/network sliders to discover
...
includes some adjustments to titlecard design
2021-03-09 02:23:29 +00:00
TheCatLady
57bc340840
ci(docker): don't cache first build stage, and add temp fix for growing cache ( #1124 )
...
* ci(docker): don't cache first build stage, and add temp fix for growing cache
2021-03-09 07:56:45 +09:00
TheCatLady
48387e5b2f
feat(notif): include poster image in Telegram notifications ( #1112 )
2021-03-08 19:22:03 +00:00
Brandon Cohen
1a7dc1acf5
fix(frontend): status, requested by, and modified alignment fix ( #1109 )
2021-03-08 16:00:51 +00:00
allcontributors[bot]
d0fa5f3dbe
docs: add Roxedus as a contributor ( #1118 ) [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>
2021-03-08 10:53:25 +09:00
allcontributors[bot]
f900d953a0
docs: add JonnyWong16 as a contributor ( #1115 ) [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>
2021-03-08 10:52:11 +09:00
JonnyWong16
74e39b0b45
docs(proxy): add nginx subfolder reverse proxy ( #1114 ) [skip ci]
2021-03-07 19:41:52 -05:00
TheCatLady
239202d9c1
fix(ui): list all movie studios instead of just the first result ( #1110 )
2021-03-08 08:06:50 +09:00
TheCatLady
85076919c6
fix(ui): fix request list UI behavior when season list is too long ( #1106 )
...
* fix(ui): fix request list UI behavior when season list is too long
* fix: add default variants to Tailwind scale
2021-03-07 10:40:47 +09:00
sct
9d0b52a242
ci: add network-timeout to yarn install
2021-03-06 15:17:04 +00:00
sct
f86d907c74
ci: also add arm/v7 build for develop tag
2021-03-06 11:12:18 +00:00
ᗪєνιη ᗷυнʟ
9966632c64
ci: build arm64 and amd64 container images for ci images ( #1036 )
2021-03-06 09:50:28 +00:00
sct
7aa0239cd9
refactor(ui): request list now adds a page query parameter for switching pages
...
this helps return back to the page you were last looking at when navigated to and from the request
list.
2021-03-06 08:15:39 +00:00
sct
7289872937
fix(ui): add link to poster image on request items
2021-03-06 07:49:41 +00:00
TheCatLady
1f8b03ff6f
fix(ui): improve responsive design on new request list UI ( #1105 )
2021-03-06 01:54:31 +00:00
TheCatLady
e98f2b9605
fix(ui): correct language usage re: "sync" vs. "scan" ( #1079 )
2021-03-06 10:16:56 +09:00
allcontributors[bot]
92508b3f42
docs: add onedr0p as a contributor ( #1101 ) [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>
2021-03-06 01:15:23 +09:00
allcontributors[bot]
4f1a8a0a78
docs: add NuroDev as a contributor ( #1100 ) [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>
2021-03-06 01:05:34 +09:00
nuro
b5ce7f0cab
docs: added Docker compose installation example ( #1072 ) [skip ci]
...
* Added Docker compose installation example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Updated compose example formatting
* Added complete docker-compose file example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Added Docker compose installation example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Updated compose example formatting
* Added complete docker-compose file example
* Update docs/getting-started/installation.md
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: sct <ryan@sct.dev >
2021-03-06 01:04:51 +09:00
TheCatLady
778dda67d5
fix(frontend): check for ID instead of email after initial setup Plex login ( #1097 )
2021-03-05 15:52:43 +00:00
sct
cd21865c4d
feat(ui): request list redesign ( #1099 )
2021-03-06 00:46:53 +09:00
TheCatLady
0c4637f779
fix(ui): add alt prop to studio/network logos & fix blinking text cursor ( #1095 )
2021-03-05 17:33:20 +09:00
Jakob Ankarhem
420038d5ff
fix(requests): add plex url to request item ( #1088 )
2021-03-05 07:12:48 +00:00
TheCatLady
bdf67e732b
fix(lang): edit new Telegram-related strings to conform to style guide ( #1093 )
2021-03-05 12:35:08 +09:00
Jakob Ankarhem
f6d00d8d15
feat(telegram): add support for individual chat notifications ( #1027 )
2021-03-05 09:18:56 +09:00
sct
6072e8aa9a
fix(lang): add missing i18n strings
2021-03-04 10:21:34 +00:00
sct
63c122e5e0
refactor: move genre/studio/network calls into their own endpoints
...
this commit also adds a `useDiscover` hook to help with creating discover pages with less repeating
code
2021-03-04 10:18:46 +00:00
sct
ed0a7fbdf5
fix(sonarr): correctly search when updating existing sonarr series
...
fixes #588
2021-03-04 05:04:15 +00:00
TheCatLady
b57645d382
fix(lang): fix singular form of season count ( #1080 )
2021-03-04 04:31:33 +00:00
TheCatLady
f28112f057
feat: add genre/studio/network view to Discover results ( #1067 )
...
* feat: add genres view to movie/series Discover results
* feat: add studio/network view to movie/series Discover results
* fix: remove with_release_type filter, since it is removing valid/desired results
2021-03-04 04:22:35 +00:00
TheCatLady
436523139e
feat(ui): display season count on TV details page ( #1078 )
...
* feat(ui): display season count on TV details page
* feat(lang): add new translation string
2021-03-04 03:42:19 +00:00
TheCatLady
0fa005a99c
fix(ui): fix Radarr logo alignment ( #1068 )
2021-03-04 01:27:19 +00:00
TheCatLady
6a1e3891aa
feat(ui): in Settings > Services, make Radarr/Sonarr server names and logos clickable links ( #1008 )
2021-03-04 00:18:27 +00:00
ᗪєνιη ᗷυнʟ
1629d02f3d
feat(docker): add tini to docker image ( #1017 )
2021-03-03 23:50:53 +00:00
TheCatLady
594aad9d3a
feat(lang): localize job names ( #1043 )
2021-03-04 08:34:21 +09:00
samwiseg0
1d45f427e5
build(snap): bump node to 14.16.0 for snap ( #1058 )
2021-03-02 14:51:47 +00:00
TheCatLady
253ec15bc4
build(docker): bump node from 14.15 to 14.16 ( #1057 )
...
Node v14.x (LTS) update from 2021-02-23 includes vulnerability fixes
https://nodejs.org/en/blog/release/v14.16.0/
2021-03-02 13:11:07 +00:00
TheCatLady
b146d11e2f
fix(ui): don't show "Password" user settings tab if current user lacks perms to modify the password ( #1063 )
2021-03-02 13:04:50 +00:00
sct
bbc0b74b9d
build(deps): bump dependencies
2021-03-02 12:53:08 +00:00
TheCatLady
1b55d2dfbc
feat(ui): display "Owner" role instead of "Admin" for user ID 1 ( #1050 )
...
* feat(ui): display "Owner" role instead of "Admin" for user ID 1
Also add role to user settings page, and fix the missing "Account Type" string and use the same
verbiage on the user list page
* feat(lang): generate translation keys
* fix: utilize hasPermission returned by useUser instead of importing from server/lib/permissions
2021-03-02 19:06:52 +09:00
sct
ddfc5e6aa8
fix: add correct permission checks to modifying user password/permissions
2021-03-02 08:18:31 +00:00
Weblate (bot)
2771376ecc
Translations update from Weblate ( #1009 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 32.4% (246 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (761 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.4% (757 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.2% (755 of 761 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 39.3% (299 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 53.8% (409 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
2021-02-27 23:00:43 -05:00
Danshil Mungur
eefcbcd3dd
fix(ui): show translated string on sonarr sucesss/failure toast messages ( #1035 )
2021-02-28 03:42:01 +00:00
TheCatLady
3fed26cfbe
fix(ui): for server default options, display "All" region/language option instead of empty string ( #1042 )
2021-02-28 03:34:56 +00:00
sct
3f9a116b17
fix(plex-sync): no longer incorrectly sets 4k availability when there isnt any
...
fixes #990
2021-02-28 03:18:22 +00:00
TheCatLady
aeac15c63c
chore(github): lock closed support issues ( #1045 ) [skip ci]
2021-02-28 11:22:45 +09:00
TheCatLady
abcd7c9975
fix(ui): use country-flag-icons instead of country-flag-emoji for RegionSelector ( #1011 )
2021-02-28 10:42:09 +09:00
sct
9ce88abcc8
fix: added missing language default for ssr context defaults
2021-02-27 12:46:30 +00:00
sct
084917f02d
fix: add missing default value for settings context
2021-02-27 12:41:52 +00:00
sct
69294a7c4c
fix: allow users to override language/region settings
...
fixes #1013
2021-02-27 12:37:18 +00:00
sct
537850f414
fix(notifications): correctly send tv auto approval notifications
...
fixes #1041
2021-02-27 10:00:58 +00:00
Danshil Mungur
e9f2fe910d
fix(notif): fixed typo in pushover hint ( #1029 )
2021-02-26 14:20:29 +09:00
TheCatLady
5560abf459
fix(notif): escape application title in Telegram notifications ( #1012 )
2021-02-25 13:14:32 +09:00
TheCatLady
09b5019e95
refactor(api): rename Plex auth endpoint ( #949 )
2021-02-23 21:26:21 +09:00
Weblate (bot)
970da664b2
feat(lang): translated using Weblate (French) ( #1007 )
...
Currently translated at 100.0% (759 of 759 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
2021-02-23 12:07:01 +00:00
sct
552a7e30da
fix(sonarr): use qualityProfileId instad of profileId when adding series
2021-02-23 10:17:12 +00:00
Weblate (bot)
4296765ad6
feat(lang): translations update from Weblate ( #986 )
...
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (750 of 757 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (759 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 99.3% (754 of 759 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 96.8% (733 of 757 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/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 55.4% (420 of 757 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: HubDuck <github@moll.one >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Mathieu VERMEEREN <mathieu.vermeeren@gmail.com >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
2021-02-23 04:36:52 -05:00
TheCatLady
6ecd202607
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings ( #1006 )
2021-02-23 18:06:23 +09:00
sct
da5ca02f81
fix(services): update all radarr/sonarr endpoints to use v3
2021-02-23 07:27:56 +00:00
TheCatLady
0acad8e9fa
fix(ui): add missing string for default Discover Language & edit string for default Discover Region ( #1004 )
2021-02-23 05:56:22 +00:00
samwiseg0
84b950edc0
build(snap): Revert QEMU version to fix arm64 builds ( #1005 )
...
* build(snap): Revert QEMU version to fix arm64 builds
* build(snap): Re-enable arm64 builds
2021-02-23 14:32:41 +09:00
flying-sausages
45cb977eb2
Explain Swizzin installer is not live yet and why ( #992 )
2021-02-22 08:32:58 -05:00
sct
c4af4c42ab
fix(frontend): check for id instead of email after logging in
2021-02-22 12:50:19 +00:00
sct
f9c83e14e5
fix(ui): add fallback for region display name
2021-02-22 12:13:56 +00:00
sct
29757db3a9
build(deps): bump dependencies
2021-02-22 10:12:53 +00:00
TheCatLady
c88fcb2e2d
fix(ui): Notification-related string/UI edits and field validation ( #985 )
2021-02-22 19:09:12 +09:00
allcontributors[bot]
8589eabfff
docs: add dancarter as a contributor ( #989 ) [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>
2021-02-22 16:39:59 +09:00
Daniel Carter
b557c06b0a
feat(regions): add region/original language setting for filtering Discover ( #732 ) ( #942 )
2021-02-22 16:39:25 +09:00
TheCatLady
8701fb20d0
fix(ui): Fix settings navigation horizontal scroll issues ( #987 )
2021-02-22 16:30:44 +09:00
TheCatLady
40b07c35d4
fix(ui): Display 4K download status on 4K status badge ( #988 )
2021-02-22 09:28:24 +09:00
TheCatLady
b05bbb8db5
chore(github): Edit templates for consistency ( #984 )
...
* chore(github): Edit templates for consistency
* Address review comment for PR template
* Fix stale label
2021-02-22 00:49:22 +09:00
TheCatLady
34618edc13
docs: Various edits, and addition of UI style guide ( #982 ) [skip ci]
2021-02-21 09:38:48 +09:00
Weblate (bot)
5acd91bc8e
Translations update from Weblate ( #912 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 93.8% (698 of 744 strings)
feat(lang): translated using Weblate (French)
Currently translated at 94.5% (697 of 737 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.8% (680 of 681 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.7% (668 of 670 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
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (742 of 742 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.8% (743 of 744 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 98.7% (728 of 737 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (681 of 681 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (745 of 745 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (744 of 744 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (743 of 744 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (744 of 744 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (736 of 737 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (736 of 737 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (737 of 737 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.3% (670 of 681 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.0% (668 of 681 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 97.9% (667 of 681 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (673 of 673 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (670 of 670 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (668 of 668 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (742 of 742 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (743 of 744 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (744 of 744 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (736 of 737 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (737 of 737 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (673 of 673 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (670 of 670 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (726 of 745 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 97.0% (722 of 744 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 97.0% (722 of 744 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.5% (718 of 744 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.2% (716 of 744 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.9% (712 of 742 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.1% (701 of 737 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.1% (701 of 737 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.1% (655 of 681 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 95.8% (653 of 681 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.4% (646 of 670 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.4% (644 of 668 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (745 of 745 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 95.0% (707 of 744 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 90.5% (667 of 737 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 98.5% (671 of 681 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 41.2% (281 of 681 strings)
feat(lang): translated using Weblate (Russian)
Currently translated at 37.4% (255 of 681 strings)
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (744 of 744 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (737 of 737 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (737 of 737 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 59.4% (405 of 681 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.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% (742 of 742 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (744 of 744 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.3% (739 of 744 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.8% (736 of 737 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (737 of 737 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (681 of 681 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.5% (671 of 681 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (670 of 670 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
2021-02-20 10:47:23 -05:00
TheCatLady
bbea522499
fix(notif): Remove extra newlines from Telegram notifications ( #973 )
2021-02-21 00:40:50 +09:00
TheCatLady
139341b043
feat(ui): Add support for requesting collections in 4K ( #968 )
2021-02-20 13:59:44 +00:00
allcontributors[bot]
2e35aff903
docs: add TheCatLady as a contributor ( #983 ) [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>
2021-02-20 19:36:39 +09:00
sct
c7765528b0
chore(github): update CODEOWNERS (Again) [skip ci]
2021-02-20 10:34:12 +00:00
sct
263c31c8b5
chore(github): update CODEOWNERS [skip ci]
2021-02-20 10:32:39 +00:00
TheCatLady
5b64655776
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' ( #981 )
2021-02-20 19:12:11 +09:00
TheCatLady
4e2706b421
fix(ui/notif): Custom application title in password-related emails and UI messages ( #979 )
2021-02-20 00:26:26 +00:00
TheCatLady
c700aa938f
docs: Add language profile requirement info to FAQ ( #980 )
...
* Add language profile requirement info to FAQ
* Fix CODEOWNERS
2021-02-20 08:53:09 +09:00
sct
57c00c1ea7
fix(ui): also allow 17 digit discord ids
...
fixes #971
2021-02-19 09:17:39 +00:00
TheCatLady
b4bac6a915
fix(frontend): Update AdvancedRequester to reflect new /user API response ( #970 )
2021-02-19 07:48:06 +00:00
TheCatLady
e70a4ecae6
fix(ui): Add tip & validation for Discord ID input ( #966 )
2021-02-19 11:42:52 +09:00
sct
17983837fc
fix(api): sort users requests by most recent
2021-02-19 02:10:46 +00:00
TheCatLady
621db89328
feat(ui): Add 'Page Size' setting for request/user list pages ( #957 )
2021-02-19 01:37:08 +00:00
TheCatLady
77b2d9ea22
fix(frontend): Do not allow user w/ ID 1 to disable 'Admin' permission ( #965 )
2021-02-19 10:20:32 +09:00
TheCatLady
bdb3cb2025
fix(plex): Check Plex server access on user import ( #955 )
2021-02-18 15:14:37 +00:00
dependabot[bot]
bddea7ab24
build(deps): bump technote-space/workflow-conclusion-action ( #822 )
...
Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action ) from v1 to v2.1.2.
- [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases )
- [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/master/.releasegarc )
- [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v1...cb07f962e292a266fc492bf93a6fb2a7c1f5aa2e )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 15:07:36 +00:00
dependabot[bot]
8a9d794fec
build(deps): bump diddlesnaps/snapcraft-review-tools-action ( #821 )
...
Bumps [diddlesnaps/snapcraft-review-tools-action](https://github.com/diddlesnaps/snapcraft-review-tools-action ) from v1 to v1.2.0.
- [Release notes](https://github.com/diddlesnaps/snapcraft-review-tools-action/releases )
- [Commits](https://github.com/diddlesnaps/snapcraft-review-tools-action/compare/v1...7c8e0d11cc9e8833be2b9be8f15602c0bf1b033c )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 15:02:58 +00:00
sct
956ccb6a56
chore: add CODEOWNERS [skip ci]
2021-02-18 14:56:46 +00:00
sct
a1765c4ac2
build(deps): bump dependencies
2021-02-18 14:50:04 +00:00
sct
9b73423d49
fix(sync): fix sonarr/plex sync fighting over availability
...
fixes #872
2021-02-18 14:26:12 +00:00
sct
8a27c70625
fix(api): add isAuthenticated middleware to base user route
2021-02-18 10:12:53 +00:00
TheCatLady
2bcc3e3419
refactor(ui): Create PlayButton component ( #946 )
2021-02-18 15:40:14 +09:00
sct
bbb683e637
feat: user profile/settings pages ( #958 )
2021-02-18 11:38:24 +09:00
TheCatLady
29b97ef6d8
feat(notif): Add Pushbullet notification agent ( #950 )
2021-02-18 11:26:22 +09:00
TheCatLady
c9a150b1db
fix(ui): Automatically disable and uncheck user permissions with unmet requirements ( #941 )
2021-02-18 01:53:12 +09:00
Brandon Cohen
e28dfadaf5
fix(frontend): request and cog button would be misaligned without play on plex/watch trailer button ( #956 )
...
* fix(frontend): request and cog button would be misaligned without play on plex/watch trailer button
* fix(frontend): request and cog button would be misaligned without play on plex/watch trailer button
* Update src/components/TvDetails/index.tsx
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* fix(frontend): removed z-index from buttonWithDropdown div
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-02-17 17:39:21 +09:00
Brandon Cohen
f1c335815f
fix(frontend): changed plex, request, and cog buttons to align properly on smaller mobile UIs ( #928 )
2021-02-16 16:16:14 +09:00
TheCatLady
019622aab1
fix(notif): Do not HTML-escape email subjects ( #931 )
2021-02-15 13:52:10 +00:00
Jakob Ankarhem
5e37a96bc0
fix(auth): handle sign-in attempts from emails with no password ( #933 )
...
* fix(auth): dont reject promise when missing password
* fix(auth): use static fallback error message
2021-02-15 17:34:40 +09:00
sct
8a7fa00164
fix(lang): formatMessage should not use an object spread
2021-02-15 08:24:17 +00:00
sct
2c403e8e13
chore(github): modify workflow for incomplete templates [skip ci]
2021-02-15 08:11:36 +00:00
samwiseg0
577cbcc7fa
build(snap): Disable arm64 snap build. ( #935 )
...
* build(snap): Disable arm64 snap build.
* build(snap): Add cancel workflow
* docs(issues): Close invalid issues.
* build(snap): Move if to the first job
2021-02-15 16:49:50 +09:00
sct
e118501bf1
fix(requests): correctly filter requests out for users without view requests permission
2021-02-15 01:57:20 +00:00
allcontributors[bot]
50c143d959
docs: add ankarhem as a contributor ( #934 ) [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>
2021-02-15 09:21:40 +09:00
Mārtiņš Možeiko
03cecb3355
fix(plex-sync): get correct Plex metadata for Hama movie items ( #901 )
...
fixes #898
2021-02-15 08:35:05 +09:00
TheCatLady
53b7425f67
feat(ui): Add separate permissions for 4K auto approval ( #908 )
...
* Clarify & fix permission descriptions
* Automatically check & disable auto-approve permission options when 'Manage Requests' permission is selected
2021-02-14 21:40:18 +09:00
sct
28090c30a7
chore(github): update issue template to remove alternative question [skip ci]
2021-02-14 12:17:44 +00:00
sct
fb9c878db4
fix(ui): change font size in request list/user list dropdowns to prevent zoom on mobile
2021-02-14 11:48:28 +00:00
TheCatLady
9757e3ae0c
feat(ui): Add 'Available' filter to request list and remove unused MediaRequestStatus.AVAILABLE enum value ( #905 )
2021-02-14 19:21:49 +09:00
TheCatLady
ef5d019c18
feat(ui): Add sort options to user list ( #913 )
2021-02-14 09:49:14 +09:00
Danshil Mungur
04fa9f79e2
fix(frontend): handle empty array of media attributes ( #922 )
2021-02-13 07:01:35 +09:00
TheCatLady
2768155bba
feat(notif): Notification improvements ( #914 )
2021-02-12 22:27:11 +09:00
Danshil Mungur
7d3da1a1d2
docs: update documentation for recently implemented features ( #902 ) [skip ci]
2021-02-12 19:24:58 +09:00
sct
85486a6719
build(deps): revert next back to 10.0.3
2021-02-10 10:46:32 +00:00
sct
bc4849ef55
build(deps): revert husky back to 4.3.8
2021-02-10 07:44:48 +00:00
sct
1d7ef6d44f
build(deps): bump dependencies
...
this includes an update to husky v5. we currently cant use commitizen with it but that
was causing a ton of issues anyways. so lets try without it for some time.
2021-02-10 06:36:59 +00:00
Weblate (bot)
e156acc1ae
feat(lang): translations update from Weblate ( #853 )
...
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.2% (643 of 668 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 96.1% (642 of 668 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 94.9% (634 of 668 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 94.8% (626 of 660 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 94.8% (626 of 660 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.3% (616 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (668 of 668 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 91.3% (610 of 668 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 90.1% (602 of 668 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 84.1% (562 of 668 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 66.8% (441 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (660 of 660 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (660 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 99.7% (666 of 668 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.5% (657 of 660 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.9% (653 of 660 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.9% (653 of 660 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 >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 48.1% (318 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: zsmbrvr <easy90rider@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (668 of 668 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (660 of 660 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (660 of 660 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (646 of 646 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (668 of 668 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (660 of 660 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (653 of 660 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.9% (653 of 660 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (646 of 646 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 97.7% (653 of 668 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 82.5% (545 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (668 of 668 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.9% (661 of 668 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.0% (647 of 660 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 >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.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% (668 of 668 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (668 of 668 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.1% (662 of 668 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (660 of 660 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: zsmbrvr <easy90rider@gmail.com >
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-02-10 15:14:07 +09:00
Jakob Ankarhem
e037ba48f1
fix(requests): correctly handle when tvdbid is missing ( #891 )
...
cleans up media and mediarequest when request to sonarr has failed because of tvdbid
2021-02-10 09:16:53 +09:00
Jakob Ankarhem
034968e437
fix(search): Handle search errors and escape * ( #893 )
2021-02-10 08:29:35 +09:00
TheCatLady
7e906e2d46
refactor(css): Apply global CSS classes ( #874 )
2021-02-09 23:57:19 +09:00
Danshil Mungur
c8b2a57721
feat(ui): added content ratings for tv shows and movie ratings ( #878 )
2021-02-09 17:24:07 +09:00
TheCatLady
4e03c1efcf
build(docker): Leverage GitHub cache using actions/cache ( #892 )
2021-02-09 14:23:17 +09:00
TheCatLady
ff0b5ed441
fix(api): Use POST instead of GET for API endpoints that mutate state ( #877 )
2021-02-09 10:27:48 +09:00
Jakob Ankarhem
d163e29459
fix(login): fix the gap when 'use your overseer account' was selected ( #870 )
2021-02-09 09:08:08 +09:00
Danshil Mungur
ee5076146e
fix(ui): fixed anime language profile typo ( #879 )
...
Co-authored-by: sct <ryan@sct.dev >
2021-02-08 19:52:30 +09:00
sct
8056187c3c
fix(ui): rename global group class to form-group
2021-02-08 09:48:09 +00:00
TheCatLady
a3042f8e1b
fix(ui): Fix card sizes on person detail pages ( #881 )
2021-02-08 16:39:01 +09:00
TheCatLady
282f28f2b9
fix(ui): Size cards appropriately based on base font size ( #871 )
2021-02-08 15:04:13 +09:00
TheCatLady
7c0ddad653
fix(ui): Handle missing movie/series data ( #862 )
2021-02-08 12:37:22 +09:00
Jakob Ankarhem
53f6f59798
feat(requests): add language profile support ( #860 )
2021-02-08 00:33:18 +09:00
sct
8956cb3915
refactor(ui): change search input design (experiment)
2021-02-06 15:07:12 +00:00
TheCatLady
baad19a2c9
fix(ui): fix webhook URL validation regex
2021-02-06 05:34:12 +00:00
Jakob Ankarhem
e5966bd3fb
feat(users): add reset password flow ( #772 )
2021-02-05 23:23:57 +09:00
sct
c0ea2bd189
ci(snap): pull latest from master when doing snap release
2021-02-05 14:14:16 +00:00
Weblate (bot)
c5be00eebf
feat(lang): translations update from Weblate ( #852 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (645 of 645 strings)
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.6% (604 of 645 strings)
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (645 of 645 strings)
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <sendtomy@protonmail.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-02-05 19:21:57 +09:00
Danshil Mungur
4eae02a7e1
feat(ui): added next airing date to TV Shows ( #842 )
2021-02-05 18:34:32 +09:00
TheCatLady
b531a642f6
fix(ui): Dynamically generate path to config in warning message ( #851 )
2021-02-05 18:15:48 +09:00
Weblate (bot)
e4f9b8a984
feat(lang): translations update from Weblate ( #841 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 98.4% (631 of 641 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
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (645 of 645 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (641 of 641 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (641 of 641 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.6% (604 of 645 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.6% (604 of 645 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.6% (600 of 641 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.4% (599 of 641 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (641 of 641 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (633 of 633 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 13.1% (84 of 641 strings)
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
2021-02-05 11:44:23 +09:00
TheCatLady
7456bea2ae
fix(ui): Use minimum char validation message ( #850 )
2021-02-05 11:38:21 +09:00
TheCatLady
38c76b55e0
fix(notif/ui): Use custom application title in notifications & sign-in page ( #849 )
2021-02-05 11:15:57 +09:00
TheCatLady
eedadb8884
refactor(ui): Display user avatars in request list ( #848 )
2021-02-05 10:35:11 +09:00
TheCatLady
3f9bfeb01a
fix(ui): Add additional URL & email input validation ( #843 )
2021-02-05 10:12:51 +09:00
TheCatLady
b9d14a9fd0
fix(ui): Limit max width of forms & lists ( #845 )
2021-02-05 09:52:58 +09:00
sct
026795d4c9
fix(ui): validate application url and service external urls
2021-02-04 13:22:56 +00:00
sct
ee0a7bd8c0
fix(email): make image a link to the action url in request template
...
closes #834
2021-02-04 12:56:43 +00:00
sct
b658ddf5cf
fix(ui): dont show bulk edit options on user list if there is only one user
2021-02-04 12:50:53 +00:00
sct
63d7e2b398
fix(ui): remove yup validation from display name on user edit page
2021-02-04 12:41:56 +00:00
sct
033ba9d41b
feat: new permission to allow users to see other users requests
...
closes #840
2021-02-04 12:40:00 +00:00
sct
06e941171a
fix(ui): prevent names from getting squished in AdvancedRequester user selector
2021-02-04 06:51:24 +00:00
sct
e270999745
fix(ui): fix tables extending outside viewport in mobile formats
2021-02-04 06:45:49 +00:00
Weblate (bot)
9e5e4c22f5
feat(lang): translations update from Weblate ( #819 )
...
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (634 of 634 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (631 of 631 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (630 of 630 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 99.6% (628 of 630 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (624 of 624 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (634 of 634 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (632 of 632 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.7% (622 of 630 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (626 of 626 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (625 of 626 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (624 of 624 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.5% (593 of 634 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.3% (589 of 631 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.4% (589 of 630 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 92.3% (578 of 626 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 92.3% (578 of 626 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 92.4% (577 of 624 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (632 of 632 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (631 of 632 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (630 of 630 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (626 of 626 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (624 of 624 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-02-04 15:31:45 +09:00
sct
fcd1dfc675
refactor(ui): adjust requested username text on RequestCard to show avatar
2021-02-04 05:01:36 +00:00
sct
b14abbfe08
build(deps): bump dependencies
2021-02-04 01:48:14 +00:00
TheCatLady
1e5f88f462
feat(docker): Check for /app/config volume mount during setup ( #826 )
2021-02-04 10:45:30 +09:00
TheCatLady
035534e9fe
refactor(images): Use SVG logos for Radarr & Sonarr ( #827 )
2021-02-04 09:44:50 +09:00
TheCatLady
c97c96a30c
fix(frontend): fix possible division by zero in download status ( #839 )
2021-02-04 08:42:24 +09:00
sct
b116281196
fix(ui): show request as option even if there are no radarr/sonarr servers
2021-02-03 23:31:22 +00:00
TheCatLady
e4a50c33f1
fix(ui): Hide 'Mark 4k as Available' button if 4k not enabled ( #833 )
2021-02-04 08:27:06 +09:00
sct
59150f955f
feat: request as another user
2021-02-04 01:38:32 +09:00
TheCatLady
c0769d4f8f
fix(lang): Add missing source strings & remove local user sign-in setting tip ( #828 )
2021-02-04 01:13:32 +09:00
TheCatLady
35c6bfc021
feat(ui): Add custom title functionality ( #825 )
2021-02-03 19:44:10 +09:00
sct
3ffd5ab0ee
fix(ui): when PersonCard has no profilePath, correctly position name/role content
2021-02-03 07:56:26 +00:00
TheCatLady
f54df214af
fix(lang): Edit English language strings ( #820 )
2021-02-03 16:46:46 +09:00
sct
2ad85d5fdc
docs(api): update api schema to have editable server url + other touchups [skip ci]
2021-02-03 01:46:34 +00:00
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
2021-02-03 10:16:44 +09:00
TheCatLady
b576f0734f
build(docker): Optimize Docker image layers/caching & bump node to 14.15 ( #776 )
...
* refactor(docker): Combine RUN statements to reduce number of image layers
* Add --update && --no-cache to apk add command
* Combine RUN statements in first stage
* Consolidate COPY commands from BUILD_IMAGE
* Add docs & snap to .dockerignore
* Revert first COPY statement in 2nd stage
* Write committag.json in first stage & only do one COPY
Also pin base image Alpine version, and add Docker & GitHub Actions update monitoring via Dependabot
* Bump node to 14.15.4
* Change base image to node:14.15-alpine and remove Dependabot Docker monitoring
* Changes in response to PR comments
* Remove ARG/ENV statements from second build stage
2021-02-03 09:52:56 +09:00
Weblate (bot)
42295e076a
feat(lang): translations update from Weblate ( #791 )
...
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (607 of 607 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (607 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 52.0% (322 of 619 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 28.4% (176 of 619 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 26.9% (167 of 619 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mo Pi <mopihu@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (607 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 95.3% (594 of 623 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (607 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (619 of 619 strings)
feat(lang): translated using Weblate (French)
Currently translated at 88.1% (535 of 607 strings)
feat(lang): translated using Weblate (French)
Currently translated at 88.1% (535 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Zazou89 <alexandre@branget.fr >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 91.1% (569 of 624 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 91.1% (564 of 619 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 88.0% (545 of 619 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 90.9% (552 of 607 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 90.7% (551 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 67.5% (418 of 619 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/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (619 of 619 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (619 of 619 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.3% (597 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.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 97.2% (602 of 619 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (607 of 607 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobaubarr@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Mo Pi <mopihu@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Zazou89 <alexandre@branget.fr >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Kobe <kobaubarr@gmail.com >
2021-02-02 19:31:17 +09:00
sct
f338b34b74
ci(api-docs): update gh-pages deploy to set cname [skip ci]
2021-02-02 10:22:51 +00:00
sct
5d40ae6e22
docs: update readme with link to hosted api docs [skip ci]
2021-02-02 10:12:53 +00:00
sct
cb123cee83
build(deps): bump postcss and autoprefixer
2021-02-02 10:07:28 +00:00
sct
d957730a39
build(deps): update @types/express-session to 1.17.3
2021-02-02 10:02:21 +00:00
sct
77bf730f15
build(deps): bump dependencies
2021-02-02 09:51:56 +00:00
TheCatLady
95c2a21697
fix(ui): Don't display empty dropdown when no trailer available ( #804 )
2021-02-02 18:44:46 +09:00
TheCatLady
6e9ac275e1
fix(html): th elements should be nested under tr, not directly under thead ( #801 )
2021-02-02 18:04:13 +09:00
TheCatLady
1ccafc0ebd
fix(ui): Restore original port input size ( #814 )
2021-02-02 17:48:38 +09:00
sct
7c192d54f4
fix(frontend): add github sponsor link to about page
2021-02-02 08:16:53 +00:00
sct
cf7ebc488d
fix(frontend): use consistent spinner style on TitleCard/Plex Presets
2021-02-02 07:50:48 +00:00
TheCatLady
e34fbf72fd
fix(ui): uniform-size checkboxes, vertically-aligned form labels, and fixes for other UI imperfections/inconsistencies ( #737 )
2021-02-02 16:20:05 +09:00
sct
bfe25d9755
docs(api): deploy api docs to github pages [skip ci]
2021-02-02 01:16:05 +00:00
sct
3052f12c91
fix(api): filter out adult content from combined credits
2021-02-02 00:45:21 +00:00
sct
a3b00c3458
fix(frontend): set 4k status on RequestItem when request is for 4k
2021-02-01 12:25:31 +00:00
sct
a7314f876e
fix(frontend): correctly show 4k download tracker activity
2021-02-01 12:13:01 +00:00
sct
5b39911e02
fix(frontend): match request button color on titlecards to other request buttons
2021-02-01 12:06:37 +00:00
sct
ec44841356
fix(radarr): correctly set requested status after sending to radarr (with auto approve)
2021-02-01 12:00:41 +00:00
sct
43c989e423
docs(api): look for all api yml files [skip ci]
2021-02-01 03:44:37 +00:00
sct
9979941081
docs(api): fix stoplight.json format [skip ci]
2021-02-01 03:40:26 +00:00
sct
3a926b34b0
docs(api): add stoplight.json config [skip ci]
2021-02-01 03:33:42 +00:00
allcontributors[bot]
239f8e40c7
docs: add douglasparker as a contributor ( #802 ) [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>
2021-02-01 12:26:45 +09:00
Douglas Parker
92be2ee42b
docs: update LE/NGINX CSP to fix loading of resources ( #797 )
2021-02-01 12:26:10 +09:00
sct
d20bd530ed
fix(sonarr-sync): sonarr sync will no longer set shows with no episodes to partially available
...
fixes #796
2021-02-01 03:18:48 +00:00
TheCatLady
72cffd74a7
feat(frontend): add TheTVDB external link ( #800 )
2021-02-01 12:12:06 +09:00
sct
6c437c515f
fix(cache): use formatted numbers for displaying cache counts
2021-01-31 13:31:06 +00:00
sct
cfacb151b5
feat(lang): add support for Hungarian language
2021-01-31 13:20:32 +00:00
sct
996bd9f14e
feat(cache): add cache table and flush cache option to settings
...
also increases tmdb cache times to about 6 hours (12 hours for detail requests)
2021-01-31 13:11:12 +00:00
TheCatLady
3c5ae360fd
fix(lang): translate language names & change zh-Hant language code to zh-TW ( #793 )
2021-01-31 18:51:33 +09:00
sct
20289b5960
feat(cache): external API cache ( #786 )
2021-01-31 17:24:45 +09:00
Danshil Mungur
b239598e64
feat(tv): show cast for the entire show instead of only the last season ( #778 )
...
This uses TMDb's `aggregate_credits` instead of `credits` to get the show's cast for all seasons.
Fixes #775
2021-01-31 09:50:15 +09:00
TheCatLady
e2b800000d
docs(readme): remove PROXY env var and correct grammar/inconsistencies ( #788 )
2021-01-31 00:48:47 +09:00
sct
e34482bc3f
ci(snapcraft): remove --unshallow argument from fetch in Prepare step
2021-01-30 06:33:25 +00:00
sct
5bb2d75fe1
build(deps): bump dependencies
2021-01-30 06:09:13 +00:00
sct
6f3f24a1d7
ci(release): fix release workflow formatting
2021-01-30 06:02:45 +00:00
Weblate (bot)
71875efb48
feat(lang): translations update from Weblate ( #727 )
...
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (605 of 605 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Hungarian)
Currently translated at 26.6% (160 of 600 strings)
feat(lang): translated using Weblate (Hungarian)
Currently translated at 23.5% (135 of 573 strings)
feat(lang): added translation using Weblate (Hungarian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Mo Pi <mopihu@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/hu/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (600 of 600 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (573 of 573 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (551 of 551 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (545 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (606 of 607 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (603 of 605 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (600 of 600 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (596 of 596 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (575 of 575 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (573 of 573 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.2% (512 of 555 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 86.7% (525 of 605 strings)
feat(lang): translated using Weblate (French)
Currently translated at 75.1% (448 of 596 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (573 of 573 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (555 of 555 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (551 of 551 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (551 of 551 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (545 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 90.9% (552 of 607 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 90.7% (549 of 605 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 90.2% (546 of 605 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 81.8% (488 of 596 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 80.7% (481 of 596 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 91.1% (497 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 60.5% (361 of 596 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 43.7% (261 of 596 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 90.7% (520 of 573 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 93.6% (520 of 555 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/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 97.4% (535 of 549 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 97.2% (530 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.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 98.8% (598 of 605 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (596 of 596 strings)
feat(lang): translated using Weblate (German)
Currently translated at 90.4% (520 of 575 strings)
feat(lang): translated using Weblate (German)
Currently translated at 92.8% (532 of 573 strings)
feat(lang): translated using Weblate (German)
Currently translated at 95.1% (528 of 555 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (551 of 551 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (545 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.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 99.6% (603 of 605 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (600 of 600 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (575 of 575 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (573 of 573 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 91.9% (527 of 573 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (551 of 551 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (545 of 545 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 15.3% (88 of 573 strings)
Co-authored-by: David <david@hmnd.io >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 53.1% (317 of 596 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: Mo Pi <mopihu@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Co-authored-by: David <david@hmnd.io >
2021-01-30 14:59:44 +09:00
samwiseg0
2e724b5bd8
build(snap): Fix snap to pull from latest master [skip ci] ( #783 )
2021-01-30 14:53:19 +09:00
sct
136d874cba
fix(sync): do not update series status if already available and no new seasons
...
fixes #777
2021-01-30 05:26:24 +00:00
TheCatLady
f1dd5e7e12
feat(ui): Move PROXY setting to UI ( #782 )
...
Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
2021-01-30 10:46:51 +09:00
sct
67f8aef00d
feat: add manual availability buttons to manage slideover
...
closes #672
2021-01-29 12:31:19 +00:00
sct
b5fd1d520c
fix(notifications): only send a single notification when standard media becomes available
...
fixes #770
2021-01-29 08:13:50 +00:00
costaht
c43cd16eff
Setting up Fail2ban with Overseerr ( #739 )
...
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
2021-01-29 17:03:59 +09:00
sct
3812989a1c
fix(sonarr-sync): correctly set series with no seasons to requested status
...
fixes #762
2021-01-28 10:35:42 +00:00
Jakob Ankarhem
1d7150c24e
feat(media): add link to the item on plex ( #735 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-28 15:13:43 +09:00
sct
946bd2db5e
fix(frontend): dont show external links unless slug is set
2021-01-28 00:47:36 +00:00
Jakob Ankarhem
0c6d4780c3
fix(radarr): return the updated data when updating radarr request ( #765 )
2021-01-28 08:04:31 +09:00
Jakob Ankarhem
45a277964b
fix(radarr): fix request bug which made it unable to be added to radarr ( #760 )
2021-01-28 07:35:05 +09:00
sct
ec5fb83678
feat: Radarr & Sonarr Sync ( #734 )
2021-01-27 23:52:37 +09:00
sct
86efcd82c3
fix(frontend): fix server name position on plex settings page
2021-01-27 00:48:09 +00:00
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
2021-01-27 08:34:52 +09:00
Jakob Ankarhem
9342a40bbc
fix(ip logging): add env var for proxy to fix ip logging on failed logins ( #756 )
2021-01-27 08:18:45 +09:00
Jakob Ankarhem
20ca3f2f5f
feat(users): add editable usernames ( #715 )
2021-01-27 08:09:42 +09:00
Chris Pritchard
82ac76b054
feat: pre-populate server info from plex.tv API ( #563 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-25 16:34:21 +09:00
allcontributors[bot]
b3313a7f4d
docs: add hmnd as a contributor ( #740 ) [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>
2021-01-25 14:12:02 +09:00
TheCatLady
6e2589178b
feat(auth): Add optional CSRF protection ( #697 )
...
* fix(auth): Missing CSRF middleware
Resolves LGTM alert/error for query js/missing-token-validation
More info: https://lgtm.com/rules/1506064038914/
2021-01-25 11:27:57 +09:00
David
4b0241c3b3
feat: ability to edit user settings in bulk ( #597 )
2021-01-25 09:29:43 +09:00
sct
2f75c4c6ae
fix(lang): add missing i18n strings for notification settings
2021-01-23 10:13:10 +00:00
sct
21db3676d1
feat(notifications): add option to send notifications for auto-approved requests
...
closes #267
2021-01-23 09:54:43 +00:00
sct
d0c830e80d
fix: show recently added series even if they are not complete
2021-01-22 16:01:46 +00:00
Jakob Ankarhem
660ada0b20
fix(permissions): use default user permissions when creating a local user ( #713 )
2021-01-23 00:46:41 +09:00
Jakob Ankarhem
2d31ea940a
feat(login): add request ip to the failed request log ( #714 )
2021-01-23 00:23:07 +09:00
allcontributors[bot]
3ebb7d087f
docs: add chriscpritchard as a contributor ( #722 ) [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>
2021-01-22 23:12:38 +09:00
sct
5e352c201f
fix(frontend): fixed mismatched rounded sizing on new login
...
also fixes log filename in temp log page
fixes #721
2021-01-22 14:08:10 +00:00
sct
e044146aa5
feat(lang): add support for Portuguese (Portugal) language
2021-01-22 14:02:02 +00:00
sct
083a74a686
feat(lang): update languages and fix merge conflict
2021-01-22 13:47:03 +00:00
Chris Pritchard
58dbdad2b2
docs(install/gentoo): updated gentoo install instructions [skip ci] ( #701 )
...
Includes the live ebuild (which installs the development version of the package)
Amended gentoo instructions now that repository is included in the list provided by gentoo
Co-authored-by: sct <ryan@sct.dev >
2021-01-22 22:32:02 +09:00
Tijuco
32f4916c4a
feat(lang): translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (545 of 545 strings)
Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
2021-01-22 12:23:27 +01:00
Kobe
6d0f7d4b50
feat(lang): translated using Weblate (Dutch)
...
Currently translated at 100.0% (545 of 545 strings)
Translation: Overseerr/Overseerr Frontend
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
2021-01-22 12:23:27 +01:00
Jakob Ankarhem
f90e43b01a
refactor(login): redesign login page ( #709 )
2021-01-22 20:23:22 +09:00
Hosted Weblate
9bb11afc6b
feat(lang): translated using Weblate (English)
...
Currently translated at 100.0% (534 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
059995e0ef
feat(lang): translated using Weblate (Dutch)
...
Currently translated at 100.0% (536 of 536 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (533 of 534 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (533 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
c2a3e8ed52
feat(lang): translated using Weblate (German)
...
Currently translated at 99.8% (535 of 536 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.6% (529 of 536 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.8% (533 of 534 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (533 of 533 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
4f94d227fc
feat(lang): translated using Weblate (Spanish)
...
Currently translated at 99.0% (531 of 536 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (534 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/es/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
9aa5c12164
feat(lang): translated using Weblate (Italian)
...
Currently translated at 98.5% (528 of 536 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 98.5% (528 of 536 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 92.7% (497 of 536 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 93.8% (501 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
4789583d66
feat(lang): translated using Weblate (French)
...
Currently translated at 99.8% (535 of 536 strings)
feat(lang): translated using Weblate (French)
Currently translated at 98.6% (529 of 536 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (534 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
98570c920e
feat(lang): translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.4% (533 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (536 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (536 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 98.6% (529 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (534 of 534 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.8% (496 of 534 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 92.8% (496 of 534 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 89.7% (479 of 534 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
Hosted Weblate
f001fb3b33
feat(lang): translated using Weblate (Portuguese (Portugal))
...
Currently translated at 100.0% (536 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 52.0% (279 of 536 strings)
feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 0.0% (0 of 536 strings)
feat(lang): added translation using Weblate (Portuguese (Portugal))
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Marcos <silvamarcos1919@outlook.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
2021-01-22 03:30:37 +01:00
samwiseg0
e1accbcef0
build(armhf): Add libatomic1 to snap build for armhf ( #720 )
2021-01-22 11:30:33 +09:00
sct
ae9a1b3e94
fix(frontend): add poster not found image to request card and request list item
2021-01-22 02:06:36 +00:00
sct
0b055458d0
fix(frontend): add poster not found image to tv details page
2021-01-22 02:03:41 +00:00
sct
be650aae37
build(deps): bump dependencies
2021-01-22 02:02:22 +00:00
sct
a42f3115d3
chore: add headwind as a recommended extension for vscode [skip ci]
2021-01-22 01:53:54 +00:00
Jakob Ankarhem
2da0da826a
fix(requests): handle when tvdbid is null ( #657 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-22 10:49:17 +09:00
imgbot[bot]
a3fe4e6321
refactor: [ImgBot] Optimize images ( #712 )
...
*Total -- 3,427.86kb -> 3,268.29kb (4.66%)
/public/images/radarr_logo.png -- 10.34kb -> 8.13kb (21.37%)
/public/logo.png -- 77.09kb -> 64.06kb (16.91%)
/public/os_logo_square.png -- 47.18kb -> 40.52kb (14.11%)
/public/android-chrome-512x512.png -- 78.14kb -> 70.37kb (9.94%)
/public/apple-touch-icon.png -- 25.49kb -> 23.13kb (9.28%)
/public/android-chrome-192x192.png -- 24.60kb -> 22.43kb (8.81%)
/src/assets/services/imdb.svg -- 3.89kb -> 3.63kb (6.58%)
/public/preview.jpg -- 1,658.89kb -> 1,588.79kb (4.23%)
/public/images/rotate2.jpg -- 1,090.20kb -> 1,045.92kb (4.06%)
/public/images/rotate3.jpg -- 382.15kb -> 371.60kb (2.76%)
/src/assets/bolt.svg -- 0.25kb -> 0.24kb (2.72%)
/public/favicon-32x32.png -- 2.09kb -> 2.03kb (2.71%)
/src/assets/xcircle.svg -- 0.26kb -> 0.25kb (2.62%)
/src/assets/extlogos/pushover.svg -- 3.24kb -> 3.16kb (2.44%)
/src/assets/useradd.svg -- 0.28kb -> 0.28kb (2.41%)
/src/assets/download.svg -- 0.32kb -> 0.31kb (2.15%)
/src/assets/ellipsis.svg -- 0.29kb -> 0.28kb (2.05%)
/src/assets/extlogos/slack.svg -- 1.15kb -> 1.15kb (0.59%)
/src/assets/available.svg -- 0.73kb -> 0.73kb (0.53%)
/src/assets/extlogos/discord_white.svg -- 1.30kb -> 1.29kb (0.53%)
/src/assets/requested.svg -- 0.94kb -> 0.94kb (0.52%)
/src/assets/extlogos/telegram.svg -- 0.66kb -> 0.66kb (0.44%)
/src/assets/unavailable.svg -- 1.19kb -> 1.18kb (0.41%)
/src/assets/rt_fresh.svg -- 1.22kb -> 1.22kb (0.08%)
/src/assets/services/tmdb.svg -- 2.52kb -> 2.51kb (0.08%)
/src/assets/rt_rotten.svg -- 1.43kb -> 1.43kb (0.07%)
/src/assets/rt_aud_fresh.svg -- 2.60kb -> 2.60kb (0.04%)
/src/assets/services/rt.svg -- 9.41kb -> 9.41kb (0.01%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: sct <ryan@sct.dev >
2021-01-21 19:00:57 +09:00
sct
421f4c17f0
fix(api): prevent duplicate movie requests
...
fixes #705
2021-01-21 09:37:47 +00:00
Mārtiņš Možeiko
e97228899a
fix: lookup movie by imdbid if tmdbid does not exits for plex movie agent ( #711 )
2021-01-21 13:27:24 +09:00
allcontributors[bot]
2bfab5e99c
docs: add Tamberlox as a contributor ( #702 ) [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>
2021-01-20 20:39:57 +09:00
allcontributors[bot]
0483becbfa
docs: add chriscpritchard as a contributor ( #700 ) [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>
2021-01-20 19:29:03 +09:00
Chris Pritchard
3a1f6d5706
fix(build): fix sqlite3 build error ( #691 )
...
updated package.json and yarn.lock to include a version of node-gyp that works with python3 instead
of python2 for node-sqlite3
2021-01-20 19:28:10 +09:00
sct
6c1742e94c
feat(frontend): add option to hide all available items from discovery ( #699 )
2021-01-20 18:56:45 +09:00
sct
e1032ff5df
fix(requests): allow declined season requests to be re-requested
...
fixes #690
2021-01-20 05:23:42 +00:00
samwiseg0
e80920faa1
Add skip ci to discord notifications ( #696 )
2021-01-20 11:13:24 +09:00
samwiseg0
f7c0769deb
build(release): Add snap package to the release workflow [skip ci] ( #692 )
...
* build(discord): Always send discord notification
* build(snap): Remove trigger for tags
* build(release): Add snap build to release workflow
* Remove pull request if from discord snap
2021-01-20 10:40:15 +09:00
sct
78444a9e64
fix(requests): update requests to approved when parent media is set as available
...
fixes #688
2021-01-19 15:10:15 +00:00
sct
8927c6d2e3
fix(frontend): show auto approval on series request modal only with correct permissions
...
fixes #687
2021-01-19 10:17:36 +00:00
sct
81a96db2e7
ci: fix release discord notification [skip ci]
2021-01-19 07:54:55 +00:00
sct
686c4f71bf
feat(lang): add support for Chinese (Traditional) language
2021-01-19 02:17:14 +00:00
Weblate (bot)
801e76524d
feat(lang): Translations update from Weblate ( #604 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (472 of 472 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (454 of 454 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (513 of 513 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.1% (485 of 489 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
* feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 93.5% (497 of 531 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 94.5% (484 of 512 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 58.9% (302 of 512 strings)
feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 56.2% (288 of 512 strings)
feat(lang): added translation using Weblate (Chinese (Traditional))
Co-authored-by: Doris Houng <doris.houng@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Swedish)
Currently translated at 96.9% (474 of 489 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 96.6% (496 of 513 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 88.6% (454 of 512 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 92.8% (454 of 489 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (454 of 454 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (531 of 531 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (454 of 454 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shutruk <cokimaya007@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% (531 of 531 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (513 of 513 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (513 of 513 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.6% (510 of 512 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.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% (533 of 533 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (531 of 531 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 99.8% (530 of 531 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (513 of 513 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (512 of 512 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (489 of 489 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (454 of 454 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 19.1% (87 of 454 strings)
Co-authored-by: David <david@hmnd.io >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (English)
Currently translated at 100.0% (512 of 512 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: TheCatLady <doris.houng@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: NGVICIOUS <giyomu1@gmail.com >
Co-authored-by: Doris Houng <doris.houng@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shutruk <cokimaya007@gmail.com >
Co-authored-by: Paul Hagedorn <panzer1119@gmail.com >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Co-authored-by: David <david@hmnd.io >
2021-01-19 11:12:05 +09:00
sct
a9eeda17a2
docs: update README with newer app screenshot [skip ci]
2021-01-19 02:04:19 +00:00
samwiseg0
f2b9125acd
build(workflows): Update workflows to use ubuntu-20.04 ( #684 )
...
Added discord notifications to all build jobs
2021-01-18 20:17:24 -05:00
allcontributors[bot]
3b4892bcd7
docs: add TheCatLady as a contributor ( #683 ) [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>
2021-01-19 09:47:28 +09:00
TheCatLady
192cfd8a8e
feat(api): /request/count endpoint ( #682 )
2021-01-19 09:33:30 +09:00
Roxedus
70229d12ab
docs(reverse-proxy): Add note for bundled sample SWAG ( #681 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
2021-01-18 17:40:19 -05:00
sct
eb6fc8a190
fix(notifications): send media declined email
...
fixes #679
2021-01-18 22:11:28 +00:00
sct
2f97f61a6e
feat(notifications): add notification for declined requests
...
closes #663
2021-01-18 06:34:20 +00:00
samwiseg0
4fe8172eb1
build(snapcraft): Fix arm build by using py2 ( #671 )
2021-01-18 14:31:44 +09:00
samwiseg0
c8a8de38cc
build(snapcraft): Add snapcraft build yaml and workflow ( #608 )
2021-01-18 12:58:14 +09:00
sct
00944b1ec2
fix(frontend): do not show failed media status on request list for declined requests
...
fixes #664
2021-01-18 02:55:09 +00:00
sct
7db62ab824
fix(api): improve rottentomatoes rating matching for movies
...
fixes #494
2021-01-18 02:47:12 +00:00
sct
860d71ed69
fix(frontend): clarify which fields are required in radarr/sonarr modals
...
closes #575
2021-01-18 02:40:03 +00:00
sct
51d8fba916
fix(server): support absolute paths for CONFIG_DIRECTORY
2021-01-18 01:25:44 +00:00
sct
fa8f112c31
feat(server): add CONFIG_DIRECTORY env var to control config directory location
2021-01-18 01:15:08 +00:00
sct
b0ce0406bb
chore: remove old unused logo.svg [skip ci]
2021-01-18 01:05:50 +00:00
sct
7fe80cd4ad
build(deps): batch update dependencies
2021-01-18 01:00:12 +00:00
allcontributors[bot]
d8a402aed2
docs: add hirenshah as a contributor ( #668 ) [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>
2021-01-18 09:49:11 +09:00
hirenshah
03c690b00b
docs: Update LE/NGINX to remove CSP [skip ci]
2021-01-17 12:13:38 -05:00
sct
bdb33722e6
feat(requests): Request Overrides & Request Editing ( #653 )
2021-01-17 22:52:50 +09:00
sct
d9919abb89
fix(lang): add missing see more i18n string for SeeMoreCard
2021-01-17 08:24:47 +00:00
sct
587e8db15e
feat(frontend): add see more card to media sliders
2021-01-17 08:23:34 +00:00
sct
a77a2aa3eb
fix(lang): change email auth user/pass strings to SMTP Username/Password
2021-01-17 06:38:40 +00:00
sct
5cfdfac37b
refactor(frontend): move discovery sliders into reusable MediaSlider component
2021-01-15 04:14:05 +00:00
Jakob Ankarhem
b04d00ef50
fix(user edit): fix user edit not being able to be saved ( #651 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-15 12:05:58 +09:00
sct
23624bd144
fix(build): remove cross import from client to server for UserType
2021-01-14 13:08:48 +00:00
Jakob Ankarhem
492e19df40
feat(login): add local users functionality ( #591 )
2021-01-14 21:03:12 +09:00
sct
f17fa2a2db
fix(notifications): correctly compare seasons before sending series notifications
2021-01-13 12:24:08 +00:00
sct
d688a96759
fix(plex-sync): store plex added date and sort recently added by it
2021-01-13 09:51:11 +00:00
sct
a262727078
fix(frontend): fix request button height
2021-01-12 23:39:39 +00:00
sct
29c5bc4097
feat(frontend): add template variable help button to custom webhook settings page
2021-01-12 13:22:07 +00:00
sct
3e476868b1
docs: notification agent docs added
2021-01-12 22:14:59 +09:00
sct
d9e0c90e76
fix(frontend): fix button styling on details page on small screen sizes
2021-01-12 12:25:57 +00:00
sct
a740b07f06
fix(plex-sync): improve plex sync error handling. add session id to fix stuck runs
2021-01-12 11:53:35 +00:00
sct
a7cc7c5975
feat(notifications): Webhook Notifications ( #632 )
2021-01-12 18:28:42 +09:00
sct
1aa0005b42
fix(frontend): show correct request status on request cards for 4k requests
2021-01-11 16:02:08 +00:00
sct
fc6f7ccea5
fix(notifications): only send one available notification for standard media
2021-01-11 15:45:28 +00:00
sct
e0d9f891e7
fix(requests): select the correct radarr/sonarr server when sending request to service
2021-01-11 15:32:59 +00:00
sct
b491be1b1e
fix(frontend): request dropdown menu now properly shows up over collection button
2021-01-11 15:23:24 +00:00
sct
6b2df24a2e
feat: 4K Requests ( #559 )
2021-01-11 23:42:33 +09:00
sct
79629645aa
revert(deps): revert back to next@10.0.3 until sharp optional dependency bug is fixed
...
see: https://github.com/vercel/next.js/issues/20456
2021-01-08 14:13:35 +00:00
Mārtiņš Možeiko
0600ac7c3a
feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs ( #538 )
...
* feat: map AniDB IDs from Hama agent to tvdb/tmdb/imdb IDs
re #453
* refactor: removes sync job for AnimeList, load mapping on demand
* refactor: addressing review comments, using typescript types for xml parsing
* refactor: make sure sync job does not update create same tvshow/movie twice
Hama agent can have same tvdbid it for different library items - for example
when user stores different seasons for same tv show separately. This change
adds "AsyncLock" that guarantees code in callback runs for same id fully,
before running same callback next time.
* refactor: do not use season 0 tvdbid for tvshow from mapping file
* refactor: support multiple imdb mappings for same anidb entry
* refactor: add debug log for missing tvdb entries in tmdb lookups from anidb/hama agent
2021-01-08 09:46:00 +09:00
Weblate (bot)
2bfe0f2bf6
feat(lang): Translations update from Weblate ( #580 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (433 of 433 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
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (433 of 433 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/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (433 of 433 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: cyb3rgh05t <flammang.yves@gmail.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 98.2% (446 of 454 strings)
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: cyb3rgh05t <flammang.yves@gmail.com >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
2021-01-07 18:50:51 +09:00
sct
493d82b6b0
fix(plex-sync): do not run plex sync if no admin exists
2021-01-06 00:55:53 +00:00
sct
e2c2172ac6
build(deps): batch update dependencies
2021-01-05 15:17:46 +00:00
Jakob Ankarhem
ee5d0181fc
feat(notifications): add pushover integration ( #574 )
...
* feat(notifications): add pushover integration
* refactor(pushover): group i18n translations
2021-01-05 13:19:25 +09:00
sct
67f2b57f00
fix(frontend): apply same titlecard hover effect to personcard
2021-01-04 16:40:39 +00:00
sct
88810bf0a4
fix(frontend): use hardware acceleration for titlecard scale
2021-01-04 16:09:09 +00:00
sct
0ab4c3c36f
fix(frontend): only animate titlecard when showDetail is true
2021-01-04 15:33:07 +00:00
sct
effc80977a
fix(frontend): adjust titlecard badge styling
...
this commit aligns the badges, removes the border from the availability badge (replaces it with a
light shadow) and also adds a new animation to the titlecard
2021-01-04 15:21:46 +00:00
Weblate (bot)
b04eda6c8a
feat(lang): translations update from Weblate ( #495 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (418 of 418 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 93.7% (391 of 417 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 95.3% (390 of 409 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (422 of 422 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (418 of 418 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (409 of 409 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
* feat(lang): translated using Weblate (Swedish)
Currently translated at 95.1% (389 of 409 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (422 of 422 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (418 of 418 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (409 of 409 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (409 of 409 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (409 of 409 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shutruk <cokimaya007@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% (432 of 432 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (422 of 422 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (418 of 418 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (409 of 409 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (409 of 409 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (409 of 409 strings)
feat(lang): translated using Weblate (German)
Currently translated at 98.7% (404 of 409 strings)
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
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 >
Co-authored-by: Paul <panzer1119@gmail.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% (432 of 432 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 100.0% (432 of 432 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 96.9% (419 of 432 strings)
feat(lang): translated using Weblate (Dutch)
Currently translated at 79.8% (345 of 432 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Co-authored-by: Kobe <kobe.boecquaert@gmail.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 99.5% (407 of 409 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
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shutruk <cokimaya007@gmail.com >
Co-authored-by: Ben Wallner <ben.david.wallner@gmail.com >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: Jos Vennik <josvennik@gmail.com >
Co-authored-by: Kobe <kobe.boecquaert@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
2021-01-04 20:41:22 +09:00
sct
5add44cfb0
feat(frontend): filter/sorting for request list
...
closes #431
2021-01-03 16:02:34 +00:00
sct
a524b9c4c8
fix(frontend): add i18n for request text on titlecard
2021-01-03 14:38:05 +00:00
sct
b5a3a7a89f
fix(frontend): change titlecard to only have a request button
2021-01-03 14:03:14 +00:00
sct
67ac9e075f
fix(frontend): fix sliders overflowing on firefox
...
fixes #566
2021-01-03 13:50:28 +00:00
sct
ce0687922a
fix(frontend): disable pointer-events on titlecard badges
2021-01-02 15:38:36 +00:00
sct
ba106c447d
fix(frontend): increase titlecard status badge size on larger screens
2021-01-02 15:24:25 +00:00
sct
8cbf39a9d1
fix(frontend): show movie/series badges always
2021-01-02 14:40:47 +00:00
sct
78b15cad18
refactor(frontend): titlecard design experiment
2021-01-02 14:06:41 +00:00
sct
8c0903393c
fix(holiday): remove special holiday slider
2021-01-02 08:51:37 +00:00
samwiseg0
3e613a3e93
docs: Update Ubuntu install instructions [skip ci] ( #558 )
...
* docs: Update Ubuntu install instructions [skip ci]
* docs: fix updating spacing [skip ci]
Co-authored-by: sct <ryan@sct.dev >
2021-01-02 16:59:38 +09:00
sct
5c847026aa
fix(api): return 202 when same seasons are requested again
2021-01-02 07:48:43 +00:00
Chris Pritchard
2f017fe2cb
docs: Added installation instructions for gentoo ( #556 ) [skip ci]
2021-01-01 21:32:53 -05:00
flying-sausages
7d95fd0f30
docs: Add swizzin install instructions ( #552 ) [skip ci]
2021-01-01 17:15:43 -05:00
flying-sausages
28b1d8cf4c
docs: Update Linux instructions #554 [skip ci]
2021-01-01 17:05:03 -05:00
allcontributors[bot]
9d6970db57
docs: add flying-sausages as a contributor ( #551 ) [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>
2021-01-02 01:37:23 +09:00
flying-sausages
f906711ee8
docs: Add native linux install instructions ( #550 ) [skip ci]
...
* Add native instructions
* formatting
* Update docs/getting-started/installation.md
* Add untested upgrade instructions
2021-01-02 01:35:29 +09:00
sct
93b57a76f1
fix(frontend): handle currentLibrary possibly being null on first manual sync
2020-12-31 05:05:16 +00:00
Brandon Cohen
12db7a065a
fix(frontend): full season request modal fits on a smaller mobile UI ( #535 )
...
* fix(frontend): full season request modal fits on a smaller mobile UI
* fix(frontend): added responsive variant and removed unnecessary padding
* fix(frontend): added in responsive design
* fix(frontend): applied the same spacing from the discovery page to the requests/users pages
* fix(frontend): revered change to keep tables edge to edge on mobile
2020-12-31 13:57:31 +09:00
sct
058fb65495
fix(frontend): update login/setup images
2020-12-29 11:25:55 +00:00
sct
721ed9a930
fix: correctly deal with tmdb id duplicates between movies/series
...
fixes #526
2020-12-29 10:26:37 +00:00
Danshil Mungur
5295f74915
docs: added reminder to check default user permissions ( #527 ) [skip ci]
2020-12-28 19:17:29 -05:00
Danshil Mungur
7d6c6cb2a1
docs: removed duplicate page ( #522 ) [skip ci]
...
* docs(reverse-proxy-examples): removed duplicate text in hint
* docs(extending-overseerr): removed duplicate page
2020-12-29 08:17:56 +09:00
Danshil Mungur
d53d61014f
docs(reverse-proxy-examples): removed duplicate text in hint ( #520 ) [skip ci]
2020-12-29 02:25:09 +09:00
sct
7c40d9131d
docs: update introduction ( #519 )
...
* docs: update docs introduction
* docs: fix link in faq
2020-12-28 20:44:08 +09:00
sct
f124d732a2
fix(frontend): fix count of requests in request list
2020-12-28 11:27:24 +00:00
sct
8af6a1f566
feat(notifications): control notifcation types per agent
...
closes #513
2020-12-28 02:21:45 +00:00
sct
d00e470b55
fix: use new commit tag file for app version as well
2020-12-27 17:22:21 +00:00
sct
55f9e41f1b
build: write commit tag to json file inside docker image
2020-12-27 17:08:25 +00:00
sct
343f466788
fix(frontend): search clear button now correctly triggers routing
2020-12-27 15:31:18 +00:00
sct
fae4818957
fix(frontend): set locale cookie expiration to be much longer
2020-12-27 14:47:39 +00:00
sct
d188f6ffad
fix(frontend): combine duplicate credits on a persons detail page
...
fixes #504
2020-12-27 12:14:47 +00:00
sct
289864af1a
fix(build): fixes build to include commit tag for app build step
2020-12-27 10:33:44 +00:00
sct
d2620281bf
GitBook: [develop] 5 pages modified
2020-12-27 10:28:50 +00:00
sct
30ed82e155
docs: documentation update ( #516 ) [skip ci]
...
* docs: testing docs with gitbook
* GitBook: [docs] 3 pages modified
* GitBook: [docs] one page modified
* docs: migrate more wiki docs
* docs: Update gmail. Add 4k FAQ
* GitBook: [docs] 6 pages modified
* docs: add media missing in overseerr to faq
* GitBook: [docs] one page modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 2 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] one page modified
* GitBook: [docs] 2 pages modified
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
Co-authored-by: samwiseg0 <phillipah@gmail.com >
2020-12-27 19:27:03 +09:00
sct
c034496f55
feat(frontend): add documentation link to about page
...
Also updates the README with new documentation links
2020-12-27 10:23:10 +00:00
sct
2dcda39d40
fix(frontend): add localized strings for status checker
2020-12-27 10:12:06 +00:00
sct
75a426437a
feat: status checker to prompt users to reload their frontend when app version changes
2020-12-27 10:05:54 +00:00
Danshil Mungur
1438b08cf0
fix(frontend): center text in movie auto-approve modal on small screens ( #510 )
...
fix #507
2020-12-27 18:20:58 +09:00
Jakob Ankarhem
0185bb1a70
feat(email): add sendername to email notification ( #506 )
...
* feat(email): add sendername to email notification
* feat(email): add sendername to api + move field in form
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se >
2020-12-27 00:54:23 +09:00
Jakob Ankarhem
c8d4d674f4
feat(frontend): add telegram integration ( #491 )
...
* feat(frontend): add telegram notification agent
* feat(telegram): add i18n keys for telegram
* style(telegram): change message formatting in notification
* feat(telegram): add short tutorial for telegram setup
* feat(telegram): add i18n keys for telegram tutorial
* style(telegram): correct grammar in infobox
Co-authored-by: sct <ryan@sct.dev >
* fix(telegram): redo i18n extraction
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se >
Co-authored-by: sct <ryan@sct.dev >
2020-12-27 00:02:00 +09:00
Jakob Ankarhem
7434a26f76
feat(frontend): add clear-field-icon to search field ( #498 )
...
* feat(frontend): add button to clear search field
Clear input field button was not visible on all devices, this replaces native ones with an svg
* refactor(search): use tailwind css for button and change svg
* refactor(search): larger click area on reset button
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se >
2020-12-26 23:43:22 +09:00
allcontributors[bot]
46af705014
docs: add danshilm as a contributor ( #505 ) [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-26 18:22:28 +09:00
Danshil Mungur
2b27a715b0
fix(docs): fix typo in build instructions ( #503 )
2020-12-26 18:21:46 +09:00
Weblate (bot)
c8c74b0ae5
feat(lang): translations update from Weblate ( #479 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (389 of 389 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
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (389 of 389 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (386 of 386 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (377 of 377 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (386 of 386 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shutruk <cokimaya007@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% (393 of 393 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (389 of 389 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (377 of 377 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 100.0% (390 of 390 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 97.4% (376 of 386 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
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shutruk <cokimaya007@gmail.com >
Co-authored-by: Paul <panzer1119@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
2020-12-25 20:38:32 +09:00
sct
de3d288949
fix(frontend): fix missing styles for alert component
...
also adds relative release time to releases in About page
2020-12-25 20:27:19 +09:00
sct
6353cda582
fix(frontend): fix mobile dropdown in notifications settings
2020-12-25 20:01:35 +09:00
sct
1163e81adc
feat(notifications): add slack notification agent
...
re #365
2020-12-25 19:02:04 +09:00
sct
5d06a34731
fix(frontend): remove vote permission for now
...
currently unsused so no point in showing it currnetly
2020-12-25 10:25:06 +09:00
sct
8f292d538b
fix(frontend): update titlecard status badge to new requested colors
2020-12-25 10:10:27 +09:00
sct
4809257816
feat: add separate auto approve permissions for Movies/Series
...
closes #268
2020-12-25 09:58:29 +09:00
johnpyp
02969d5426
feat: simple failed request handling ( #474 )
...
When a movie or series is added with radarr or sonarr, if it fails, this changes the media state to
unknown and sends a notification to admins. Client side this will look like a failed state along
with a retry button that will delete the request and re-queue it.
2020-12-25 09:53:32 +09:00
sct
ed94a0f335
fix(frontend): status badge Unavailable renamed to Requested
...
closes #374
2020-12-24 23:42:12 +09:00
sct
395cbb2be6
fix(logs): rotate logs on a daily basis instead of incrementing log filename
2020-12-24 23:05:05 +09:00
sct
bd947409e6
fix(frontend): fix scaling titlecard content position
2020-12-24 21:46:03 +09:00
sct
06fc98b6b9
fix(frontend): add margin to ButtonWithDropdown component on movie/tv details page
2020-12-24 21:28:33 +09:00
sct
d7b1c28406
fix(frontend): improve flex header on movie/tv details page
2020-12-24 21:17:21 +09:00
allcontributors[bot]
3438045e51
docs: add ankarhem as a contributor ( #487 ) [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-24 21:01:08 +09:00
Jakob Ankarhem
4b7af86111
fix(frontend): correctly position title card hover section ( #486 )
...
f2ebba7 introduced an issue where the children of the animation would not be visible during the
animation
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se >
2020-12-24 21:00:20 +09:00
allcontributors[bot]
dd22d158ff
docs: add jayesh100 as a contributor ( #485 ) [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-24 20:42:35 +09:00
Jayesh
e88dc83aeb
feat: YouTube Movie/TV Trailers ( #454 )
...
* feat: Get Youtube trailers from TMDB API and show on Movie/TV details page
* docs(overseerr-api.yml): remove youtube trailer URL (unused) from OAS
2020-12-24 20:41:32 +09:00
sct
329a814a8f
fix: improve apple-touch-icon and android app icons
2020-12-24 19:25:56 +09:00
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
2020-12-24 16:31:56 +09:00
Alex Zoitos
f2ebba7b1d
fix(frontend): invalid dom-nesting title card fix ( #482 )
...
fix #476
2020-12-24 11:37:11 +09:00
sct
17518dbe7f
fix(frontend): sort person detail credits by tmdb votes
2020-12-24 10:33:54 +09:00
allcontributors[bot]
2350f3ffd8
docs: add ankarhem as a contributor ( #481 ) [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-24 10:33:17 +09:00
Jakob Ankarhem
3dced2065f
docs(contributing.md): improve structure of Getting started and add section about rebasing ( #480 )
...
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se >
2020-12-24 10:32:45 +09:00
Weblate (bot)
941fe19904
feat(lang): translations update from Weblate ( #410 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (364 of 365 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 81.8% (297 of 363 strings)
feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 73.0% (265 of 363 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (377 of 377 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (French)
Currently translated at 99.7% (368 of 369 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (366 of 366 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (365 of 365 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (363 of 363 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
* feat(lang): translated using Weblate (Swedish)
Currently translated at 97.8% (366 of 374 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (365 of 365 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (363 of 363 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 99.7% (376 of 377 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 99.7% (368 of 369 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (366 of 366 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (365 of 365 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (363 of 363 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (363 of 363 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 >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (366 of 366 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shutruk <cokimaya007@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% (377 of 377 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (374 of 374 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.7% (368 of 369 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (366 of 366 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (365 of 365 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (363 of 363 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 93.4% (341 of 365 strings)
Co-authored-by: BodingClockchian <joost_nl@live.nl >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 98.1% (367 of 374 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 100.0% (366 of 366 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 95.9% (351 of 366 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
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: Luna Jernberg <droidbittin@gmail.com >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shutruk <cokimaya007@gmail.com >
Co-authored-by: BodingClockchian <joost_nl@live.nl >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
2020-12-23 21:38:11 +09:00
sct
2e0e4d5129
fix(frontend): filter out undefined backdrop paths for person details page
2020-12-23 17:18:00 +09:00
sct
9f5f920c23
fix(frontend): show backdrops instead of posters for new person detail design
2020-12-23 16:14:39 +09:00
sct
1fb7ea7258
feat(frontend): adjust person details design and add improved truncate
2020-12-23 16:02:55 +09:00
Brandon Cohen
3bbc716434
fix(frontend): added new Radarr v3 logo ( #471 )
2020-12-23 13:05:40 +09:00
sct
6898357b13
feat(email): option to allow self signed certificates
2020-12-23 12:18:40 +09:00
Brandon Cohen
a7db01fba4
feat(frontend): first air date added to TV details page ( #470 )
2020-12-23 12:15:05 +09:00
sct
0c8a180189
fix: clarify full sync runs every 24 hours
2020-12-23 01:40:46 +09:00
sct
0980fa54f9
fix(email): correctly log errors when emails fail to send
2020-12-23 01:34:29 +09:00
sct
32b4c99950
fix(api): correctly return firstAirDate for series in search endpoints
...
fixes #462
2020-12-23 01:13:29 +09:00
sct
22002ab4c7
feat(logs): rotate log files if they reach 20MB in size
...
closes #438
2020-12-23 00:58:33 +09:00
sct
659fa505f0
feat(notifications): include direct links to media in notifications
...
closes #437
2020-12-23 00:25:44 +09:00
sct
4205e32ae7
fix(plex-sync): match correct tmdb format for movies
2020-12-22 22:37:18 +09:00
sct
ffe9e19c3b
feat(plex-sync): add support for hama guid's
...
re #453
2020-12-22 13:45:04 +09:00
Brandon Cohen
66ef72dd42
fix(frontend): approve and decline button (in manage panel) will now fit on mobile ( #441 )
2020-12-22 13:19:06 +09:00
samwiseg0
1056d28a26
docs: Update templates with new labels [skip ci] ( #452 )
...
* docs: Update bug template with new label [skip ci]
* docs: Update feature request template with new label [skip ci]
2020-12-22 12:50:09 +09:00
sct
69fd7a5511
fix(migration): fixes issue migrating away from the unique imdbId constraint
2020-12-22 12:10:57 +09:00
sct
4b505223b8
fix(logs): improve logging when adding to sonarr/radarr
2020-12-22 11:12:41 +09:00
sct
16e48c4919
build: remove yml from dockerignore [skip ci]
2020-12-22 09:46:22 +09:00
sct
604ba2a92f
feat(frontend): add full crew page for movies/shows
2020-12-22 00:37:26 +09:00
sct
12127a7763
feat(frontend): add crew related movies/shows to person details page
2020-12-22 00:12:50 +09:00
allcontributors[bot]
9a4da25faa
docs: add johnpyp as a contributor ( #435 ) [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-21 23:42:25 +09:00
johnpyp
7e8f361af7
feat: import users from plex ( #428 )
...
* feat: import users from plex
fix #281
* fix(frontend): re-enable delete user confirmation button after finished
2020-12-21 23:41:19 +09:00
allcontributors[bot]
08c22b03e0
docs: add doob187 as a contributor ( #434 ) [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-21 23:12:39 +09:00
doob187
3cee6b78a4
build: Update Docker ignore ( #425 )
...
Add some files to ignore.
Inside the Docker ( latest dev Build )
```
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Dockerfile.local
LICENSE
babel.config.js
config
dist
docker-compose.yml
next-env.d.ts
next.config.js
node_modules
ormconfig.js
overseerr-api.yml
package.json
postcss.config.js
public
server
src
stylelint.config.js
tailwind.config.js
tsconfig.json
yarn.lock
```
2020-12-21 23:07:54 +09:00
sct
7083ddf181
revert(deps): revert react-use-clipboard to 1.0.2
2020-12-21 21:25:14 +09:00
sct
b092361c73
build(deps): more bundled dependency updates
2020-12-21 21:15:15 +09:00
sct
6f2a71c788
build(deps-dev): bundled dependency update
2020-12-21 21:08:46 +09:00
sct
22006e9dbd
fix(api): prevent checking first admin account for plex server access
2020-12-21 20:51:54 +09:00
sct
e7ee85c29b
feat: default user permissions added to settings
...
closes #388
2020-12-21 18:47:55 +09:00
sct
f35dae56a5
fix(api): fix cross-imported type crashing build
2020-12-21 18:14:49 +09:00
sct
5deb64a87f
fix(frontend): allow more special characters in search input
...
fixes #430
2020-12-21 18:02:23 +09:00
sct
6753d9daaa
feat(frontend): add prioritized crew under overview
...
closes #406
2020-12-21 17:37:38 +09:00
sct
4891298891
fix(frontend): adjust person card layout to deal with overflowing content
...
fixes #416
2020-12-21 15:45:55 +09:00
sct
ab9cef3624
fix: only run migrations in production
2020-12-21 14:38:32 +09:00
allcontributors[bot]
d4d79e438c
docs: add danshilm as a contributor ( #429 ) [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-21 14:37:26 +09:00
Danshil Mungur
c6836e02c8
fix(frontend): add name, short_name and start_url to manifest ( #424 )
2020-12-21 14:36:11 +09:00
sct
0916b58594
fix(notifications): always update the media table when seasons become available
2020-12-21 01:40:23 +09:00
sct
44a305426f
feat(notifications): added ability to send test notifications
...
closes #309
2020-12-20 21:41:25 +09:00
sct
764db94f1b
fix(plex-sync): fixes processing movies using TMDB agent
...
fix #363
2020-12-20 11:00:48 +09:00
allcontributors[bot]
f6865ca0c1
docs: add sebstrgg as a contributor ( #407 ) [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-20 01:45:47 +09:00
sct
c9fe6cb0b7
feat(lang): add support for swedish language
2020-12-20 01:43:54 +09:00
Weblate (bot)
3778ad829c
feat(lang): translations update from Weblate ( #403 )
...
* feat(lang): translated using Weblate (Swedish)
Currently translated at 100.0% (350 of 350 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 75.7% (265 of 350 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 75.7% (265 of 350 strings)
feat(lang): translated using Weblate (Swedish)
Currently translated at 72.5% (254 of 350 strings)
feat(lang): added translation using Weblate (Swedish)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sv/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (350 of 350 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/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (350 of 350 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
Co-authored-by: K. Herbert <herbert.ka@mailo.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: sebstrgg <sebastian@wollter.nu >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
2020-12-20 01:40:56 +09:00
sct
b1786245c7
ci: change semantic-release/github to add releases to bottom [skip ci]
2020-12-20 01:34:50 +09:00
sct
b7f5739035
feat(frontend): releases added to about page
...
closes #303
2020-12-20 01:22:58 +09:00
sct
c128898206
feat(frontend): add support overseerr block to about page
2020-12-19 23:30:27 +09:00
sct
ff2ab29491
feat(frontend): add language picker to setup/login
2020-12-19 23:13:46 +09:00
sct
108dfc4afd
feat(lang): add support for Italian, Portuguese (Brazil) and Serbian
2020-12-19 21:51:05 +09:00
allcontributors[bot]
6f2de8577e
docs: add Shagon94 as a contributor ( #401 ) [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-19 21:31:51 +09:00
Weblate (bot)
1bd0e646e3
feat(lang): translations update from Weblate ( #400 )
...
* feat(lang): translated using Weblate (French)
Currently translated at 96.5% (338 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Serbian)
Currently translated at 100.0% (350 of 350 strings)
feat(lang): added translation using Weblate (Serbian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shagon94 <Shagon94@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/sr/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 62.8% (220 of 350 strings)
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (350 of 350 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 100.0% (350 of 350 strings)
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 93.7% (328 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@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 96.2% (337 of 350 strings)
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
* feat(lang): translated using Weblate (Dutch)
Currently translated at 95.7% (335 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Russian)
Currently translated at 23.4% (82 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Japanese)
Currently translated at 99.4% (348 of 350 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 99.4% (348 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
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 (English)
Currently translated at 100.0% (350 of 350 strings)
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Shagon94 <Shagon94@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
2020-12-19 21:31:07 +09:00
sct
fb883e8043
Merge branch 'develop' of github.com:sct/overseerr into develop
2020-12-19 13:44:57 +09:00
allcontributors[bot]
4435468561
docs: add Panzer1119 as a contributor ( #396 ) [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-19 13:44:48 +09:00
allcontributors[bot]
e821d0a02b
docs: add mazzetta86 as a contributor ( #395 ) [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-19 13:43:53 +09:00
Weblate (bot)
5f71fb7ee2
feat(lang): translations update from Weblate ( #391 )
...
* feat(lang): translated using Weblate (Portuguese (Brazil))
Currently translated at 17.4% (61 of 350 strings)
feat(lang): added translation using Weblate (Portuguese (Brazil))
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (350 of 350 strings)
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
* feat(lang): translated using Weblate (Italian)
Currently translated at 90.8% (318 of 350 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 90.8% (318 of 350 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 46.2% (162 of 350 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 27.4% (96 of 350 strings)
feat(lang): translated using Weblate (Italian)
Currently translated at 27.4% (96 of 350 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (German)
Currently translated at 100.0% (350 of 350 strings)
feat(lang): translated using Weblate (German)
Currently translated at 100.0% (350 of 350 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Paul <panzer1119@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/de/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: Tijuco <linuxinmotion@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: Paul <panzer1119@gmail.com >
2020-12-19 13:42:19 +09:00
sct
a0c5608aa0
fix(frontend): try not to render broken rottentomatoes data
2020-12-19 13:39:48 +09:00
sct
816fec1a83
fix(email): fix link to Overseerr in email templates
...
fixes #392
2020-12-19 13:23:15 +09:00
sct
2a4dd52275
fix(frontend): hide Request More button if all current seasons are available
...
fixes #343
2020-12-19 13:16:58 +09:00
sct
3601d442db
fix(frontend): adjust padding of search box so placeholder text fits on mobile
...
this only fixes English. Other languages placeholders may or may not fit into the space
fixes #393
2020-12-19 12:57:17 +09:00
sct
53bede692d
feat: add missing tzdata package to image
...
re #394
2020-12-19 11:32:17 +09:00
sct
fe46895289
ci: add @semantic-release/github step to publish array
2020-12-19 03:09:42 +09:00
sct
a0024a0cbe
feat(frontend): add external links to movie and tv detail pages
2020-12-19 02:46:32 +09:00
Weblate (bot)
8408e19568
feat(lang): translations update from Weblate ( #380 )
...
* feat(lang): translated using Weblate (Italian)
Currently translated at 2.0% (7 of 350 strings)
feat(lang): added translation using Weblate (Italian)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/
Translation: Overseerr/Overseerr Frontend
* feat(lang): translated using Weblate (Spanish)
Currently translated at 100.0% (340 of 340 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shutruk <cokimaya007@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% (340 of 340 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
* feat(lang): translated using Weblate (French)
Currently translated at 100.0% (340 of 340 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: Simone Chiavaccini <mazzetta86@gmail.com >
Co-authored-by: sct <sctsnipe@gmail.com >
Co-authored-by: Shutruk <cokimaya007@gmail.com >
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca >
2020-12-19 02:01:47 +09:00
sct
ed49e7c28e
docs: add FUNDING.yml
2020-12-19 01:55:23 +09:00
Brandon Cohen
549567a7e9
fix(frontend): changed request block for slideover on mobile UI ( #387 )
2020-12-19 01:55:11 +09:00
sct
51f99a2e7b
ci: add missing build-args back into ci workflow
2020-12-19 01:24:50 +09:00
sct
5e5ba40505
fix: change default internal port to 5055 ( #389 )
2020-12-19 00:12:41 +09:00
ecelebi29
36b2b4fba4
docs: fixed multiple typos, updated latest en.json strings ( #371 ) [skip ci]
2020-12-18 20:45:31 +09:00
sct
6beac736ef
feat: api key regeneration
2020-12-18 19:40:21 +09:00
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
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
sct
5fa37b5913
ci: add the ability to skip ci with commit message [skip ci]
2020-12-12 11:59:15 +00:00
sct
5155a4caf2
docs: move all-contributors table into the correct section
2020-12-12 11:57:37 +00:00
sct
42381ed5cb
docs: fix all-contributors template/position
2020-12-12 11:55:47 +00:00
sct
b99f9e6888
Merge pull request #229 from sct/all-contributors/add-sct
...
docs: add sct as a contributor
2020-12-12 20:50:51 +09:00
allcontributors[bot]
e6c5d6ff7c
docs: create .all-contributorsrc [skip ci]
2020-12-12 11:19:05 +00:00
allcontributors[bot]
4f9514885b
docs: update README.md [skip ci]
2020-12-12 11:19:04 +00:00
sct
52e695bd08
docs: remove contributors image so we can replace it with all-contributors
2020-12-12 10:59:12 +00:00
sct
051f1b3e89
feat(frontend): add full cast page for movies and series
2020-12-12 10:54:53 +00:00
sct
4392a881aa
Merge pull request #219 from weblate/weblate-overseerr-overseerr-frontend
...
Translations update from Weblate
2020-12-12 17:32:24 +09:00
Hosted Weblate
0949c9b334
feat(lang): translated using Weblate (English)
...
Currently translated at 100.0% (304 of 304 strings)
feat(lang): translated using Weblate (English)
Currently translated at 100.0% (304 of 304 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: sct <sctsnipe@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/en/
Translation: Overseerr/Overseerr Frontend
2020-12-12 08:14:19 +01:00
Hosted Weblate
30d04ce35a
feat(lang): translated using Weblate (French)
...
Currently translated at 100.0% (304 of 304 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (304 of 304 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (304 of 304 strings)
feat(lang): translated using Weblate (French)
Currently translated at 100.0% (304 of 304 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
2020-12-12 08:14:19 +01:00
Hosted Weblate
83efb0e3d4
feat(lang): translated using Weblate (Norwegian Bokmål)
...
Currently translated at 87.1% (265 of 304 strings)
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
2020-12-12 08:14:19 +01:00
Hosted Weblate
08e968fd00
feat(lang): translated using Weblate (Japanese)
...
Currently translated at 100.0% (304 of 304 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 99.0% (301 of 304 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 99.0% (301 of 304 strings)
feat(lang): translated using Weblate (Japanese)
Currently translated at 100.0% (304 of 304 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Shingo Takada <geneofthetiger@gmail.com >
Co-authored-by: T'ai <chivalrousjosh@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ja/
Translation: Overseerr/Overseerr Frontend
2020-12-12 08:14:19 +01:00
Hosted Weblate
0d8e0d0352
feat(lang): translated using Weblate (Russian)
...
Currently translated at 26.9% (82 of 304 strings)
Co-authored-by: Artem <KovalevArtem.ru@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ru/
Translation: Overseerr/Overseerr Frontend
2020-12-12 08:14:19 +01:00
Hosted Weblate
1ab3a4b80a
feat(lang): translated using Weblate (Dutch)
...
Currently translated at 18.7% (57 of 304 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
2020-12-12 08:14:19 +01:00
Hosted Weblate
b6e60a412b
feat(lang): translated using Weblate (German)
...
Currently translated at 99.3% (302 of 304 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.3% (302 of 304 strings)
feat(lang): translated using Weblate (German)
Currently translated at 99.3% (302 of 304 strings)
feat(lang): translated using Weblate (German)
Currently translated at 71.3% (217 of 304 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-12 08:14:19 +01:00
sct
d4cc727d52
ci: fix typo in github workflow
2020-12-12 07:13:55 +00:00