Commit graph

61 commits

Author SHA1 Message Date
Luke Pulverenti
c8e4889ac7 add subtitle management page 2014-05-17 00:24:10 -04:00
Luke Pulverenti
92cadc4323 update translations 2014-05-16 13:11:07 -04:00
Luke Pulverenti
4e81655239 updated mono build 2014-05-10 13:28:03 -04:00
Luke Pulverenti
1a323767be Do better to make sure hls files are cleaned up 2014-05-09 00:38:12 -04:00
Luke Pulverenti
a938d0854d updated nuget 2014-05-08 21:49:12 -04:00
Luke Pulverenti
dce9093ba1 split files into separate classes 2014-05-08 17:23:24 -04:00
Luke Pulverenti
bb031f553b fix portable and 3.5 project references 2014-05-08 16:26:20 -04:00
Luke Pulverenti
f02c326027 Removed guids from the model project 2014-05-08 16:09:53 -04:00
Luke Pulverenti
374dd8d441 fixed subtitle downloading 2014-05-08 01:04:39 -04:00
Luke Pulverenti
c3f2021cad left align web client content 2014-05-04 10:19:46 -04:00
Luke Pulverenti
f031bb744b add new web client sidebar 2014-05-03 19:38:23 -04:00
Luke Pulverenti
c7c72dd1a8 web client re-org 2014-05-01 22:54:33 -04:00
Luke Pulverenti
98c0b28d14 re-enable mobile media controller 2014-04-30 11:07:02 -04:00
Luke Pulverenti
e9fb806478 3.0.5231.40980 2014-04-28 23:56:20 -04:00
Luke Pulverenti
0f4c28c120 expose more dlna profile properties 2014-04-28 11:05:28 -04:00
Luke Pulverenti
3db92516be updated nuget 2014-04-27 15:30:12 -04:00
Luke Pulverenti
9a27cbab8c added send to user mode 2014-04-27 13:54:43 -04:00
Luke Pulverenti
fadda8ef56 add new notification features 2014-04-26 23:42:05 -04:00
Luke Pulverenti
c40d3f3494 add more notifications 2014-04-25 22:55:07 -04:00
Luke Pulverenti
42145c86e8 add new notification options 2014-04-25 16:47:56 -04:00
Luke Pulverenti
547291f048 rework notifications infrastructure 2014-04-25 16:15:50 -04:00
Luke Pulverenti
2ce9e05d2f add new playback checkin endpoints 2014-04-15 22:17:48 -04:00
Luke Pulverenti
d1a9d42eaf update translations 2014-04-08 22:12:17 -04:00
Luke Pulverenti
7438aa6dfa removed codec enums 2014-03-23 16:07:02 -04:00
Luke Pulverenti
e18e7c2b6e Restore library change notification 2014-03-20 11:55:09 -04:00
Luke Pulverenti
2349c8099d start on manual collection creation 2014-03-06 00:17:13 -05:00
Luke Pulverenti
6c5cf81752 a start to the lookup feature 2014-03-01 17:34:27 -05:00
Luke Pulverenti
13563b6047 Add upnp configuration 2014-02-25 23:38:21 -05:00
Luke Pulverenti
7cd41a6ed6 easier user library setup 2014-02-21 00:04:11 -05:00
Luke Pulverenti
1a9e2dfd83 fixed themoviedb search returning no results 2014-02-17 16:35:08 -05:00
Luke Pulverenti
4ebba2b2e8 change usage reporting to a timer 2014-02-15 17:42:06 -05:00
Luke Pulverenti
cf9ef0e43d fix refresh of tv recordings 2014-02-10 15:11:46 -05:00
Luke Pulverenti
821a3d29a2 converted movie providers to new system 2014-02-05 23:39:16 -05:00
Luke Pulverenti
351cfef7a7 use conditional caching on some json responses 2014-02-03 23:04:19 -05:00
Luke Pulverenti
57a2a30989 added automatic restart option 2014-01-11 15:13:18 -05:00
Luke Pulverenti
135168b0e0 support adding additional users to sessions 2014-01-03 21:35:41 -05:00
Luke Pulverenti
e6359469b6 removed lazy loading of users 2013-12-26 09:20:30 -05:00
abeloin
68cf16416b Linux fixes:
-Copy PropertyChanged.Fody.dll to Tools/Fody in MediaBrowser.Model.csproj
-Check if root for WebSocketServer.FlashAccessPolicyEnabled (port < 1024)
-Check resolution value !=0 before SetResolution
-Catch _userManager.RefreshUsersMetadata exception when running MB3 for the first time
-Fix _appHost.Init() missing argument
-FFmpeg: set default and execute permission(766) to ffmpeg and ffprobe
-FFmpeg: Detect the OS type and download the correct version 
-Rename MediaBrowser.WebDashboard/dashboard-ui/scripts/Itemdetailpage.js to itemdetailpage.js
2013-12-25 14:26:49 -05:00
Luke Pulverenti
f32212d160 update to service stack v4 2013-12-07 10:52:38 -05:00
Luke Pulverenti
6c8d919298 replace file system calls with IFileSystem when needed 2013-10-31 10:03:23 -04:00
Luke Pulverenti
e98665a091 added ffmpeg downloading for mono 2013-10-12 23:39:22 -04:00
Luke Pulverenti
15046e5703 tv metadata fixes 2013-10-10 12:55:07 -04:00
Luke Pulverenti
478be44dd6 create platform-specific network manager implementation 2013-10-05 13:13:32 -04:00
Luke Pulverenti
c9345179db fix ambiguous method call 2013-10-04 15:48:31 -04:00
Luke Pulverenti
16b9d26ab5 fixes #273 - Marking/unmarking Favorite status doesn't cause a library changed notification 2013-10-03 14:02:23 -04:00
Luke Pulverenti
eb72c2db51 updated nuget 2013-10-02 21:22:50 -04:00
Luke Pulverenti
fe5a9232c8 moved a few things for mono 2013-09-24 20:54:51 -04:00
Luke Pulverenti
60780399c5 allow request header overrides 2013-09-17 22:43:34 -04:00
Luke Pulverenti
85d7eb917f made dtoservice synchronous 2013-09-16 22:44:06 -04:00
Luke Pulverenti
dfe91e43b6 Added IDtoService 2013-09-04 13:02:19 -04:00