Qstick
65efa15551
New: Backend changes for new UI
2019-06-11 22:06:19 -04:00
Qstick
e9eebd3ce6
New: Update SignalR, Nancy, Owin. Enable Websockets
2019-06-11 22:06:19 -04:00
Qstick
ea5ad24944
New: Re-target to .net 4.6.1
2019-06-11 22:06:19 -04:00
Leonardo Galli
65c3704ff0
Fixed: NLog causing a crash under mono 5.10
...
Fixes #2585
Merge remote-tracking branch 'origin/develop' into develop
Revert "Fixed: NLog causing a crash under mono 5.10"
This reverts commit d11b565eda
.
Added console logging in case NLog fails to initialize.
Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10
Fixed: Messed up merge from Cherry pick
Fixed: Appveyor build.
Revert "Fixed: Appveyor build."
This reverts commit 99282359c4
.
Revert "Fixed: Messed up merge from Cherry pick"
This reverts commit 450d90586d
.
Revert "Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10"
This reverts commit 1b20cbb5e3
.
Fixed: NLog causing issues with mono 5.10
2018-03-03 17:07:50 +01:00
Leonardo Galli
fa212872ab
Added: Handle ctrl-c more gracefully.
...
Finally fixes #2218
2018-02-19 12:48:56 +01:00
Leonardo Galli
2b2bd16d4d
Updated NLog to version 4.4.12. Should fix #2218
2018-02-19 00:00:59 +01:00
Leonardo Galli
4b1f7da317
Fix for VS for Mac.
...
Let's hope this does not break anything.
2017-03-10 19:53:02 +01:00
Leonardo Galli
df971b1289
Fix exe icon.
2017-01-06 23:16:35 +01:00
Leonardo Galli
88dacc00f7
Renamed NzbDrone.exe to Radarr.exe.
2017-01-05 20:42:02 +01:00
Keivan Beigi
da52e60f36
Upgraded Nlog/RestSharp/Selenium
2016-12-12 11:17:15 -08:00
Keivan Beigi
cf58e52f40
Upgraded Nancy!!!!
2016-12-12 11:17:15 -08:00
Taloth Saldono
d4bab775df
Updated NLog to 4.3.4.
2016-06-11 00:24:07 +02:00
Taloth Saldono
8b1c022244
Updated NLog to 4.3.0-rc1.
2016-03-26 19:31:09 +01:00
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
2016-02-11 22:15:12 +01:00
Keivan Beigi
845689401d
removed msbuild integerated nuget restore
2016-01-16 16:17:36 -08:00
Lars Johnsen
c8c17bce7e
Compilation: Misc changes to support XBuild
2015-05-15 19:07:52 +02:00
Lars Johnsen
a79fc94a54
Compilation: Fix case inconsistencies
2015-05-12 23:17:51 +02:00
Mark McDowall
d77c685d14
Remove existing URL ACLs to avoid conflicts
...
New: Choose IP address to listen on (advanced)
Fixed: Check if URL has been registered with Windows before trying to register it
2014-12-09 23:38:52 -08:00
Keivan Beigi
f127028992
updated restsharp to 6.0.5 -> 6.0.6
2014-11-21 17:08:01 -08:00
Keivan Beigi
c10a9ddf6e
updated json.net to 6.0.5
2014-10-02 21:39:21 -07:00
kayone
9ff2896bbe
fixed json.net references
2014-08-24 23:16:28 -07:00
kayone
3f3cc69da7
updated json.net
2014-08-24 18:45:55 -07:00
kayone
3a90cc35c2
Upgraded to Owin 2.1.0
2014-08-24 11:24:43 -07:00
kayone
7e392e84a7
upgraded nancy to 0.23.2
2014-08-24 10:27:36 -07:00
Taloth Saldono
a62cd042de
Added some resilience in the GetCurrentProcess calls so it doesn't cause a Fatal exit.
2014-08-10 14:54:57 -07:00
Taloth Saldono
5450170718
Cleanup, sorted project files.
2014-07-26 14:29:07 +02:00
Mark McDowall
eff7c4b7b7
Auto reload when server has been updated
...
New: Updating will reload UI on navigation
2014-05-11 17:44:42 -07:00
Mark McDowall
c2087af8c9
Gracefully exit on restart instead of forcibly killing it
2014-03-09 22:35:50 -07:00
kayone
7f8fa7ec4b
Updated project config
2014-02-22 16:22:07 -08:00
Mark McDowall
d0a6daeb26
Restart on linux/os x working
...
Removed client messages for shutdown/restart since they were getting stuck
2014-02-10 01:49:06 -08:00
kayone
c219be8c8d
Added single instance policy
2013-11-25 21:39:59 -08:00
kayone
0e623e7ce4
imported signalr 1.1.3 into NzbDrone.
2013-11-21 21:26:57 -08:00
kayone
541cd0ce19
Revert "updated OWIN to 2.0.1"
...
This reverts commit c57c319e0c
.
Conflicts:
src/NzbDrone.Console/packages.config
src/NzbDrone.Host/packages.config
src/NzbDrone/packages.config
2013-11-13 14:45:41 -08:00
kayone
28c6a69e0f
fixed broken build.
2013-11-11 00:20:08 -08:00
kayone
844fa9d5e6
update NLog, Restsharp, json.net
2013-11-11 00:17:29 -08:00
kayone
40a0e044a7
updated nancy to 0.21.1.0
2013-11-11 00:02:42 -08:00
kayone
c57c319e0c
updated OWIN to 2.0.1
2013-11-11 00:00:15 -08:00
kayone
fa74551777
Revert "updated to owin 2.0.0-rc1"
...
This reverts commit d0d65db4f2
.
2013-10-05 09:46:24 -07:00
kayone
d0d65db4f2
updated to owin 2.0.0-rc1
2013-10-04 14:58:32 -07:00
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
2013-10-02 18:01:32 -07:00