f7d2771263
add email templater with basic if statements
...
at this point I really should've just used text/template, but I guess
this way compatibility is kept with existing custom emails. If statement
works as so:
{if variable}variable was true{endif}
{if !variable}variable was false{endif}
no else yet, just do as above (two if statements).
2021-04-14 23:58:54 +01:00
3273607fc3
translation: add fallback option to langMeta
...
If set to a language code (e.g fr-fr), any missing strings will be
filled in from that language (if possible) rather than from the default
en-us. Currently not used, but could be useful in the future for
variations of the same language.
2021-04-13 18:34:13 +01:00
55e21f8be3
accounts: add user enable/disable & emails
2021-04-12 21:28:36 +01:00
ClankJake
dafb439a7d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (45 of 45 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/pt_BR/
2021-04-12 18:27:42 +02:00
Richard de Boer
ab94de2f95
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (45 of 45 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/nl/
2021-04-12 18:27:42 +02:00
3dc0df0ac2
fix user expiry when only month field set
2021-04-09 13:35:46 +01:00
d701c5f27d
add months field to invites & expiry
2021-04-08 20:43:01 +01:00
a8f71c83da
store language preference as cookie
2021-04-08 16:03:46 +01:00
7a3e0d60f9
add expiry to welcome email, add dummy emailer for debugging
...
the "yourAccountWillExpire" has also been added to the editor for #81 .
To use the dummy emailer, set [email]/method to "dummy".
2021-04-08 14:20:13 +01:00
2687af31ca
updater: immediately store executable
...
for some reason I kept the response body and downloaded file in memory,
which led to timeouts and failed updates.
2021-04-07 18:17:18 +01:00
d51a6abb02
remove cl.md
2021-04-07 17:45:31 +01:00
374ffbf01f
fix incomplete lang patching, add en-gb stub
...
en-gb is empty, so it's patched with en-us strings. Added so DD/MM/YY
date formatting was possible in the ui.
2021-04-07 17:42:15 +01:00
871bc9f396
use proper date formatting on form for expiry
2021-04-07 15:17:15 +01:00
66b7df7cde
use selected language for time format, add manual selector
...
You can now choose between 12h and 24h time in the top left language
menu. Your preference is stored by the browser for future visits.
2021-04-07 15:09:44 +01:00
bc76770ca4
move 12h/24h time strings to common
2021-04-07 15:09:25 +01:00
7196361cf6
(hopefully) get proper locale from browser
2021-04-07 14:05:17 +01:00
3e73d16cce
merge language changes
2021-04-06 21:30:14 +01:00
3f8414c70a
use unix timestamp for inv created & usedBy
...
usedBy is still stored as a string in invites.json to cope with existing
invites with times stored formatted. knz/strtime requires cgo for
strptime, so it has been replaced with the native itchyny/timefmt-go.
2021-04-06 21:25:44 +01:00
6ec2186bdf
switch accounts tab to unix times
...
should now respect the client's locale.
2021-04-06 20:53:30 +01:00
ClankJake
6dd575b276
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (44 of 44 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/pt_BR/
2021-04-06 19:49:18 +02:00
JoshiJoshiJoshi
1a98946d71
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/
2021-04-06 19:49:18 +02:00
ClankJake
8922549bdb
Translated using Weblate (Portuguese (Brazil))
...
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/pt_BR/
2021-04-06 19:49:18 +02:00
Richard de Boer
173b49aeb7
Translated using Weblate (Dutch)
...
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/nl/
2021-04-06 19:49:18 +02:00
JoshiJoshiJoshi
eee6046465
Translated using Weblate (German)
...
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/de/
2021-04-06 19:49:18 +02:00
JoshiJoshiJoshi
b76011be4f
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/
2021-04-06 19:49:18 +02:00
Richard de Boer
3d93d79b0b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (44 of 44 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/emails/nl/
2021-04-06 19:49:18 +02:00
7dcc9b20a1
clear user cache when user expires
2021-04-06 18:39:12 +01:00
754b956206
remove extra logs
2021-04-06 18:32:32 +01:00
47ac505cac
shutdown your background workers!
...
I believe everything #74 was caused by not shutting down the userDaemon
when we do a pseudo-restart. shutdown of it and the invite daemon are
now deferred so this should fix any problems and reduce log spam.
2021-04-06 18:12:06 +01:00
e6e5231f63
add extra logging
2021-04-06 18:02:15 +01:00
78049d4a33
hyphenate/dehyphenate users.json if necessary
...
doubt this would have caused problems anyway but why not.
2021-04-06 15:46:28 +01:00
8a6cfe0b4d
disallow negative values in ExtendExpiry, fix nil map err
2021-04-06 14:00:32 +01:00
afedc78113
only load users if they don't exist already
...
another guess for #77 .
2021-04-06 13:53:07 +01:00
76b822213e
add more error logging; mutex for app.storage.users
2021-04-06 13:44:52 +01:00
ab3d5f3321
fix logging for expiry extension
...
also delete expiries for users that no longer exist.
2021-04-06 13:31:42 +01:00
e1d42c8a87
Update CONTRIBUTING.md, mb 0.3.3
...
One last missing field added for #76 .
2021-04-05 16:34:47 +01:00
f53c852a4d
bump mb to v0.3.2
...
includes missing struct fields for user Policy, fixes #76 .
2021-04-05 15:07:30 +01:00
aaea889e47
use apt-get in drone.yml
2021-04-03 21:38:26 +01:00
bf98c74ecf
Merge pull request #75 from Toucan-Sam/patch-1
...
Fix docker link in README.md
2021-04-03 21:37:54 +01:00
Toucan-Sam
fcadabd339
Fix docker link in README.md
2021-04-04 08:32:38 +12:00
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.
2021-04-02 22:13:04 +01:00
30f16e7207
email: use strconv.Itoa instead of sprintf
2021-04-02 15:56:34 +01:00
dbe7e2e659
remove ts-debug
2021-04-01 14:33:57 +01:00
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.
2021-04-01 14:22:11 +01:00
07573a515a
merge translation
2021-04-01 12:58:06 +01:00
b3a2de50cf
hide no_username support message on setup
...
fixes #74 .
2021-04-01 12:56:47 +01:00
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/
2021-03-31 21:18:01 +02:00
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/
2021-03-31 21:18:00 +02:00
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/
2021-03-31 14:54:34 +02:00
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/
2021-03-31 14:54:34 +02:00