kay.one
|
be81f772df
|
removed UTC conversion, now being done by DB.
|
2013-05-22 22:33:12 -07:00 |
Mark McDowall
|
dbc20a3c31
|
Added migration for notifications
|
2013-05-22 20:58:39 -07:00 |
kay.one
|
a37ccf1d94
|
building connection string using SQLiteConnectionStringBuilder
|
2013-05-22 19:14:40 -07:00 |
kay.one
|
bd4856dad8
|
make model change events opt-in per repository
|
2013-05-21 22:40:03 -07:00 |
kay.one
|
28b47b415f
|
added condition to lazy loading of relationship objects
no db calls will be made if foreign key is 0.
|
2013-05-21 22:40:02 -07:00 |
kay.one
|
6936f042f5
|
disable model events for log repository
|
2013-05-20 21:10:04 -07:00 |
Mark McDowall
|
e9bf78a97d
|
Notifications wired up server sided
|
2013-05-19 18:32:25 -07:00 |
kay.one
|
687f8d9384
|
fixed disk scan scheduler.
|
2013-05-12 19:52:55 -07:00 |
kay.one
|
42849d3276
|
cleaning up episode/series air date/time
|
2013-05-12 18:32:21 -07:00 |
kay.one
|
cbe4be814c
|
fixed diskscan
removed all stored status fields from episode
|
2013-05-12 17:36:23 -07:00 |
kay.one
|
29ca16ce77
|
fixed add new series
|
2013-05-12 08:18:17 -07:00 |
kay.one
|
57e78e31fe
|
cleanup
|
2013-05-11 13:06:57 -07:00 |
kay.one
|
fc57262c89
|
fixed some broken tests.
|
2013-05-10 23:16:10 -07:00 |
kay.one
|
85cd877b0c
|
fixed some issues here and there.
|
2013-05-10 22:59:42 -07:00 |
Keivan Beigi
|
4deecde092
|
back to tiny for now
|
2013-05-10 20:43:52 -07:00 |
Mark McDowall
|
d320c2b6a9
|
Look ma, history!
|
2013-05-10 15:33:04 -07:00 |
Mark McDowall
|
3602822572
|
More better joins, some minor MDM changes for paging
|
2013-05-10 08:20:48 -07:00 |
kay.one
|
32431540c5
|
Scheduled Tasks should work as long as they are registered.
|
2013-05-08 23:38:20 -07:00 |
Mark McDowall
|
f4dd6adc6a
|
Added some tests for PagingSpecExtensions
Allow specials in missing
Dropped ListSortDirection
|
2013-05-07 00:46:14 -07:00 |
Mark McDowall
|
d37c8c26c2
|
LINQ for paging missing episodes
|
2013-05-07 00:46:13 -07:00 |
Keivan Beigi
|
ec58b8b595
|
removed all the jobs.
|
2013-05-06 17:39:33 -07:00 |
kay.one
|
40f384968a
|
updated json serilizer to return defaults
use enum text instead of number
|
2013-05-05 18:16:38 -07:00 |
kay.one
|
87a5dc7869
|
SignalR/Nancy/Owin/Mono
|
2013-05-05 14:24:33 -07:00 |
Mark McDowall
|
68f93dbb10
|
LazyLoaded Series and Episode again for history
|
2013-05-03 00:28:02 -07:00 |
Mark McDowall
|
7ab1084437
|
Adding history
|
2013-05-02 23:54:11 -07:00 |
Mark McDowall
|
6a3d886588
|
Missing doesn't double fetch
|
2013-05-02 23:54:08 -07:00 |
Keivan Beigi
|
96990eabb3
|
indexers implementation is now separated from settings/definition
so we can have multiple newznab definitions.
|
2013-05-02 16:10:31 -07:00 |
Mark McDowall
|
b4242f9fb2
|
Pagination for missing is alive!
|
2013-05-01 22:50:34 -07:00 |
kay.one
|
016e360d1a
|
quality Series.QualityProfile is lazyloaded.
|
2013-04-28 18:47:06 -07:00 |
Keivan Beigi
|
4cd75cd8aa
|
stuff we did :D
|
2013-04-24 21:27:49 -07:00 |
Keivan Beigi
|
9efee65966
|
minor cleanup
|
2013-04-24 10:28:14 -07:00 |
kay.one
|
c3214a2e88
|
added resource mapping validation tests
|
2013-04-21 14:05:42 -07:00 |
Mark McDowall
|
a04a5e8669
|
SeriesStats moved to its own Repo
|
2013-04-20 17:44:56 -07:00 |
kay.one
|
4afec69c79
|
fixed series statistics query.
|
2013-04-20 14:23:17 -07:00 |
Mark McDowall
|
f86cb87ced
|
Added SeriesStatistics
|
2013-04-20 13:09:24 -07:00 |
Mark McDowall
|
c3273b74e8
|
Get by multiple ids added to BasicRepo
|
2013-04-17 17:34:30 -07:00 |
Keivan Beigi
|
f9bb4178ed
|
json serializer updates.
|
2013-04-17 16:33:20 -07:00 |
Mark McDowall
|
e43cb87620
|
Renamed Folder to FolderName. Series.Path is readonly
|
2013-04-11 08:28:51 -07:00 |
Mark McDowall
|
23acb3a9ae
|
Add series uses all available information
|
2013-04-11 08:28:48 -07:00 |
Mark McDowall
|
684a72792a
|
Add series changes
|
2013-04-10 21:31:12 -07:00 |
Keivan Beigi
|
2eb3ead230
|
fixed indexer setting load/reload.
|
2013-04-10 16:44:59 -07:00 |
kay.one
|
a6a4932b44
|
rewrite of indexer/episode search
|
2013-04-07 00:30:37 -07:00 |
Mark McDowall
|
9ae21cf7a1
|
Fixed IInitializable registration
I tried to make it all happen in the same method as AutoRegisterImplementations, but it caused issues with BasicRepo.
|
2013-04-05 18:03:14 -07:00 |
Keivan Beigi
|
89e94bae01
|
switched reflection strategy for marr to SimpleReflectionStrategy, should be more mono friendly.
|
2013-04-01 16:55:09 -07:00 |
kay.one
|
2a1f9500eb
|
updated migration logger
|
2013-03-31 23:49:46 -07:00 |
kay.one
|
048162a0ef
|
fixed more tests.
|
2013-03-31 23:22:16 -07:00 |
kay.one
|
48880e4964
|
cleaned up scene mapping code.
|
2013-03-31 19:43:58 -07:00 |
kay.one
|
c1fba9093d
|
embedded type convector is now registered for all embedded types automatically.
|
2013-03-31 17:20:01 -07:00 |
kay.one
|
bdcdc7c0f6
|
replaced FastReflection.dll with Fasterflect.dll to fix the race condition.
|
2013-03-31 16:40:19 -07:00 |
kay.one
|
a0560da33d
|
simplified migrations.
|
2013-03-31 16:04:21 -07:00 |
kay.one
|
4be637edff
|
much nicer add new series.
|
2013-03-31 14:45:16 -07:00 |
kay.one
|
a052a9389e
|
fully replaced TVDB with Trakt.tv
|
2013-03-31 13:25:39 -07:00 |
kay.one
|
f2886d89de
|
Autofac registrations are not singleton anymore.
|
2013-03-30 15:14:33 -07:00 |
kay.one
|
58a05fcef8
|
LazyList is now initilized using an empty list instead of null.
|
2013-03-30 14:29:29 -07:00 |
kay.one
|
eaff6dc18f
|
fixed UpdateFields in basic repository.
|
2013-03-26 23:20:11 -07:00 |
kay.one
|
ccba527e89
|
tweaked logging tests.
|
2013-03-26 23:20:10 -07:00 |
kay.one
|
ba4950ea8f
|
fixed some broken tests.
|
2013-03-26 20:44:52 -07:00 |
kay.one
|
c1960525d7
|
updated lazylist to make it easy to work with.
|
2013-03-26 19:12:40 -07:00 |
Keivan Beigi
|
0a3b0c9973
|
fixed some broken tests. broke some new ones.
|
2013-03-26 17:52:14 -07:00 |
Keivan Beigi
|
57120c9eeb
|
Added support for embedding lists of IEmbeddedDocument types.
|
2013-03-26 17:52:13 -07:00 |
Mark McDowall
|
b16d85d0fc
|
Add series working, Only queue enabled jobs.
|
2013-03-26 17:48:07 -07:00 |
Mark McDowall
|
66977cd329
|
Fixed merge conflict
|
2013-03-26 01:05:37 -07:00 |
Mark McDowall
|
b6ac7638a1
|
Store QualityPofile properly
|
2013-03-26 01:03:28 -07:00 |
kay.one
|
e9b9e63f7a
|
RelationshipExtensions has more type enforcement.
|
2013-03-26 01:00:46 -07:00 |
kay.one
|
a9ad739745
|
created HasOne, HasMany relationship extension.
|
2013-03-26 00:50:18 -07:00 |
kay.one
|
a2b91b469e
|
fixed history->episode relationship.
|
2013-03-26 00:17:46 -07:00 |
kay.one
|
fc641baab3
|
got basic relationships working
added support for embedded documents.
|
2013-03-25 23:20:18 -07:00 |
kay.one
|
b6fc731db8
|
more cleanup.
|
2013-03-25 23:19:56 -07:00 |
kay.one
|
ea4f0dbe5f
|
Marr is almost working.
|
2013-03-25 23:19:56 -07:00 |
kay.one
|
971053f8a2
|
rebase cleanup.
|
2013-03-25 23:19:56 -07:00 |
kay.one
|
6dd56114e3
|
added Marr.Data.Mapping
|
2013-03-25 23:19:55 -07:00 |
markus101
|
4bb4faf626
|
Migrations
Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
|
2013-03-25 23:19:55 -07:00 |
kay.one
|
b9fac94eca
|
cleaned up history lookup.
|
2013-03-25 23:19:54 -07:00 |
kay.one
|
cd6f0fc55c
|
fixed more tests.
|
2013-03-25 23:19:54 -07:00 |
kay.one
|
7603d8e1ba
|
auto increment ID.
model tables are automatically created.
|
2013-03-25 23:19:53 -07:00 |
Mark McDowall
|
aeebae33fd
|
Cleaned up ModelBase, enable writing to sqlite
|
2013-03-25 23:19:53 -07:00 |
kay.one
|
96fe01c040
|
cleaned up model base Id property.
|
2013-03-25 23:19:52 -07:00 |
kay.one
|
192ace5004
|
fixed sqlite3.dll copying issues.
|
2013-03-25 23:19:52 -07:00 |
kay.one
|
b04fb32f77
|
updated seriesrepo to use the new syntax.
|
2013-03-25 23:19:51 -07:00 |
kay.one
|
1a4f3fad25
|
removed sqo.
|
2013-03-25 23:19:51 -07:00 |
markus101
|
ebbf5ea21f
|
First steps for SQLite
|
2013-03-25 23:19:49 -07:00 |
Mark McDowall
|
bd9683fcc1
|
Added full release of siaqodb.
Excluded license.lic - this is going to be messy...
|
2013-03-18 17:42:44 -07:00 |
kay.one
|
9a8414edde
|
moved cleanup of deleted files to their own service.
detaching of episodes when files are deleted is done through events now.
|
2013-03-07 21:39:54 +09:00 |
kay.one
|
dce64a5530
|
moved naming specification out of general config.
|
2013-03-07 21:39:50 +09:00 |
Keivan Beigi
|
4877ce405e
|
event based cleanup when a series is deleted.
|
2013-03-05 11:49:34 -08:00 |
Keivan Beigi
|
35cb7e55c7
|
cleaned up some tests.
|
2013-03-04 17:47:51 -08:00 |
kay.one
|
beb2f7c7fd
|
removed sqlce
|
2013-03-02 10:25:39 -08:00 |
kay.one
|
de5d5b76e8
|
moved media file service
|
2013-02-28 23:05:52 -08:00 |
Keivan Beigi
|
8900bbb3a1
|
main app cleanup.
|
2013-02-28 23:05:24 -08:00 |
Mark McDowall
|
a80c2fb1f3
|
Minor UI tweaks
|
2013-02-27 22:48:45 -08:00 |
Mark McDowall
|
c6836e0cb1
|
Quality moved to ObjectDb.
|
2013-02-26 19:19:47 -08:00 |
Keivan Beigi
|
911311d1e8
|
fixed OID issues.
|
2013-02-26 18:28:55 -08:00 |
Keivan Beigi
|
d04d38e427
|
fixed OID not working correctly. still should use ID.
|
2013-02-26 18:25:18 -08:00 |
Mark McDowall
|
bfc026128d
|
OID changed to a field
DeleteEpsidoesNotInTvdb disabled for now since its broken
|
2013-02-25 23:47:29 -08:00 |
Keivan Beigi
|
94daf08361
|
add series works again, now includes title.
|
2013-02-25 19:58:57 -08:00 |
kay.one
|
f568fdad6a
|
moved history over to objectdb
|
2013-02-23 13:29:22 -08:00 |
kay.one
|
b3c6db5997
|
moved log to object db.
|
2013-02-23 11:38:25 -08:00 |
Keivan Beigi
|
b5644bf660
|
moved series/season/episodes to object db.
|
2013-02-19 18:05:15 -08:00 |
kay.one
|
4504232956
|
still very broken
|
2013-02-18 22:56:02 -08:00 |
kay.one
|
2d4998d52d
|
moved Series,Seasons,Episodes to their own folders.
|
2013-02-18 22:01:03 -08:00 |