mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-08 19:30:10 +00:00
Harvey Tindall
54e4a51a7f
shared "newUser" method is now "NewUserPostVerification", and is shared between all routes which create a jellyfin account. The new "NewUserFromInvite", "NewUserFromAdmin" and "NewUserFromConfirmationKey" are smaller as a result. Discord, Telegram, and Matrix now implement the "ContactMethodLinker" and "ContactMethodUser" interfaces, meaning code is shared a lot between them in the NewUser methods, and the specifics are now in their own files. Ombi/Jellyseerr similarly implement a simpler interface "ThirdPartyService", which simply has ImportUser and AddContactMethod routes. Note these new interface methods are only used for user creation as of yet, but could likely be used in other places. |
||
---|---|---|
.. | ||
discord | ||
matrix | ||
src | ||
accounts.png | ||
banner.svg | ||
create.png | ||
demo.gif | ||
gengif.txt | ||
invites.png | ||
jfa-go-icon.png | ||
jfa-go-icon.svg | ||
jfa-go-social.png | ||
jfa-go-social.svg | ||
myaccount.png | ||
README.md | ||
tg-settings.png | ||
tg.png | ||
thumb-white.png | ||
thumb-white.svg |
Images
This holds any images on the main README, and the base files for the icons and banner. The font used pre-0.5.0, like Jellyfin, is Quicksand by Andrew Paglinawan. These old versions are prefixed with -quicksand
in src/
.
Post-0.5.0, the font used is Hanken Grotesk, available under SIL OFL 1.1 License. https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web
"Go" text logo and Gopher image: Copyright 2018 The Go Authors. All rights reserved. https://creativecommons.org/licenses/by/3.0/legalcode