Fallenbagel
cd7930eef9
feat(tooltip): email tooltip now appears when hovered over info icon
2023-06-11 06:36:51 +05: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
Fallenbagel
33ec4436fb
fix: external url regex is now consistent with internal url
2023-06-11 05:43:02 +05:00
Fallenbagel
e848386d10
fix: fix regex for internal url to use a more effecient one
2023-06-11 05:15:26 +05:00
Fallenbagel
235cee1d28
ci: use self-hosted github runner
...
Changed to using self-hosted github runner as the free tier one was crashing due to low storage
space when pushing cache
2023-06-10 21:57:01 +05:00
Fallenbagel
8d4943997e
ci: temporarily clean cache to fix docker builds
2023-06-10 10:23:20 +05:00
Fallenbagel
2ab814574c
ci(snap): possible fix for dubious ownership error for snap builds
2023-06-10 05:17:01 +05:00
Fallenbagel
c6b2dd3728
ci: fix CODEOWNERS file containing errors
2023-06-10 05:06:22 +05:00
Fallenbagel
825fa75ee2
Merge upstream/develop
2023-06-10 04:58:15 +05: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
Fallenbagel
4920670495
Merge pull request #397 from jeaboswell/feature-emby-icons
...
Emby Link Icon
2023-06-06 19:22:40 +05:00
Jesse Boswell
0a30cd356d
feat(settings): add internal url to jellyfin settings form
...
re #194
2023-06-05 23:05:54 -05:00
Jesse Boswell
1fe4bb8a04
fix(ui): Make play symbol white
2023-06-05 18:44:42 -05:00
Fallenbagel
21c1bbec90
Merge pull request #374 from yalagin/add-watchlist
...
feat(watchlist): Add media to watchlist
2023-06-06 03:13:34 +05:00
Jesse Boswell
ad69d6715e
fix(ui): Resize Emby icon and add margins
2023-06-05 13:21:00 -05:00
Jesse Boswell
46cd4d01d9
fix: externalLinkBlock
2023-06-05 12:10:25 -05:00
Jesse Boswell
672061cd64
feat(src/components/externallinkblock/index.tsx): support Emby icon
...
Display the Emby icon instead of Jellyfin when mediaserver type is Emby
2023-06-05 10:59:32 -05: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
Yalagin
03316c642d
fix(watchlist): add validation for creation request
preview-pr374
2023-05-15 23:25:32 +07: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
Yalagin
c08897bdc1
fix(watchlist): fix github code scanning
2023-05-04 22:36:36 +07:00
Yalagin
469f64d484
test(watchlist): fix broken test
2023-05-02 21:13:18 +07:00
Yalagin
b7e3d285ed
feat(watchlist): add translation for en
2023-04-27 22:46:46 +07:00
Yalagin
5f1c10d50a
feat(add watchlist): adding midding functionality from overserr
...
feat(add watchlist): adding missing functionality from overserr
2023-04-27 22:27:23 +07:00
Pikachu920
9637c3f4ab
Merge remote-tracking branch 'origin/develop' into develop
2023-03-25 10:22:56 -05:00
Pikachu920
a15c85cbd1
Add helper text to email address field in setup
2023-03-25 10:22:30 -05:00
Fallenbagel
53f6a890b9
Merge pull request #356 from GeoffreyCoulaud/geoffrey-fix
...
Fixed french locale: using "de " instead of "d'" before Jellyseerr
2023-03-25 16:43:51 +05:00
GeoffreyCoulaud
7dbe6f61d0
Fixed d' before Jellyseerr
2023-03-25 00:49:59 +01:00
Fallenbagel
fd460df243
Merge pull request #348 from Fallenbagel/temp-disable-media-availability
...
fix: disable availability sync temporarily
2023-03-18 04:26:14 +05:00
Fallenbagel
2e5cf22626
fix: disable availability sync temporarily
...
This PR disables availability sync temporarily as the current one does not have jellyfin/emby sync
ported into it. This would ensure that jellyseerr does not bug out and start removing availability
from media despite it being available on jellyfin/emby/*arr as well as their requests.
2023-03-18 04:08:54 +05:00
Fallenbagel
092d639dd9
Merge pull request #347 from Fallenbagel/temp-fix-display-specials-within-season
...
fix(jellyfin sync): temporary workaround fix for jellyfin scan when display specials within season
2023-03-18 03:43:06 +05:00
Fallenbagel
fc1f3202e8
Merge pull request #338 from Fallenbagel/fix-4k-detection-series
...
fixes 4k detection of series
2023-03-18 03:42:48 +05:00
Fallenbagel
3bf04f2abd
refactor: refactored 4k detection fix to be more consistent with how movie logic works
preview-pr338
2023-03-17 04:32:27 +05:00