Harvey Tindall
4fc9bdb35b
element already existed, oops
2021-01-29 01:32:44 +00:00
Harvey Tindall
c0a05be44e
add strftime notice on setup
...
string was already in translations, just forgot to include it.
2021-01-29 01:29:54 +00:00
Harvey Tindall
482c9d5719
update license date
2021-01-29 01:20:05 +00:00
virusperfect
f063298bf7
Translated using Weblate (German)
...
Currently translated at 100.0% (32 of 32 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/de/
2021-01-27 23:11:35 +01:00
virusperfect
bb1e454850
translation from Weblate (German)
...
Currently translated at 100.0% (108 of 108 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/de/
2021-01-27 23:11:35 +01:00
Cornichon420
11770d90f1
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/
2021-01-27 23:11:35 +01:00
hrfee
8a415140b6
Translated using Weblate (English)
...
Currently translated at 100.0% (32 of 32 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/en/
2021-01-27 23:11:35 +01:00
Harvey Tindall
3dd83bffbf
Merge branch 'new-setup'
...
Merge new setup wizard
This is much more up-to-date than the previous setup page, with a new
design and previously missing/new settings. Currently only available in
english (hopefully that changes soon).
also fixes conflict in _post.
2021-01-27 22:06:44 +00:00
Harvey Tindall
79987ffa22
add refresh button that uses url base if given
2021-01-27 21:51:01 +00:00
Harvey Tindall
764639bbba
add header template
2021-01-27 21:38:35 +00:00
Harvey Tindall
eb67116ee6
replace og setup
2021-01-27 21:37:43 +00:00
Harvey Tindall
7baea9101e
Add general settings, ombi
...
host, port, theme, tls are included in general. Page theme changes with
setting. Fixed checkbox support messages. Split some cards into columns.
2021-01-27 21:35:41 +00:00
Harvey Tindall
167fae9892
add jellyfin connection test, submission
...
fully functional now, but still need to add some sections (ombi mainly).
2021-01-27 12:55:39 +00:00
Harvey Tindall
c7f5aa2e2b
split into pages, hide email pages when disabled, add history navigation
2021-01-27 00:51:19 +00:00
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.
2021-01-26 22:57:29 +00:00
Harvey Tindall
1f6bbc75ff
remove junk files
2021-01-26 00:39:35 +00:00
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.
2021-01-26 00:37:32 +00:00
Harvey Tindall
bf1e6230dc
split some strings into common file; use lang file to setup page
2021-01-25 21:26:54 +00:00
Harvey Tindall
8af1c13d7e
Display error messages on form
...
two new strings need translating in lang/form.
2021-01-25 18:01:18 +00:00
Harvey Tindall
061945218a
fix extra whitespace after pin code
...
for #39
2021-01-25 17:18:35 +00:00
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.
2021-01-24 23:05:04 +00:00
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/
2021-01-24 18:27:28 +01:00
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/
2021-01-24 18:27:28 +01:00
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/
2021-01-24 18:27:28 +01:00
Weblate
e5de8b20ff
merge branch 'origin/main' into Weblate.
2021-01-24 16:57:46 +01:00
Harvey Tindall
dd96d71280
Add optional label for invites
...
Requested in #38 .
2021-01-24 15:55:45 +00:00
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/
2021-01-24 16:22:39 +01:00
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 .
2021-01-24 15:19:58 +00:00
Harvey Tindall
406fef6595
bundle typescript
2021-01-23 19:08:27 +00:00
Harvey Tindall
f7d8feac5d
bundle css with esbuild
2021-01-23 18:53:14 +00:00
Harvey Tindall
cd2ea2e579
reload email after lang is loaded
...
fixes #37 .
2021-01-21 18:57:32 +00:00
Harvey Tindall
b66654787c
make whole invite clickable to expand
2021-01-21 17:59:16 +00:00
Harvey Tindall
882a3467db
fix language settings loading
2021-01-21 14:16:03 +00:00
Harvey Tindall
27ac0bf43e
merge german translation
2021-01-21 11:49:20 +00:00
Harvey Tindall
4485622354
remove some comments
2021-01-21 10:56:58 +00:00
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/
2021-01-21 11:52:46 +01:00
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/
2021-01-21 11:52:46 +01:00
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/
2021-01-21 11:52:46 +01:00
hrfee
96abbdf9a8
Added translation using Weblate (German)
2021-01-20 09:03:49 +01:00
hrfee
7c61392ff4
add translation from Weblate (German)
2021-01-20 09:03:18 +01:00
hrfee
901abfb3e5
add translation from Weblate (German)
2021-01-20 09:02:35 +01:00
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/
2021-01-19 01:31:18 +01:00
hrfee
9a08a6603a
Deleted translation using Weblate (English (United Kingdom))
2021-01-19 01:31:18 +01:00
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/
2021-01-19 01:31:18 +01:00
hrfee
fad6a04a5f
Added translation using Weblate (English (United Kingdom))
2021-01-19 01:31:18 +01:00
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.
2021-01-19 00:29:29 +00:00
Harvey Tindall
1aadd12006
move validationStrings out of strings in lang/form
2021-01-18 22:06:50 +00:00
Harvey Tindall
26a1f30d32
Fix initial language setting value
...
For some reason it was set as en-US, not en-us.
2021-01-18 00:14:12 +00:00
Harvey Tindall
e0a17c6a74
mention new weblate instance
2021-01-17 20:02:02 +00:00
Harvey Tindall
7ce1b5001c
merge nl-nl with invite url fix
2021-01-17 12:38:50 +00:00