1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-23 02:05:27 +02:00
Sonarr/src/NzbDrone.Api
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
..
Authentication Merged authentication so they don't step on eachother 2014-05-10 15:24:29 -07:00
Blacklist Fixed: Blacklist sorting on Series Title no longer causes UI failure. 2014-05-06 23:49:20 +02:00
Calendar Fixed: iCal feed no longer shows Episodes aired at 0:00 GMT as all-day events. 2014-04-01 22:50:37 +02:00
ClientSchema Fixed: Issue saving notifications 2013-12-19 00:38:28 -08:00
Commands Fixed broken test 2014-04-12 13:58:19 -07:00
Config Fixed: Do not require SSL Cert Hash on Linux/OS X 2014-05-02 07:13:25 -07:00
Directories Fixed: Prevent errors when looking up folders via auto-complete 2014-05-10 18:39:15 -07:00
DiskSpace cleaned up using directives. 2013-11-19 16:42:17 -08:00
DownloadClient Download clients now use thingy provider 2014-02-16 23:01:36 -08:00
EpisodeFiles Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled. 2014-01-27 19:21:29 +01:00
Episodes Moved /api/episodes to /api/episode to align with other endpoints 2014-02-04 20:36:16 -08:00
ErrorManagement constraint failed exceptions are translated to 409 conflict status codes. 2013-12-01 16:02:32 -08:00
Exceptions
Extensions Auto reload when server has been updated 2014-05-11 17:44:42 -07:00
Frontend Bootstrap 3 2014-05-11 15:57:33 -07:00
Health Health check results are stored in memory and updated as required 2014-04-09 17:19:08 -07:00
History Fixed: Parsing daily episode formats that contain [] around the quality 2014-04-24 23:09:35 -07:00
Indexers Blacklisting improvements 2014-04-08 17:19:36 -07:00
Logs Revised Authentication logic for api and logfiles. 2014-04-01 22:50:34 +02:00
Mapping White space 2013-11-15 08:39:00 -08:00
MediaCovers New: Get series images via the API (3rd party app support) 2014-04-12 13:49:49 -07:00
Metadata Metadata settings added to UI 2014-02-12 22:44:07 -08:00
Notifications New: XBMC Metadata (Frodo+) 2014-02-12 01:04:51 -08:00
Properties
Qualities renamed /api/qualityprofiles to /api/qualityprofile 2014-02-11 17:52:03 -08:00
Queue Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled. 2014-01-27 19:21:29 +01:00
REST System.Logs view can now be filtered by severity. 2014-02-01 23:09:22 +01:00
RootFolders Corrected various spelling errors in code. 2014-05-06 23:59:04 +02:00
Series New: Alternative titles on Series Details UI 2014-04-14 21:51:37 +01:00
System OS X and linux can be treated separately 2014-03-08 21:28:40 -08:00
Update cleaned up using directives. 2013-11-19 16:42:17 -08:00
Validation Fixed: Do not require SSL Cert Hash on Linux/OS X 2014-05-02 07:13:25 -07:00
Wanted Wanted is much much faster now. 2014-02-22 19:19:05 -08:00
NancyBootstrapper.cs Disable nancyfx diagnostics unless in debug 2014-02-07 18:21:44 -08:00
NzbDrone.Api.csproj Auto reload when server has been updated 2014-05-11 17:44:42 -07:00
NzbDroneApiModule.cs
NzbDroneFeedModule.cs Added iCal feed for the calendar, reachable through 2014-03-14 22:39:01 +01:00
NzbDroneRestModule.cs
NzbDroneRestModuleWithSignalR.cs
packages.config Added iCal feed for the calendar, reachable through 2014-03-14 22:39:01 +01:00
PagingResource.cs System.Logs view can now be filtered by severity. 2014-02-01 23:09:22 +01:00
ProviderModuleBase.cs fixed URL when adding an indexer 2014-01-07 17:29:43 -08:00
ProviderResource.cs Converted notifications to thingi provider 2013-10-12 12:05:37 -07:00
ResourceChangeMessage.cs
TinyIoCNancyBootstrapper.cs