Andrew Rabert
e4a041b832
Merge pull request #283 from Bond-009/gpl-cleanup
...
Post GPL cleanup
6 years ago
Joshua M. Boniface
72ee4b189d
Merge pull request #399 from cvium/remove_connect
...
Remove Connect in ui
6 years ago
Joshua M. Boniface
c13c326171
Merge pull request #378 from cvium/fix_dlna_user_id_null
...
Fix ArgumentNullException in DLNA streams
6 years ago
Andrew Rabert
c39ca7dba3
Merge pull request #394 from bfayers/remove-premiere-block-xmltvpage
...
Remove premiere nag at bottom of xmltv page
6 years ago
Andrew Rabert
dca274afea
Merge pull request #396 from Bond-009/news
...
Remove news service
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Bond_009
a640d437c8
Remove news service
6 years ago
Joshua M. Boniface
c6618d0a5f
Merge pull request #385 from Bond-009/usage
...
Don't send usage to emby
6 years ago
Joshua M. Boniface
db6b3f07b4
Merge pull request #389 from Strit/danish-translation
...
Danish translation
6 years ago
Bond_009
30a19d345a
Remove report usage configuration option
6 years ago
Bond_009
d2be83dc44
Don't send usage to emby
6 years ago
Joshua M. Boniface
8f9b0c9209
Merge pull request #384 from Bond-009/startup
...
Don't send info to Emby servers on install
6 years ago
Bond_009
64a79341a7
Don't send info to Emby servers on install
...
Not even to a fake one
6 years ago
Joshua M. Boniface
89a3db9346
Merge pull request #286 from Bond-009/cleanup
...
Clean up HttpClientManager, LiveTvManager and InstallationManager
6 years ago
Bond_009
3d6dac26f4
Don't dispose the object we are returning
6 years ago
Bond_009
0bbc4f8219
Figure out why it's failing
6 years ago
Bond_009
a1b96a3135
Clean up HttpClientManager, LiveTvManager and InstallationManager
6 years ago
Claus Vium
efa3a234e9
Change null check on UserId to a Guid.Empty check
6 years ago
Andrew Rabert
86275bcc55
Merge pull request #374 from Bond-009/logs
...
DeleteLogFileTask: only delete the .txt log files
6 years ago
Bond_009
8adcce5c64
DeleteLogFileTask: only delete the .txt log files
6 years ago
Anthony Lavado
e0d54ed4b5
Merge pull request #360 from anthonylavado/project-updates
...
Update .csproj files and .sln for build reasons
6 years ago
Anthony Lavado
a06a5c8d18
Merge branch 'dev' into project-updates
6 years ago
Andrew Rabert
0cafd7dfef
Merge pull request #361 from cvium/fix_userid_type
...
DeviceQuery: change UserId to GUID
6 years ago
Claus Vium
1d6987c713
added todo
6 years ago
Andrew Rabert
8e7a88335d
Merge pull request #371 from Bond-009/update
...
Remove GitHub updater and don't trow exception in release
6 years ago
Andrew Rabert
b756390887
Merge pull request #364 from Bond-009/font
...
Remove unused FontConfigLoader
6 years ago
Bond-009
f1bf87665f
Delete PluginUpdateTask.cs
6 years ago
Bond-009
1fb975c6e7
Delete SystemUpdateTask.cs
6 years ago
Andrew Rabert
2073396d93
Merge pull request #372 from sparky8251/default-admin-theme
...
Admin and first setup pages default to dark theme
6 years ago
Anthony Lavado
e12888c2c5
restore spaces in CONTRIBUTORS.md
6 years ago
Bond_009
3fa751e9bb
Remove CheckForApplicationUpdate function
6 years ago
Sparky
141661573a
Add myself to contributors file
6 years ago
Bond_009
78dafb5399
Throw exception when calling unreachable function
6 years ago
Bond_009
36a109cb0f
Disable PluginUpdateTask
6 years ago
Sparky
a064a93a8e
Admin and first setup pages default to dark theme
...
Since the user facing sides of the UI (login and library) are all dark theme by default, changes the default look for the admin sides (first time setup, admin panel) as well.
6 years ago
Bond_009
7679ed037f
Disable SystemUpdateTask
6 years ago
Bond_009
40563dc6cc
Remove GitHub updater and don't trow exception in release
6 years ago
Bond_009
32469b3f65
Remove obsolete functions
6 years ago
Bond_009
3a65fb1da2
Remove obsolete GetMBId
6 years ago
Bond_009
ec47c5b0f7
Remove unused FontConfigLoader
6 years ago
Bond_009
f3030812ea
Use static regex
6 years ago
Bond_009
d6f3ca859e
Change regex to multiline
...
ex: https://regex101.com/r/bn9IOy/12
6 years ago
Bond_009
c05e8088d6
Remove extra capture group from regex
...
https://regex101.com/r/bn9IOy/11/
6 years ago
Bond_009
12c43cd769
Use regex to check if ffmpeg output contains codec
...
Demo of the regex: https://regex101.com/r/bn9IOy/10/
6 years ago
Bond_009
0042b96c80
Use ValueTuple and Linq
6 years ago
Bond_009
96ad22a009
Reduce log spam and clean up EncoderValidator
6 years ago
Claus Vium
07e7b13b75
change userid type to guid
6 years ago
Anthony Lavado
cdcdeb5996
Add JSON assets for VSCode development
...
- This adds two configuration files that allow VSCode to open the solution and begin work with the project
6 years ago
Anthony Lavado
6c27e3a7f7
Add anthonylavado to CONTRIBUTORS.md
6 years ago
Anthony Lavado
d22324d68d
Add TagLib-Sharp Building and new file header
...
- This enables TagLib-Sharp being built when using Visual Studio, for both Debug and Release modes
- Adds a new file header that is respected when using VS for Mac or MonoDevelop
6 years ago