Anthony Lavado
229bd598b5
Add escapes for path quotes in the NSIS Installer ( #1777 )
...
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`).
Fixes #1773 .
5 years ago
Joshua Boniface
260dd37bd5
Include libssl-dev dep in Ubuntu build containers
5 years ago
Mark Bai
54d33c06c7
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
5 years ago
Vasily
a7358171cf
Merge pull request #1772 from sparky8251/better-hidden-defaults
...
Hide new users from public API by default
5 years ago
sparky8251
14f563d7c2
Removed WAN DDNS
...
It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed.
JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance.
5 years ago
sparky8251
44a3e0a97b
Hide new users from public API by default
5 years ago
Joshua M. Boniface
e19474d22f
Merge pull request #1643 from Bond-009/docs3
...
Fix some documentation warnings for MediaBrowser.XbmcMetadata
5 years ago
sparky8251
208c8b2b9d
Remove missed unused functions
...
Forgot to remove these in the previous WAN IP detection removal commit
5 years ago
sparky8251
0562b4cf6f
Remove WAN IP Detection
5 years ago
Joshua M. Boniface
8ba86fe272
Merge pull request #1765 from EraYaN/ci-add-submodule-update
...
Add submodule update to CI build.
5 years ago
Bond-009
fad4594062
Merge pull request #1768 from whooo/filewrite-log2
...
Set log level to debug for HTTP range requests
5 years ago
Erik Larsson
74864832ca
Set log level to debug for HTTP range requests
...
This removes some spam when a DLNA renderer uses byte seeking.
5 years ago
Erwin de Haan
9c95eba5a1
Add VSTest support to CI ( #1696 )
...
* Add VSTest support to CI
Add result publishing
Move tests to windows.
Spacing issue.
Image name update.
* Passthrough main debug build
* Rectify mistake and build test assemblies seperately.
* Remove Test dependency
5 years ago
Bond-009
6f17a0b7af
Remove legacy auth code ( #1677 )
...
* Remove legacy auth code
* Adds tests so we don't break PasswordHash (again)
* Clean up interfaces
* Remove duplicate code
* Use auto properties
* static using
* Don't use 'this'
* Fix build
5 years ago
Erwin de Haan
f8fed49225
Another condition update.
5 years ago
Erwin de Haan
8b438b68cc
Added Better submodule updates.
5 years ago
Erwin de Haan
8f2ec3b197
Add submodule update to build.
5 years ago
Joshua M. Boniface
adc2a68a98
Merge pull request #1744 from Bond-009/dataprovider
...
Rewrite `ItemDataProvider` to be more robust
5 years ago
Joshua M. Boniface
39faadc9dc
Merge pull request #1751 from Bond-009/login
...
Reset invalid login counter on successfull login
5 years ago
Joshua M. Boniface
c4c7ced948
Merge pull request #1764 from EraYaN/publish-ci-fault
...
Fix publish CI YAML parse error
5 years ago
Erwin de Haan
6fa1c5e214
Fix release symlink name.
5 years ago
Erwin de Haan
831ce4da13
Skip checkout for Publish CI pipelines
5 years ago
Erwin de Haan
24a5bebabe
Fix yaml parse error
5 years ago
Erwin de Haan
42f761582f
Add two manually triggered pipelines for publishing artifacts. ( #1763 )
...
* Added two extra pipelines.
* Change the sshEndpoint
5 years ago
nevado
cb32bf1c4f
Add mesa-va-drivers to main Dockerfile ( #1727 )
5 years ago
Bond-009
318b9949f2
Improve Skia error handling ( #1752 )
5 years ago
Bond-009
221b831bb2
Reset invalid login counter on successfull login
5 years ago
Andrew Rabert
cc8609d0aa
Merge pull request #1746 from nvllsvm/yarn
...
Docker - Build jellyfin-web
5 years ago
Andrew Rabert
03f32978c0
Docker - Build jellyfin-web
5 years ago
Bond_009
8fe7b6551f
Rewrite `ItemDataProvider` to be more robust
...
* Stop locking 2+ times per operation
* Don't clone the list multiple times
* Keep the lock for the duration of the operation
5 years ago
Bond-009
2919cf28ea
Update deps ( #1735 )
5 years ago
Abdulkadir Furkan Şanlı
e131078673
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
5 years ago
qqq-qqqq
e1b445d133
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
5 years ago
tluciomiranda
177ca3ccba
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
5 years ago
Joshua M. Boniface
c63a53959c
Merge pull request #1731 from EraYaN/segment-time-delta-culture-fix
...
Fix culture problem on Windows for segment_time_delta argument.
5 years ago
Erwin de Haan
e8b13ea8a9
Fix culture problem on Windows for segment_time_delta argument.
5 years ago
Erwin de Haan
2f2010ce59
NSIS improvements ( #1692 )
...
* Much better, but still broken
It crashes with two custom pages after one another. (So when the service should be installed).
* Fixed the problems and finished the NSIS installer.
Also ignored some of the artifacts.
* Added changes to CI for setup building.
Consolidate building and fixed git error.
Small CI fixes.
Move UX repo to SourcesDirectory
Fix stupid checkout <> clone error.
Fix typo in PowerShell command.
Artifact publish tasks can not have wildcards.
5 years ago
Anthony Lavado
e6a1407786
Merge pull request #1723 from Bond-009/mrmc
...
Possible fix for MrMC
5 years ago
Bond_009
3eca8b9c98
Address comments
5 years ago
Bond_009
0803a916aa
Fix some documentation warnings for MediaBrowser.XbmcMetadata
5 years ago
Bond_009
675754bc5c
Possible fix for MrMC
5 years ago
Joshua M. Boniface
2638759b42
Merge pull request #1708 from crobibero/patch-1
...
Fix translate link
5 years ago
Joshua M. Boniface
b4d722b9f2
Merge pull request #1709 from joshuaboniface/fix-rootdir-crash
...
Fix crash due to missing userRootFolder data
5 years ago
Joshua Boniface
baa30b41de
Add debug logs and try/catch when creating folder
5 years ago
Cody Robibero
299193e2bd
Fix translate link
5 years ago
Joshua M. Boniface
fde9dd2a61
Merge pull request #1693 from joshuaboniface/update-libssl
...
Update Debian build to Buster and LibSSL 1.1
5 years ago
Joshua Boniface
5552e8cbd7
Add missing build dependency
5 years ago
Joshua M. Boniface
2aecc3fa1b
Merge pull request #1699 from joshuaboniface/bump-version
...
Bump version to 10.4.0
5 years ago
Anthony Lavado
e2577ea1c7
Merge pull request #1707 from nvllsvm/default_build_arg
...
Fix default build arg
5 years ago
Andrew Rabert
11346c000e
Fix default build arg
5 years ago