Commit Graph

160 Commits

Author SHA1 Message Date
morpheus65535 55b7c9826b Added uptime to System-->Status 2021-11-02 18:32:15 -04:00
morpheus65535 56ffa722e5 Fixed multiple episodes subtitles upload to use the first episode number found. #1562 2021-09-28 06:39:36 -04:00
LASER-Yi 6b06362179
Fix error code 500 in /api/subtitles/info API #1551 2021-09-21 13:26:51 +08:00
morpheus65535 75d85d0551 Fixed some issues with HI/forced in history and custom post-processing. #1516 2021-08-26 10:10:52 -04:00
morpheus65535 5c5d14c045 Improved how custom post-processing deal with subtitles language modifier (HI and forced). #1516 2021-08-25 09:22:52 -04:00
LASER-Yi 8348118ff2 Add pagination support to history page 2021-08-17 22:27:33 +08:00
morpheus65535 28e28fbd5c Removed media.resume from Plex webhook to prevent over usage in specific scenarios. 2021-08-07 18:59:29 -04:00
morpheus65535 91c53ba475 Added search progress modal when searching for an episode subtitles triggered by Plex webhook. 2021-08-05 15:55:31 -04:00
morpheus65535 842dbf0827 Improved how Bazarr get Sonarr/Radarr version to use caching and reduce the number of calls made to their respective API. 2021-08-04 15:29:37 -04:00
morpheus65535 bf037f1573
Added plex webhooks endpoint to API to search for subtitles on media.play and media.resume events. 2021-08-03 16:32:53 -04:00
morpheus65535 aca99415b8 Added chmod execution (if required) after manually triggered tools execution. #1478 2021-07-26 20:14:39 -04:00
LASER-Yi ed30f76c57 Fix wanted pages are not updated properly after changing language profile 2021-07-22 21:13:07 +08:00
morpheus65535 d5b898064d Fixed incomplete SQL queries. #1479 2021-07-22 07:37:55 -04:00
morpheus65535 6eeaa46bbf Fixed wanted list ordering. #1475 2021-07-20 08:05:30 -04:00
morpheus65535 2428399206 Added missing authentication on system/status API endpoint. #1467 2021-07-12 11:50:19 -04:00
morpheus65535 ec199edefc no log: fixed typo in event type 2021-06-17 10:11:43 -04:00
morpheus65535 b9c27d53ad Improved events sent to browser. 2021-06-16 19:14:21 -04:00
morpheus65535 bd0a2fe004 no log: added some failsafe to language conversion process for erroneous db content (ie.: why do I have a path in language field?!? old stuff...). 2021-06-12 09:34:25 -04:00
morpheus65535 de4ff35e05 Fixed an issue with languages filter in history stats. 2021-06-11 23:48:38 -04:00
morpheus65535 178fc0a2a1 Fixed subtitles deletion issue while blacklisting. 2021-06-10 14:30:08 -04:00
LASER-Yi b881a82155 Fix incorrect providers and remove unnecessary codes in history stats 2021-06-10 20:28:34 +08:00
morpheus65535 29fffd4e81 Fixed language filter in history stats. 2021-06-10 06:48:45 -04:00
LASER-Yi c21e501ebe Fix languages/providers filters issue in history stats 2021-06-10 11:41:45 +08:00
morpheus65535 054d117400 Added backend API call for upcoming languages/providers filters fix to history stats. 2021-06-09 13:58:36 -04:00
LASER-Yi 0ef9729f9d no log: Remove mapped_path in Subtitle property to maintain API consistency 2021-06-04 12:42:50 +08:00
vitiko98 d562faf151 Fixed movies subtitles paths being shown in UI without being mapped. 2021-06-03 20:53:27 -04:00
morpheus65535 11fb78fafa Fixed log viewer showing last line of log two times. 2021-06-03 11:13:56 -04:00
morpheus65535 e710488d7a Fixed some other queries to properly exclude episodes/movies. 2021-05-31 12:39:30 -04:00
morpheus65535 f442d7d091 Fixed more peewee implementation issues. 2021-05-27 16:29:05 -04:00
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
morpheus65535 72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
morpheus65535 33e1555311 Improved the ffprobe call caching mechanism by storing result to DB and using it for indexing and subtitles search. 2021-05-05 23:07:23 -04:00
morpheus65535 81e6716d01 Revert "Cache ffprobe results"
This reverts commit dcbd7f00
2021-05-02 17:06:50 -04:00
Abdulmohsen dcbd7f004c
Cache ffprobe results 2021-04-30 17:52:56 -04:00
LASER-Yi a742e3c5e3 Fix auth issues by only check auth when requesting webui 2021-04-21 22:29:25 +08:00
LASER-Yi 385cc214b3 Fix issues when testing notifications 2021-04-16 00:46:19 +08:00
LASER-Yi 74da491bd1 Fix Installed badge won't display in release page 2021-04-05 22:09:55 +08:00
morpheus65535 986912b2cc Fixed subtitles deletion after blacklisting. 2021-04-01 12:57:43 -04:00
LASER-Yi 26dc35556e Fix issues on Movies Blacklist API 2021-04-01 09:40:16 +08:00
morpheus65535 84adea2a28 Added tooltips on hover for history and blacklist pretty date 2021-03-31 21:18:35 -04:00
LASER-Yi 26850929a8 Fix display issues on release API endpoint 2021-03-28 23:46:20 +08:00
LASER-Yi 38e55148d2 Fix for #1338 2021-03-27 20:59:12 +08:00
morpheus65535 d415511ef8 Merge remote-tracking branch 'origin/development' into development 2021-03-25 14:52:10 -04:00
morpheus65535 ac8eb62de0 Fixed issue with log entries without exception stack 2021-03-25 14:51:51 -04:00
morpheus65535 a4684feaba Fixed get_exclusion_clause that do not have the required column due to a missing join. 2021-03-25 14:43:06 -04:00
LASER-Yi d0f82198eb Fix a issue when requesting wanted movies 2021-03-25 23:23:18 +08:00
Liang Yi f64719e4ad
Refactored Web UI using React 2021-03-25 10:22:43 -04:00
morpheus65535 e70461a204 Improved releases view to show only relevant releases in relation to chosen branch. 2021-03-24 14:33:08 -04:00
mberino 300a037cbe
Added sync subtitles button for whole show and for whole season 2021-03-11 10:25:46 -05:00
morpheus65535 699c0cca0a Increased the number of releases shown on the UI releases page. 2021-03-04 09:41:33 -05:00