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
Harvey Tindall
965c449f1c
attempt to use http2 server push
4 years ago
Harvey Tindall
4679c6f355
add language selector to admin
4 years ago
Harvey Tindall
a3351f4da8
separate options for form and admin language
4 years ago
Harvey Tindall
422f13202b
Use lang file in typescript
4 years ago
Harvey Tindall
c470e40737
Start adding translation support for admin
4 years ago
Harvey Tindall
0f92ce2166
update CONTRIBUTING.md
4 years ago
Harvey Tindall
b1becb9ef5
fix display of username box on add account modal
4 years ago
Harvey Tindall
3c1599b6b7
add finished french for admin
4 years ago
Harvey Tindall
3e53b742f4
fix spelling in french email
4 years ago
Harvey Tindall
5401593279
Fix email language selection, add finished french emails
4 years ago
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.
4 years ago
Harvey Tindall
1707d011a2
attempt to use http2 server push
4 years ago
Harvey Tindall
5e8d7944bd
add language selector to admin
4 years ago
Harvey Tindall
2d2727f7e8
separate options for form and admin language
4 years ago
Harvey Tindall
c72282613d
Use lang file in typescript
4 years ago
Harvey Tindall
4ac62a107c
Start adding translation support for admin
4 years ago
Harvey Tindall
a102199d5a
include code in invite form instead of getting from url
...
potentially solves #34 ?
4 years ago
Harvey Tindall
3c799b8783
remove debug printfs
4 years ago
Harvey Tindall
3fbbc7f620
add language selector to form
4 years ago
Harvey Tindall
461efa7f60
oops
4 years ago
Harvey Tindall
1321f8df50
mention contributing.md
4 years ago
Harvey Tindall
a081f3a799
add contribution notes
4 years ago
Harvey Tindall
e532000ad0
Mention emby in README, add notices about password resets
4 years ago
Harvey Tindall
8d0dc232d7
option to substitute "Jellyfin" in form.html
...
setting is jellyfin/substitute_jellyfin_strings.
4 years ago
Harvey Tindall
f5602f1e96
change settings description and console warning
4 years ago
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
4 years ago
Harvey Tindall
5d56ed5378
fix most incompatibilites, start separating api clients
4 years ago
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).
4 years ago
Harvey Tindall
6860933498
functional continue button in form, hide empty contactMessage box
4 years ago
alexh-name
377c8d3e4e
fix typo in form/en-us
4 years ago
Richard de Boer
74bbfdf5c2
add dutch translation of account creation form
4 years ago
Harvey Tindall
0171fb8569
dont attempt to release PRs on buildrone
4 years ago
Harvey Tindall
fdc97b4e86
rename ts to typescript
...
unusual name conflict meant this step gets skipped.
4 years ago
Harvey Tindall
eb370d64df
Merge a17t-redesign, kinda ts-ify setup.js
...
the web ui has been redesigned with the a17t toolkit, which imo looks a
lot better than bootstrap. This also brought a complete rework of the
web code, which now makes a lot more sense hopefully. the setup page is
still stuck with bootstrap, its not much of a priority but i'll rewrite
it eventually.
4 years ago
Harvey Tindall
69bf81b658
change comment
4 years ago
Harvey Tindall
9125273036
Merge dependabot PR
4 years ago
Harvey Tindall
ee6f81b9e9
Add ability to revert to non-hyphenated user IDs
...
The first 10.7.0 build i tried used hyphens, but a later one didn't.
emails.json can now be converted between the two forms depending on what
the server uses.
4 years ago
Harvey Tindall
72eb51e9c0
Merge pull request #20 from hrfee/dependabot/npm_and_yarn/ini-1.3.8
...
Bump ini from 1.3.5 to 1.3.8
4 years ago
dependabot[bot]
f3833f1433
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Harvey Tindall
c79f86137e
separate head into template, add description meta tag
4 years ago