Commit Graph

153 Commits

Author SHA1 Message Date
Bogdan 5864a090e4 Fixed: Enforce validation warnings
(cherry picked from commit 48ee1158ad4213fd0690842e2672f52d08f7ad26)
2023-05-28 22:18:34 +03:00
Bogdan f638cf34d1 Fixed: (UI) Fix search sorting by empty categories 2023-04-08 00:52:30 +03:00
bakerboy448 3ea43d711a New: Display Parameters on History by default 2023-03-18 13:16:09 +02:00
Qstick 05b477e9d1 Fixed: Better sorting of releases in manual search
Fixes #1472
2023-02-26 22:54:54 -06:00
Qstick 0e82899958 New: VIP Expiration column on indexer index
Fixes #456
Fixes #797
2023-02-26 19:56:56 -06:00
Mark McDowall c0383ad5f5 Refactor Indexer index to use react-window
(cherry picked from commit d022679b7dcbce3cec98e6a1fd0879e3c0d92523)
2023-02-25 22:17:31 -06:00
Qstick 1640980e2b New: OnGrab Notifications 2023-02-19 17:16:05 -06:00
Qstick a31b107a90 Fix some UI translated strings 2023-02-12 18:22:43 -06:00
Qstick 0fa5127c83 Cleanup dev logging in UI 2022-12-18 12:56:03 -06:00
Qstick 0d918a0aa9 New: Define multiple mapped categories for Download Clients
Fixes #170
2022-12-17 14:11:09 -06:00
Qstick 9959a1b5ed Translation Improvements 2022-07-06 19:22:07 -05:00
Qstick 8c10f8b55c Cleanup Language and Localization code 2022-07-06 19:22:07 -05:00
Qstick e90a796b27 New: Seed Settings Sync 2022-05-10 19:32:05 -05:00
Qstick 0af8e84d2d Remove unused sortByName import from indexerIndexActions 2022-01-03 16:43:22 -06:00
Qstick 08d112a96f New: Privacy custom filter option
Fixes #759
2022-01-03 12:35:05 -06:00
bakerboy448 5e3322c538 New: OnApplicationUpdate Notifications
(based on Radarr Commits
9e175e28efcfc6ac3e414649b955a10fb0e951e7
4f5f9ff77ee4de05ba04cc677eb7baf4df726af5
4ebcbc28aa3e3268ecc37c5fc2b5565da8f13305
)
Fixes #723

Co-authored-by: Qstick <qstick@gmail.com>
2021-12-22 19:07:07 -06:00
Qstick 89510c4a65 Fixed: Workaround net6 object serialization issues
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2021-12-01 20:39:26 -06:00
Qstick a61d4ab88c New: Stats filters 2021-11-29 23:14:48 -06:00
Qstick cd7c73bad3 Fixed: Indexer not removed in UI when deleted
Indexer doesn't get removed because createAjaxReqest expects JSON type return, however after net6 provider delete event returns text/html type.
2021-11-23 18:18:00 -06:00
Qstick 1183a0386d New: Grab Title column option in History
Fixes #628
2021-11-22 16:40:06 -06:00
Qstick 4d021fe8dc Fixed: Default search type should be 'search' 2021-11-22 08:09:32 -06:00
Qstick 5d32bcf8b9 New: Bulk Grab Releases and Parameter Search 2021-11-20 18:00:55 -06:00
Robin Dadswell 61cff12206 Fixed: Time column is first column on events page
(cherry picked from commit c14ef7bee7477ad5d29498f1cba94267eb11daf0)
2021-11-09 18:55:05 -06:00
Robin Dadswell b46e2c6ad1 New: Renamed Blacklist to Blocklist 2021-08-19 20:08:26 -04:00
Qstick 7480ebea85 New: Per Indexer Proxies
Fixes #281
2021-08-15 01:57:00 -04:00
Qstick c2c12297bd Fixed: Persist columns for search page 2021-07-08 20:49:15 -04:00
Qstick 4a851c37d5 New: AutoFocus search and Search on 'Enter'
Fixes #113
2021-06-06 22:16:39 -04:00
Qstick 56850aa6d9 Fixed: Indexer sort is case sensitive 2021-06-01 21:56:35 -04:00
Qstick 1639753511 New: (History) Filter by Failed 2021-05-31 10:07:09 -04:00
Qstick f64f8e915f New: App Sync Profiles 2021-05-27 17:22:32 -04:00
Qstick dd66d7845c New: Rewrite Indexer Flags Implementation 2021-05-24 23:46:30 -04:00
Qstick d3839a9982 New: Filter Indexers by enabled 2021-05-15 19:14:42 -04:00
Mark McDowall 9a8f2be432 Fixed: Restoring a backup with a different API didn't reload properly 2021-05-12 22:47:16 -04:00
Qstick 86eeb3cc57 New: Show previously installed version in Updates UI
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2021-05-12 22:18:04 -04:00
Qstick 2b6b17707d Cleanup unused frontend components 2021-04-25 23:05:05 -04:00
Qstick eb328d7c22 New: Clear all history from History page 2021-04-22 23:48:45 -04:00
Qstick aa6bda7226 New: Allow History filter by Rss and Auth 2021-04-22 23:48:45 -04:00
Qstick bfbde1e310 Remove Successful column from history table (red icon shows same) 2021-04-22 23:48:44 -04:00
Qstick 8459205a5e Fixed: Sorts not working on Search page 2021-04-22 22:45:11 -04:00
Qstick 0454e547ac New: Show search parameters on History view 2021-04-18 20:41:06 -04:00
Qstick 881313ef2b New: Download Clients for Manual Grabs 2021-03-22 00:07:21 -04:00
Qstick 9fab7d8328 History Improvements Round 1 2021-03-22 00:07:21 -04:00
ta264 0fa526a1af New: Support for indexers with image CAPTCHAs 2021-03-20 16:53:01 -04:00
ta264 dbdc527f2e New: Use ASP.NET Core instead of Nancy
(cherry picked from commit 58ddbcd77e17ef95ecfad4b746084ee9326116f3)
2021-03-16 19:29:49 +00:00
Qstick f36f98e32b Secret Dev Settings Page 2021-03-12 14:59:04 -05:00
Qstick 0f27837246 New: Bulk Enable/Disable 2021-02-22 20:56:44 -05:00
Qstick 512216cf90 Hook up Test All Applications button in UI 2021-02-20 17:42:56 -05:00
Qstick 0b45929ccc User Agent Stats 2021-02-20 00:47:49 -05:00
Qstick 0afb01962f Misc Fixes 2021-02-19 22:29:47 -05:00
Qstick ed0e11847a New: Application Status Warnings 2021-02-19 00:20:00 -05:00