Bond-009
8f703f4744
Remove unused event
...
Release builds were failing because of this unused event.
6 years ago
Joshua M. Boniface
c3532b92f7
Merge pull request #1158 from Bond-009/httpclean
...
Reduce complexity http routes
6 years ago
Joshua M. Boniface
0539861dc0
Merge pull request #1182 from Bond-009/deepcopy
...
Speed up DeepCopy
6 years ago
Joshua M. Boniface
deedf2a36c
Merge pull request #1224 from Terror-Gene/patch-1
...
Fix missing Unraid cache mount and name capitalization
6 years ago
Anthony Lavado
b031a55a59
Merge pull request #1225 from DrPandemic/update-build-path-help
...
Fix help message to indicate the right output folder
6 years ago
DrPandemic
65f9141764
Update the help message to indicate the right output folder
6 years ago
Terror-Gene
a9f790e101
Fix directory capitalization
6 years ago
Terror-Gene
f888c4b641
Fix missing Unraid cache mount
...
Cache folder was not mounted outside of the Docker image since its separation from the config folder.
Config HostDir was only updated for consistency, previous directory was overridden by unraid into the appdata/appname folder anyway.
Name capitalization was corrected as this is only used by new installations & does not affect current installations/updates.
6 years ago
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
Bond-009
2f33e99006
Speed up DeepCopy
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
157a86d0f1
Remove dead code
6 years ago
Bond-009
7343e07fe5
Fix build error
6 years ago
Bond-009
a332092769
Reduce complexity http routes
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