Commit Graph

7960 Commits

Author SHA1 Message Date
Qstick 7bc2d62ba6
Update Nlog to 4.5.4 (#359)
* Update Nlog to 4.5.4

* fixup: Remove Unused References

* fixup: more references
2018-05-20 00:32:40 -04:00
Qstick bfe1109c5c Fixed: Mono debug check not working correctly
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2018-05-19 22:54:22 -04:00
Qstick 67fbc3c8b1 Fixed: Removed warning that TorrentBlackhole doesn't support magnet
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-05-19 22:50:45 -04:00
Qstick 2f7e68ed06 New: Remove additional URL prefixes from release names
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-05-19 22:47:59 -04:00
Qstick 4dfe7cede4 Fixed: Qbittorrent ETA and Initial State
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2018-05-19 22:38:58 -04:00
Qstick 570a23e143 Fixed: Custom script execution when release processed via /push API
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-05-19 22:20:08 -04:00
Qstick ae6f8190a4 Update issue templates 2018-05-18 19:42:16 -04:00
Qstick 5a8e79eec2
New: Sync Lists on Add and Update (#342) 2018-05-10 19:06:02 -04:00
Qstick ad6e651090
New: Show Release Title on Release Selection (#343)
Fixes #329
2018-05-04 18:34:03 -04:00
Qstick a794ed8860 Fixed: Null Error on Gazelle Auth Fail 2018-05-03 21:52:05 -04:00
Qstick 6cee554760 Fixed: Fix caching spec for Initialize.js 2018-05-03 21:50:27 -04:00
Qstick 026a2cace5 Fixed: Checkbox can be checked when disabled 2018-04-29 21:49:18 -04:00
Qstick 8624ff5c6a Fixed: Correctly set default profiles on import
Fixes: #333
2018-04-28 22:31:03 -04:00
Qstick 0d7cd8009f Added: Make Lidarr CSP compatible
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-04-27 23:29:25 -04:00
Qstick 44ad754c86 Fixed: Login page content, UrlBasePipeline include
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-04-26 21:15:48 -04:00
Qstick a3e08c9160 Fixed: Setup remote access for service during install
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-04-26 20:56:19 -04:00
Qstick 6c19569210 Fixed: Expand first medium in Album by default
Fixes #328
2018-04-26 20:37:14 -04:00
Qstick a5369df197
Fixed: Album reference causing nullRef on custom scripts (#325) 2018-04-24 23:19:00 -04:00
Qstick 8f0897f70c New: Use Artist backdrop for Album detail page 2018-04-24 22:43:49 -04:00
Qstick d9422b4edc Fixed: Artist AlbumType ExpandbyDefault if has release in 30 days
also Fixes #313
2018-04-24 22:36:18 -04:00
Qstick 307c989409
Revise cookie handling (#315)
* Fixed: Revised handling of cookies in case of redirects.

* Revised deletion of cookies.
2018-04-22 19:49:08 -04:00
Qstick 98653fafbf Merge branch 'develop' of https://github.com/lidarr/Lidarr into develop 2018-04-22 17:14:15 -04:00
Qstick ac45098ab8 Updated: SignalR to 2.2.3 2018-04-22 17:14:07 -04:00
Qstick 25c0423ef6
Fixed :Compile warning cleanup (#314)
Fixed :Compile warning cleanup
2018-04-22 17:12:57 -04:00
Joseph Milazzo 8d113864aa
Added percentages to the HDD usage readout. (#308)
* New: Added percentages to the HDD usage readout.
2018-04-22 10:08:30 -05:00
Qstick e06858e4bf Sonarr pulls (#310)
* New: Speed up sqlite3 initialization by disabling unused features

Co-Authored-By: taloth <taloth@users.noreply.github.com>

* New: Debounce Command Notifications

Co-Authored-By: taloth <taloth@users.noreply.github.com>

* Changed: Refactored PendingRelease logic for performance

Co-Authored-By: taloth <taloth@users.noreply.github.com>

* Added: Indexes to speed up DecisionMaker performance.

Co-Authored-By: taloth <taloth@users.noreply.github.com>

* New: Cache EventAggregator Subscribers

Co-Authored-By: taloth <taloth@users.noreply.github.com>

* Fixed: Hide fallback pending releases if temporarily delayed

Co-Authored-By: taloth <taloth@users.noreply.github.com>
2018-04-22 08:35:37 -05:00
Qstick e3f5ce771c
Update README.md 2018-04-21 19:38:34 -04:00
Qstick feb6f4b205 Bump Version and Change Installer Name 2018-04-21 17:18:13 -04:00
Qstick e73936184b
Fixed: Change Host GUID, other Sonarr references (#307)
* Fixed: Change Host GUID, other Sonarr references

* fixup! Random GUID and Copyright Year
2018-04-21 14:34:31 -04:00
Qstick f745b7bdbe
Update README.md 2018-04-21 13:43:49 -04:00
Daniel Underwood 116d3d22bb Fixed: Escape regex in ParseAlbumWithSearchCriteria (#244)
* Add regex escape to fix #231

* Add escape to artist name

* Fix test case

* Use single album parameter and add test cases

* Add artist test cases

* Add qualities to release titles

* Create albums in ParserFixture

* Added missing case in QualityParser. Handle escaping regex better for artists/albums that are just symbols.

* Removed custom code to escape slashes. Enhanced regex to support more test cases.

* Fixed Regex for other test cases.

* Small enhancements to code. Removed log statement.

* Tweaked one of my regex to account for not stripping ? from SimpleTitleRegex.
2018-04-21 09:40:23 -04:00
Qstick f6a1f5142a
Changed: Cleanup indexer files, Remove fanzub (#305) 2018-04-21 00:58:15 -04:00
Qstick 57fc26916a
Update AnalyticSettings.js
Fixes #301
2018-04-20 18:57:02 -04:00
Qstick 5c566cf139
Fixed: update port in multiple instance error 2018-04-15 19:39:07 -04:00
Qstick c3800c66ad Fixed: Update Growl Notifications 2018-04-15 15:31:49 -04:00
Joseph Milazzo 2b2c242c6f Fixed: Artist and Album Posters show placeholder instead of image (#292)
* Fixed issue where after AlbumPoster had error state, non-errored images would be stuck with placeholder.

* Fixed the poster loading issue for artists as well.

* Updated ArtistBanner as well.

* fixup: banner issues from previous missed update

* fixup! remove lazy variable, fix variable
2018-04-15 01:11:53 -04:00
Qstick 9bd020a130 Fixed: Wanted cutoff page shows incorrect count 2018-04-15 00:49:16 -04:00
Joseph Milazzo b661344ba8
Parser Enhancements (#291)
* When matching tracks with metadata, ensure we also check their track number as some albums have two tracks with same title.
2018-04-13 06:30:56 -05:00
Qstick e67af5e747 Changed: Temp remove album folder release year requirement.
Fixes #290 until we can get rework done, forces user to ensure they are naming correctly.
2018-04-12 22:39:00 -04:00
Qstick ca1ef7e151 Fixed: Hide password field text for PlexClient notifications 2018-04-11 23:00:39 -04:00
Qstick 19aacd4fff Added: Plex OnAlbumDownloaded handlers. 2018-04-11 22:59:51 -04:00
Joseph Milazzo 734b1f6101
Added cases to strip feat. from track titles. (#288)
* Added cases to strip feat. from track titles.
2018-04-09 20:37:56 -05:00
Qstick 453bbeee20 Fixed: Contributors link in README 2018-04-08 23:34:37 -04:00
Qstick 43ef2fa6e5 Fixed: RootFolder HealthCheck Test 2018-04-08 23:18:58 -04:00
Qstick 4dd857ea30 Added: Additional Logging and Messaging for Albums 2018-04-08 23:14:26 -04:00
Qstick 3e0d0f17f2 Fixed: Add Validation for Import lists, Correct Language/Metadata profiles 2018-04-08 22:57:09 -04:00
Qstick bdf677479a Changed: Update Donation Links 2018-04-08 21:44:05 -04:00
Qstick c833a6dc84 New: Enable Ratings for Albums 2018-04-08 02:48:34 -04:00
Qstick 8bd9119954 Merge branch 'develop' of https://github.com/lidarr/Lidarr into develop 2018-04-08 02:27:59 -04:00
Qstick f9fb33eb08 Added: Additional Album Monitoring Options 2018-04-08 02:25:34 -04:00