Commit graph

68 commits

Author SHA1 Message Date
Luke Pulverenti
da7af24fca add separate entry point for new item notifier 2013-05-17 11:29:22 -04:00
Luke Pulverenti
e1f8c18b51 added ability to track web sockets per session 2013-05-09 13:38:02 -04:00
Luke Pulverenti
f8263b8b69 improve restart code after port change 2013-05-07 15:07:51 -04:00
Luke Pulverenti
de6acec504 fixes #224 - Exception trying to start server after a reboot 2013-05-07 14:49:42 -04:00
Luke Pulverenti
70ae9a2c86 added page size selection 2013-04-27 18:52:41 -04:00
Luke Pulverenti
757cfcae8e Added search hint service 2013-04-26 15:20:53 -04:00
Mark van Veen
c5303ebf25 #149 - Lucene Search engine basics implemented
https://trello.com/c/mbGuEPIh

Don't mind the main logic container being static and all, intend to fix
that later on.
2013-04-23 23:14:29 +02:00
Luke Pulverenti
eb612bd303 fixed db disposals 2013-04-19 16:27:02 -04:00
Luke Pulverenti
3cc81aa180 created custom logger for servicestack 2013-04-17 15:16:36 -04:00
Eric Reed
bc03765275 Style splash window 2013-04-16 15:31:15 -04:00
Luke Pulverenti
14dd0426f5 added splash page 2013-04-16 12:45:28 -04:00
Luke Pulverenti
f2a9b76be2 fixed null reference in user manager 2013-04-13 23:05:19 -04:00
Luke Pulverenti
785deff188 removed excess hashing in providers and made user data key-based 2013-04-13 14:02:30 -04:00
Luke Pulverenti
7806ccd42f resharper suggestions in common project 2013-04-10 11:38:23 -04:00
Luke Pulverenti
57f082051d tweaked http server startup 2013-04-08 12:45:40 -04:00
Luke Pulverenti
804115bf8d remove and/or delay unnecessary startup work 2013-04-08 11:55:53 -04:00
Luke Pulverenti
f5620c81be removed unneeded startup processes 2013-04-07 18:09:48 -04:00
Luke Pulverenti
cb39f8e7b5 extracted a media encoding interface to keep ffmpeg out of nuget packages 2013-04-07 16:55:05 -04:00
Luke Pulverenti
9c7f492e2c fixed an issue with the video image provider requiring two-pass refreshing 2013-04-05 21:03:38 -04:00
Luke Pulverenti
23c8a91976 moved display preferences repo off of the kernel 2013-04-05 15:48:01 -04:00
Luke Pulverenti
31c2d98532 Added a display preferences manager 2013-04-05 15:34:33 -04:00
Luke Pulverenti
5c460c0b6f Moved search placeholder 2013-03-28 18:00:58 -04:00
Luke Pulverenti
44ad31bdbe lowercase image references 2013-03-27 18:17:46 -04:00
Luke Pulverenti
31bb5b5cb3 removed udp server layer 2013-03-27 18:13:46 -04:00
Luke Pulverenti
e2dcddc5ac made compression and caching available to plugin api endpoints 2013-03-23 22:45:00 -04:00
LukePulverenti
b86a03bbdc Added an Id property to SystemInfo 2013-03-15 00:23:07 -04:00
Eric Reed
c6f7afd5ef Oops forgot folder name #19 2013-03-13 18:59:26 -04:00
Eric Reed
cc9f249afe Implement configureautorun in server #19 need to update nuget to put in mbt 2013-03-12 15:28:06 -04:00
LukePulverenti
3acfd73d86 fixed scheduled tasks firing too early 2013-03-10 01:45:16 -05:00
LukePulverenti
31d079f1ba unified the two sorting api's 2013-03-09 23:22:36 -05:00
LukePulverenti
c4c9126f79 added more attributes for api docs 2013-03-08 14:14:09 -05:00
LukePulverenti
332f635939 Added IHttpResultFactory 2013-03-08 12:25:25 -05:00
LukePulverenti
9911df11e8 extracted provider manager. took more off the kernel 2013-03-08 00:08:27 -05:00
LukePulverenti
4f67fc4aef removed base kernel and ikernel 2013-03-07 00:34:00 -05:00
LukePulverenti
bf9e24502c extracted an installation manager interface 2013-03-04 23:25:27 -05:00
LukePulverenti
46480f1187 made RegisterResources a Task 2013-03-04 13:13:47 -05:00
LukePulverenti
2ca4b7d03a Created IConfigurationManager 2013-03-04 00:43:06 -05:00
LukePulverenti
54a36322bb made base video resolver available for re-use 2013-03-03 11:53:58 -05:00
LukePulverenti
7b0b5a3538 created an init method on base app host 2013-03-03 02:27:40 -05:00
LukePulverenti
ac3a94f5a1 moved resolvers to implementations, trimmed nuget package a bit 2013-03-03 01:58:04 -05:00
Eric Reed
5d397aa363 Create constants for package names 2013-03-02 13:54:41 -05:00
LukePulverenti
7bca933af0 added the beginning of a service stack abstraction 2013-03-01 21:44:46 -05:00
LukePulverenti
56a7fd6f23 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-01 16:22:50 -05:00
LukePulverenti
fe3323a492 fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events 2013-03-01 16:22:34 -05:00
Eric Reed
e3b42ad59e Remove archive extraction from PackageManager
It is no longer needed as the installer does this
2013-03-01 15:42:44 -05:00
Eric Reed
3657ef952d First step of actual update
We will now need a bootstrapper to complete the update on startup
2013-02-28 16:04:11 -05:00
Eric Reed
059898d5bd Fix up to date display 2013-02-28 15:00:28 -05:00
LukePulverenti
7cacbeee7b Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.ServerApplication/ApplicationHost.cs
2013-02-28 14:41:25 -05:00
LukePulverenti
af7aa597c3 referenced core plugins, fixed some dashboard issues, extracted library manager 2013-02-28 14:32:41 -05:00
Eric Reed
989bb48596 Start on new update routines 2013-02-28 14:29:17 -05:00