kay.one
be81f772df
removed UTC conversion, now being done by DB.
12 years ago
kay.one
4da6654440
Added Auth, startup options to UI
...
Added caching to ConfigFileProvider,
12 years ago
Mark McDowall
8a5bd31da7
Unmapped folders now get all series up front (much faster)
12 years ago
Mark McDowall
a153599d50
Cleaned up Notifications a bit
12 years ago
kay.one
21e9bad6d5
removed episode status from server.
12 years ago
Mark McDowall
e9bf78a97d
Notifications wired up server sided
12 years ago
Keivan Beigi
0c3e53458f
added ApplicationUpdateCommand
12 years ago
Keivan Beigi
ecce355ebf
added ApplicationUpdateCommand
12 years ago
Mark McDowall
fb96abed49
Now importing downloaded episodes
12 years ago
kay.one
2f4ccff0a2
removed nzbindex
12 years ago
kay.one
42849d3276
cleaning up episode/series air date/time
12 years ago
kay.one
cbe4be814c
fixed diskscan
...
removed all stored status fields from episode
12 years ago
kay.one
85cd877b0c
fixed some issues here and there.
12 years ago
kay.one
32431540c5
Scheduled Tasks should work as long as they are registered.
12 years ago
Mark McDowall
d37c8c26c2
LINQ for paging missing episodes
12 years ago
Keivan Beigi
ec58b8b595
removed all the jobs.
12 years ago
kay.one
87a5dc7869
SignalR/Nancy/Owin/Mono
12 years ago
kay.one
45b4972091
moved hosting, system tray out of common
12 years ago
kay.one
1877f70403
fixed server side indexer issue
12 years ago
Keivan Beigi
96990eabb3
indexers implementation is now separated from settings/definition
...
so we can have multiple newznab definitions.
12 years ago
Mark McDowall
b4242f9fb2
Pagination for missing is alive!
12 years ago
kay.one
660185640d
removed filesharingtalk.
12 years ago
kay.one
d6d524e624
decision engine now reports it's own errors rather than just dying.
12 years ago
Keivan Beigi
182192e0ba
added commands.
...
they can be triggered using the api
api/command/
12 years ago
Keivan Beigi
4cd75cd8aa
stuff we did :D
12 years ago
kay.one
99958a822d
minor sync cleanup.
12 years ago
Keivan Beigi
9efee65966
minor cleanup
12 years ago
Mark McDowall
a04a5e8669
SeriesStats moved to its own Repo
12 years ago
kay.one
4afec69c79
fixed series statistics query.
12 years ago
Mark McDowall
f86cb87ced
Added SeriesStatistics
12 years ago
kay.one
9cabe7cf90
cleaned up integration test project.
12 years ago
Keivan Beigi
f9bb4178ed
json serializer updates.
12 years ago
Keivan Beigi
65ae894410
added an abstraction layer for json serializer, should work in mono.
12 years ago
Keivan Beigi
213c842050
removed signalr, will re-add when actually needed.
12 years ago
Keivan Beigi
9fdfd13dbf
fixed more tests.
12 years ago
kay.one
d2104e189f
fixed some more tests.
12 years ago
kay.one
6e88f55a54
cleaned up parsing logic and structure.
12 years ago
kay.one
cd2761d07d
cleaned up app update
12 years ago
Keivan Beigi
339dd5a1dd
updated to NLog 2.0.1.2
12 years ago
Keivan Beigi
2eb3ead230
fixed indexer setting load/reload.
12 years ago
Keivan Beigi
d81e0885c3
updated json.net from 4.5.11 to 5.0.2
12 years ago
Keivan Beigi
a8a64a42b5
replaced IInitializable interface with ApplicationStartedEvent
12 years ago
Keivan Beigi
e436072dcc
fixed circular dependency issue that stopped the app from starting.
12 years ago
kay.one
401ed9a8f6
more project cleanup.
12 years ago
kay.one
7c1e81a70e
broke episodeparseresult into filenameparseresult and indexerparseresult
12 years ago
kay.one
89f261eddf
more project cleanup.
12 years ago
kay.one
d41f26a4e7
moved some of the helper classes to their proper location.
12 years ago
kay.one
a6a4932b44
rewrite of indexer/episode search
12 years ago
Keivan Beigi
aacc53d882
replaced autofac with TinyIoC
12 years ago
Keivan Beigi
bcc20fc8a1
replaced the sqlite nuget package with mono compatible custom built.
...
http://sqlite.1065341.n5.nabble.com/System-DllNotFoundException-SQLite-Interop-DLL-td30039.html
12 years ago
kay.one
2a1f9500eb
updated migration logger
12 years ago
kay.one
048162a0ef
fixed more tests.
12 years ago
kay.one
48880e4964
cleaned up scene mapping code.
12 years ago
kay.one
a0560da33d
simplified migrations.
12 years ago
kay.one
a052a9389e
fully replaced TVDB with Trakt.tv
12 years ago
kay.one
3cdff3bb71
added marr.datamapper source code for easy debugging.
12 years ago
Keivan Beigi
3b22c087c6
creating powershell build and package script
12 years ago
Mark McDowall
b6ac7638a1
Store QualityPofile properly
12 years ago
kay.one
a9ad739745
created HasOne, HasMany relationship extension.
12 years ago
kay.one
63ba1ed026
removed some unneeded references.
12 years ago
kay.one
fc641baab3
got basic relationships working
...
added support for embedded documents.
12 years ago
kay.one
ea4f0dbe5f
Marr is almost working.
12 years ago
kay.one
971053f8a2
rebase cleanup.
12 years ago
kay.one
6dd56114e3
added Marr.Data.Mapping
12 years ago
markus101
4bb4faf626
Migrations
...
Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
12 years ago
kay.one
7603d8e1ba
auto increment ID.
...
model tables are automatically created.
12 years ago
kay.one
192ace5004
fixed sqlite3.dll copying issues.
12 years ago
kay.one
1a4f3fad25
removed sqo.
12 years ago
markus101
ebbf5ea21f
First steps for SQLite
12 years ago
kay.one
e635e816f6
moved moving of episode files into their own service.
12 years ago
kay.one
9a8414edde
moved cleanup of deleted files to their own service.
...
detaching of episodes when files are deleted is done through events now.
12 years ago
kay.one
40a959a309
more search cleanup.
12 years ago
kay.one
ef5f565a4d
cleaned up episode search
12 years ago
kay.one
02d842a2b2
some preliminary work to move decision engine to use the visitor pattern.
12 years ago
kay.one
969dff5197
more file naming cleanup.
12 years ago
kay.one
dce64a5530
moved naming specification out of general config.
12 years ago
kay.one
db37d020f4
renamed report rejection reason.
12 years ago
Keivan Beigi
4877ce405e
event based cleanup when a series is deleted.
12 years ago
Keivan Beigi
cc1dcffdf3
added delete series event
12 years ago
kay.one
6c17639ade
added job time that ticks kicks off scheduler.
12 years ago
kay.one
50674d388c
more project clean up.
12 years ago
kay.one
126f499259
minor project cleanup.
12 years ago
kay.one
eaf6f94c02
job structure cleanup.
12 years ago
kay.one
1ccbb3c9d8
automatically download banner,poster, fanart. without a job :D
12 years ago
kay.one
62f15d4d96
season list is properly populated in series details.
12 years ago
kay.one
ba68dd9386
removed TvdbLib.dll using the embedded wattvdb.codeplex.com
12 years ago
kay.one
beb2f7c7fd
removed sqlce
12 years ago
kay.one
de5d5b76e8
moved media file service
12 years ago
Mark McDowall
8a3edaebbf
Removed upcoming, fixed broken test
12 years ago
Mark McDowall
c6836e0cb1
Quality moved to ObjectDb.
12 years ago
Keivan Beigi
c9370865a4
removed searchhistory storage.
12 years ago
kay.one
5fc25b6095
external notifications are now based on Events.
12 years ago
kay.one
554924a522
post grab notification and updates are now using the new EventAggregator
12 years ago
kay.one
13658e3c6d
moved config to objectdb.
12 years ago
kay.one
f568fdad6a
moved history over to objectdb
12 years ago
kay.one
c35682376e
added sample event for series added
12 years ago
kay.one
b3c6db5997
moved log to object db.
12 years ago
Mark McDowall
7fa523dd97
GitExtensions, go fuck yourself
12 years ago
Mark McDowall
27a939a56a
Moved Newznab settings to ObjectDb
12 years ago
Mark McDowall
1c0c348dc4
Moved indexer providers out of subfolder
12 years ago
Mark McDowall
563db453fc
Cleaned up IndexerService and tests
12 years ago
Mark McDowall
5b50aa5d59
Updated csproj
12 years ago
Mark McDowall
43a7d6239e
Moved indexers to ObjectDb
12 years ago
Keivan Beigi
b5644bf660
moved series/season/episodes to object db.
12 years ago
kay.one
4504232956
still very broken
12 years ago
kay.one
2d4998d52d
moved Series,Seasons,Episodes to their own folders.
12 years ago
Keivan Beigi
499401fc70
Moved DecisionEngine to root of core.
12 years ago
Keivan Beigi
68128809c9
started to remove iisexpress.
12 years ago
kay.one
40f3a8663d
splited jobprovider into jobrepo, jobcontroller, moved to object db.
12 years ago
kay.one
97398f604b
removed mono/pilot build configs.
12 years ago
kay.one
6c944758ed
fixed renamed OID to id in json response.
12 years ago
Mark McDowall
7d4db30e38
Add existing series uses existing path now
12 years ago
kay.one
b0940ed8de
upgraded to autofac 3. created nancy only mode for nzbdrone.exe /n
12 years ago
kay.one
e7deda4d5d
added open generic registration for simple repository, services can now use simple repository independently.
12 years ago
kay.one
e44d262a1a
added siaqodb
12 years ago
kay.one
2903d5d581
WTFFFFF!
12 years ago
kay.one
6c289f4482
ApplicationPath is actuall app path in mono.
12 years ago
kay.one
83186ba87b
wtf git extentions?
12 years ago
kay.one
88b06e8747
added mono build config
12 years ago
kay.one
b25ab20f14
wtf git extentions?
12 years ago
kay.one
c6fa3cc02b
added support for 0 based sequential ids to our object db.
12 years ago
Mark McDowall
7ed148b12c
Fixed most of the broken tests
12 years ago
kay.one
9e4bb278ef
moved rootdir to eloquera
12 years ago
Mark McDowall
23b90ae1c4
Initial Commit for Eloquera
12 years ago
kay.one
9f829c1442
less intrusive cache prevention.
...
more tests.
12 years ago
kay.one
5dbaaee005
Added db4o.
...
Added guards against most problematic areas.
12 years ago
Keivan Beigi
86e554010d
Revert "updated autofac to 3.0"
...
This reverts commit 4f6e928b4e650750c38f8bab8dbd36146c00933f.
12 years ago
Keivan Beigi
91a416e0b1
added 2nd tvdb .net client that allows us to preform concurrent searches.
12 years ago
Keivan Beigi
8a5a326480
updated autofac to 3.0
12 years ago
kay.one
1bd6c4a93c
updated nuget packages to uniform version.
12 years ago
kay.one
87f3c6a6c9
added Logger injection module for Autofac, API boots up.
12 years ago
kay.one
130be58f8c
added database recovery on app start.
12 years ago
kay.one
fd8ad73476
fixed broken tests.
12 years ago
kay.one
c184595935
added Nancy pipelines for error handling,
...
cleaned up container registrations.
12 years ago
Mark McDowall
bf2c811a09
Nzbget support added to core
...
#ND-145 In Progress
12 years ago
Mark McDowall
d7a012bb0b
Removed extraneous file
12 years ago
Mark McDowall
e136b458e0
MediaInfo added
...
New: Samples will only be skipped when under 70MB and under 8 minutes in
length
#ND-121 fixed
12 years ago
Mark McDowall
d6224bdfff
csproj file changes
12 years ago
Mark McDowall
5e7c0951b7
Searching refactored
...
#ND-135 fixed
12 years ago
Mark McDowall
829ba1cf92
Start of EpisodeSearch refactor
12 years ago
Mark McDowall
b8fff306bf
Goodbye EF!
12 years ago
Mark McDowall
1ef6906dc1
Merge branch 'autofac'
...
Conflicts:
NzbDrone.Common/IISProvider.cs
NzbDrone.Core/CentralDispatch.cs
12 years ago
Mark McDowall
125703a2fa
Hidden startup, shutodwn and restart
...
New: Run without console window by default
New: Added NzbDrone.Console to run with console window
New: Shutdown from UI
New: Restart from UI
12 years ago
Mark McDowall
924d3d0c8e
Hello Autofac, Goodbye Ninject
12 years ago
Mark McDowall
b3874dbdb0
Merge branch 'master' into backbone
12 years ago
Mark McDowall
89cfb5c9b1
TVRageMapping updates
...
Fixed: Issue matching TVDB series to TVRage series in some situations
12 years ago
Mark McDowall
861b2ec1e3
Updated project file
12 years ago
Mark McDowall
f3809d3a80
Merge branch 'master' into backbone
...
Conflicts:
NzbDrone.Common/packages.config
NzbDrone.Core.Test/packages.config
NzbDrone.Core/NzbDrone.Core.csproj
NzbDrone.Core/packages.config
NzbDrone.Services/NzbDrone.Services.Service/packages.config
NzbDrone.Web.UI.Test/NzbDrone.Web.UI.Automation.csproj
NzbDrone.Web/_bin_deployableAssemblies/amd64/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
NzbDrone.Web/_bin_deployableAssemblies/amd64/Microsoft.VC90.CRT/README_ENU.txt
NzbDrone.Web/_bin_deployableAssemblies/amd64/Microsoft.VC90.CRT/msvcr90.dll
NzbDrone.Web/_bin_deployableAssemblies/amd64/sqlceme40.dll
NzbDrone.Web/_bin_deployableAssemblies/x86/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
NzbDrone.Web/_bin_deployableAssemblies/x86/Microsoft.VC90.CRT/README_ENU.txt
NzbDrone.Web/_bin_deployableAssemblies/x86/Microsoft.VC90.CRT/msvcr90.dll
NzbDrone.Web/_bin_deployableAssemblies/x86/sqlceme40.dll
NzbDrone.Web/packages.config
12 years ago
Mark McDowall
1bcb080666
Fixed post build steps
12 years ago
Mark McDowall
a9923e3d30
Updated NUGET packages, including sqlce
12 years ago