Harvey Tindall
493f10fa36
add french, fix language selector in settings
...
note: custom language files can now be added in data/lang/form and will be
listed in settings.
4 years ago
Harvey Tindall
8e45ecb214
add cache_timeout option
...
controls how old the Jellyfin user cache can be before refetching. defaults to 30 minutes.
4 years ago
Harvey Tindall
d4a92adc65
add rough error logging for read/write errors
4 years ago
Harvey Tindall
c84ea17af4
refactor; separate jfapi and ombi into modules
4 years ago
Harvey Tindall
0f4e77364b
remove hardcoded string from form.ts
4 years ago
Harvey Tindall
d64d5c194f
initial steps for localisation
4 years ago
Harvey Tindall
95c9f4f42d
Apply email addres changes to ombi
...
for #11 .
4 years ago
Harvey Tindall
a89dc40ff2
delete ombi user when deleting jf user
...
also fix ombi defaults menu in ui. responds to #11 .
4 years ago
Harvey Tindall
8089187b3e
use bs5 alpha2, config description changes
...
alpha2's new close buttons are used, also fixed html_templates
settings being automatically filled in with an incorrect value.
4 years ago
Harvey Tindall
29775e2e75
make goreleaser include modules subdir
4 years ago
Harvey Tindall
9d62b70daa
Fix esbuild and snapshot versioning in goreleaser
...
snapshots are now "jfa-go_git-<commit>..." instead of
"jfa-go_v0.0.0...".
4 years ago
Harvey Tindall
301f502052
Rework typescript to use modules
...
web UI now uses modules, and relies less on bodge to make things work.
Also fixes an issue where invites where "failed to send to xx" appeared
in invite form.
4 years ago
Harvey Tindall
2d6b1717db
move all shared typescript to common.ts
4 years ago
Harvey Tindall
9abb177427
use typescript for form.html in separate file, allow customization of
...
requirement strings
Password requirement text is now loaded by the typescript, and can be
customized by changing the validationStrings variable. See wiki for more
info.
4 years ago
Harvey Tindall
2f9965bcda
Print full error if writing config fails
4 years ago
Harvey Tindall
82d07e423c
add optional path to custom web ui pages
...
'html_templates' in 'files' can be set to a directory, in which you can
place custom version of the web ui pages. Added for #9 . Wiki explainer
to follow.
4 years ago
Harvey Tindall
8e6cf799cd
use npx to avoid looking for node_modules, get rid of useless
...
get_node_deps
makefile works without interaction by default now.
4 years ago
Harvey Tindall
8672d7dc18
Separate email address and username for smtp
...
A username can now be set for SMTP. If not set, the send from address
will be used as before.
4 years ago
Harvey Tindall
5fd2e81fe4
install requests dep for upload.py
...
sorry for commit spam.
4 years ago
Harvey Tindall
a12678bd4d
upload tar.gz instead of zip
4 years ago
Harvey Tindall
0e415020f7
get swag in goreleaser.yml
4 years ago
Harvey Tindall
a834aa30cf
dont use esbuild.sh in goreleaser
4 years ago
Harvey Tindall
e3644e8fbf
fix indentation
4 years ago
Harvey Tindall
04198f3d49
initial buildrone integration
...
buildrone is a little build server thing i wrote. This change should
cause all new Drone builds to be uploaded to it.
4 years ago
Harvey Tindall
8f7a65bebb
fix drone.yml build
4 years ago
Harvey Tindall
1ef37f91b2
modify readme
4 years ago
Harvey Tindall
64c5badddd
more drone testing
4 years ago
Harvey Tindall
2e0519b183
drone testing
4 years ago
Harvey Tindall
9e739e79e7
initial drone ci setup
4 years ago
Harvey Tindall
2a2435ae11
remove version, device, device_id options, set them automatically
...
not sure why i exposed these to the user in the first place. they are
set to <jfa-go version>, <jfa-go>, <jfa-go-<version>-<commit>>
respectively.
4 years ago
Harvey Tindall
04a4a4ca95
use esbuild to compile and minify ts
...
tsc is still used for ts-debug.
4 years ago
Harvey Tindall
7628e5d71d
Move api models to separate file
4 years ago
Harvey Tindall
9fec714da7
fix goreleaser builds
...
wrapped tsc in a a shell script to ignore duplicate function errors.
4 years ago
Harvey Tindall
e104bd8362
small changes, new images and readme updated
4 years ago
Harvey Tindall
64ad8ccf6e
Fix docker build; add some color
4 years ago
Harvey Tindall
313b75bead
Add SWAGGER and DEBUG env variables
...
Should be useful for docker installations.
4 years ago
Harvey Tindall
9f6e405d1c
Add auth and tags to swagger
4 years ago
Harvey Tindall
84fb69d440
add go.mod back
4 years ago
Harvey Tindall
62543cd0be
remove generated documentation
...
can be regenerated by running 'make swagger' before 'make compile'.
depends on swaggo/swag.
4 years ago
Harvey Tindall
b6537cef65
Add basic swagger documentation
...
accessible by running with -swagger. Accessible at /swagger/index.html.
Currently doesn't have authentication setup, so no requests will work.
4 years ago
Harvey Tindall
544f5674e8
rename routes to make more sense
...
for example, /getInvite and /generateInvite become GET(/invites) and
POST(/invites) respectively.
4 years ago
Harvey Tindall
ce844e0574
add ts-debug option to makefile for including typescript and sourcemaps
4 years ago
Harvey Tindall
9bd7fca95e
fix table sizing on bootstrap 4; fix profile application on single-use
...
invites
use table-sm and no form-check-input so profile menu looks normal on
bs4. Profile was being read after being marked as used on invites, so
single-use invites were deleted and no profile was applied.
4 years ago
Harvey Tindall
89e70f6f7a
Add default profile functionality
...
Default profile can be selected in settings.
4 years ago
Harvey Tindall
6b25215768
apply settings even if section doesn't exist
...
in response to issue #7 . Not sure why this wasn't the original
behaviour, nor how I hadn't noticed it earlier
4 years ago
Harvey Tindall
903a61d0f2
Profiles replace user templates
...
Profile functionality is essentially complete, and they can be created
in settings. Only thing currently missing is a way to set a default
profile.
4 years ago
Harvey Tindall
49ef3dfcf0
remove old settings button
4 years ago
Harvey Tindall
2ab9b48f4b
Move settings menu to a tab
...
settings is now its own tab instead of a modal.
4 years ago
Harvey Tindall
b6ceee508c
Fix bug with invites in webui, add profile selector
...
invite codes starting with a digit don't work with the webui, so
GenerateInvite regenerates uuids until theres one that doesn't.
4 years ago
Harvey Tindall
32b8ed4aa2
rewrite* most web ui code in typescript
...
i wanted to split up the web ui components into multiple files, and
figured it'd be a good chance to try out typescript. run make typescript
to compile everything in ts/ and put it in data/static/.
This is less of a rewrite and more of a refactoring, most of it still
works the same but bits have been cleaned up too.
Remaining javascript found in setup.js and form.html
4 years ago