Commit Graph

156 Commits

Author SHA1 Message Date
bakerboy448 e4fdf71eee New: Display Unknown Items in Activity Queue by Default 2021-12-27 17:46:48 -06:00
ta264 6d8adec7dc Fixed: Frontend error sorting book index by status
Fixes #1426
2021-12-23 21:41:43 +00:00
ta264 d1f1052d7d Fixed: Missing / Wanted filter on book index view
Fixes #1366
2021-12-16 20:12:04 +00:00
Mark McDowall 25b37ace34 Track fully imported downloads in separate history table
New: Improved detection of already imported downloads
Closes #232
2021-12-15 11:55:55 +00:00
ta264 05a0508d78 Fixed: Add author/book fails unless you change Monitor New Items value 2021-12-02 21:15:49 +00:00
ta264 c51ae664aa New: Option to control which new author books get monitored 2021-12-01 21:23:23 +00:00
ta264 7be2effa05 Fixed: Sort by path in book index view
Fixes #1233
2021-11-28 19:24:39 +00:00
ta264 8f965a7cd5 New: Add book custom filters for author and automatic release switching
Fixes #1355
2021-11-28 19:19:39 +00:00
ta264 15dee29057 Fixed: Missing Book column in cutoff unmet 2021-11-28 19:11:18 +00:00
ta264 1b6694739e Fixed: Sorting by Series, Rating and Status on author details page
Fixes #1315
2021-11-23 21:55:33 +00:00
ta264 615acdaebe New: Combine mass editor and author editor, enable book editor 2021-11-22 19:05:39 +00:00
ta264 4887ed0d2f New: Book editor on author details page 2021-11-19 20:03:32 +00:00
ta264 bf852cadbe Fixed: Prevent frontend errors when many books added to Readarr 2021-11-19 20:03:32 +00:00
ta264 33e5351add New: Add option to only monitor selected book when adding single book 2021-11-17 14:30:01 +00:00
Robin Dadswell 225f0b310a Fixed: Time column is first column on events page
(cherry picked from commit c14ef7bee7477ad5d29498f1cba94267eb11daf0)
2021-11-09 18:54:33 -06:00
Robin Dadswell 89319f9833 New: Renamed Blacklist to Blocklist
(cherry picked from commit ead1371846b1f19cd49928052be0128bf7ccd41f)
2021-10-10 17:02:48 -05:00
ta264 12c67891fb Fixed: Better book status column in author details 2021-09-02 21:12:14 +01:00
Robin Dadswell 2317665f33 New: Added book monitoring to author details
(cherry picked from commit 0ff889c3be1e8ee48759b233aeabf1bf1c4b4ff4)
(cherry picked from commit 0bd74098f9)
2021-09-02 21:12:13 +01:00
ta264 73950ca431 Fixed: Show metadata profile in mass editor by default 2021-09-02 21:12:13 +01:00
ta264 468ebc3307 New: Load all books on page load and store in the browser 2021-09-01 21:04:39 +01:00
ta264 2558660b7b New: Add index views for all books 2021-09-01 21:04:39 +01:00
Mark McDowall 60866f4af6 Fixed: Peers filtering in Interactive Search results
(cherry picked from commit dca2cfcecd543ef93d9cb3735fefb7dbc2277107)
2021-08-01 21:23:39 +01:00
ta264 19549098a7 Fixed: Reinstate position in series table 2021-07-22 20:32:35 +01:00
ta264 848b183ab8 Fixed: Column settings for series table 2021-07-22 20:25:02 +01:00
ta264 71a34c7650 Remove unused frontend stuff 2021-07-22 20:35:01 +01:00
ta264 7f8dc3d2b4 New: Optionally display authors as LastName, FirstName in index
Fixes #1062
2021-07-22 20:35:01 +01:00
servarr[bot] 45d0e20608 New: Add Size column to Activity: Queue (#1116)
* New: Add Size column to Activity: Queue

(cherry picked from commit 43cd1032487743c72fe0503a293343b8811def4d)

* fixup! Lint

Co-authored-by: Nathaniel Peiffer <nathaniel@peiffer.com.au>
Co-authored-by: Qstick <qstick@gmail.com>
2021-07-04 14:50:35 -04:00
Qstick b625bd00ea fix import sort in appActions 2021-07-04 00:17:48 -04:00
Mark McDowall 46fa7e80a0 Fixed: Restoring a backup with a different API didn't reload properly
Fixes #853

(cherry picked from commit 13ff2d4c70bc564525842c31d184127a3934e178)
2021-07-03 23:20:47 -04:00
servarr[bot] cbaf973eeb New: Translate Activity Queue & Rename Timeleft to Time Left
New: Translate Activity Queue

(cherry picked from radarr commit 7d644aa54430eb6712e294956e35c5601077e398)
add some missing keys/fixups as well

Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
2021-06-28 20:34:40 -05:00
ta264 eb9b9d57ed Fixed: Error on bulk delete from queue 2021-06-11 14:36:15 +01:00
ta264 96db74494a Fixed: Sort authors by lastname, firstname 2021-05-15 08:51:35 +01:00
ta264 146fe04cce Fix bulk queue and blacklisk endpoints 2021-05-05 21:23:15 +01:00
nitsua d87bf5ae63 Localization framework 2021-04-29 08:58:43 +01:00
ta264 2691cb3fce Fixed: Misaligned Book/Author details on large screens 2021-04-12 21:14:02 +01:00
ta264 427f76fbe0 Fixed: Better formatting of the author books page 2021-04-12 19:49:32 +01:00
ta264 80e8d5e5e7 Secret Dev Settings Page 2021-03-22 21:34:39 +00:00
ta264 35ab21ab04 Fixed: Marking history as failed 2021-03-17 21:25:06 +00:00
Mark McDowall 9a0b247c8f Use createHandleActions for adding/removing commands so itemMap is synced properly
(cherry picked from commit 99be6a7e4065b77c910df6444a468fedc23e90cc)
2021-03-12 12:55:48 +00:00
ta264 58ddbcd77e New: Use ASP.NET Core instead of Nancy 2021-03-12 12:55:48 +00:00
Qstick 93ba5ade9e Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
2021-01-28 23:43:19 -05:00
Qstick cf0439d4c5 Mass Editor size and options
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Qstick 5176bdc786 Fixed: Size on disk sorting and display
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Mark McDowall 05bc9f11ee New: Bulk remove from Blacklist
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth 7f64162a7a New: Newznab/Torznab categories dropdown with indexer provided category names
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Mark McDowall 47f9572f83 Fixed: Rejections custom filter for Interactive Search (now Rejections Count)
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Mark McDowall 739ebf25c0 New: Clone indexer button
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Qstick 0c6a51c7f7 Fixed: Manual Import sorting by quality
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Qstick 0d8c259237 Fixed: Sorting by track count
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Mark McDowall bb66af7185 New: Limit recent folders in Manual import to 10 and descending order
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00