rwctrjotovxqqqyqod
4d56afa712
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2020-12-05 13:58:38 -05:00
BaronGreenback
abacae4520
Update NetworkManager.cs
...
Changed logging type.
2020-12-05 16:28:14 +00:00
BaronGreenback
1a44d34f50
Update ApiServiceCollectionExtensions.cs
2020-12-05 16:00:34 +00:00
Bond-009
804dd00425
Merge pull request #4671 from cvium/allow_proxy
...
Clear KnownNetworks and KnownProxies if none are configured explicitly
2020-12-05 16:22:11 +01:00
Bond-009
26919eed26
Merge pull request #4672 from cvium/fix_mergeversions_which_was_unrelated_to_my_bughunt
...
Fix MergeVersions endpoint
2020-12-05 15:06:41 +01:00
cvium
ba7a1c8b7b
Fix MergeVersions endpoint
2020-12-05 13:54:19 +01:00
cvium
41cd4d0a39
Clear KnownNetworks and KnownProxies if none are configured explicitly
2020-12-05 10:18:56 +01:00
Joshua M. Boniface
f2c2beca0f
Merge pull request #4667 from joshuaboniface/fix-nuget-ci
...
Remove obsolete erroring command
2020-12-05 01:34:49 -05:00
Joshua M. Boniface
8976b22ac4
Merge pull request #4669 from MrTimscampi/fix-npm-public
...
Fix NPM command in CI
2020-12-05 01:31:02 -05:00
MrTimscampi
048de2f3b7
Fix NPM command in CI
2020-12-05 07:25:41 +01:00
Joshua M. Boniface
599f36f57f
Remove obsolete erroring command
...
This is not required for stable pushes.
2020-12-05 01:21:52 -05:00
Joshua M. Boniface
e3a1991fe9
Merge pull request #4662 from joshuaboniface/fix-bump-version
...
Fix bad do in bump_version
2020-12-05 01:12:18 -05:00
Joshua M. Boniface
1af0139ae7
Merge pull request #4665 from anthonylavado/ci-npm-fix
...
Fix the NPM publish scope to public
2020-12-05 01:08:14 -05:00
Anthony Lavado
c9832bb98a
Fix the NPM publish scope to public
2020-12-04 22:36:11 -05:00
Anthony Lavado
8b55ff2e6e
Merge pull request #4664 from joshuaboniface/codeown-ci
...
Make me codeowner of the .ci dir
2020-12-04 22:07:40 -05:00
Joshua M. Boniface
d838a27e6d
Make me codeowner of the .ci dir
...
I need to know when stuff changes.
2020-12-04 22:05:37 -05:00
Joshua M. Boniface
5f2cd11199
Bump version to 10.8.0 for next release
2020-12-04 21:56:24 -05:00
Joshua M. Boniface
495c0ba1f1
Fix bad do in bump_version
2020-12-04 21:53:48 -05:00
Joshua M. Boniface
6aed4b6e32
Merge pull request #4661 from Bond-009/spam
...
Remove spammy debug line
2020-12-04 20:24:54 -05:00
Joshua M. Boniface
bba01bf7b9
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
...
SyncPlay for TV series (and Music)
2020-12-04 20:22:30 -05:00
Joshua M. Boniface
b96d4ef0e8
Merge pull request #4653 from crobibero/favorite-persons
...
Optimize FavoritePersons query
2020-12-04 20:05:35 -05:00
Joshua M. Boniface
4e6584c345
Merge pull request #4652 from crobibero/display-preferences
...
Add support for custom item display preferences
2020-12-04 20:05:04 -05:00
AJ Jordan
bab389114b
Use a service unit, not a scope unit, to restart
...
Reportedly `systemd-run --scope` still got killed by the service
manager; see #4615 . The suspected cause is that `scope` units are run by
the `systemd-run` process itself and inherit the caller's execution
environment (see systemd-run(1)). To fix this, we use a systemd
`service` unit instead, which is run and managed by PID 1 - hopefully
this will isolate us sufficiently so that we don't get terminated along
with `jellyfin.service`.
2020-12-04 16:33:24 -08:00
AJ Jordan
d251c701b9
Use systemd-run(1) in restart.sh
...
systemd-run(1) runs `systemctl restart` in an isolated systemd unit
that is not subject to process termination as jellyfin.service is shut
down. We adjust the sudoers configuration for this new usage, removing
the old config, since restart.sh is the only user of the sudoers
policy.
Additionally we change `systemctl start` to `systemctl restart` since
there was a race condition where jellyfin.service was not fully
stopped by the time this ran, so `systemctl start` became a noop.
`systemctl restart` on the other hand works whether jellyfin.service is
stopped or not.
The at(1) hack (and the usage of `start` instead of `restart`) is left
in for other init systems since I cannot test on those systems, and
because I don't know of any systemd-run(1) equivalent (although it may
be a non-issue since alternate init systems do not keep track of daemon
children nearly as aggressively as systemd does).
2020-12-04 16:18:26 -08:00
crobibero
76250a8895
Use md5 Guid for legacy compat
2020-12-04 16:27:31 -07:00
crobibero
3db6ae91f6
Add ItemId to all display preferences
2020-12-04 16:00:11 -07:00
Ionut Andrei Oanca
cc64ee483d
Reorder parameters in HandleRequest
2020-12-04 23:16:15 +01:00
Bond-009
3980b5ce9f
Merge pull request #4660 from crobibero/mime-type
...
Add support for web serving .mem files
2020-12-04 22:17:10 +01:00
Bond_009
e530401462
Remove spammy debug line
2020-12-04 22:15:00 +01:00
crobibero
e49bb3f4e6
Add support for web serving .mem files
2020-12-04 14:12:59 -07:00
Ionut Andrei Oanca
23473ef8fb
Fix access policies to SyncPlay
2020-12-04 22:03:35 +01:00
Ionut Andrei Oanca
1f57b594e6
Loosen locking logic in SyncPlayManager
2020-12-04 21:27:25 +01:00
Joshua M. Boniface
670f7cacc3
Merge pull request #4651 from crobibero/iso_manager
...
Remove IIsoMounter and IsoMounter
2020-12-04 14:53:09 -05:00
Ionut Andrei Oanca
cbf70e7a03
Change type of PlaylistItemId to Guid
2020-12-04 20:15:16 +01:00
crobibero
8d8738835e
Use DisplayPreferencesId as ItemId
2020-12-04 09:16:38 -07:00
crobibero
60b7e49a7f
Suggestions from code review
2020-12-04 08:00:55 -07:00
Claus Vium
f07a6c3c3e
Merge pull request #4638 from crobibero/migration-guid
...
Don't die if folder doesn't have id
2020-12-04 15:24:17 +01:00
Eero Nevaluoto
958c3a3217
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2020-12-04 09:03:02 -05:00
Claus Vium
8b697060dd
Merge pull request #4522 from BaronGreenback/PlugsVersionNumberFix
...
Set plugin version to that specified in the manifest
2020-12-04 14:10:31 +01:00
Claus Vium
dca3f62ff8
Merge branch 'master' into PlugsVersionNumberFix
2020-12-04 13:50:44 +01:00
Claus Vium
9afd19b06e
Merge pull request #4648 from nyanmisaka/optimize-plugin-logs
...
Optimize load plugin logs
2020-12-04 13:46:06 +01:00
Claus Vium
f1cc01f324
Merge pull request #4242 from Spacetech/library_scan_speed
...
Increase library scan and metadata refresh speed
2020-12-04 13:17:26 +01:00
jeansebbeaulieu
cba1aced8a
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2020-12-04 01:38:22 -05:00
crobibero
b7443f6042
Optimize FavoritePersons query
2020-12-03 20:16:11 -07:00
Gary Wilber
a9367b6169
Add OnConfigurationUpdated method
2020-12-03 17:11:53 -08:00
crobibero
e765184afa
Fix existing DisplayPreferences migration
2020-12-03 15:00:26 -07:00
Page Asgardius
cff2b7fed1
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-12-03 16:49:44 -05:00
crobibero
685c966468
Suggestion from review
2020-12-03 14:35:18 -07:00
crobibero
b0c79edd2c
Add support for custom item display preferences
2020-12-03 13:51:12 -07:00
Ionut Andrei Oanca
b7eb4da04e
Rename GroupController into Group
2020-12-03 21:01:18 +01:00