Harvey Tindall
2de7182c55
Merge from SquaredPotato/smtp-certificate-validation
...
Adds "Verify certificate" in Settings > SMTP to disable SSL certificate validation, useful for local servers or relays.
3 years ago
Harvey Tindall
f3e1606440
add sponsors to readme
3 years ago
Stefan Schokker
b7236319ec
Actually use correct variable, actually use variable correctly and added a loadConfig entry
3 years ago
Stefan Schokker
556c31d4ea
Add checkbox that allows invalid SMTP certificates to be used.
3 years ago
Harvey Tindall
0bf8cd65cd
add option to set new expiry for when re-enabling users
...
for this reddit comment: https://www.reddit.com/r/jellyfin/comments/nc6tsi/tip_jfago_is_awesome/hgh0yet/?context=3
3 years ago
Harvey Tindall
4d27f7fc7a
user mediabrowser 0.3.6
3 years ago
Harvey Tindall
a4f59203b0
pwr: fix Send PWR when not using "Set password"
3 years ago
Harvey Tindall
eeb9b07bce
admin: add manual "Send Password reset" to accounts tab
...
Only appears with Reset links enabled.
Pressing this sends a PWR link to the users selected.
if one user is selected, or if one of you selected users doesn't have a
method of contact, a link is given to the admin to send to them
manually.
3 years ago
Cornichon420
9ae16163bb
Translated using Weblate (French)
...
Currently translated at 100.0% (109 of 109 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/fr/
3 years ago
Sundune
c5ce66bd4d
translation from Weblate (German)
...
Currently translated at 98.2% (165 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/de/
3 years ago
Cornichon420
da8dd7def8
translation from Weblate (French)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/fr/
3 years ago
Cornichon420
a4b5d6dea8
translation from Weblate (French)
...
Currently translated at 100.0% (168 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/fr/
3 years ago
Harvey Tindall
77799b2917
smtp: only construct email once
...
also switch layout in email file to group each driver and its methods
together.
3 years ago
Harvey Tindall
5ff3839239
merge lang
3 years ago
Harvey Tindall
d560df5b1e
switch smtp library, add, HELLO hostname option
...
now using xhit/go-simple-mail, as I wanted to add an option to change
the hostname sent in the HELLO message but this is only possible with
STARTTLS in jordan-wright/email. New option can be seen in Settings >
SMTP with advanced settings turned on.
3 years ago
Richard de Boer
91c8ce8089
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (109 of 109 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/nl/
3 years ago
Harvey Tindall
0fe72b41bf
lowercase lang
3 years ago
xarmadigi
a1d93cd6af
Translated using Weblate (Spanish)
...
Currently translated at 83.3% (5 of 6 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/es/
3 years ago
Luis Rhenals
53ac01eda4
Translated using Weblate (Spanish)
...
Currently translated at 88.8% (8 of 9 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/password-reset-links/es/
3 years ago
Luis Rhenals
4cea755065
translation from Weblate (Spanish)
...
Currently translated at 100.0% (168 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/es/
3 years ago
Luis Rhenals
be4e83d69c
Translated using Weblate (Spanish)
...
Currently translated at 85.0% (17 of 20 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/es/
3 years ago
xarmadigi
1e58a33c68
Translated using Weblate (Spanish)
...
Currently translated at 85.0% (17 of 20 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/es/
3 years ago
xarmadigi
15e1766920
Added translation using Weblate (Spanish)
3 years ago
Harvey Tindall
a220ba8dfb
fix NewEmptyLogger
...
for #151 .
Dumb bug, I really need unit tests.
3 years ago
Harvey Tindall
b29c24a405
merge lang
3 years ago
Harvey Tindall
fbe3553b25
fix missing last log line
...
Sometimes calls to app.err.Fatalf would fail to print the error to the
console, and fail to show "A crash report has been saves to...". Both of
these should be fixed now.
3 years ago
xarmadigi
f727e2c5b2
translation from Weblate (Spanish)
...
Currently translated at 88.0% (148 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/es/
3 years ago
XCQi
6c6af623a6
translation from Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (168 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/zh_Hans/
3 years ago
Harvey Tindall
548dceda28
don't give smtp plainauth if no username & password
...
for #141 , just a guess
3 years ago
Harvey Tindall
e67b2e91fb
invite: auto-append /invite if missing to url_base
3 years ago
Harvey Tindall
412fe31da6
invite: fix email confirmation jwt
...
same issue as with auth.go, expiry was a string causing the library to
see it as expired.
3 years ago
Harvey Tindall
1bfec54c93
print error and include in txt log on crash; fix email migration
3 years ago
Harvey Tindall
5b319d6612
auth: int for refresh token as well
3 years ago
Harvey Tindall
626d623841
auth: don't store jwt expiry as string
...
caused the jwt library to class all tokens as invalid, now stored as
int64 and converted into a float64 by the library.
3 years ago
Harvey Tindall
08343298fb
lowercase lang
3 years ago
Harvey Tindall
7a343bbc08
merge lang
3 years ago
Harvey Tindall
2be34ed063
quote jellyfin URL for censoring in logs
3 years ago
XCQi
7e32c8c4f0
translation from Weblate (Chinese (Simplified))
...
Currently translated at 43.4% (73 of 168 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/zh_Hans/
3 years ago
XCQi
a0871e7c47
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.0% (50 of 51 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/emails/zh_Hans/
3 years ago
XCQi
f6834ee63d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6 of 6 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/zh_Hans/
3 years ago
XCQi
54b8e30cff
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (9 of 9 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/password-reset-links/zh_Hans/
3 years ago
XCQi
504d3e39de
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.4% (104 of 109 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/zh_Hans/
3 years ago
XCQi
4e2dce7f18
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (20 of 20 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/zh_Hans/
3 years ago
XCQi
b31506d94e
translation from Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/zh_Hans/
3 years ago
XCQi
5961bc6086
add translation from Weblate (Chinese (Simplified))
3 years ago
XCQi
b0ffa457df
Added translation using Weblate (Chinese (Simplified))
3 years ago
XCQi
9e3fa0ea9a
Added translation using Weblate (Chinese (Simplified))
3 years ago
XCQi
ff69d0ba6d
Added translation using Weblate (Chinese (Simplified))
3 years ago
XCQi
cf25472746
Added translation using Weblate (Chinese (Simplified))
3 years ago
XCQi
5e651d7b08
Added translation using Weblate (Chinese (Simplified))
3 years ago