- Config settings are now stored and encrypted into a sqlite database [`acd1757`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/acd175780cb5d948eb3fba7ceb6092e9c8c8b33a)
- Refactored linking and unlinking of app to SR api not to logout, this keeps the offline token active in the SSO server to be re-used between multiple app instances. [`222a8f9`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/222a8f9ea28e375f34437de368bebe6c3477f5af)
...
...
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file. Dates are d
- Added stricter checks for manual search handler [`27a3649`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/27a364907ee0c48648c00bcf8bfbd8614e9930bf)
- Fixed issue with setting default quality options for new/existing shows [`439c6f9`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/439c6f94c4d1f2eed57f1bcdd55faa65374b4a6f)
- Refactored API v1 series provider id options to lower-case and then convert to upper-case for enum compatibility [`b35195b`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b35195b9c6c4c3d1dc7bdb0dac764435dd6c42ea)
- Fixed issue with migration of config.ini to config.db [`f05bd79`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f05bd79b921e1fcbde971822cadb81c400d2e8fd)
- Fixed issue with default auth method being chosen during config migration [`fedbe48`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/fedbe48c2880aedd89d6c9d91c94e29ca1864061)
- Fixed issue with configuration migration [`5780cfa`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/5780cfa0b59bfd7269e6b01b55817ec709818a24)
...
...
@@ -33,20 +34,21 @@ All notable changes to this project will be documented in this file. Dates are d
- Refactored series API endpoint for adding shows to accommodate adding existing shows as well [`0207fe8`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/0207fe83f3c601e00419ba87803a5b3f312eabfa)
- Refactored web handler for getting manual search statuses [`4f211c0`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4f211c0875a3cba76ec7bba9cf996916cc34ae5a)
- Refactored offline tokens to be created by exchanging UI login tokens either on first login or when linking app to API [`f9bf51c`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f9bf51ccf3350bdb0a64fa7eb8ed3fcd6dca2bcb)
- Refactored requirements to be installed one-by-one during version updates [`4c33752`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4c3375252f088c40e7053434b006c4fe7918f5a7)
- Added function to get redirect url for torrent providers that frequently change their urls [`0783608`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/0783608656309b2d979d72cd6254678bbb9788a3)
- Fixed issue with testing torrent and nzb search clients [`ae57c6d`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ae57c6d9e8f92d8ef355ba7c6866f4d51cd4cfe2)
- Fixed issues with adding shows from Trakt and displaying series images [`d098ae9`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d098ae9fafbe49e2459ac34bc7b4be8e5dcb2792)
@@ -54,39 +56,40 @@ All notable changes to this project will be documented in this file. Dates are d
- Added JWT token expiration checks for SR API, will refresh token if nearing expiration automatically. [`74f9692`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/74f96924d428b205eaa955830962fb1575fa10bf)
- Fixed issue with provider cache and series provider id enum's [`063405b`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/063405bde90ba81435a29da297b9fac1bc932d44)
- Fixed issue with CI script [`7822c90`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7822c90d6ad6d89d07c05a0de707c205a8dcf657)
- Fixed issue with provider cache and series provider id enum's [`063405b`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/063405bde90ba81435a29da297b9fac1bc932d44)
- Fixed issue #SICKRAGE-APP-6KX, sickrage.core.searchers.backlog_searcher in _get_wanted: can't compare datetime.datetime to datetime.date [`5e023db`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/5e023db075e9a56c5f94e0d55be93822c2b26886)
- Fixed issue with switching home page layout [`0303d22`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/0303d22c3c47949765d6f550c4d3b19fbd0654e6)
- Added 2 retries to CI script [`58372e8`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/58372e8f45cbe565868cae1a84f658d07be79804)
- Fixed issue with switching home page layout [`0303d22`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/0303d22c3c47949765d6f550c4d3b19fbd0654e6)
- Fixed issue with manage backlog overview page and overview classes [`73f1042`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/73f1042db9e5d083e61945625c245241973d161e)
- Skip config.ini migration if config.db is present [`7480423`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/74804236574782fc8160feae92cff4ee6508059b)
- Fixed issues with switch-over from sqlalchemy-migrate to alembic migration engine [`f7ad701`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f7ad70160e47e0a9e2a70a50920533066828d44f)
- Fixed issues with adding shows from IMDb [`b3215de`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b3215debb23a1789f340a2613e7c6c486b91e2ac)
- Skip config.ini migration if config.db is present [`7480423`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/74804236574782fc8160feae92cff4ee6508059b)
- [TASK] Bump develop branch to v9.4.224.dev0 [`3bf4977`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/3bf4977cd82210c10b809886d2de0eb7360765a9)
- Added database function to perform a vacuum to free up disk space [`22e72ff`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/22e72ff0e37dac3c1ac093d56be16ff2ca9bbaa9)
- Added 2 retries to CI script [`ee93ad7`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ee93ad7a05a2311490e3cadaa687cb4a9c40bc09)
- Fixed issue with specials not being retrieved from series providers [`7b3ae92`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7b3ae9233630ab11d5d12d99bc8c2528d8b2b113)
- Added 2 retries to CI script [`ee93ad7`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ee93ad7a05a2311490e3cadaa687cb4a9c40bc09)
- Fixed incorrect passed startup command for web host setting [`2922632`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/292263287e5024faed12a1dd9957e3a67213081b)
- Performed webpack [`ac6cce3`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ac6cce38cd0d6cb40b8e228b1d4899d4555021f5)
- Commented out the removal of sub_id for this present moment till further code corrections are made [`4d14a72`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/4d14a72e392e0989194e2858f39cdaf1103be24a)
- Fixed issue with indexer caching [`992f519`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/992f51990a88f6c1764ca1b959da815e68999fc6)
- Fixed incorrect passed startup command for web host setting [`2922632`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/292263287e5024faed12a1dd9957e3a67213081b)
- Fixed issue with migration of config.ini to config.db [`471da17`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/471da170f18995c7fb3d0affc98cf91cafd28c5a)
- Fixed issue with json encoding when returning errors from API v1 that has byte encoding [`20e0a1c`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/20e0a1c0e7a561b0bbc611abdbd5695426156a9e)
- Prevent null value when adding last_xem_refresh via alembic [`e738401`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/e73840191a6ac0b770284da204371817eeb047ad)
- Bumped version in setup.cfg to 10.0.0.dev1 [`f4dc007`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f4dc0078adddbff6d97e5e54cd32a27b894c0a83)
- Fixed recursion error in StatusStrings class [`cddcbcb`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/cddcbcb5042a96f5d01ce9cd1b9647401c9ba7d2)
- Fixed "has no property 'showi'" [`d0c9652`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d0c9652a6e2ca40a4661801c9b7e8a5ea348dda8)
- Fixed issue #525 - removal of shows not taking due to database commit not being executed [`d615ca6`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d615ca6cfa27353c8d0c99037cfcc452a85b4fa1)
- Fixed issue with post-processing via API v1 cmd [`7d436fa`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7d436fabd5742d185592e1de6c6b05d4cadd6615)
- Major version bump to v10.0.0 [`3131c33`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/3131c33aa2067f4af610b796ff33ef5db17a7ba6)
- Bumped version is package.json to 10.0.0.dev1 [`606c40b`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/606c40b3a5fb0dcf0388ac900ab60fc80232d393)
- Fixed recursion error in StatusStrings class [`cddcbcb`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/cddcbcb5042a96f5d01ce9cd1b9647401c9ba7d2)
- Bumped version in setup.cfg to 10.0.0.dev1 [`f4dc007`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/f4dc0078adddbff6d97e5e54cd32a27b894c0a83)
- Major version bump to v10.0.0 [`3131c33`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/3131c33aa2067f4af610b796ff33ef5db17a7ba6)
- Fixed issue with forcing backlog for specific shows and passing of the series provider ID [`5f4ad57`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/5f4ad5752d4192d2ddc6bcca70e179fd6c21ebfb)
- Fixed issue with post-processing via API v1 cmd [`7d436fa`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/7d436fabd5742d185592e1de6c6b05d4cadd6615)
- Refactored API v1 postprocess process methods to lower-case [`b6faf54`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/b6faf542360b0b17c6dc5f9f9e9fe6940e575c25)
- Fixed issue with adding search provider results to SR API provider cache [`a2867ae`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/a2867aeff342d82346a5943b2f9321e56bee18f8)
- Fixed issue #525 - removal of shows not taking due to database commit not being executed [`d615ca6`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/d615ca6cfa27353c8d0c99037cfcc452a85b4fa1)
- Added code to fix null last_xem_refresh columns [`ca01f51`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ca01f51edab2f38b18b25e33755d87e7571e9f3f)
- Fixed issues with installation of requirements.txt during version updates [`cb0e3ee`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/cb0e3ee825ddaea5fa3f230899d2363d1d5e2d04)
- Fixed AttributeError: 'result' object has no attribute 'indexer_id' [`6b6e7d7`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/6b6e7d78a4f575abb2daab2e618d9cdd5d37c950)
- Added code to fix null last_xem_refresh columns [`ca01f51`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/ca01f51edab2f38b18b25e33755d87e7571e9f3f)
- Fixed issues with installation of requirements.txt during version updates [`cb0e3ee`](https://git.sickrage.ca/SiCKRAGE/sickrage/commit/cb0e3ee825ddaea5fa3f230899d2363d1d5e2d04)