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
Fallenbagel
38fb66d31e
fix(jellyfin scan): temporary workaround fix for jellyfin scan when display specials within season
...
Currently when display specials within season is enabled, it increases the indexed episode count of
the season. This is a problem due to the way our jellyfin sync works as it requires total standard
episodes to be equal to season episode count for the `AVAILABLE` badge for that season. However,
when the display specials within season is enabled, the scan sets that season as `PARTIALLY
AVAILABLE`. This workaround fixes this behaviour. In addition, this fix **might** also fix the
recurring availability notifications (recurring notifications might be occurring due to the scan
initially setting the season as available, thus the series is set as available and sends the
notification, but then it sets the season as partially available due to the aforementioned sync flow
until next scan and repeats.)
fix #215 #176 #246
2023-03-17 04:19:16 +05:00
Fallenbagel
8b3801539e
Merge pull request #321 from andrey4korop/Lang_changes
...
Update Ukrainian language
2023-03-09 03:43:13 +05:00
Fallenbagel
101ffae641
style: ran prettier on ua locale
2023-03-04 01:17:26 +05:00
Fallenbagel
bc9017f54d
fix: add better checks on 4k detection of series
2023-03-04 00:54:21 +05:00
Fallenbagel
b90dedfafc
fix merge conflict lines which were present during last merge
2023-03-02 19:32:34 +05: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
Fallenbagel
ee23de6d2f
Merge remote-tracking branch 'upstream/develop' into develop
2023-02-28 03:28:36 +05:00