Harvey Tindall
c7f5aa2e2b
split into pages, hide email pages when disabled, add history navigation
4 years ago
Harvey Tindall
8c871bc5fa
Add ts to link setting dependance
...
Also make store each setting as classes in a settings object, to make it
easier to serialize on submitting. Also, added
"substitute_jellyfin_strings", "no_username" and welcome_email.
4 years ago
Harvey Tindall
1f6bbc75ff
remove junk files
4 years ago
Harvey Tindall
23ae18d732
compile setup.ts in Makefile/Goreleaser
...
surprised there hasn't been issues for this, the setup page would've
been broken for a while.
4 years ago
Harvey Tindall
bf1e6230dc
split some strings into common file; use lang file to setup page
4 years ago
Harvey Tindall
8af1c13d7e
Display error messages on form
...
two new strings need translating in lang/form.
4 years ago
Harvey Tindall
061945218a
fix extra whitespace after pin code
...
for #39
4 years ago
Harvey Tindall
687edf2b0b
Initial setup page content
...
Rewritten with a17t. Content right now is just a copy of the original
setup.html, but settings for new features will be added later.Currently
all cards are shown, only the current one will show in future.
4 years ago
Cornichon420
1bf1e994fe
Translated using Weblate (French)
...
Currently translated at 100.0% (32 of 32 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/fr/
4 years ago
Cornichon420
7f91a27e4f
translation from Weblate (French)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/form/fr/
4 years ago
Cornichon420
f66510c74b
translation from Weblate (French)
...
Currently translated at 100.0% (108 of 108 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/fr/
4 years ago
Weblate
e5de8b20ff
merge branch 'origin/main' into Weblate.
4 years ago
Harvey Tindall
dd96d71280
Add optional label for invites
...
Requested in #38 .
4 years ago
Richard de Boer
a687b2c438
translation from Weblate (Dutch)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/nl/
4 years ago
Harvey Tindall
ea262ca60b
add optional welcome email for new users
...
When enabled, an email with the server URL and username will be sent to
created users. Requested in #38 .
4 years ago
Harvey Tindall
406fef6595
bundle typescript
4 years ago
Harvey Tindall
f7d8feac5d
bundle css with esbuild
4 years ago
Harvey Tindall
cd2ea2e579
reload email after lang is loaded
...
fixes #37 .
4 years ago
Harvey Tindall
b66654787c
make whole invite clickable to expand
4 years ago
Harvey Tindall
882a3467db
fix language settings loading
4 years ago
Harvey Tindall
27ac0bf43e
merge german translation
4 years ago
Harvey Tindall
4485622354
remove some comments
4 years ago
virusperfect
91b2b44768
Translated using Weblate (German)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/de/
4 years ago
virusperfect
8c276fa0a7
translation from Weblate (German)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/form/de/
4 years ago
virusperfect
78b0e22091
translation from Weblate (German)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/de/
4 years ago
hrfee
96abbdf9a8
Added translation using Weblate (German)
4 years ago
hrfee
7c61392ff4
add translation from Weblate (German)
4 years ago
hrfee
901abfb3e5
add translation from Weblate (German)
4 years ago
hrfee
2eea836d9f
translation from Weblate (French)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/fr/
4 years ago
hrfee
9a08a6603a
Deleted translation using Weblate (English (United Kingdom))
4 years ago
hrfee
887126f5dd
Translated using Weblate (English (United Kingdom))
...
Currently translated at 1.9% (2 of 105 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/en_GB/
4 years ago
hrfee
fad6a04a5f
Added translation using Weblate (English (United Kingdom))
4 years ago
Harvey Tindall
e834445b0b
Restructure language loading to support incomplete translations
...
On startup, files are scanned and any missing values are replaced with
the english version.
4 years ago
Harvey Tindall
1aadd12006
move validationStrings out of strings in lang/form
4 years ago
Harvey Tindall
26a1f30d32
Fix initial language setting value
...
For some reason it was set as en-US, not en-us.
4 years ago
Harvey Tindall
e0a17c6a74
mention new weblate instance
4 years ago
Harvey Tindall
7ce1b5001c
merge nl-nl with invite url fix
4 years ago
Harvey Tindall
72a7759ca5
Fix invite link when non-default language selected
4 years ago
Richard de Boer
bf46c9f906
add dutch translation of emails
4 years ago
Richard de Boer
14bb85f301
add dutch translation of admin pages
4 years ago
Harvey Tindall
e68dccbc17
keep language choice in url when changing tabs
4 years ago
Harvey Tindall
ffc62574ec
Fix server push and use Link header to load CSS
...
Nginx with http2_push_preload on will convert the Link header to server
pushes, so we use it to load css.
4 years ago
Harvey Tindall
ca0889aaab
Merge branch 'main' of github.com:hrfee/jfa-go into main
...
made a mistake, tried to fix it, messed up again.
4 years ago
Harvey Tindall
772e12d11c
add optional tls/http2 support
...
Allows for http2 server push, see the advanced section.
4 years ago
Harvey Tindall
7d04487b18
update CONTRIBUTING.md
4 years ago
Harvey Tindall
0b482116bb
fix display of username box on add account modal
4 years ago
Harvey Tindall
a579bcd463
add finished french for admin
4 years ago
Harvey Tindall
ab7017ff12
fix spelling in french email
4 years ago
Harvey Tindall
3d5bea003a
Fix email language selection, add finished french emails
4 years ago
Harvey Tindall
bc99dc34ee
Add email translation, add part of french translations
...
Admin translation from @Killianbe, Email translation from
@Cornichon420. French is currently not functional, a few things are
missing which i'm waiting on.
4 years ago