LukePulverenti
|
2ca4b7d03a
|
Created IConfigurationManager
|
2013-03-04 00:43:06 -05:00 |
|
LukePulverenti
|
0ea90ef7c6
|
added IServerEntryPoint to replace plugin.initialize
|
2013-03-02 21:47:04 -05:00 |
|
LukePulverenti
|
b8d5c71842
|
type discovery without attributes
|
2013-02-23 02:57:11 -05:00 |
|
LukePulverenti
|
767cdc1f6f
|
Pushing missing changes
|
2013-02-20 20:33:05 -05:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
8b7effd6ff
|
Moved discovery of loggers and weather providers to MEF. Also added support for third-party image processors, also discovered through MEF.
|
2012-09-18 15:33:57 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
fb88e4d5fc
|
Added the ability to reload the server and created a Plugins solution
|
2012-09-17 14:09:35 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
93b42641d2
|
Switched to MEF to register http handlers
|
2012-09-08 10:52:13 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
c7b305ee2e
|
Added a user api handler, and improved portable ApiClient
|
2012-09-07 21:33:49 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
23ea228079
|
Added a couple more methods to ApiClient
|
2012-09-07 16:59:59 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
3538789e46
|
Added User authentication
|
2012-09-06 14:38:29 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
507beb76f6
|
Added context-sensitive init/dispose methods for plugins
|
2012-09-06 10:18:54 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
f931a375cf
|
Tweaked api url matching
|
2012-09-04 13:43:09 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
26aef6b082
|
Implemented UI plugin downloading
|
2012-09-03 15:12:02 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
31357d3298
|
Updated plugins to store their assemblies directly in the plugins folder
|
2012-09-03 12:40:35 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
f428c976aa
|
Added a default user handler
|
2012-09-02 10:56:36 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
e52833059b
|
Moved server configuration to the model so that the UI can read it
|
2012-09-02 09:45:02 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
a7b0dd1534
|
Added a weather api
|
2012-09-02 01:30:25 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
fbf8cc833c
|
a few more async optimizations
|
2012-08-21 22:50:59 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
9c456c63c8
|
Added more IBN api methods
|
2012-08-18 12:27:34 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5c6ec34a9c
|
Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
|
2012-08-17 12:47:35 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
3802297b1b
|
Fixed handler async
|
2012-08-15 22:42:45 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
0788f435c1
|
Added GetItemsWithPerson
|
2012-08-14 15:06:25 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
ee1fa6e816
|
Implemented some IBN functionality - GetPerson, GetYear, GetStudio, GetGenre
|
2012-08-14 12:06:46 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
24d2c441b3
|
Re-worked async actions in BaseHandler, and changed AudioBitRate to AudioBitRates.
|
2012-08-11 14:07:07 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
fbf3916bce
|
Added an audio handler
|
2012-08-10 09:18:30 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
2536011247
|
Added the ability for the server to handle byte-range requests, and also added a static file handler to utilize it
|
2012-08-10 09:07:58 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5d88dc8575
|
Configuration and serialization improvements
|
2012-07-29 11:19:25 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
97ee9fed14
|
Switched to MEF as a means to locate plugins and resolvers
|
2012-07-25 22:33:11 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
84af205572
|
Added new api handlers to get plugin information
|
2012-07-24 10:54:34 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
6c7175e33d
|
Added an api call to pull down user configuration
|
2012-07-23 11:05:30 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
0a48b5e31a
|
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
|
2012-07-21 14:39:47 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
80b3ad7bd2
|
Moved the http server to it's own assembly. added comments and made other minor re-organizations.
|
2012-07-19 22:22:44 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
6fbd5cf464
|
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
|
2012-07-16 12:50:44 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
2e03cb0916
|
Improved loading performance even more by switching from XmlDocument to XmlReader. Also added more api improvements.
|
2012-07-14 16:45:11 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
5f5f2838b1
|
moved the http server to common, added more http handlers
|
2012-07-12 23:50:50 -04:00 |
|
LukePulverenti Luke Pulverenti luke pulverenti
|
b50f78e5da
|
Initial check-in
|
2012-07-12 02:55:27 -04:00 |
|