aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-15Clean up and document ChannelManager.cs and implement suggestionsPatrick Barron
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types ↵ZadenRB
on notification DTOs.
2020-04-15Merge pull request #2855 from Delgan/improve-movie-resolverdkanada
Improve movie resolver if space precedes the year
2020-04-15Add missing punctuation in xml commentMark Monteiro
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-15Remove dead functionBond_009
2020-04-15Translated using Weblate (Danish)Mathias
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2020-04-15Merge pull request #2862 from mark-monteiro/dependabot/nuget/Mono.Nat-2.0.1Bond-009
Bump Mono.Nat from 2.0.0 to 2.0.1
2020-04-15Fix release buildBond_009
2020-04-15Log exceptionBond_009
2020-04-15Fix buildBond_009
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-15Minor IAsyncDisposable improvementsBond_009
2020-04-15Lowercase parametersZadenRB
2020-04-15Lowercase actual parameters in code and remove whitespace to comply with ↵ZadenRB
StyleCopAnalyzers
2020-04-15Migrates the notifications service to use ASP.NET MVC frameworkZadenRB
2020-04-14Added the last missing documentationPatrick Barron
2020-04-14Clean up and document CryptographyProvider.csPatrick Barron
2020-04-14Clean up and document ServerConfigurationManager.csPatrick Barron
2020-04-14Clean up and document CollectionManager.csPatrick Barron
2020-04-14Translated using Weblate (Japanese)Miko Dela Cruz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2020-04-14Clean up and document CollectionImageProvider.csPatrick Barron
2020-04-14Remove unused field and documented RefreshChannelsScheduledTask.csPatrick Barron
2020-04-14Document ChannelPostScanTask.csPatrick Barron
2020-04-14Document ChannelImageProvider.csPatrick Barron
2020-04-14Clean up and document ChannelDynamicMediaSourceProvider.csPatrick Barron
2020-04-14Document BrandingConfigurationFactory.csPatrick Barron
2020-04-14Document and clean up ZipClient.csPatrick Barron
2020-04-14Switch to using declarationPatrick Barron
2020-04-14Documented BaseApplicationPath constructor parametersPatrick Barron
2020-04-14Clean up and document ActivityRepository.csPatrick Barron
2020-04-14Clean up and document ActivityManager.csPatrick Barron
2020-04-14Clean up and document ActivityLogEntryPoint.csPatrick Barron
2020-04-14Translated using Weblate (Spanish (Argentina))Jeisson rojas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2020-04-14Make Last-Modified and If-Modified-Since headers follow the specVasily
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-13Do not return the exception message to the client for AuthenticationExceptionsMark Monteiro
2020-04-13Only show developer exception page for 500 server exceptionsMark Monteiro
Other response codes should be returned as normal
2020-04-13Throw AuthenticationException instead of ArgumentNullException when a user ↵Mark Monteiro
does not exist
2020-04-13Document AuthenticationException correctlyMark Monteiro
2020-04-13Return correct status codes for authentication and authorization errorsMark Monteiro
- Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
2020-04-13Another iterationDelgan
2020-04-13Fix failing tests?Delgan
2020-04-13Improve movie resolver if space precedes the yearDelgan
2020-04-13Bump Mono.Nat from 2.0.0 to 2.0.1dependabot-preview[bot]
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/mono/Mono.Nat/releases) - [Commits](https://github.com/mono/Mono.Nat/compare/Mono.Nat-2.0.0...Mono.Nat-2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13merge branch master into plugindkanada
2020-04-13change conditional for download task on cidkanada
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-04-13Handle null outputFileExtension in GetOutputFilePathMatt Lyons
2020-04-12Translated using Weblate (Spanish (Dominican Republic))Oscar Rosario
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/
2020-04-12Remove unused import, fix casing of startup wizard POST parametersZadenRB