Commit graph

385 commits

Author SHA1 Message Date
Qstick
10ba3ee7c4 Catchup UI Packages with Radarr
Eliminates github security advisory
2020-03-13 22:20:48 -04:00
ta264
50b5c2b2c9 Fixed: Allow None metadata profile for lists 2020-03-04 22:01:08 +00:00
ta264
04378c8ecc Fixed: Not showing past first few pages of history 2020-02-24 21:59:32 +00:00
ta264
a506125841 New: Don't require artist mapping 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
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
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
ta264
8a20c0fa83
New: Add/remove individual albums 2019-12-16 21:21:32 +00: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
Qstick
490e42015b Fixed: Album search indicator spins forever if any task exists 2019-11-01 13:38:28 -04:00
ta264
4346c76d4f New: Multi target net framework 4.6.2 and net core 3.0 2019-10-29 20:38:57 +00:00
ta264
8aa3383e65 New: Switch to ASPNetCore Kestrel and SignalR 2019-10-29 20:38:57 +00:00
Qstick
38a590798b New: Add MB Link to add new artist search result
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Qstick
0ba1bf3eb2 Fixed: noreferrer on frontend images 2019-09-16 18:14:28 -05:00
Taloth Saldono
3743b023f2 Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)
closes #3275
2019-09-16 18:14:28 -05:00
Qstick
70623c320f New: User configurable minimum free disk space
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Taloth Saldono
a85c6c0a91 Support for primary and fallback download client 2019-09-16 18:14:28 -05:00
Qstick
9af59bddfe Fixed: Cleanup InteractiveSearch.js logic
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Mark McDowall
dd014b1f52 HTTPS certificate validation options
New: Enable HTTPS certificate validation by default
New: Option to disable certificate validation for all or only local addresses
2019-09-16 18:14:28 -05:00
Qstick
86f4dcd198 Fixed: Remove Duplicate Function in BlacklistConnector.js 2019-09-03 23:32:46 -04:00
Taloth Saldono
26c8768931 New: Removed libcurl http fallback since mono 5.16+ doesn't need it. Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm) 2019-08-31 17:18:18 +01:00
Qstick
1425bc8bd9 New: Seperate Naming for Multi-Disc Albums 2019-08-31 11:01:44 -04:00
Qstick
232273c4dc Fixed: Manual Import Tracks Sorted Wrong
Fixes #848
2019-08-25 18:09:51 -04:00
ta264
4413c7e46c New: Unmapped files view (#888)
* New: Unmapped files view

Displays all trackfiles that haven't been matched to a track.
Generalised the file details component and adds it to the album
details screen.

* Add sorting by quality

* New: MediaServiceTests & MediaRepoTests
2019-08-25 11:49:30 -04:00
Mark McDowall
74cb2a6f52 Fixed: Waiting a long time for unavailable root folders
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 01:24:56 -04:00
Qstick
05b25429dc New: Show Hardlink/Copy in manual import
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 01:20:41 -04:00
Mark McDowall
4399724e97 New: Sort preferred words in profile on save
Closes #3241
2019-08-25 01:19:01 -04:00
Mark McDowall
b7458f6d9c Menu fixes
Fixed: Menus in modals on iOS
Fixed: Menu not closing on outside touch on mobile
2019-08-25 01:17:43 -04:00
Mark McDowall
e555d790e6 Fixed: Scrolling of modals with tabular content in iOS
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 01:17:11 -04:00
Qstick
87cb97407a Fixed: Prop type warning on MenuItem
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 01:11:22 -04:00
Qstick
60df3d78b4 Fixed: Track Progress custom filtering on artist index page 2019-08-25 01:09:57 -04:00
Qstick
936b2502cc Fixed: Multiple Heath Check UI Fixes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 01:07:11 -04:00
Mark McDowall
699f19b352 New: Cleanup Recycling Bin folders older than X days (0 to disable)
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 00:58:59 -04:00
Qstick
a7e94a0b2a New: Add warning that recycle bin will be cleaned up automatically after 1 week
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-25 00:39:50 -04:00
ta264
e2e321b9be Fixed: Removed unused ManualImport Field 2019-08-24 15:45:55 -04:00
ta264
83c8d85d75 Fixed: Refreshing artist/album details shows 404 until store loads 2019-08-18 20:28:38 +01:00
ta264
0352f8d3ff
Fixed: Faster artist endpoint (#874)
* Fixed: Speed up AllArtist API endpoint

* New: Display UI before artists have loaded

* Add test of new repository methods
2019-08-17 08:04:59 +01:00
Qstick
c4a067751a Fixed: Artist Type can be null/blank 2019-08-15 22:27:55 -04:00
Qstick
72947029f4 Fixed: Other Misc Improvements
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-09 23:19:58 -04:00
Qstick
2366ce0931 New: Add root folder from Media Management settings
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-08-09 23:19:58 -04:00