Qstick
16c03444ab
Fixed: Removed NotifyMyAndroid and Pushalot
...
Fixes #4033
Tack onto migration 164
2020-01-15 23:12:39 -05:00
ta264
8021381de2
Fix mapper exception
2020-01-15 23:12:39 -05:00
Qstick
ba83c01b6c
New: NetImport Lists Grouped by Type
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2020-01-15 23:12:39 -05:00
Qstick
d76423a305
New: Scrape Cast/Crew/Collection Data on Movie Refresh
2020-01-15 23:12:39 -05:00
Qstick
06b56db67c
Squash Pre-Fork Sonarr Migrations ( #4029 )
2020-01-09 20:14:17 -05:00
ta264
b1b6a91db8
Fixed: Correctly add parameters to migrations 36 and 154
2019-12-30 16:12:05 +00:00
ta264
f83ccb6ca4
Swap to dapper Mk. 2
2019-12-28 11:38:34 -05:00
ta264
f02fa629cc
Reformat and apply Stylecop rules
2019-12-27 20:40:13 -05:00
ta264
d4fa9b7345
Remove trailing whitespace
2019-12-27 20:40:13 -05:00
ta264
8d27111f7b
Remove all unnecessary usings
2019-12-27 20:40:13 -05:00
ta264
c6ae0bb509
Add missing new lines at end of files
2019-12-27 20:40:13 -05:00
ta264
997ff74fb9
Replace tabs with 4 spaces
2019-12-27 20:40:13 -05:00
Qstick
f7163451e1
New: Keep DB Migration to fix 147
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com >
2019-12-17 21:59:03 -05:00
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b .
2019-12-17 21:59:03 -05:00
Qstick
d778085ba5
Revert "Fixed: Serialize flag enum as string also"
...
This reverts commit b0ae4e9a60 .
2019-12-17 21:59:03 -05:00
ta264
b0ae4e9a60
Fixed: Serialize flag enum as string also
2019-12-17 18:38:33 +00:00
Qstick
da50b49e01
New: Store Task StartTime, Show Duration in UI
2019-12-16 20:20:34 -05:00
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
2019-12-16 20:22:58 +00:00
ta264
abe7a85a39
Fix: Aphrodite UI enhancements
...
* New: Display UI before movies have loaded
* Revised webpack bundling
* New: Option for production build with profiling
* Fixed: Faster hasDifferentItems and specialized OrOrder version
* Fixed: Faster movie selector
* Fixed: Speed up release processing, add indices (migration 161)
* Fixed: Use a worker for UI fuzzy search
* Fixed: Don't loop over all movies if we know none selected
* Fixed: Strip UrlBase from UI events before sending to sentry
Should mean that source maps are picked up correctly.
* Better selection of jump bar items
Show first, last and most common items
* Fixed: Don't repeatedly re-render cells
* Rework Movie Index and virtualTable
* Corresponding improvements for AddListMovie and ImportMovie
2019-11-27 09:19:35 -05:00
Devin Buhl
4e07e3bd68
New: Option to send notification when a Health Check warning occurs
2019-11-04 19:50:11 -06:00
Qstick
0d2660ee6c
Fixed: Issues with Migration 159, Bad Index, Duplicated WEBDLs
2019-11-02 22:54:44 -04:00
Qstick
bbadf3c7e6
Fixed: Quality Parser and Augmenter Picks Wrong Quality
2019-11-02 14:11:52 -04:00
Qstick
c08ae534c5
Fixed: List Tags and Prevent Delete of Tag if on List
2019-11-01 21:31:47 -04:00
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
2019-10-15 20:22:50 -04:00
ta264
cf33e40e70
Fixed: Remove obsolete Plex HomeTheater/Client notifcations
2019-10-15 20:22:50 -04:00
ta264
8b9d64b15a
Changed: Remove growl and prowl
2019-10-15 20:22:50 -04:00
ta264
2b39865251
Update FluentMigrator to v4
2019-10-15 20:22:50 -04:00
Taloth Saldono
40736336db
Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)
...
closes #3275
2019-09-30 19:33:57 -04:00
Qstick
7f221c7834
Fixed: Automation/Integration/Unit Tests
2019-09-03 23:21:15 -04:00
Qstick
b89c7b8675
New: Convert to New CSProj Format
...
Co-Authored-By: taloth <taloth@users.noreply.github.com >
2019-09-03 23:21:15 -04:00
Qstick
a3f72bd4a0
Fixed: Ambiguous Id in Movies SQL call
2019-07-06 17:36:58 -04:00
Qstick
d86c811543
Fixed: Alt Titles on Main Load, Alt Titles API updates
2019-07-02 21:45:55 -04:00
Qstick
ac59b7060e
New: Store Genre in DB for use in UI
2019-06-30 22:45:31 -04:00
Qstick
91ab518dfb
Fixed: Backend Updates from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
Co-Authored-By: taloth <taloth@users.noreply.github.com >
2019-06-30 21:50:01 -04:00
Qstick
9350f6a04c
Fixed: Changes to Profiles, Languages, Manual Import
2019-06-18 22:50:17 -04:00
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
2019-06-16 16:04:38 -04:00
Qstick
16ff1176f7
Fixed: Quality Groups and Profiles
2019-06-11 22:07:34 -04:00
Qstick
65efa15551
New: Backend changes for new UI
2019-06-11 22:06:19 -04:00
Ricardo Amaral
7a43bf3f60
Added: Tags support to NetImport (Lists) ( #3127 )
...
* Add tags support to NetImport (Lists)
* Keep indentation consistent with current code
* Initialize set of empty tags
* Add tags from list to movie
* Prevent tags used by lists from being removed
2019-05-02 12:57:40 +02:00
Leonardo Galli
d4061bd13c
Fixed: Invalid SQLite cache size.
2018-12-02 18:22:18 +01:00
Leonardo Galli
8e7b718209
Fixed: DataMapper not being disposed, leading to resource leakage.
2018-12-02 18:10:14 +01:00
Leonardo Galli
0903269b7c
Merge remote-tracking branch 'origin/develop' into develop
2018-09-11 23:33:31 +02:00
Leonardo Galli
b2d6ef589f
Fixed: Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this.
2018-09-11 23:33:28 +02:00
Leonardo Galli
354105cf08
Fixed: Issue with custom formats when profile was saved with non existing formats. Also you now don't have to refresh your browser for them to appear / disappear.
2018-09-11 14:35:15 +02:00
Leonardo Galli
b4f456d5f0
[WIP] Additions to custom formats, such as rescanning old files. ( #2949 )
2018-09-10 21:25:10 +02:00
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
2018-08-05 16:28:05 +02:00
Qstick
009abaf9be
Fixed: Rare timing issue on first-use causing duplicate naming config ( #2790 )
...
Fixes #2773
2018-05-24 23:51:05 +02:00
Leonardo Galli
30796388b0
Fixed: Radarr not loading with an invalid sort key.
2018-04-17 22:06:14 +02:00
Qstick
210902ecb6
Added: Setting for Colon Replacement Format ( #2711 )
...
Fixes #2140
Fixes #2657
2018-04-16 23:22:54 +01:00
Qstick
39346b6127
Fixed: Misc Extra File Improvements (This changes mapping of backdrop images to Fanart instead of Banner) ( #2642 )
...
Fixes #2556
Fixes #2639
Fixes #2547
2018-04-01 21:48:22 +02:00