Commit Graph

4230 Commits

Author SHA1 Message Date
Mark McDowall 86ea33b638 Episode details uses listenTo instead of promises 2013-10-07 23:03:00 -07:00
Mark McDowall 78a5dbe097 Root folders use listenTo now 2013-10-07 22:47:04 -07:00
Mark McDowall 224100b46e Series title will be shown as alt text when series doesn't have poster (poster view)
Fixed: Series without posters will use text instead of image on poster view
2013-10-07 22:22:19 -07:00
Mark McDowall 0d7097a682 Deleting logs will refresh on completion 2013-10-07 20:35:27 -07:00
Mark McDowall 4dfe201019 naming samples no longer use promises to load 2013-10-07 20:07:16 -07:00
Mark McDowall ee2973efe7 No more caching of log files, also better handling of logs on page load 2013-10-07 19:37:02 -07:00
Mark McDowall 7d9eaf8cfc Converted selectall.css to less for better import 2013-10-06 17:07:30 -07:00
Mark McDowall ffc40d9456 Report errors on linux 2013-10-06 15:36:55 -07:00
Mark McDowall be6d5aa4c2 Show no activity when no activity for episode 2013-10-06 15:27:00 -07:00
Mark McDowall 308f76d0fe Updates cleanup 2013-10-06 15:22:43 -07:00
Mark McDowall 27511769ae Episode activity goes through History now
Do not report exceptions on linux (culture is null and fails)
2013-10-06 11:06:39 -07:00
Mark McDowall 7d2c6339bc EpisodeActivity cleanup 2013-10-05 16:55:43 -07:00
Mark McDowall 6cff6122a1 Tests for command comparer when lists are different 2013-10-05 16:55:43 -07:00
kayone fa74551777 Revert "updated to owin 2.0.0-rc1"
This reverts commit d0d65db4f2.
2013-10-05 09:46:24 -07:00
Mark McDowall 03fac8bfe5 Removed check for update button, latest version will have install link 2013-10-05 01:15:48 -07:00
Mark McDowall e4b2c30616 Don't use undefined name when saving indexer 2013-10-05 00:15:30 -07:00
Mark McDowall 7ef2fb0242 Speicals go in Specials folder 2013-10-04 22:23:10 -07:00
Mark McDowall ba4193cc46 CommandComparer supports IEnumerables now 2013-10-04 21:49:54 -07:00
Mark McDowall 7798e8b591 Full page searching for missing episodes
New: Search for an entire page of missing episodes
2013-10-04 20:51:57 -07:00
Mark McDowall cf2ca6aa32 Command buttons with additional properties 2013-10-04 20:51:57 -07:00
Mark McDowall 917a918220 Quality size header slightly smaller 2013-10-04 20:51:56 -07:00
Mark McDowall c0b7612053 Episode Activity added
New: Activity tab added to Episode Details
2013-10-04 20:51:56 -07:00
kayone d0d65db4f2 updated to owin 2.0.0-rc1 2013-10-04 14:58:32 -07:00
kayone c7b4deeef9 removed extra fonts. 2013-10-04 14:56:49 -07:00
Mark McDowall a91d21fba1 Upcoming now only shows 3 days of episodes
New: Upcoming shows today, tomorrow and the day
2013-10-03 19:25:07 -07:00
Mark McDowall 6f27d8c33f Queue should update now 2013-10-03 14:06:52 -07:00
Mark McDowall 938b5f1ae3 Connect to SAB over SSL (optional)
New: Ability to connect to SABnzbd over SSL
2013-10-03 11:12:12 -07:00
Mark McDowall 89c2ff6107 Quality size settings are shown under advanced settings
New: Change max download size per quality when advanced settings are shown
2013-10-03 08:18:51 -07:00
Mark McDowall 0c9260b05c Do not copy config.xml for Core.Test 2013-10-02 18:26:18 -07:00
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
Mark McDowall 2fc8123d6b Merge branch 'thingi-provider' into develop 2013-10-02 14:51:37 -07:00
Mark McDowall fe5b42696d Auto detect first day of week for calendar
New: Calendar will use systems first day of week when displaying
2013-10-02 12:41:21 -07:00
Mark McDowall 76089b460c Cleaned up queue table a bit. 2013-10-02 08:33:23 -07:00
Mark McDowall fc3ad9023d Close view after adding series 2013-10-02 08:16:41 -07:00
Mark McDowall daeb2fc652 Episode grid will show downloading on grab
New: Update episode status in UI on grab and download
2013-10-01 22:20:30 -07:00
kayone c766089188 hide torrent indexers. 2013-10-01 12:33:48 -07:00
kayone 27bd59268d nullconfig indexers are enabled by default. 2013-10-01 12:32:08 -07:00
kayone 1b234f40df fixed indexer endpoint. 2013-10-01 10:27:22 -07:00
kayone c9f5cb0257 cleaned up ThingiProvider 2013-10-01 10:13:40 -07:00
kayone 7b14d09976 fixed indexer integration tests. 2013-10-01 10:06:08 -07:00
kayone e8b2d1fda0 fixed broken test, cleaned up some code around config contracts. 2013-10-01 10:06:07 -07:00
kayone eaed756655 created ProviderModuleBase 2013-10-01 10:06:06 -07:00
kay.one 4f9b745e70 fixed schema support for indexers 2013-10-01 10:06:05 -07:00
kay.one 0eec2cd5f7 schema updates 2013-10-01 10:06:05 -07:00
kay.one 1e88d2b7c3 fixed broken tests. 2013-10-01 10:06:04 -07:00
kay.one 3e9a6ed0ef indexer cleanup. 2013-10-01 10:06:03 -07:00
kay.one 9dbfc6804f created generic provider factory 2013-10-01 10:04:15 -07:00
kay.one 0b179a6086 starting to move indexers to generic provider. 2013-10-01 10:00:43 -07:00
kay.one 4046d35604 can now read/write provider config to db. 2013-10-01 10:00:42 -07:00
kay.one 08e2d60f20 added ConverterContext to marr Converters. 2013-10-01 10:00:41 -07:00