Commit Graph

162 Commits (94daf083618b26a43bf44ed00f7078f7ca2daf02)

Author SHA1 Message Date
Mark McDowall c9c967fa1d Properly using Xem now
12 years ago
Mark McDowall 92acb4c049 QualityTypes no longer an enum
12 years ago
Mark McDowall 410b4574bc Fixed db name in migration
12 years ago
Mark McDowall 070f6bb318 Added absolute episode number to DB
12 years ago
Mark McDowall a7a0a25029 Renamed AiredAfter to CustomStartDate
12 years ago
Mark McDowall 713c4225c0 Added EpisodeAiredAfter to server side
12 years ago
Mark McDowall 39aa5065bb Merge branch 'release-group'
12 years ago
Mark McDowall c2a1df61f6 New: Max DB Size is now 512MB (was 256MB)
12 years ago
Mark McDowall 653a0864c3 Removed DM - Branched if required later.
12 years ago
Mark McDowall 6f3262c68a Release group is added to history and episodefile
12 years ago
Mark McDowall bee6914062 Allow scene name to be used for renaming
12 years ago
Mark McDowall 2de4b67d1f Migration will clean unmapped history items
12 years ago
Mark McDowall e7c5ceb865 Fully upgraded MP Added client profiling
12 years ago
Mark McDowall b50e16a456 Metadata coming together for XBMC
12 years ago
Mark McDowall b930eb0993 Newznab providers will be compared based on url, not name.
12 years ago
Mark McDowall ce0a6f8b86 NzbInfoUrl added to history and episode parse result, will be added to history item before being added to the DB.
12 years ago
Mark McDowall 0c3de6964f Merge branch 'master' into nzburl
12 years ago
Mark McDowall 38927e3ca1 Signalr errors will not be shown in the UI.
12 years ago
Mark McDowall cef7b6a8dc SearchResult Controller added.
12 years ago
Mark McDowall 4f005e45c0 Search Results grid added.
12 years ago
Mark McDowall 06fb34ce6c Nzb Url column added.
12 years ago
Mark McDowall a00c20c1af Fixed spelling of enviroment provider (Environment). :)
13 years ago
Mark McDowall 4d918ff683 New: Added Network to Series Grid.
13 years ago
kay.one c5df00cc87 Fixed: fixed an issue where season ignore check wasn't working correctly.
13 years ago
Mark McDowall 01746a06e0 Fixed Series/Details Quality column.
13 years ago
Mark McDowall aac42d4882 More Season ignore work. Already ignored seasons will be ignored.
13 years ago
Mark McDowall 969f8ae5e2 SeasonProvider Added to handle ignoring of Seasons.
13 years ago
kay.one 5c03c873b2 updated analytics
13 years ago
kay.one 05df752cc8 Fix: Downgraded some log levels for less verbose logging
13 years ago
kay.one 5717b7f596 New: Rewrite of download decision engine.
13 years ago
kay.one 174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues.
13 years ago
kay.one b225db9aaf Started to add support for deskmetrics
13 years ago
Mark McDowall 02cb12bdb8 BacklogSetting refactoring.
13 years ago
Mark McDowall 9eb022fdf4 BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
13 years ago
kay.one a93846d2d8 Deleting any series with seriesid =0 during migration.
13 years ago
kay.one a48db83be9 Separated migration for LogDB and Application update.
13 years ago
Mark McDowall 42554b815a Fixed broken tests.
13 years ago
kay.one 76608fc440 Banners folder moved to root.
13 years ago
Mark McDowall e16f83c433 Added ReferenceDataProvider to provide lookups (and refreshing) of IsDaily - which will check if the series is a daily series.
13 years ago
kay.one 974dfa319b Playing around with db factories.
13 years ago
kay.one c6716f2425 Log page now uses EF for faster runtime queries.
13 years ago
Mark McDowall 8c1f7e6663 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one 51518787d8 Lots of initialization, configuration clean up.
13 years ago
Mark McDowall 639480e3ef Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall 6c86f1dfdd Newznab providers can be configured by the end user.
13 years ago
kay.one 72d0fc50ed Alot of refactoring.
13 years ago
kay.one 633f0b6197 PathProvider. visit us for all of your pathing needs.
13 years ago
kay.one cd32a70179 Starting path clean up. (All paths should go through EnvironmentProvider)
13 years ago
kay.one 8f9946eb63 Added some update APIs to check for updates and download and extract the update package.
13 years ago
kay.one c55ca42c21 Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;)
13 years ago
Mark McDowall 5098ea3249 Added two new Episode Statuses - Unpacking and Failed.
13 years ago
Mark McDowall 8c06dde28a Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
Mark McDowall e4f01ae0d4 Size is now parsed for each item in the feed.
13 years ago
Mark McDowall dfd0720872 Added BannerDownloadJob, it will run every 30 days.
13 years ago
Mark McDowall f8be43a486 Upgraded to MiniProfiler 1.9.
13 years ago
Mark McDowall 0b586de226 Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
13 years ago
kay.one 8ce222a10c Should fix the transaction issues in petapoco, we are getting to far petapoco master which I don't like.
13 years ago
kay.one a5527df584 Fixed petapoco's craptastic connection management.
13 years ago
Mark McDowall ee4b6c9442 ExternalNotifications enabled (Xbmc only right now).
13 years ago
Mark McDowall 0ed898b6db IsIgnored will now be checked when adding new episodes to the DB, it will:
13 years ago
kay.one b11a449f65 Updated PetaPoco
13 years ago
kay.one 6393d0a3f9 Added Tests for CentralDispatch
13 years ago
kay.one c339ea6ba2 Updated miniprofiler to 1.4
13 years ago
kay.one 15aedfc847 some db/migration cleanup
13 years ago
kay.one 8424dd6ede Increased some columns sizes to avoid cutoffs.
13 years ago
kay.one 2a64014c96 Added version to page footer, minor tweaks.
13 years ago
kay.one 861026f743 Fixed some petapoco issue with insert.
13 years ago
kay.one 5a4e8330b2 Updated petapoco to 4.0.3
13 years ago
kay.one 3e61afab03 Added some indexes
13 years ago
kay.one 2537dafb36 Added SQL CE dlls, removed SQLite
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 years ago
kay.one cbfbb87926 fixed issue where series controller was still going to db for every file.
13 years ago
kay.one 5fb2c61c77 Fixed sab title issue
13 years ago
kay.one 907c508a70 PetaPoco now defaults to SQLite, requires WHERE on exists calls
13 years ago
kay.one ec949be789 Removing "Histories" on migration.
13 years ago
Mark McDowall 514998042e PetaPoco won't convert DateTime to UTC by default.
13 years ago
kay.one bbf27c6f66 Fixed MVC profiler issue with Jobs, SQL profiling is on again.
13 years ago
kay.one 5629d68645 Fixed enum mapping issue
13 years ago
kay.one f4a765817b Fixed some small issues, here and there.
13 years ago
kay.one 45a51497b6 Fixed issue where migrration would run on every page load.
13 years ago
kay.one acf23d4fc2 Removed subsonic completely
13 years ago
kay.one f11b4af305 Merge branch 'markus101'
13 years ago
kay.one f4801901a7 LogProvider now usues petapoco
13 years ago
Mark McDowall 01944acbb1 IndexerProvider now uses PetaPoco.
13 years ago
Mark McDowall ec0ef5d46d SceneMappings added to Migrations... again.
13 years ago
Mark McDowall 335639fabc UpcomingEpisodesProvider moved to PetaPoco.
13 years ago
Mark McDowall 446a939f45 QualityProvider moved to PetaPoco.
13 years ago
Mark McDowall 9daf1ccfc0 JobProvider moved to PetaPoco.
13 years ago
Mark McDowall 901db9d58b ExternalNotificationProvider moved to Peta.
13 years ago
Mark McDowall f7ee16dbba RootDirs moved to PetaPoco. Removed SubSonic references from EpisodeFile & SceneMapping.
13 years ago
kay.one 2a32770b69 Merge branch 'markus101'
13 years ago
kay.one 46ec4fa3ba Replaced MigSharp with MigrationsDotNet
13 years ago
Mark McDowall ab26d2dd61 Renamed SceneNameMapping to SceneMapping.
13 years ago
Mark McDowall 114f0675e0 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 1f0e71c68e Merge with Kayone.
13 years ago
kay.one dd55a055e6 Updated PetaPoco with Exists, AddMany,UpdateMany,InsertMany,SaveMany
13 years ago
Mark McDowall 3dbb38b54f MediaFileProvider moved to PetaPoco.
13 years ago
kay.one 3cccb5858a Merge branch 'markus101'
13 years ago
kay.one 190ce6b142 ConfigProvider now uses PetaPoco
13 years ago
Mark McDowall 0432109a95 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago