Fallenbagel
7b7354d006
Merge remote-tracking branch 'upstream/develop' into develop
2022-05-28 12:20:26 +05:00
Fallenbagel
1dcfe49b1b
Merge pull request #112 from Fallenbagel/forgotPasswordFix
...
fix: fixes jellyfin forgot password and adds emby support to the forgort password link
2022-05-28 07:29:46 +05:00
Fallenbagel
1dbc565a2e
Merge pull request #103 from boring-dragon/develop
...
feat: conditional media server name to add emby
2022-05-28 07:29:38 +05:00
Fallenbagel
973a3e826f
Merge pull request #111 from Fallenbagel/AvatarUrlFix
...
fix(ui): fix Avatar being broken when setup using internal ip
2022-05-28 07:22:31 +05:00
Fallenbagel
6a6bfe0c68
feat(ui): add emby as a mediaServerType to the import user button
...
Add emby as a mediaServerType to the import user button and replace any reference to Jellyfin with
mediaServerName
2022-05-27 05:35:00 +05:00
Fallenbagel
410b536c94
feat(ui): add emby user badge to the user list and fix local user badge
...
add emby user badge to the user list and fix local user badge which was previously not showing
2022-05-27 04:58:24 +05:00
Fallenbagel
0259975402
fix: fixes jellyfin forgot password and adds emby support to the forgot password link
...
Fixes jellyfin forgot password as it had a wrong url that lead to an empty page and also adds in
emby forgot password link if the environmental variable is set
fix #99
2022-05-26 10:11:53 +05:00
Fallenbagel
18d8d969f1
style(ui): conditional mediaServerName to add emby to setup/login page
2022-05-26 09:39:19 +05:00
Fallenbagel
f8a239b1b8
style(ui): conditional media server name to add emby to settings
...
Conditionaly media server name to replace every reference of jellyfin with emby in settings tab when
environmental variable set
2022-05-26 08:52:16 +05:00
Fallenbagel
377a4fd85b
feat(ui): conditional media server name to add emby to issuedetails play on button
2022-05-26 08:39:39 +05:00
Fallenbagel
14d293799b
feat(ui): conditional media server name to add emby to moviedetails
2022-05-26 08:37:51 +05:00
Fallenbagel
ddd773c03f
fix: conditional media server name for 4k url to add emby to tvdetails
2022-05-26 08:30:21 +05:00
Fallenbagel
e75b71b816
feat: conditional media server name to add emby to tvdetails
2022-05-26 05:54:57 +05:00
Fallenbagel
ff3e3ce841
feat: conditional media server name to add emby to tvdetails
2022-05-26 05:49:33 +05:00
Fallenbagel
01e81a73a3
fix(ui): fix Avatar being broken when setup using internal ip
...
allow avatar url to use externalHostname when setup using local ip
fix #110
2022-05-26 02:24:31 +05:00
Fallenbagel
71d33e47a9
Merge pull request #109 from sambartik/revert-104-fix-profilepic
...
Revert "Fix non-square profile pictures being squished"
2022-05-26 00:48:49 +05:00
Samuel Bartík
db05172d8b
fix(ui): rectangular avatars getting stretched ( #2782 )
2022-05-25 20:42:17 +04:00
notfakie
93a9cff2ef
Merge remote-tracking branch 'overseerr/develop' into up-develop
2022-05-25 18:34:49 +12:00
Samuel Bartík
e9fa94097a
Revert "Fix non-square profile pictures being squished"
2022-05-24 19:50:37 +02:00
Fallenbagel
046ae932ec
Merge pull request #104 from sambartik/fix-profilepic
...
Fix non-square profile pictures being squished
2022-05-24 07:02:17 +05:00
Samuel Bartík
1570a8715a
Fix non-square profile pictures being squished
2022-05-23 15:36:00 +02: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
Mohamed jinas
2bfdf02c79
feat: conditional media server name
2022-05-22 22:12:05 +05:00
Brandon Cohen
4f972be858
fix(recommendations): 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. A limit was implemented to specifically to solve this
problem
2022-05-21 07:35:02 +05:00
Danshil Kokil Mungur
b07f7032ad
fix(search): use correct param to filter movies by year
2022-05-21 07:31:59 +05:00
Danshil Kokil Mungur
af23a257d5
feat(api): add issue counts endpoint
2022-05-21 07:29:16 +05:00
Danshil Kokil Mungur
dec4062cdc
fix: don't show 0 playcount in slideover
2022-05-21 07:25:33 +05:00
Gian Marco Cinalli
e42153c599
docs: update fail2ban documentation to handle logging changes
2022-05-21 07:24:32 +05:00
TheCatLady
d22bc09652
feat: add Paramount+ to network slider
2022-05-21 07:22:32 +05:00
Brandon Cohen
9ded45fef8
fix: manual browser refresh would redirect to home on search page
...
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.
2022-05-21 07:17:02 +05:00
Fallenbagel
54067e0457
style: rebranded applicationTitle to default to Jellyseerr
2022-05-21 06:06:14 +05:00
Fallenbagel
1e53139162
style: added mediaServerType to reflect which mediaserver is being used in the play on button
...
added mediaServerType to reflect which mediaserver is being used in the play on button in issues
page
2022-05-20 06:33:08 +05:00
Fallenbagel
0dd8b15109
style: added mediaServerType to reflect which mediaserver is being used in the enable new sign in
...
added mediaServerType to reflect which mediaserver is being used in the enable new sign in so it
displays either plex or jellyfin in the ui
2022-05-17 01:25:33 +05: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
Fallenbagel
f286818e30
rebranded to jellyseerr
2022-05-12 08:55:56 +05:00
Danshil Kokil Mungur
1054b4e2d7
fix(search): use correct param to filter movies by year ( #2727 )
2022-04-30 23:31:02 +09:00
notfakie
72ca694f21
fix: don't allow login for unimported Jellyfin users if not set in settings
2022-04-28 18:47:28 +12:00
notfakie
36c3c9d7c6
fix: jellyfin user signin after manual user import
2022-04-27 19:52:59 +12:00
Fallenbagel
b52d4a771c
style: removed created user error during log in with imported user
...
removed created user error during log in with imported user
2022-04-27 11:51:26 +05:00
notfakie
9d54776a2c
fix: plex Login
2022-04-27 08:08:32 +12:00
notfakie
9fbc4074e4
feat: allow Jellyfin to set a playback URL different to the Jellyfin host specified during setup
2022-04-27 08:07:57 +12:00
notfakie
9e2f3f0639
feat: implement import users from Jellyfin button
2022-04-27 08:07:39 +12: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
notfakie
103350fe14
feat: initialize Jellyfin/Emby users with local login
2022-04-24 18:59:28 +12:00
notfakie
3e1e11d9d9
feat: remove email requirement for jellyfin/emby non-admin users
2022-04-24 18:59:21 +12:00
notfakie
791106a7f5
fix: only run scheduled mediaserver jobs that apply to the current mediaserver
2022-04-24 18:58:51 +12:00