Commit Graph

4359 Commits

Author SHA1 Message Date
morpheus65535 79f5c7d675 no log: fix typo on last commit 2023-08-29 20:13:38 -04:00
morpheus65535 995ae1b5b8 Improved UI feedback on multiple search, download and upload issues. #2235 2023-08-29 17:17:30 -04:00
morpheus65535 162dbc0eee Fixed opensubtitles.com token from being added to debug log in login response 2023-08-24 12:06:22 -04:00
morpheus65535 1bdad91663 Improved debug logging of login attempts to opensubtitles.com provider. 2023-08-22 17:16:56 -04:00
Bryan Pinsker 5177d2a73c
no log: removed unused assert 2023-08-20 20:52:49 -04:00
LASER-Yi 53951a5fad
Fix some minor issues in the Notification modal 2023-08-20 22:08:30 +08:00
Samuel Bartík 42ae3af4a2
Fixed issue while saving notifications settings 2023-08-15 11:10:26 -04:00
morpheus65535 262d7d2a92 no log: fixed last merged pr 2023-08-15 08:24:03 -04:00
sourseas 6a9f91450c
Added timeout for call to get announcements from Github 2023-08-15 08:20:15 -04:00
morpheus65535 5c0af10a0b no log: revert ci workflow 2023-08-15 08:14:34 -04:00
morpheus65535 71f17a2024 Improved supersubtitles to detect properly forced subtitles. #2226 2023-08-14 12:19:41 -04:00
morpheus65535 5f509cd0a0 Fixed bug introduced in v1.2.1 with analytics settings not being taken into account. 2023-08-13 21:05:35 -04:00
morpheus65535 cce1be4d0e Fixed yavka.net subtitles search since they've modified the website. #2225 2023-08-12 09:57:48 -04:00
morpheus65535 403386c7d8 no log: improved queries to os.com to prevent redirection 2023-08-08 09:14:50 -04:00
morpheus65535 344543cc79 no log: fixed missing subtitles size during custom language subtitles indexing 2023-08-07 22:59:04 -04:00
morpheus65535 073f3a2cfa Fixed Radarr SignalR deleted movie event being dropped for missing metadata in payload. #2219 2023-08-07 08:45:39 -04:00
morpheus65535 487e3d55ed no log: fixed logging error 2023-08-07 08:43:57 -04:00
morpheus65535 f58d1a915d Fixed issue with Python deprecation warning. #2218 2023-08-06 16:54:49 -04:00
morpheus65535 7e211f6250 Removed sensitive information from opensubtitles.com debug logging. 2023-08-06 16:47:11 -04:00
Liang Yi 07697fa212
no log: Revert previous commits from dependbot 2023-08-06 19:11:45 +00:00
dependabot[bot] 643c120c91
no log: Bump vite from 4.3.2 to 4.3.9 in /frontend (#2182)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.2 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 02:55:00 +08:00
dependabot[bot] 1834fbacd9
no log: Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend (#2198)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 02:54:43 +08:00
dependabot[bot] 54248ac592
no log: Bump word-wrap from 1.2.3 to 1.2.4 in /frontend (#2204)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 02:54:26 +08:00
morpheus65535 d284e629b7 Added upcoming Python 3.7 deprecation announcement. 2023-08-04 14:29:23 -04:00
morpheus65535 ec2d10f195 no log: fix CI 2023-08-04 10:43:10 -04:00
morpheus65535 c36745563f no log: fix CI 2023-08-04 10:33:26 -04:00
morpheus65535 bc79491491 no log: fix CI 2023-08-04 10:27:36 -04:00
morpheus65535 6000a8889d Fixed history views when upgrade subtitles is disabled. #2210 2023-08-04 10:18:48 -04:00
morpheus65535 4bb6ec7528 Merge remote-tracking branch 'origin/development' into development 2023-08-04 09:46:08 -04:00
morpheus65535 fa42346968 Fixed translation issue for episodes subtitles. #2214 2023-08-04 09:45:56 -04:00
k29t59dh f723f84467
Updated SignalR code to work with new ORM 2023-08-04 09:10:32 -04:00
morpheus65535 e0e5daea1d Fixed removal of rowid column while preventing the lost of history or blacklist data. 2023-07-31 22:54:33 -04:00
morpheus65535 164dc95f23 Fixed download notifications not being sent properly. 2023-07-31 09:54:50 -04:00
morpheus65535 26f6fcb3ad Fixed missing table during migration of a new database. 2023-07-30 13:00:55 -04:00
William Hughes 18cec2c8e5
no log: Made 'id' description clearer (#2209)
I've been playing with the API for the last few hours and I noticed that this wasn't clear that the ID also needs to be set if it's a movie. At first I gave it a -1 ID because I presumed the ID wasn't needed as it wasn't an episode. 

This small change should help people in the future when utilizing the API.
2023-07-29 08:04:52 -04:00
morpheus65535 479f11fae6 Fixed table deletion issue with PostgreSQL. 2023-07-29 07:56:32 -04:00
morpheus65535 98a0b65d97 no log: fixed ci workflow to use the branch name that triggered the workflow run. 2023-07-27 18:06:55 -04:00
morpheus65535 6bc46fe4e9 Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 2023-07-27 17:51:03 -04:00
Vitiko c9ced57191 no log: Remove unused code (custom scores) 2023-07-27 17:08:53 -04:00
morpheus65535 6f03758bec Fixed issue with missing migrations directory in release asset. 2023-07-27 10:12:30 -04:00
morpheus65535 bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
morpheus65535 486d2f9481 Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 2023-07-25 16:49:04 -04:00
Vitiko c11af96950 Embedded subtitles: fix #2195 2023-07-23 23:40:20 -04:00
Vitiko fdefb85b1f no log: update fese 2023-07-23 23:39:35 -04:00
morpheus65535 4e50dc29a4 no log: trying again to fix git issue in release pipelines. 2023-07-23 10:21:31 -04:00
morpheus65535 897d90e96a no log: trying again to fix git issue in release pipelines. 2023-07-23 10:18:42 -04:00
morpheus65535 1c2d080b02 no log: trying again to fix git issue in release pipelines. 2023-07-23 10:13:50 -04:00
morpheus65535 714f141cea no log: trying to fix git issue in release pipelines. 2023-07-23 09:48:57 -04:00
morpheus65535 a7562e06b5 Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. 2023-07-22 12:24:53 -04:00
github-actions[bot] 64af56cb80
Merge development into master 2023-07-22 13:49:00 +00:00