Commit Graph

103 Commits

Author SHA1 Message Date
morpheus65535 db5d37f5d4 Fixed History stats actions filter values not being properly implemented. 2021-06-09 07:43:06 -04:00
Vitiko 4ebcd49546
Added custom language class to make it easier to implement non-standard/regional languages 2021-06-06 09:57:29 -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
morpheus65535 d4aed7457a Fixed external subtitles were being filtered by show only desired embedded subtitles settings. 2021-06-03 21:34:08 -04:00
vitiko98 d562faf151 Fixed movies subtitles paths being shown in UI without being mapped. 2021-06-03 20:53:27 -04:00
LASER-Yi 7687013270 Fix some incompatible calls in URL test button 2021-06-02 10:02:02 +08:00
LASER-Yi 22a7541543 Update slider style 2021-06-01 22:04:05 +08:00
dependabot[bot] 1a75b141f6
no log: Bump @types/bootstrap from 5.0.12 to 5.0.15 in /frontend (#1421)
Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap) from 5.0.12 to 5.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 20:44:56 +08:00
LASER-Yi 7b9c19d7c0 Fix a issue that ui will crash when first entering history view 2021-05-29 09:54:34 +08:00
LASER-Yi 573282863d Fix subtitle badges display issues in some situations 2021-05-28 00:14:05 +08:00
LASER-Yi a9abe30080 Update blacklist items when receiving any socket.io blacklist events 2021-05-26 21:05:38 +08:00
LASER-Yi 48ba08e068 Improve series subtitles upload experience 2021-05-22 15:19:17 +08:00
dependabot[bot] 3abab89dbc
no log: Bump react-select from 4.3.0 to 4.3.1 in /frontend (#1409)
Bumps [react-select](https://github.com/JedWatson/react-select) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@4.3.0...react-select@4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 13:20:56 +08:00
morpheus65535 cf35f4a9d2 Improved readability of toast progress label, overflow of toast message with ellipsis and removed the toast close button considering the auto-dismiss. 2021-05-12 12:35:05 -04:00
LASER-Yi 0031e69db6 Handling progress delete event in UI 2021-05-11 10:54:33 +08:00
morpheus65535 fe0a34aae5 Added header to toasts and bring back the hide_progress backend function. todo: deal with delete method in frontend. 2021-05-10 19:52:36 -04:00
dependabot[bot] e1ed4d546c
no log: Bump @types/rc-slider from 8.6.6 to 9.3.1 in /frontend (#1405)
Bumps [@types/rc-slider](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rc-slider) from 8.6.6 to 9.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rc-slider)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 19:09:53 +08:00
LASER-Yi 4bb6e87db9 Fix some style issues 2021-05-09 21:54:09 +08:00
LASER-Yi 38fc3b36fe Tweak style of progress notification 2021-05-09 21:46:41 +08:00
LASER-Yi 8b41616429 no log: use useDidUpdate hook to detect loading state 2021-05-09 21:42:34 +08:00
LASER-Yi 678b2f0e55 Add background task notification 2021-05-09 21:23:58 +08:00
LASER-Yi 4513c4f676 Add progress notifications 2021-05-09 16:41:19 +08:00
LASER-Yi a04e20bdb0 no log: remove debug code 2021-05-09 11:48:23 +08:00
LASER-Yi b4037442b1 Fix an issue that cause subtitles missing in movie page 2021-05-09 11:42:21 +08:00
LASER-Yi a417f35856 Rewrite notification system 2021-05-09 11:22:24 +08:00
LASER-Yi 28ad20de88 Display error message when socket.io is failed to initialize 2021-05-09 11:07:56 +08:00
LASER-Yi 24cb712ad7 Add Socket.IO event which is used for showing notifications in UI 2021-05-09 01:58:56 +08:00
LASER-Yi 66d4648c66 Add rooks package and rewrite some components to increase performance 2021-05-09 01:13:10 +08:00
LASER-Yi e796422021 Remove UI build folder from repository 2021-05-09 00:06:52 +08:00
github-actions 7c81c5e2f7 Release 0.9.6-beta.0 2021-05-08 14:43:01 +00:00
morpheus65535 44c51b2e2c
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -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
github-actions 4c3855b9b5 Release 0.9.5-beta.13 2021-05-07 06:17:10 +00:00
morpheus65535 3d7b532cb6 Added settings to ignore ASS embedded subtitles 2021-05-06 09:18:40 -04:00
github-actions 0f9ec102b7 Release 0.9.5-beta.12 2021-05-06 06:16:54 +00:00
dependabot[bot] 887da10d9b
no log: Bump react-redux from 7.2.3 to 7.2.4 in /frontend (#1396)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.3...v7.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 10:43:59 +08:00
github-actions df3f208669 Release 0.9.5-beta.10 2021-05-04 06:17:08 +00:00
morpheus65535 1c9945fada Fix for subtitulamos.tv provider #1397 2021-05-03 06:53:49 -04:00
github-actions 72c9899f58 Release 0.9.5-beta.6 2021-04-30 06:19:06 +00:00
morpheus65535 cc17e8144f Fixed episodes manual search button not disabled when no languages profile is selected. 2021-04-29 23:18:07 -04:00
github-actions f46cabdd54 Release 0.9.5-beta.3 2021-04-24 06:05:58 +00:00
LASER-Yi 09e98b7367 Use new wiki address in System Status page 2021-04-24 00:26:27 +08:00
LASER-Yi 7cf5f00cee no log: Replace rest of Github link with constant value 2021-04-24 00:24:28 +08:00
LASER-Yi 337e781a57 no log: Extract special pages 2021-04-24 00:18:09 +08:00
LASER-Yi 01b76983a7 Fix display issue of badges when Sonarr or Radarr is disabled 2021-04-23 21:20:56 +08:00
github-actions e77cb153f1 Release 0.9.5-beta.2 2021-04-22 06:06:09 +00:00
LASER-Yi 71423d2029 Improve UI performance 2021-04-21 23:14:54 +08:00
LASER-Yi 6de9a3451d Add description text on providers selector 2021-04-21 23:07:51 +08:00
LASER-Yi a742e3c5e3 Fix auth issues by only check auth when requesting webui 2021-04-21 22:29:25 +08:00
github-actions 53039f855c Release 0.9.5-beta.1 2021-04-21 06:07:18 +00:00