Vasily
dadd6e11b1
Add link to writing good messages article
...
Co-Authored-By: joshuaboniface <joshua@boniface.me>
6 years ago
Vasily
c28283aa7c
Be explcit about what the version is
...
Co-Authored-By: joshuaboniface <joshua@boniface.me>
6 years ago
Joshua M. Boniface
2e53f4c2e9
Add blurb about title
6 years ago
Joshua M. Boniface
f1d6f04572
Consistent formatting for System fields
6 years ago
Joshua M. Boniface
f818053a43
Update bug_report.md
...
Add section about log files.
6 years ago
Joshua Boniface
874a6bf38b
Update pull request template
6 years ago
Joshua M. Boniface
deb9d97d37
Update issue templates
...
Adds issue templates for Bugs, Features, and Enhancements.
6 years ago
Andrew Rabert
678e0b357b
Merge pull request #549 from jellyfin/issue-templates
...
Update issue templates
6 years ago
Andrew Rabert
c44c4b2eb9
Merge pull request #552 from jellyfin/request-templates
...
Update pull request template
6 years ago
Vasily
3f273632a0
Merge pull request #559 from joshuaboniface/codeowners-master
...
Add Master codeowners
6 years ago
Joshua Boniface
2d9cf14a72
Add Master codeowners
...
In conjunction with branch protection rules, this will require
approval from the Org owners (myself or @nvllsvm) before a merge
can be accepted.
6 years ago
Joshua M. Boniface
53b8aa52e1
Add link to our contributing docs as well
6 years ago
Vasily
7a3b01da1b
Add link to writing good messages article
...
Co-Authored-By: joshuaboniface <joshua@boniface.me>
6 years ago
Vasily
b1406d33f1
Be explcit about what the version is
...
Co-Authored-By: joshuaboniface <joshua@boniface.me>
6 years ago
grafixeyehero
862fe1a290
add grafixeyehero to CONTRIBUTORS
6 years ago
Joshua M. Boniface
fa4c6ee8b2
Add blurb about title
6 years ago
Joshua M. Boniface
c888879599
Merge pull request #541 from cvium/fix_providermanager_guid
...
Change ItemId to Guid in ProviderManager
6 years ago
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
6 years ago
Joshua M. Boniface
2f31f9a382
Consistent formatting for System fields
6 years ago
Joshua M. Boniface
54e2feabba
Update bug_report.md
...
Add section about log files.
6 years ago
Joshua Boniface
2e39a80c63
Update pull request template
6 years ago
Joshua M. Boniface
7cbff8d3f1
Update issue templates
...
Adds issue templates for Bugs, Features, and Enhancements.
6 years ago
Andrew Rabert
e5c2dbdf23
Merge pull request #540 from joshuaboniface/api-keys
...
Update Emby API keys to our own
6 years ago
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
6 years ago
grafixeyehero
9659decef0
fix the forgotpasswordpin
...
fix passwordreset.txt print
6 years ago
Joshua Boniface
fddd72a3bd
Update Fanart commented-out API key to our own
6 years ago
Joshua Boniface
8489febcc7
Update Omdb API key to our own
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
6 years ago
Anthony Lavado
5900ab8c68
Update OpenSubtitles User Agent to our own
6 years ago
cvium
0abe5b6ec3
Change ItemId to Guid like all the others
6 years ago
Andrew Rabert
3d867c2c46
Merge pull request #516 from Bond-009/env
...
Remove useless properties from IEnvironmentInfo
6 years ago
Andrew Rabert
7a832045d6
Merge pull request #424 from dkanada/submodule
...
add jellyfin-web as submodule
6 years ago
Joshua Boniface
7603b8d0fe
Update TheTVDB API key to our own
6 years ago
Joshua Boniface
04ab1daa02
Update FanArt API key to our own
6 years ago
Joshua Boniface
41da58206f
Update TheAudioDB API key to our own
6 years ago
Joshua Boniface
909409bb6d
Update TheMovieDB API key to our own
6 years ago
Bond-009
f454b753f2
separate path with comma
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
6 years ago
dkanada
9de66e9e87
add jellyfin-web as submodule
6 years ago
Joshua M. Boniface
dbceef97fd
Merge pull request #524 from jellyfin/dev
...
Master 10.0.1
6 years ago
Anthony Lavado
932fcb0a9c
Merge pull request #523 from joshuaboniface/master-10.0.1
...
Bump version for 10.0.1
6 years ago
Joshua Boniface
f822d1c871
Bump version for 10.0.1
6 years ago
Joshua M. Boniface
61aeb0e9a8
Merge pull request #486 from Bond-009/plugins
...
Add NuGet package info to plugin projects
6 years ago
Joshua M. Boniface
803226acef
Merge pull request #519 from Bond-009/image
...
Fix the DecodeJfif function to get proper image sizes
6 years ago
Joshua M. Boniface
cdefc046e6
Merge pull request #491 from sparky8251/fix-user-profile
...
Fix userprofile.js crash
6 years ago
Joshua M. Boniface
9156b21714
Merge pull request #493 from Bond-009/values
...
Remove unused resource
6 years ago
Joshua M. Boniface
b3bd238d29
Merge pull request #498 from bfayers/change-contrib-link
...
Change contributing link in settings to readthedocs.io
6 years ago
Joshua M. Boniface
67300c65dc
Merge pull request #501 from hawken93/fix_division
...
Fix regression in integer divisions in latest movies category
6 years ago
Bond_009
432be01934
Fix the DecodeJfif function to get image sizes
...
Added support for progressive DCT-based JPEGs.
By adding a check for the SOF2 marker (C2)
6 years ago
Bond_009
f520ddc966
Remove useless properties from IEnvironmentInfo
6 years ago
Joshua M. Boniface
c5c44744fc
Merge pull request #512 from LeoVerto/patch-1
...
Fix CONTRIBUTORS.md formatting
6 years ago