Toucan-Sam
fcadabd339
Fix docker link in README.md
4 years ago
Harvey Tindall
2a0edeb3c5
bump mediabrowser version, more consistent logs
...
uses descriptive errors added in mb v0.2.0. Also improved
the consistency of logs in api.go/main.go.
4 years ago
Harvey Tindall
30f16e7207
email: use strconv.Itoa instead of sprintf
4 years ago
Harvey Tindall
dbe7e2e659
remove ts-debug
4 years ago
Harvey Tindall
e16f05b130
use build constraints for embed, clean up makefile
...
internal-files/external-files and compile-debug are gone, the
environment variables INTERNAL=on/off and DEBUG=on/off replace them.
4 years ago
Harvey Tindall
07573a515a
merge translation
4 years ago
Harvey Tindall
b3a2de50cf
hide no_username support message on setup
...
fixes #74 .
4 years ago
Marketos Damigos
5388d3d4c0
Translated using Weblate (Greek)
...
Currently translated at 100.0% (11 of 11 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/common-strings/el/
4 years ago
Marketos Damigos
c392d48174
Translated using Weblate (Greek)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/el/
4 years ago
Marketos Damigos
967fab3411
Translated using Weblate (Greek)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/el/
4 years ago
Marketos Damigos
d7845b78f6
Translated using Weblate (Greek)
...
Currently translated at 100.0% (43 of 43 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/el/
4 years ago
Marketos Damigos
a253858625
translation from Weblate (Greek)
...
Currently translated at 100.0% (140 of 140 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/el/
4 years ago
Marketos Damigos
ad1aae16e3
translation from Weblate (Greek)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/el/
4 years ago
Harvey Tindall
9370913ace
add password reset link option
...
When enabled (in Settings > Password Resets), a magic link will be sent
instead of a PIN when the user tries reset their password. By doing
this the user doesn't have to keep the Jellyfin tab open to enter the
code.
4 years ago
Harvey Tindall
dcd2e234e8
move "copy" string to common, add "copied"
...
for a new password reset feature.
4 years ago
Harvey Tindall
762dac2581
move mediabrowser to separate repo
4 years ago
Harvey Tindall
1cf8d3037b
remove dependency on common from mediabrowser
4 years ago
Harvey Tindall
40808bdcb9
merge language changes
4 years ago
Harvey Tindall
2451d69341
rewrite lang.go format and templateString
...
surprisingly not much faster than the originals.
4 years ago
virusperfect
e449853568
Translated using Weblate (German)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/de/
4 years ago
virusperfect
2082e960c2
Translated using Weblate (German)
...
Currently translated at 100.0% (43 of 43 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/de/
4 years ago
virusperfect
7b2a083f98
translation from Weblate (German)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/de/
4 years ago
virusperfect
270143a8f6
translation from Weblate (German)
...
Currently translated at 100.0% (140 of 140 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/de/
4 years ago
ClankJake
766b69d95e
translation from Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (140 of 140 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/pt_BR/
4 years ago
ClankJake
f5addc4947
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (100 of 100 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/pt_BR/
4 years ago
ClankJake
55eb59c526
translation from Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (28 of 28 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/pt_BR/
4 years ago
Richard de Boer
679cac4dbd
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (100 of 100 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/nl/
4 years ago
Harvey Tindall
a0a25d64f1
rewrite stripmd, fix some typos
...
doesn't work any better, but more efficient and doesn't require
eyebleach after viewing.
4 years ago
Harvey Tindall
9875458b01
rewrite time unmarshaler for mediabrowser
...
Last ditch effort for #69 , removes quotes and trailing Z's manually and
also removes nanoseconds since they're useless.
4 years ago
Harvey Tindall
f0dccc58aa
separate pprof from debug mode
...
enabled with -pprof now.
4 years ago
Harvey Tindall
636bc22d52
reimplement Lshortfile for log wrapper
...
Fixes all debug messages having "logger:<line>:" instead of the actual
caller.
4 years ago
Harvey Tindall
fc6b6a9c6b
Fix time parser for "ZZ" prefix
...
I think this means UTC-08:00, but this just strips it since time
handling is pretty naïve already.
4 years ago
Harvey Tindall
1a6d78352c
add comments, fix user expiry log spam
...
now actually removes the already deleted user from the expiry list.
4 years ago
Harvey Tindall
e351c35cc8
use banner class on banner in about
4 years ago
Harvey Tindall
618cc32a17
hide updates from settings when disabled at build-time
4 years ago
Harvey Tindall
a8bf670697
dont log updates when disabled
4 years ago
Harvey Tindall
0bdf8ad6ce
put upload.py in parent dir
4 years ago
Harvey Tindall
8f65e2e968
fix drone.yml for stable docker
4 years ago
Harvey Tindall
0d3f96c3a7
fix button height on accounts tab & expiry types on mobile
4 years ago
Harvey Tindall
cfa7947020
wrap items in accounts header
...
fixes mobile layout.
4 years ago
Harvey Tindall
b91de3f319
update images and readme
4 years ago
Harvey Tindall
1704ae8cb1
fix language link color on dark theme
4 years ago
Richard de Boer
50c6e6031d
translation from Weblate (Dutch)
...
Currently translated at 100.0% (140 of 140 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/nl/
4 years ago
Harvey Tindall
de92516d52
add updates section to setup
4 years ago
Harvey Tindall
cd67d3e7ab
merge translation
4 years ago
Harvey Tindall
c556878f11
hide password resets on setup when emby selected
4 years ago
Richard de Boer
3af4607171
translation from Weblate (Dutch)
...
Currently translated at 100.0% (139 of 139 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/nl/
4 years ago
Harvey Tindall
111533fa2d
add advanced setting type with toggle in settings
4 years ago
Harvey Tindall
5dc0a68b44
merge translations
4 years ago
Harvey Tindall
43e5bbbe21
add option to trust specific cert for SMTP
4 years ago