Ulysse
a1d50a6d05
Clean `WebSocketSharpRequest.PathInfo` ( #1212 )
...
* rm useless ResolvePathInfoFromMappedPath method
* rm useless NormalizePathInfo method
* Use request.Path instead of RawUrl
* Removing unused `HandlerFactoryPath` field
* Use an expression body definition and rm field `pathInfo`
* More (syntactic) sugar
* Who needs blocks in cases ?
6 years ago
Anthony Lavado
d7df2ac60c
Merge pull request #1210 from DrPandemic/fix-readme-link
...
Fix README documentation link
6 years ago
Bond-009
dcae3daf43
Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheck
...
Disable dotnet_compat part of pipeline
6 years ago
Andrew Rabert
941ee53e7a
Merge pull request #1211 from Terror-Gene/patch-2
...
Update Unraid Docker icon
6 years ago
Erwin de Haan
7b4e16bb8f
Disabled dotnet_compat part of pipeline.
6 years ago
Terror-Gene
c72393c970
Updated Unraid Docker icon
...
Logo was set to use emby, but binhex has since added the jellyfin logo.
6 years ago
DrPandemic
f96d1e9e69
Fix README documentation link
6 years ago
Vasily
79d9b8e693
Merge pull request #1168 from Bond-009/io
...
Improve IO code
6 years ago
Vasily
91e3b3b491
Merge pull request #1176 from Bond-009/namingdep
...
Remove unused dependency for Emby.Naming
6 years ago
Bond_009
f2e2065fd4
Remove unused dependency for Emby.Naming
6 years ago
Andrew Rabert
c032a015a4
Merge pull request #1172 from joshuaboniface/build-improvements
...
Minor improvements to release build setup
6 years ago
Anthony Lavado
11e81b035a
Merge pull request #1171 from joshuaboniface/ubuntu-armhf
...
Add Ubuntu armhf build
6 years ago
Joshua Boniface
891a03c038
Remove superfluous variable declaration
6 years ago
Joshua Boniface
31aa6c486c
Get the version string from build.yaml
...
For the purposes of packaging, this makes more sense, since we can
include additional appends to this version (e.g. `-rcX`) when we
can't in the SharedVersion file. The previous commit to the
bump_version script sets this as well.
6 years ago
Joshua Boniface
1d9133a5e8
Simplify bump_version and remove changelogs
...
Make this a lot simpler, use a reference to the release page
in the package changelogs instead of a full list.
6 years ago
Joshua Boniface
3375ca5a8c
Split lists echoes into separate lines
6 years ago
Joshua Boniface
1596e93cc1
Fix up the Ubuntu repository definitions
6 years ago
Joshua Boniface
1a540f1cf7
Add Ubuntu armhf (Raspberry Pi) build
...
A pretty-much direct copy of the Debian armhf build infrastructure.
6 years ago
Joshua M. Boniface
05f5cd1bde
Merge pull request #1170 from joshuaboniface/fix-build-typo
...
Correct bad quote characters
6 years ago
Joshua Boniface
f0fbd0232c
Correct bad quote characters
6 years ago
Joshua M. Boniface
72dd609109
Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset
...
Adds per user password reset
6 years ago
LogicalPhallacy
13e94a8b1b
Remove dashes from pins
6 years ago
Bond_009
f911fda34f
Merge ifs
6 years ago
Vasily
d9e7883fb5
Merge pull request #1169 from joshuaboniface/ffmpeg-location
...
Use new libexecdir location for jellyfin-ffmpeg
6 years ago
Phallacy
2d396cb589
adds readonly to properties
6 years ago
Phallacy
b56031b9f3
fix byte string
6 years ago
Joshua M. Boniface
fd86b141e2
Merge pull request #1166 from Bond-009/#1162
...
Fix exception on startup
6 years ago
Bond_009
41df562419
Improve IO code
...
* Style changes
* Remove remnants of SMB support
* Use `GetInvalidFileNameChars` instead of rolling our own
* Remove possible unexpected behaviour with async file streams
* Remove some dead code
6 years ago
Joshua Boniface
427a3e9b08
Use new libexecdir location for jellyfin-ffmpeg
...
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed
binaries from /usr/share to /usr/lib on the next release.
6 years ago
Bond_009
3001f21f8d
Hacky fix for a hacky issue
6 years ago
Phallacy
48b50a22a4
switched to a hexa string with crypto random backing
6 years ago
Phallacy
5e8496bc59
minor fixes and usings
6 years ago
Joshua M. Boniface
2dbc1153e8
Merge pull request #934 from Bond-009/plugin
...
WIP - Don't require a restart for 75% of plugins
6 years ago
Bond-009
b07c146fd9
Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs
...
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
6 years ago
Joshua M. Boniface
cc2edc4d66
Merge pull request #1151 from Phlogi/patch-1
...
Use public ports and advertise DNS if available for WAN address
6 years ago
Anthony Lavado
524357bfa8
Merge pull request #1157 from Bond-009/smallfix
...
Simplify/remove/clean code
6 years ago
Bond-009
7343e07fe5
Fix build error
6 years ago
Phallacy
6be8624373
async improvements and post reset cleanups
6 years ago
LogicalPhallacy
740c95d557
Apply minor suggestions from code review
...
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
6 years ago
Joshua M. Boniface
31607fbb37
Merge pull request #1153 from Bond-009/dlna
...
Check if disposed first
6 years ago
Phlogi
122cba2aa7
Correct use of local variable wanAddress.
6 years ago
Bond-009
b44a70ff36
Simplify/remove/clean code
...
* Remove useless runtime check (we only support one)
* Remove unused args
* Remove a global constant
And ofc fix some warnings ;)
6 years ago
Phlogi
1b03f078b9
No need to assign empty string.
6 years ago
Phlogi
4c8f8cf64c
Removed trailing spaces, renamed get wan IP function.
6 years ago
Bond-009
d623f616fa
Improved dispose method
6 years ago
Bond-009
fc8de8aead
Check if disposed first
6 years ago
Claus Vium
6480cfcc87
Formatting update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
6 years ago
Claus Vium
e36d424b5f
Formatting update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
6 years ago
Claus Vium
f7e7d72688
Formatting update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
6 years ago
Claus Vium
3474568ce2
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
6 years ago