summaryrefslogtreecommitdiffhomepage
path: root/frontend
AgeCommit message (Collapse)Author
2024-01-24Added Sync Optimization for Movies, Series and Episodes to ignore ↵v1.4.1-beta.18JayZed
unmonitored items
2024-01-23Fixed improper passing of hi and forced flags when searching a subtitles ↵JayZed
manually. #2350
2024-01-12Removed aRGENTeaM provider that have been recently closed. #2352morpheus65535
2024-01-10Improved subtitles synchronisation settings and added a manual sync modalv1.4.1-beta.14morpheus65535
2024-01-08no log: multiple cosmetic providers fixesJayZed
* Made modal dialog slightly wider Made modal dialog slightly wider to avoid annoying horizontal scrolling. * Updated and sorted provider list - added and removed providers as appropriate - updated descriptions - added newlines to long descriptions to make them fit better in modal dialog without horizontal scrolling - sorted list in place as this list is exposed verbatim in UI
2024-01-05Added additional variables for custom post processingv1.4.1-beta.13JayZed
2024-01-05Fixed some Whisper issues and added logging level selector for this specific ↵JayZed
provider
2023-12-29Added settings to exclude subtitles from specific provider to be syncedVitiko
2023-12-28Added "Manually" option for remaining tasks in Scheduler settings pageJayZed
2023-12-28Added permanent label over sliders to show current valueJayZed
2023-12-26Added opensubtitlescom settings to include AI translated subtitles in search ↵morpheus65535
results.
2023-12-13no log: fix dev server portmorpheus65535
2023-11-03Hide clipboard button when is not possible to copy to clipboardv1.3.2-beta.9Matheus Horstmann
2023-10-14Changing from config.ini to config.yamlv1.3.2-beta.0morpheus65535
2023-09-26Add HDBits.org providerv1.3.1-beta.4Vitiko
2023-09-15Removed sucha provider that doesn't exist anymore. #2242v1.3.0morpheus65535
2023-09-05Modified default value for adaptive searching (now enabled) and improved ↵v1.2.5-beta.22DavidFair
description in settings
2023-09-05Fixed minimal value for time offset input fieldAdam Blahovič
2023-09-03Improve manual search modal. Change cache behavior of manual search api to ↵v1.2.5-beta.20LASER-Yi
no cache
2023-08-20Fix some minor issues in the Notification modalLASER-Yi
2023-07-26Replaced peewee with sqlalchemy as ORM. This is a major change, please ↵v1.2.5-beta.3morpheus65535
report related issues on Discord.
2023-07-03Added description of "provider" to post-processing optionbpoxy
2023-07-03Fixed monitored status tooltip for series/movie viewJan Živković
2023-06-20Fix path mapping issuesv1.2.2-beta.22LASER-Yi
2023-06-18Fix issues when saving the notification providersLASER-Yi
2023-06-15no log: hide "installed" badge properlyv1.2.2-beta.20morpheus65535
2023-06-15Fixed issue in releases page since we upgraded Mantine.morpheus65535
2023-06-15Removed leftover from legendas.tv provider.morpheus65535
2023-06-15Added settings to choose desired UI theme.morpheus65535
2023-06-12Subf2m Provider: add user-agent header configurationv1.2.2-beta.17Vitiko
This change fixes empty queries.
2023-06-11Increase width of the manually search modalv1.2.2-beta.16LASER-Yi
2023-06-10Fixed some UI issues caused by React and Mantine upgrade. #2167v1.2.2-beta.15morpheus65535
2023-06-05Downgrade Axios to fix a settings saving issue.v1.2.2-beta.13LASER-Yi
2023-06-04Update all UI dependencies and update React version to 18 (#2127)Liang Yi
2023-06-03no log: Update type definition of general.language_equals in frontendLASER-Yi
2023-05-27Added feature to treat couples of languages as equal when searching for ↵v1.2.2-beta.9Vitiko
subtitles * Add 'Language-equals' support This feature will treat couples of languages as equal for list-subtitles operations. It's optional; its methods won't do anything if an empy list is set. See more info at docstrings from 'subliminal_patch.core'. For example, let's say I only want to have "Spanish (es.srt)" subtitles and I don't care about the differences between Spain and LATAM spanish. This feature will allow me to always get European Spanish even from LATAM Spanish providers like Argenteam and Subdivx. Example for config.ini: language_equals = ['spa-MX:spa'] (Which means all Latam Spanish subtitles from every provider will be converted to European Spanish) * Add PT and ZH language tests * Add HI and Forced parsing for language pairs Format example: ["en@HI:en", "es-MX@forced:es-MX"] * Update languages.py * Update API definition to reflect the previous change * Add language equals table to the UI (test only) * Add global language selector and get language from code3 utilities * Add unit tests for language equal feature * Add encode function to language equal feature * Add CRUD methods to the language equals panel * Add equals description * Add parsing support for alpha3 custom languages * no log: add more tests * Add forced and hi support to the language equal target --------- Co-authored-by: morpheus65535 <[email protected]> Co-authored-by: LASER-Yi <[email protected]>
2023-05-26no log: Bump socket.io-parser from 4.2.2 to 4.2.3 in /frontend (#2150)dependabot[bot]
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25no log: Bump @vitest/coverage-c8 from 0.25.8 to 0.28.5 in /frontend (#2130)dependabot[bot]
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.8 to 0.28.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.28.5/packages/coverage-c8) --- updated-dependencies: - dependency-name: "@vitest/coverage-c8" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21Fixed zimuku that now require anti-captchaJens Lee
2023-04-20no log: trying to fix linting issuesmorpheus65535
2023-04-20Fixed episodes blacklist update in webuimorpheus65535
2023-04-19Update node package to latest version, fix eslint warningv1.2.1-beta.16LASER-Yi
2023-04-05Added OpenAI Whisper ProviderAlex Yancey
2023-03-20Added an option to prevent sleeping hard drives from being wake-up by video ↵morpheus65535
file hashing.
2023-03-20no log: indented some settings collapse box to ease readingmorpheus65535
2023-03-06no log: Bump @vitest/ui from 0.25.8 to 0.29.1 in /frontend (#2076)dependabot[bot]
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.25.8 to 0.29.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v0.29.1/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28no log: Fix all non-camelCase variablesLASER-Yi
2023-02-27Improved languages profile edit modal to clarify subtitles types.v1.1.5-beta.26morpheus65535
2023-02-23Added option to deeply analyze audio tracks from media files or not to ↵v1.1.5-beta.23morpheus65535
determine languages. Default is to use Sonarr/Radarr provided languages instead. Should prevent API limit ban for cloud user.
2023-02-20Added Announcements section in System to be able to inform users of Bazarr's ↵v1.1.5-beta.20morpheus65535
news.