Commit Graph

8803 Commits

Author SHA1 Message Date
ta264 cd6a86bba8 Fixed: Monitor specific album option for lists 2020-02-29 19:44:07 +00:00
ta264 fa33bd857e Fixed: Allow None metadata profile for lists 2020-02-29 19:44:07 +00:00
ta264 9e4d6c80cd Fixed: Speed up AlbumStudio 2020-02-29 19:44:07 +00:00
ta264 a8be028f29 Fixed: Speed up UI during refresh
Don't update state if we know items are equal to avoid reselections.
Don't pass LastInfoUpdate to frontend to prevent useless updates (the
field isn't used)
2020-02-29 19:44:07 +00:00
ta264 309b8f82e1 Speed up all albums endpoint 2020-02-29 19:44:07 +00:00
ta264 0a33fd98cc Lazyload logging 2020-02-29 19:44:07 +00:00
ta264 b50b0a1411 Swap to dapper with lazyload 2020-02-29 19:44:07 +00:00
ta264 251f69fdfc Delete Marr.Data 2020-02-27 21:52:39 +00:00
Mark McDowall d459a36591 Option to ignore items when removing from queue instead of removing from client 2020-02-27 21:52:31 +00:00
Mark McDowall 94ac75c6b7 Monitor and Process downloads separately
New: Queue remains up to date while importing file from remote file system
Fixed: Failed downloads still in queue won't result in failed search
2020-02-27 21:52:31 +00:00
ta264 a70e7e4778 New: Split out metadata refresh from disk rescan 2020-02-27 21:27:06 +00:00
ta264 cf15359b89 New: Watch filesystem for changes to library 2020-02-27 21:27:03 +00:00
ta264 8e4e62c17a New: Only refresh items that have updated on metadata server 2020-02-25 20:00:51 +00:00
Qstick b319c44bbd New: Store Task StartTime, Show Duration in UI 2020-02-25 20:00:51 +00:00
ta264 04378c8ecc Fixed: Not showing past first few pages of history 2020-02-24 21:59:32 +00:00
ta264 66023f0e51 New: Bump .NET core to 3.1.102 2020-02-19 21:35:28 -05:00
ta264 fd0c673b49 Fixed: Don't check update folder writable in docker 2020-02-15 19:19:16 +00:00
ta264 39be927b40 Fixed: Rename TrackFiles in DB on artist move
Fixes #1012
2020-02-11 21:22:45 +00:00
ta264 a506125841 New: Don't require artist mapping 2020-02-11 21:22:45 +00:00
ta264 34b1d429be New: Pass DownloadClientItem to Import Specs 2020-02-11 21:22:45 +00:00
ta264 b54d556e63 Fixed: Editing provider/profile settings appearing to affect wrong item 2020-02-08 09:42:53 +00:00
ta264 2e6094beb6 New: Update MonoTorrent from nuget 2020-02-07 17:38:53 +00:00
ta264 705c7c9b0e Upgrade build agents 2020-01-24 18:53:52 -05:00
ta264 a9dd496553 Bump net core to 3.1.101 2020-01-21 19:34:37 +00:00
ta264 4afd7934fe Update sentry DSN to self hosted 2020-01-21 19:34:37 +00:00
Qstick 7e244611f0 Dedupe JS events to prevent 1000s repeated hitting Sentry 2020-01-21 19:34:37 +00:00
ta264 cdc6adddc0 Test mono 6.10, drop mono 6.6 2020-01-21 19:34:37 +00:00
ta264 4ed8507ce1 Fix build for bad azure update 2020-01-21 19:34:37 +00:00
ta264 1af5e024d9 Fixed: Use portable PDBs on net core
Enables stack trace line numbers on linux
2020-01-21 19:34:37 +00:00
Qstick f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
Qstick 63d669178d Fixed: Handle qBittorrent "moving" & "forcedDL" state 2020-01-02 19:04:58 -05:00
Qstick c8da56749c New: Added version number to backup filename
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2020-01-02 19:01:39 -05:00
Qstick ee627eb0a3 Fixed: Default id for MenuContent
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2020-01-02 18:48:53 -05:00
Qstick 1a0d276c72 Fixed: React error when displaying a search result for an existing item
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2020-01-02 18:46:26 -05:00
Qstick 3cfdb2ccfd Combine solutions back to one file 2020-01-02 18:37:29 -05:00
ta264 e2c1d57d8c Fixed: Error in epic fail handler if console input redirected
Fixes Sentry LIDARR-1YS
2020-01-01 08:54:12 -05:00
ta264 8a20c0fa83 New: Add/remove individual albums 2019-12-16 21:21:32 +00:00
ta264 6af29da4c9 New: Bump to .NET Core 3.1 2019-12-15 22:04:56 -05:00
ta264 70e9818949 Fixed: Rework Artist Index and VirtualTable 2019-12-15 22:00:40 -05:00
ta264 e0d1e3b03f Fixed: Don't repeatedly re-render cells 2019-12-15 22:00:40 -05:00
ta264 9b6b406a53 Better selection of jump bar items
Show first, last and most common items
2019-12-15 22:00:40 -05:00
ta264 b4abc63269 Fixed: Strip UrlBase from UI events before sending to sentry
Should mean that source maps are picked up correctly.
2019-12-15 22:00:40 -05:00
ta264 624ee1daa4 Fixed: Use a worker for UI fuzzy search 2019-12-15 22:00:40 -05:00
ta264 963c832241 Fixed: Faster movie selector 2019-12-15 22:00:40 -05:00
ta264 e45f788ca5 Fixed: Faster hasDifferentItems and specialized OrOrder version 2019-12-15 22:00:40 -05:00
ta264 22a9f83c24 New: Option for production build with profiling 2019-12-15 22:00:40 -05:00
Taloth Saldono 11525c6167 Revised webpack bundling 2019-12-15 22:00:40 -05:00
ta264 5b2df4d9ca Disable some flaky tests on MacOS 2019-11-02 14:48:54 +00:00
ta264 ea56775fa6 Filter OOM from sentry 2019-11-02 11:00:38 +00:00
Qstick 490e42015b Fixed: Album search indicator spins forever if any task exists 2019-11-01 13:38:28 -04:00