Commit Graph
108 Commits
Author SHA1 Message Date
Anthony LavadoandGitHub 4c759e0441 Merge pull request #22 from jellyfin/10.7
Target 10.7
2020-12-03 17:05:20 -05:00
crobibero 40d2ceecb3 Merge remote-tracking branch 'origin/10.7' into 10.7 2020-12-03 07:52:44 -07:00
crobibero 50468fd108 Update dotnet sdk version and remove IIsoManager 2020-12-03 07:52:32 -07:00
fa2f1fc1d6 Update Jellyfin.Plugin.Template/Configuration/configPage.html
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-12-03 07:18:19 -07:00
ad597d71e1 Update Jellyfin.Plugin.Template/Configuration/configPage.html
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-12-03 07:18:13 -07:00
crobibero 83e5ce657a Remove JQuery 2020-12-02 17:47:22 -07:00
crobibero 995a1dddb5 Target 10.7 2020-12-02 17:07:32 -07:00
Cody RobiberoandGitHub deb07d292e Merge pull request #21 from Artiume/patch-1
add additional UUID gen methods
2020-07-17 13:54:22 -06:00
artiumeandGitHub 8ae0207131 add additional UUID gen methods 2020-07-17 14:49:55 -04:00
Cody RobiberoandGitHub 3e8a6da86c Merge pull request #18 from oddstr13/pr-10.6-1
Also build against prerelease builds
2020-07-17 07:01:01 -06:00
Odd Stråbø d035c46864 Bump targetAbi 2020-07-05 13:22:49 +02:00
dkanadaandGitHub 2ba7427a6a Merge pull request #19 from jellyfin/jquery
remove jquery
2020-07-05 00:43:22 +09:00
dkanada 56f77ee7af one more checked reference 2020-07-04 23:55:56 +09:00
dkanada 8f5fa0ea67 update checkbox usages 2020-07-04 23:33:19 +09:00
Odd Stråbø 2c5d8e8bcd Also build against prerelease builds 2020-06-30 15:03:10 +02:00
Anthony LavadoandGitHub 28eb712c41 Merge pull request #17 from jellyfin/update-license
Update LICENSE to GPLv3
2020-06-16 18:29:19 -04:00
Joshua M. Boniface edff9891d8 Add licensing blurb to README 2020-06-16 12:31:21 -04:00
Joshua M. Boniface 618b1d57d5 Update LICENSE to GPLv3
Update the license of the template to better reflect the actual
licensing situation.

Due to how the GPL handles linking and the resulting binaries, all
binary (i.e. built) Jellyfin plugins will be GPLv3 licensed, as this is
the license of the binary NuGet packages that the plugin links against
at build time.

To avoid any potential confusion for plugin authors, update this license
so that the code license matches the license of the final binaries.

If a plugin author chooses to use another license, for instance a
permissive license so that the plugin can be linked/built against both
Emby and Jellyfin (insofar as that is possible technically), that is
fine and they should replace this LICENSE file in their plugin with one
reflecting the actual license chosen.
2020-06-16 12:17:18 -04:00
Anthony LavadoandGitHub 9e6ec93759 Merge pull request #16 from jellyfin/meta
Update metadata and remove deprecated checkbox method
2020-05-26 12:17:03 -04:00
dkanada 65ad257ffe add changelog property 2020-05-26 22:35:31 +09:00
dkanada 888677b117 update metadata and remove deprecated checkbox method 2020-05-26 22:11:35 +09:00
Anthony LavadoandGitHub d623136439 Merge pull request #14 from nielsvanvelzen/net31jf105
Update to .NET 2.1 and Jellyfin 10.5
2020-03-10 09:57:24 -04:00
Niels van Velzen 126a0eb6b6 Update to .NET 2.1 and Jellyfin 10.5 2020-03-09 21:17:32 +01:00
dkanadaandGitHub 91be14d5d4 Merge pull request #12 from jellyfin/dkanada-patch-1
Update some documentation links
2020-01-21 15:03:16 +09:00
dkanadaandGitHub e70a1f09df Merge branch 'master' into dkanada-patch-1 2020-01-21 14:53:23 +09:00
Anthony LavadoandGitHub 381c024c32 Merge pull request #13 from jellyfin/style
Make some readme changes
2020-01-20 23:35:15 -05:00
dkanada 644088bad2 make some readme changes 2020-01-21 13:03:21 +09:00
dkanadaandGitHub 6afbcbb0eb update some documentation links 2020-01-21 12:40:24 +09:00
Anthony LavadoandGitHub a437fa140b Merge pull request #9 from jellyfin/js-error
Fix runtime error and add a few comments
2019-11-26 14:34:04 -05:00
Anthony LavadoandGitHub c74281fdb6 Merge pull request #10 from jellyfin/dotnet
Remove dotnet template
2019-11-26 14:33:24 -05:00
dkanada 461366d4d2 remove dotnet template 2019-11-27 03:15:07 +09:00
dkanada 788a47edb0 fix runtime error and add a few comments 2019-11-27 03:13:09 +09:00
Anthony LavadoandGitHub cc95400340 Merge pull request #7 from jellyfin/anthonylavado-readme-link
Change link to contribution guide
2019-09-30 18:08:34 -04:00
Anthony LavadoandGitHub 3a9152eb8b Change link to contribution guide
Changes the link to the docs to be the contribution guide, as that will be the best starting point.
2019-09-30 18:08:23 -04:00
Anthony LavadoandGitHub 36d6c99a74 Update links
Removes reference to other GitHub repo for the template, and uses the one in this repo.
Updates documentation link to new location.
2019-09-30 18:05:39 -04:00
Anthony LavadoandGitHub 793082d16a Merge pull request #6 from codito/patch-1
Fix links to example project in readme
2019-09-09 15:46:30 -04:00
Arun MahapatraandGitHub e3fe274d51 Fix links to example project in readme 2019-08-17 15:52:46 +05:30
LogicalPhallacyandGitHub a14d1d988d remove missing weather interface
the interfaces in general need a little more attention and love.
2019-03-25 23:58:27 -07:00
LogicalPhallacyandGitHub d076deaced Merge pull request #5 from dkanada/template
Add sln file and build config
2019-03-12 22:53:53 -07:00
LogicalPhallacyandGitHub 7c171dcd67 Merge pull request #4 from dkanada/patch-1
Update Plugin.cs
2019-03-12 22:53:41 -07:00
dkanada f4ad4dab21 add sln file and build config 2019-03-12 02:03:41 +09:00
dkanadaandGitHub 5563ce5ca5 Update Plugin.cs 2019-03-11 12:03:25 +09:00
LogicalPhallacyandGitHub b40643a877 Merge pull request #2 from dkanada/template
Miscellaneous tweaks
2019-03-09 23:48:21 -08:00
dkanada c9a6e615ce rename plugin directory to match namespace 2019-03-10 09:05:34 +09:00
dkanada 125d002197 change some variable names 2019-03-10 08:59:36 +09:00
dkanada a9166247a6 rename csproj file to match plugin namespace 2019-03-10 08:56:10 +09:00
dkanada b4e85a0196 fix indentation and move load and submit out of plugin object 2019-03-10 08:55:35 +09:00
dkanada de5fa4b8ea small code formatting changes 2019-03-10 08:53:30 +09:00
LogicalPhallacyandGitHub e66682ea51 Merge pull request #1 from LogicalPhallacy/master
Added plugin license info, fixed urls
2019-03-07 23:55:07 -08:00
LogicalPhallacyandGitHub dbe5b1f311 Added plugin license info, fixed urls 2019-03-07 23:53:59 -08:00