134 Commits
Author SHA1 Message Date
Patrick Farwick aec58cd20d Clarify the directory to copy the plugin to 2021-10-06 23:32:06 +02:00
Patrick Farwick 7c634d9ccc Describe how to debug the plugin
Close #15
2021-10-06 23:24:58 +02:00
BaronGreenback b44c58f11b Update README.md
Add caveat on IServerEntryPoint
2021-05-29 11:55:59 +01:00
Bond-009 61fe677f69 Merge pull request #33 from h1dden-da3m0n/chore/ci
chore(ci): add missed out --no-restore
2021-04-10 01:40:40 +02:00
h1dden-da3m0n 97aebd982f add missed out --no-restore 2021-03-19 21:46:57 +01:00
Bond-009 117ab0f325 Merge pull request #32 from Ullmie02/master 2021-01-24 18:12:13 +01:00
David e65a260699 Remove more outdated interfaces 2021-01-24 17:35:49 +01:00
David f21f3f16f8 Remove no longer available interfaces from README 2021-01-24 17:21:24 +01:00
dkanada cc6fcd8c4b Merge pull request #31 from jellyfin/dkanada-patch-1
readme changes
2021-01-11 10:24:51 +09:00
dkanada cc20076fbd fix trailing space 2021-01-10 20:30:04 +09:00
dkanada ee82d22666 readme changes 2021-01-10 20:23:01 +09:00
dkanada aceab47fab Merge pull request #30 from jellyfin/newline
unix newlines
2021-01-10 17:03:39 +09:00
dkanada 0e0b9f32f4 linting changes 2021-01-10 14:34:55 +09:00
dkanada ae84f4829b unix newlines 2021-01-10 14:34:25 +09:00
Bond-009 184b63e7b4 Merge pull request #25 from h1dden-da3m0n/ci/basic_gh_workflows 2021-01-09 21:52:30 +01:00
h1dden-da3m0n 0c0e58ea8e address review comments 2021-01-09 17:37:45 +01:00
h1dden-da3m0n cf254672c2 update .editorconfig with main repo version
slight edit for max_line_length (due to inconsistent off support)
2021-01-09 17:24:41 +01:00
h1dden-da3m0n a2ca9b07b2 add dependabot config 2021-01-09 17:24:41 +01:00
h1dden-da3m0n dd205ce966 add CodeQL GHA workflow 2021-01-09 17:24:41 +01:00
h1dden-da3m0n de381c1deb add basic .Net build and test GHA workflow 2021-01-09 17:24:41 +01:00
dkanada cba41e00a7 Merge pull request #29 from jellyfin/dkanada-patch-1
more linting
2021-01-10 01:10:52 +09:00
dkanada 0b26657292 more linting 2021-01-10 00:25:51 +09:00
Bond-009 322e17f4ad Merge pull request #28 from jellyfin/dkanada-patch-1
spelling error
2021-01-09 16:01:09 +01:00
dkanada 025e52c596 spelling error 2021-01-09 23:47:03 +09:00
dkanada e37cae12e1 Merge pull request #23 from jellyfin/upd
Update README.md
2020-12-30 00:29:50 +09:00
crobibero a2444f776c Update README.md 2020-12-09 16:29:14 -07:00
Anthony Lavado 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
Cody RobiberoandOdd Stråbø 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
Cody RobiberoandOdd Stråbø 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 Robibero deb07d292e Merge pull request #21 from Artiume/patch-1
add additional UUID gen methods
2020-07-17 13:54:22 -06:00
artiume 8ae0207131 add additional UUID gen methods 2020-07-17 14:49:55 -04:00
Cody Robibero 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
dkanada 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 Lavado 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 Lavado 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 Lavado 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
dkanada 91be14d5d4 Merge pull request #12 from jellyfin/dkanada-patch-1
Update some documentation links
2020-01-21 15:03:16 +09:00