Harvey Tindall
e2c24a2593
accounts: add "not results found" screen
1 year ago
Harvey Tindall
31b7ede665
accounts: fix search button (again)
1 year ago
Harvey Tindall
dba7d0bd4e
admin: improve searchboxes appearance
...
"Clear search" button is now fully over the search box, so the
focus/click effects fully wrap round it. Rounded edges of the button are
now only on the right edge.
1 year ago
Harvey Tindall
73cfa5bef2
settings: "no results found", section matching
...
No results found screen added, nd when a section name matches the
search, all settings in the section are shown normally.
1 year ago
Harvey Tindall
6909477f45
settings: hidden items in search explained
...
if a matched setting is hidden, an aside card will show explaining why,
eitherbecause advanced settings is not enabled or because it depends
on another setting.
1 year ago
Harvey Tindall
701d1305d3
settings: non-match search result have transparency
...
Matches have 100% opacity, non-matches have 50. Looks better than the
aside thing, doesn't break anything.
1 year ago
Harvey Tindall
08498074ed
settings: funtioning search functionality
...
Search box and clear button work, curently matching settings are changed
to "aside"s for the border effect. Not super happy with how it looks
yet, and it messes up tooltips slightly.
1 year ago
Harvey Tindall
635c2be32c
settings: initial search function
...
not really plugged into anything yet.
1 year ago
Harvey Tindall
3143d32b45
log: include caller in debug storage logging
...
includes the location where Set*Key/Delete*Key was called.
1 year ago
Harvey Tindall
742f5c095a
log: add basic database write debug logging
...
A series of settings can be found in Settings > Advanced for logging
writes to the database, for each main storage object. "All" logs all
writes, "Deletion" logs Delete* Calls and Write* calls where the
principal data in the object (e.g. address in an EmailAddress object) is
set to "".
1 year ago
Harvey Tindall
7b2a6cdf74
discord: merge /inv from @VioletLeporid
...
Adds the /inv command to send an invite directly to a Discord user.
1 year ago
Harvey Tindall
2f3d5e4e3a
discord: update profile list when changes occur
1 year ago
Harvey Tindall
2fb2f3ee74
discord: send error message when inv construction fails
1 year ago
Harvey Tindall
7813c8c68b
discord: Use GenerateInviteCode in /inv
1 year ago
Harvey Tindall
e528f7c348
Merge latest changes
1 year ago
Harvey Tindall
77f6b1042e
invites: move code gen to function
...
code to generate an invite code w/ a non-integer first character was
reused a bunch, so it's now function GenerateInviteCode().
1 year ago
Harvey Tindall
7db94dcebf
Merge /inv command additions
...
Merge branch 'main' of github.com:VioletLeporid/jfa-go
1 year ago
Violet Scheen
70afc21217
Merge branch 'hrfee:main' into main
1 year ago
Violet Scheen
525c13ff6a
Update discord.go
1 year ago
Violet Scheen
0366e5116d
Update discord.go
...
Cleaning up a bit
1 year ago
Harvey Tindall
62923d5e45
discord: register available profiles for /inv
...
profiles are registered as options for /inv as startup. Note in
description added to restart jfa-go to reload them.
1 year ago
Harvey Tindall
10a32ad1ae
discord: re-add optional args
1 year ago
Harvey Tindall
e52e21a54b
discord: fix up /inv basic functionality
...
sending now succeeds, and a reponse of "Invite sent." is given to the
requester. Also some formatting changes.
1 year ago
Harvey Tindall
7c861e5763
lang: fix the usual mistakes
...
someone directly translating "English (US)", and lowercasing lang files.
1 year ago
Harvey Tindall
9c771e193e
lang: fix typo in french
...
`{n]` instead of `{n}` meant expiry times on the user page weren't being
rendered.
1 year ago
Killianbe
f37451021f
translation from Weblate (French)
...
Currently translated at 100.0% (188 of 188 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/fr/
1 year ago
Killianbe
4aa095d466
Translated using Weblate (French)
...
Currently translated at 92.5% (111 of 120 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/fr/
1 year ago
Killianbe
638be18ea8
Translated using Weblate (French)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/fr/
1 year ago
Killianbe
42264f0547
translation from Weblate (French)
...
Currently translated at 100.0% (62 of 62 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/fr/
1 year ago
Killianbe
07d738006f
translation from Weblate (French)
...
Currently translated at 96.8% (182 of 188 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/fr/
1 year ago
Anton B
4bc51570c2
Translated using Weblate (Swedish)
...
Currently translated at 82.3% (42 of 51 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/sv/
1 year ago
Harvey Tindall
cf94fdb2f0
ombi: fix password reset on default route
...
the ombi password wasn't being changed w/ password resets initiated
through the admin page (and probably by other routes, too), as the code
was considering a HTTP 204 from Jellyfin as a failure, causing it to
skip anything with Ombi. Also added a little check for Ombi-imported
accounts that probably won't help with anything, but whatever.
1 year ago
Harvey Tindall
4864c6c53c
ombi: implement getOmbiImportedUser
1 year ago
Harvey Tindall
5702e8012c
proxy: use for updater & SMTP
...
imports a new package to create a HTTP proxy dialer for the SMTP client.
1 year ago
Harvey Tindall
523902f951
proxy: add http/socks5 support, use for Jellyfin
...
can be found in advanced. Currently only used for the main Jellyfin
client.
1 year ago
Violet Scheen
dd93758b0e
Update discord.go
1 year ago
Violet Scheen
b595d3ea03
Update discord.go
1 year ago
Violet Scheen
49dfac514d
Update discord.go
1 year ago
Harvey Tindall
543f23c8ef
userpage: make refresh token work w/ reverse proxy
...
potentially for #290 .
1 year ago
Harvey Tindall
f6fdd41b35
jellyfin: retry initial connection (configurable)
...
retries initial connection to Jellyfin 6 times, with a 10s gap between,
before failing. SHould help with issues of jfa-go starting before
Jellyfin.
Configurable in Settings > Advanced > "Initial auth retry count/gap".
1 year ago
Harvey Tindall
4f78b7c33b
admin: option link to my account page on login screen
1 year ago
Harvey Tindall
9956bbd974
admin: add setting to hide background on login
...
for #288 .
1 year ago
Harvey Tindall
ff1ea8549a
userpage: register routes on reverse proxy subfolder
...
fixes #289 .
1 year ago
Harvey Tindall
5a2d3d2ee2
admin: My Account button respects URL Base
1 year ago
Violet Scheen
729548334d
Update discord.go
1 year ago
Violet Scheen
27f85f866e
Update discord.go
...
Hopefully functional, any errors are coming from elsewhere
1 year ago
Violet Scheen
c43d5cf1b0
Update discord.go
1 year ago
HekeHokkus
3538935d3b
Update discord.go
...
Adding /invite command and Discord status message to the bot
1 year ago
HekeHokkus
edf6c13f03
Update discord.go
1 year ago
HekeHokkus
b30d6c3ee1
Update discord.go
1 year ago