aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-15Merge pull request #1584 from Bond-009/checksumdkanada
Check checksum for plugin downloads
2019-08-14Merge pull request #1625 from Bond-009/crashdkanada
Fix instant crash.
2019-08-15Fix masterBond_009
2019-08-14Merge pull request #1624 from Bond-009/nullrefdkanada
Fix possible Nullref
2019-08-14Properly dispose DisplayPreferencesRepositoryBond_009
2019-08-14Fix possible nullrefBond_009
2019-08-14Merge pull request #1622 from anthonylavado/transcoding-cleanupAnthony Lavado
Add a task to clean up transcode cache
2019-08-14Remove unneeded commentAnthony Lavado
2019-08-14Add a task to clean up transcode cacheAnthony Lavado
2019-08-13Merge pull request #1581 from Bond-009/socket1dkanada
Use System.Net abstractions instead of raw socket
2019-08-13Merge pull request #1568 from whooo/masterAnthony Lavado
Add DLNA headers if requested by the client
2019-08-12Merge pull request #1613 from Bond-009/docsdkanada
Update deps + document startup project
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Minor improvementsBond_009
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-11Improve clickable linkBond_009
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
Improvements to InstallationManager
2019-08-11Merge branch 'master' into masterwhooo
2019-08-10Merge pull request #1397 from Bond-009/passfastJoshua M. Boniface
Streamline authentication proccess
2019-08-10Merge pull request #1612 from Bond-009/warn4dkanada
Fix warnings
2019-08-09Merge pull request #1484 from SenorSmartyPants/DVD-Orderdkanada
Update TVDB provider to search based on series display order
2019-08-09Merge pull request #1578 from Bond-009/httpresponsedkanada
Replace custom code with Asp.Net Core code
2019-08-09Merge pull request #1023 from Bond-009/cultinvarJoshua M. Boniface
Use CultureInvariant string conversion for Guids
2019-08-09Fix doc releated warningsBond_009
2019-08-09Add last oneBond_009
2019-08-09Fix buildBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-08-09Fix more warningsBond_009
2019-08-09Merge pull request #1608 from Marenz/patch-1Anthony Lavado
Add link to feature request hub to readme
2019-08-09Update HdHomerunManager.csBond-009
2019-08-09Use System.Net abstractions instead of raw socketBond_009
2019-08-09Minor changesBond_009
2019-08-09Fix buildBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-08-09Add link to feature request hub to readmeMathias L. Baumann
2019-08-07move comment to separate linedkanada
2019-08-07Merge pull request #1580 from Bond-009/linklocaldkanada
Ignore Ipv6 link-local addresses
2019-08-07Merge pull request #1605 from nvllsvm/fix_dockerAndrew Rabert
Fix Docker build
2019-08-06Fix Docker buildAndrew Rabert
2019-08-06Merge pull request #1602 from anthonylavado/stale-updateJoshua M. Boniface
Update the Stale-bot config
2019-08-06Update the Stale-bot configAnthony Lavado
Updates the Stale bot to mark an issue after 90 days, and allows 14 days before closing the issue.
2019-08-04Translated using Weblate (Portuguese (Brazil))Tradutor da Silva
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-08-04Translated using Weblate (Hungarian)Tamás Mogyorósi
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2019-08-04Translated using Weblate (Danish)AndersMachmueller
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2019-08-04Translated using Weblate (Polish)Michał
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2019-08-03Merge pull request #1593 from nvllsvm/docker_web_masterJoshua M. Boniface
Docker - make web version more configurable
2019-08-03Merge pull request #1597 from whooo/filewriter-logBond-009
Set log level to debug for HTTP range requests
2019-08-03Set log level to debug for HTTP range requestsErik Larsson