2229 Commits

Author SHA1 Message Date
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
Harvey Tindall
72a7759ca5 Fix invite link when non-default language selected 2021-01-17 12:36:16 +00:00
Richard de Boer
bf46c9f906 add dutch translation of emails 2021-01-17 12:32:50 +00:00
Richard de Boer
14bb85f301 add dutch translation of admin pages 2021-01-17 12:32:50 +00:00
Harvey Tindall
e68dccbc17 keep language choice in url when changing tabs v0.2.8 2021-01-15 21:16:11 +00:00
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.
2021-01-15 18:57:12 +00:00
Harvey Tindall
ca0889aaab Merge branch 'main' of github.com:hrfee/jfa-go into main
made a mistake, tried to fix it, messed up again.
2021-01-15 14:47:12 +00:00
Harvey Tindall
772e12d11c add optional tls/http2 support
Allows for http2 server push, see the advanced section.
2021-01-15 14:43:32 +00:00
Harvey Tindall
7d04487b18 update CONTRIBUTING.md 2021-01-15 14:43:32 +00:00
Harvey Tindall
0b482116bb fix display of username box on add account modal 2021-01-15 14:43:32 +00:00
Harvey Tindall
a579bcd463 add finished french for admin 2021-01-15 14:43:32 +00:00
Harvey Tindall
ab7017ff12 fix spelling in french email 2021-01-15 14:43:32 +00:00
Harvey Tindall
3d5bea003a Fix email language selection, add finished french emails 2021-01-15 14:43:32 +00:00
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.
2021-01-15 14:43:32 +00:00
Harvey Tindall
965c449f1c attempt to use http2 server push 2021-01-15 14:43:32 +00:00
Harvey Tindall
4679c6f355 add language selector to admin 2021-01-15 14:43:32 +00:00
Harvey Tindall
a3351f4da8 separate options for form and admin language 2021-01-15 14:43:32 +00:00
Harvey Tindall
422f13202b Use lang file in typescript 2021-01-15 14:43:31 +00:00
Harvey Tindall
c470e40737 Start adding translation support for admin 2021-01-15 14:43:31 +00:00
Harvey Tindall
0f92ce2166 update CONTRIBUTING.md 2021-01-15 13:48:18 +00:00
Harvey Tindall
b1becb9ef5 fix display of username box on add account modal 2021-01-15 13:48:18 +00:00
Harvey Tindall
3c1599b6b7 add finished french for admin 2021-01-15 13:48:18 +00:00
Harvey Tindall
3e53b742f4 fix spelling in french email 2021-01-15 13:48:18 +00:00
Harvey Tindall
5401593279 Fix email language selection, add finished french emails 2021-01-15 13:48:18 +00:00
Harvey Tindall
0710e05479 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.
2021-01-15 13:48:18 +00:00
Harvey Tindall
1707d011a2 attempt to use http2 server push 2021-01-15 13:48:18 +00:00
Harvey Tindall
5e8d7944bd add language selector to admin 2021-01-15 13:48:18 +00:00
Harvey Tindall
2d2727f7e8 separate options for form and admin language 2021-01-15 13:48:18 +00:00
Harvey Tindall
c72282613d Use lang file in typescript 2021-01-15 13:48:18 +00:00
Harvey Tindall
4ac62a107c Start adding translation support for admin 2021-01-15 13:48:18 +00:00
Harvey Tindall
a102199d5a include code in invite form instead of getting from url
potentially solves #34?
2021-01-14 14:22:20 +00:00
Harvey Tindall
3c799b8783 remove debug printfs 2021-01-11 19:19:19 +00:00
Harvey Tindall
3fbbc7f620 add language selector to form 2021-01-11 19:17:43 +00:00
Harvey Tindall
461efa7f60 oops 2021-01-11 16:10:04 +00:00
Harvey Tindall
1321f8df50 mention contributing.md 2021-01-11 16:09:30 +00:00
Harvey Tindall
a081f3a799 add contribution notes 2021-01-11 16:07:49 +00:00
Harvey Tindall
e532000ad0 Mention emby in README, add notices about password resets v0.2.7 2021-01-10 16:10:03 +00:00
Harvey Tindall
8d0dc232d7 option to substitute "Jellyfin" in form.html
setting is jellyfin/substitute_jellyfin_strings.
2021-01-10 16:10:03 +00:00
Harvey Tindall
f5602f1e96 change settings description and console warning 2021-01-10 16:10:03 +00:00
Harvey Tindall
d9e1e2f58b compiles, basic issues fixed
Server type is found under the Jellyfin settings tab, where you can
change it to emby. Currently:

* logs in
* creates users
* parses accounts
2021-01-10 16:10:03 +00:00
Harvey Tindall
5d56ed5378 fix most incompatibilites, start separating api clients 2021-01-10 16:10:03 +00:00
Harvey Tindall
4aae655180 live validation on form, change special character definition
The internal array of special characters was lacking, so a character is
now special when not a digit and (uppercase form) == (lowercase form).
v0.2.6
2021-01-09 01:00:27 +00:00
Harvey Tindall
6860933498 functional continue button in form, hide empty contactMessage box 2021-01-09 00:07:19 +00:00
alexh-name
377c8d3e4e fix typo in form/en-us 2021-01-08 23:58:48 +00:00
Richard de Boer
74bbfdf5c2 add dutch translation of account creation form 2021-01-08 23:57:18 +00:00
Harvey Tindall
0171fb8569 dont attempt to release PRs on buildrone 2021-01-08 23:52:36 +00:00
Harvey Tindall
fdc97b4e86 rename ts to typescript
unusual name conflict meant this step gets skipped.
v0.2.5
2021-01-05 18:40:19 +00:00