Harvey Tindall
d3990a6c55
upgrade vulnerable dependency
3 years ago
Harvey Tindall
be1d081629
build: fix css bundling bug with new esbuild
...
local testing was being done with an older version of esbuild which
didn't mind @tailwind statements before @imports (it complained, but did
its job). On the latest version used in Docker builds, it would leave
the @import statements intact which broke things like modals.
3 years ago
Harvey Tindall
fafb524a47
accounts: link ombi/discord when adding
3 years ago
Harvey Tindall
da1b9ccac7
ombi: add migration to link telegram/discord
3 years ago
Harvey Tindall
7b97e1ca26
fix discord/telegram linking with ombi
...
original issue creator replied with the fix.
3 years ago
Harvey Tindall
7f11549337
ombi: broken discord/telegram linking
...
doesn't work due to https://github.com/ombi-app/ombi/issues/3484
committing to save progress.
3 years ago
Harvey Tindall
987e0ddd4e
accounts: show "Set expiry" button for non-disabled users
...
previously hidden in a dropdown on the "re-enable" button for disabled
users only, now can be used on active ones.
3 years ago
Harvey Tindall
8fd097836f
discord: send in-channel reply to !start
3 years ago
Harvey Tindall
5acee68987
settings: rename URL base to reverse proxy subfolder
3 years ago
Harvey Tindall
25a1ca5a9f
bots: fix language selection
...
you may have to re-apply your language choice.
3 years ago
Harvey Tindall
32af107699
discord: add role to user on signup
...
This requires an extra permission, so you'll have to modify your bot
settings, kick it from your server and re-add it for this to work. The
role you select must also be lower in hierarchy than the bot's group.
3 years ago
Harvey Tindall
b929e16f2c
build: apply cssVersion for all ldflags
3 years ago
Harvey Tindall
1c942186aa
form: fix captcha
...
wouldn't compile (not sure why i didn't notice) and after fixing, the
check was being performed after deleting the invite so would always
fail.
3 years ago
Harvey Tindall
d9f8785372
form: add CAPTCHAs
...
Enabled in Settings > Captchas, shows a captcha on the account creation
form.
3 years ago
Harvey Tindall
8758d74e32
fix titles for some pages
3 years ago
Harvey Tindall
6448a7db9e
accounts: allow giving individual users jfa-go access
...
New "Access jfa-go" column allows you to select users for jfa-go access.
New "Allow All" setting allows all Jellyfin users access, as disabling
"Admin Only" no longer does this.
3 years ago
Richard de Boer
46d1da7cd3
translation from Weblate (Dutch)
...
Currently translated at 100.0% (175 of 175 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/nl/
3 years ago
Harvey Tindall
77c05a4d4f
prefix css with version to avoid cache conflict
3 years ago
Harvey Tindall
4024334c0c
accounts: add ability to label users
...
press the pen icon next to their username to add a nick-name to remind
you who they are.
3 years ago
Harvey Tindall
3294b27029
add replaceAll polyfill
3 years ago
Harvey Tindall
0d4747e8e9
Merge branch 'main' of github.com:hrfee/jfa-go
3 years ago
Harvey Tindall
1ebc648158
fix broken go template if statements
...
All available DOM parsers for node would move the contents of if
statements outside of them, breaking things like the accounts tab. Fixed
with a regex pre and post process to comment out then uncomment all template usage.
builds now depend on perl for some regex, this can likely be changed in
future though.
3 years ago
mLgz0rn
7e5bfd4b10
translation from Weblate (Danish)
...
Currently translated at 94.2% (164 of 174 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/da/
3 years ago
mLgz0rn
5074f4d7af
Translated using Weblate (Danish)
...
Currently translated at 90.0% (9 of 10 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/password-reset-links/da/
3 years ago
mLgz0rn
22feec49cb
Translated using Weblate (Danish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/da/
3 years ago
mLgz0rn
4b59876d8b
Translated using Weblate (Danish)
...
Currently translated at 100.0% (109 of 109 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/da/
3 years ago
mLgz0rn
3c278bc930
Translated using Weblate (Danish)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/da/
3 years ago
mLgz0rn
0221d29ecb
Translated using Weblate (Danish)
...
Currently translated at 96.0% (49 of 51 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/emails/da/
3 years ago
mLgz0rn
130b56f02d
translation from Weblate (Danish)
...
Currently translated at 97.2% (36 of 37 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/da/
3 years ago
Harvey Tindall
e86f5f4c3c
site: use tailwind
3 years ago
Harvey Tindall
3b0701e772
fix dark mode script
3 years ago
Harvey Tindall
9874dce520
merge tailwind and upgraded a17t
...
a17t v0.10 became a tailwind plugin rather than standalone css, and made
some other changes. Much of the original custom CSS now uses tailwind
classes, and there have been some other UI changes.
3 years ago
Harvey Tindall
2f50ab36fd
pad table and some other stuff
3 years ago
Harvey Tindall
6124b9b3f3
switch accounts tab table to white bg
3 years ago
Harvey Tindall
7ff492df6c
site: allow html injection
3 years ago
Harvey Tindall
a8ce35c13f
fixed height on table rows
3 years ago
Harvey Tindall
26d9864051
fix layout on remaining html
3 years ago
Harvey Tindall
a3a22d353c
lang: make loadLangSelector respect existing params
3 years ago
Harvey Tindall
dd5eecf9f9
fix textareas
3 years ago
Harvey Tindall
7e0e0b0520
fix form layout
3 years ago
Harvey Tindall
8bee09cd01
fix settings button highlight
3 years ago
Harvey Tindall
deb117fc34
fix setup layout
3 years ago
Harvey Tindall
a9a0005007
setup: patch messages with english fallback
3 years ago
Harvey Tindall
4eb7afead6
fix banner in about
3 years ago
Harvey Tindall
d1b5b74060
make most modals white
3 years ago
Harvey Tindall
cf91ee62ed
change invite color in light mode
3 years ago
Harvey Tindall
277690ef79
allow for defining custom dark: variants, ignore querySelector, shrink margins
3 years ago
Harvey Tindall
f7f3530a33
fix crash page
3 years ago
Harvey Tindall
2d3a5c739c
fix about page
3 years ago
Harvey Tindall
3dbb993d35
fix button layout on accounts tab
3 years ago