99875b9176
almost complete telegram user verification
...
When signing up, the user is given a pin code which they send to a
telegram bot. This provides user verification, but more importantly
allows the bot to message the user, as the Telegram API requires the
user to interact with the bot before it can do the opposite.
The bot should recognize the correct language, but a /lang command is
also provided to change it.
The verification process is pretty much functional but ui is still
broken, and it isn't properly integrated yet.
2021-05-07 01:08:12 +01:00
c0f316d049
add preview to Announcements
2021-05-03 18:35:27 +01:00
af61549bf1
ombi: reset password when using pwr links
...
When password reset links are enabled, the ombi password will be reset
to the PIN along with Jellyfin.
2021-05-02 13:23:59 +01:00
d701c5f27d
add months field to invites & expiry
2021-04-08 20:43:01 +01:00
a8f71c83da
store language preference as cookie
2021-04-08 16:03:46 +01:00
871bc9f396
use proper date formatting on form for expiry
2021-04-07 15:17:15 +01:00
9370913ace
add password reset link option
...
When enabled (in Settings > Password Resets), a magic link will be sent
instead of a PIN when the user tries reset their password. By doing
this the user doesn't have to keep the Jellyfin tab open to enter the
code.
2021-03-30 22:41:28 +01:00
21490faa9e
fix IsNew() func, include LICENSE in goreleaser
2021-03-07 16:45:35 +00:00
bd05a4b35a
include LICENSE in build, display in about tab
...
Also fixes last commit, user cache wasn't refreshed in ApplySettings, is
now.
2021-03-01 00:32:09 +00:00
1e9d184508
implement user expiry functionality
...
All works now, but i'll add a field on the accounts tab for users with
an expiry, as well as a 'disabled' badge.
2021-02-28 15:41:06 +00:00
2934832a98
implement frontend for user expiry/duration
...
this will add an optional validity period to users, where their account
will be disabled (or deleted) a specified amount of time after they
created it.
2021-02-28 00:44:28 +00:00
b3fa667db1
version with ldflags instead of script
2021-02-22 01:23:42 +00:00
ea99966057
refactor, move route loading to router.go
2021-02-12 14:59:16 +00:00
1af8d1f77d
fix url in account creation success page
2021-02-12 13:38:34 +00:00
4c653fea36
fix url base on invite and broken getLanguages
2021-02-12 12:52:08 +00:00
f72def0399
serve on / and URL base for easy proxying
2021-02-11 23:06:51 +00:00
1a6727312c
dont override header on email confirmation fail
2021-02-11 14:04:15 +00:00
6691ae27f4
fix navigation with URL base set
2021-02-05 13:31:56 +00:00
b037b08152
respect URL Base in http preloads and inline html links
2021-02-05 13:10:47 +00:00
ee026714d4
Add optional email confirmation
...
If enabled, a confirmation email will be sent before the user can create
their account.
2021-01-30 19:19:12 +00:00
8af1c13d7e
Display error messages on form
...
two new strings need translating in lang/form.
2021-01-25 18:01:18 +00:00
f7d8feac5d
bundle css with esbuild
2021-01-23 18:53:14 +00:00
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
1aadd12006
move validationStrings out of strings in lang/form
2021-01-18 22:06:50 +00:00
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
965c449f1c
attempt to use http2 server push
2021-01-15 14:43:32 +00:00
a3351f4da8
separate options for form and admin language
2021-01-15 14:43:32 +00:00
422f13202b
Use lang file in typescript
2021-01-15 14:43:31 +00:00
c470e40737
Start adding translation support for admin
2021-01-15 14:43:31 +00:00
a102199d5a
include code in invite form instead of getting from url
...
potentially solves #34 ?
2021-01-14 14:22:20 +00:00
3fbbc7f620
add language selector to form
2021-01-11 19:17:43 +00:00
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.
2021-01-05 18:16:23 +00:00
c79f86137e
separate head into template, add description meta tag
2020-12-07 22:46:17 +00:00
9dbf60e3df
add URL base option for subfolder proxies
...
also cleaned up the naming of some things.
2020-11-22 16:36:43 +00:00
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.
2020-11-03 21:11:43 +00:00
d64d5c194f
initial steps for localisation
2020-10-30 22:51:47 +00:00
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.
2020-10-22 17:50:40 +01:00
ce844e0574
add ts-debug option to makefile for including typescript and sourcemaps
2020-09-23 20:14:16 +01:00
d4b94bc9d9
add user button
...
added create user button for the admin to use.
2020-09-18 00:59:59 +01:00
831296a3e8
remove windows related messages
...
self restarts now work, so no need.
2020-09-08 23:13:44 +01:00
f5f2a0f190
Add notice about no self-restarts on windows
2020-09-05 21:52:23 +01:00
ba67fa7536
Initial Ombi integration
...
When enabled, an account for the user is created on both Jellyfin and
Ombi. Account defaults can be stored similarly to jf.
2020-09-05 17:32:49 +01:00
8e8debd8a4
add about page to web ui
2020-08-31 15:29:35 +01:00
fd766e7b1a
use app identifier instead of ctx
...
changing this because ctx is commonly used with the context package.
2020-08-16 13:36:54 +01:00
e5ebcef684
Partial check for invite page, 404 handling
...
The invite route no longer calls checkInvite, instead just chekcing the
invite exists. This speeds up page loading. the 404 and invalidCode
pages are now loaded when necessary.
2020-07-31 13:03:36 +01:00
961b9afa75
Functioning user creation, notifications,
...
Fixed password validation for new users, add invite route, couple other
fixes.
2020-07-31 12:48:37 +01:00
d8fb6e5613
first
2020-07-29 22:11:28 +01:00