Harvey Tindall
01a75c3e23
settings: add jellyseerr wiki link, clarify API key src
...
An API key is shown in Jellyseerr's setup which is actually for
Jellyfin. I (and I imagine other users have) copied it expecting it was
for Jellyseerr and was surprised the app didn't work. It's now clarified
in the API Key setting description to get it from the first tab in
Jellyseerr, and not the "Jellyfin" tab.
2025-05-15 16:14:15 +01:00
Harvey Tindall
4cc5fd7189
mediabrowser: bump for parental rating setting
...
fixes #382 .
2025-05-15 15:38:35 +01:00
Harvey Tindall
16c5420c6f
setup: show internal and external links on finish
...
internal generated from host, port and url_base, external is just
jfa_url. Both are shown (if jfa_url is set).
2025-05-15 15:10:07 +01:00
Harvey Tindall
eab33d9f6d
captcha: fix for custom invite form subpath
2025-05-14 22:58:37 +01:00
Harvey Tindall
471021623b
userpage: fix invite code gen
...
as the admin page, use window.pages to generate link entirely.
2025-05-14 22:55:34 +01:00
Harvey Tindall
e7f4de2202
router: fix webFS on form subpath
2025-05-14 22:55:31 +01:00
Harvey Tindall
44e8035ff0
config: add http:// to all urls if needed, fix invite link generation
...
changed invites.ts to generate links using window.Pages entirely, rather
than chopping up window.location.href.
2025-05-14 22:46:46 +01:00
Harvey Tindall
e38ac62ae4
settings: fix search with disabled/deprecated sections/settings
...
it was assumed all sections and settings would exist (either in
this._sections or on the DOM with the "data-name" attribute). Now it
checks they do and just ignores them if not.
2025-05-14 22:11:24 +01:00
Harvey Tindall
b47a481678
Merge pull request #405 from hrfee/paramaterized-paths
...
Paramaterized paths: Put pages in different places
2025-05-14 21:52:54 +01:00
Harvey Tindall
632393b88d
setup: adjust card width
...
use a container to kinda fix the max-width. Tried this on admin but it
messed too much up to bother (the accounts table specifically
doesn't like it).
2025-05-14 21:35:08 +01:00
Harvey Tindall
d2da9048d7
setup: add note about changed url
...
just mentioned that you should check the URL before refreshing if you
changed host/port/subfolder/etc.
2025-05-14 21:16:52 +01:00
Harvey Tindall
f1b56268bb
setup: fix url-based navigation
...
popstate messages from the browser don't have an event.state, and i
don't even know what the overridePopState stuff is trying to do. If
event.state is null, try window.location.hash, or the last part of the
URL path.
2025-05-14 21:15:55 +01:00
Harvey Tindall
acba411c3a
build: fix constant re-build of css
...
tailwind command taking part-bundle and turning it into v3bundle didn't
do anything when no changes occurred, so v3bundle kept on being left
untouched, and therefore with an old timestamp. part-bundle and
v3bundle are both deleted before CSS is built, so the tailwind
command always generates a new file.
2025-05-14 21:11:44 +01:00
Harvey Tindall
f26042a21e
config: change base url-related text
2025-05-14 20:23:16 +01:00
Harvey Tindall
0967d471ee
urlpaths: seemingly full functionality
...
various subpath combos seem to work, and trailing slashes from them are
trimmed (including for the empty admin path "/", which is now "" by
default).
2025-05-14 20:09:50 +01:00
Harvey Tindall
302c4c189c
build: check and re-copy modified config-base
2025-05-14 19:42:50 +01:00
Harvey Tindall
c52ba2162e
config: start adding path parameters
...
to change the urls of the admin page, the my account page and of
invites. Seems to work, but need to check all the code over and test.
2025-05-13 21:10:40 +01:00
Harvey Tindall
2d98c6cff4
settings: add email test note
...
just send an announcement to yourself.
2025-05-13 17:31:09 +01:00
Harvey Tindall
d710b9ad4d
db: fix valuelogfilesize calc
...
for some reason I thought it was in kibibytes? no, its in bytes as it
should be.
2025-05-13 16:58:26 +01:00
Harvey Tindall
5cc97eaf17
goreleaser: fix deprecations
...
this sucks
2025-05-13 15:32:59 +01:00
Harvey Tindall
dca83dcc8e
db: reduce default vlog size to 256M
2025-05-13 15:24:26 +01:00
Harvey Tindall
3c0f3e90d8
Merge branch 'main' of github.com:hrfee/jfa-go
2025-05-13 15:11:00 +01:00
Harvey Tindall
d6f5c91d78
backups: add more info, keep 1 of each version opt
...
backup's filename format has changed, and includes the commit too now. a
Backup struct for going to/from the filename has been added, and the
option "keep 1 backup from each version" has been added, leaving the
most recent backup from each version always. All pre-this-commit backups
are considered the same "old" version.
2025-05-13 15:07:55 +01:00
Harvey Tindall
0c257b7342
Merge branch 'main' of github.com:hrfee/jfa-go
2025-05-13 14:04:01 +01:00
Harvey Tindall
c5f4098b5b
db: add max vlog size setting
2025-05-13 14:01:41 +01:00
Harvey Tindall
0b9206012f
Merge branch 'main' of github.com:hrfee/jfa-go
2025-03-15 14:54:54 +00:00
Harvey Tindall
41dff3d5bb
user: fix welcome message sent value on NewUserFromAdmin
...
inverted since WelcomeNewUser returns a bool called "failed", rather
than one indicating success.
2025-03-15 14:54:23 +00:00
Harvey Tindall
8f3f1fcda8
Merge pull request #380 from hrfee/dependabot/npm_and_yarn/nanoid-3.3.8
...
build(deps): bump nanoid from 3.3.6 to 3.3.8
2025-03-15 14:51:41 +00:00
Harvey Tindall
93ae2ac6d8
Merge pull request #386 from hrfee/dependabot/npm_and_yarn/site/esbuild-0.25.0
...
build(deps): bump esbuild from 0.18.1 to 0.25.0 in /site
2025-03-15 14:51:31 +00:00
Harvey Tindall
6404fda04d
Merge pull request #392 from hrfee/dependabot/go_modules/easyproxy/golang.org/x/net-0.36.0
...
build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /easyproxy
2025-03-15 14:51:20 +00:00
Harvey Tindall
3133996f33
Merge pull request #376 from Mavyre/main
...
fix: added discord and telegram linking verification on sign up page
2025-03-15 14:51:00 +00:00
dependabot[bot]
cef84fad10
build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /easyproxy
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.23.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 00:31:49 +00:00
Harvey Tindall
58c2fa3dde
scripts: fix typo from PR 388
...
was /usr/env/bin instead of /usr/bin/env.
2025-02-26 14:09:42 +00:00
Harvey Tindall
56ee54811d
Merge pull request #388 from michaelBelsanti/shebangs
...
scripts: use more portable shebang
2025-02-24 15:45:56 +00:00
quasigod
c1a2fb2d4a
scripts: use more portable shebang
2025-02-24 10:40:54 -05:00
dependabot[bot]
0b73e3ff2b
build(deps): bump esbuild from 0.18.1 to 0.25.0 in /site
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.18.1 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.1...v0.25.0 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-11 05:27:21 +00:00
dependabot[bot]
0e9a7d0641
build(deps): bump nanoid from 3.3.6 to 3.3.8
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.6 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.6...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-13 02:15:06 +00:00
Bastien Vidé
dda363b344
fix: added discord and telegram linking verification on sign up page
2024-11-22 02:44:18 +01:00
Harvey Tindall
0ccc314833
go: update deps
...
including mediabrowser, to add new field in Configuration.
2024-11-05 23:49:20 +00:00
Harvey Tindall
da4470bc4f
admin: store email on manual account creation
...
another mistake from the rewrite of account creation stuff. Should fix
issue #374 , sorry for taking so long.
2024-11-05 22:54:12 +00:00
Harvey Tindall
11eb907ced
html/css: fix overlap of top button row on some pages
...
row with language, light/dark, logout etc. was overlapping with content
on small screens on some pages, as I forgot to bring over changes made
to the admin page. Also improved some other CSS, and factored out the
language menu into html/lang-select.html.
2024-10-11 17:08:14 +01:00
Harvey Tindall
ea57d657fe
form: fix contact details/profile application when using email
...
confirmation
my rewrite of account-creation stuff had a massive oversight of email
confirmation, the steps done after account creation (email and contact
method storage, referral stuff) were not done on the email confirmation
path. This has been factored out to PostNewUserFromIvnite, and the
ConfirmationKeys store now includes the newUserDTO and the list of
completeContactMethods.
2024-10-11 16:38:19 +01:00
Harvey Tindall
71922212d9
form: fix account creation with no profile
...
missing "profile != nil" check.
2024-10-11 11:46:40 +01:00
Harvey Tindall
bb41bc3844
fix disable/re-enable text/color on button on accounts
...
account-disabled-ness was/is derived from a class on the badge in the
account's row, which after a UI change was removed. Now depends on the
correct (and more likely to remain throughout changes) "hidden" class.
For #370 .
2024-10-10 13:31:58 +01:00
Harvey Tindall
39f6d14163
admin: hide scrollbar on navbar on chrome
...
changed overflow-x-scroll to overflow-x-auto, so scrollbar only shows
when needed on chrome. Doesn't occur on firefox or webkit (epiphany), so
didn't notice until I saw others' screenshots.
2024-10-10 13:24:40 +01:00
Harvey Tindall
941367f77b
config: MustSetValue all MustInts
...
so stuff like the previous commit's issue doesn't happen again.
2024-09-04 21:15:19 +01:00
Harvey Tindall
2f4e68969a
auth: fix default retry count value
...
fixes #365 , gopkg.in/ini/v1's MustInt(n) only returns `n` if the key's
value was not an integer (i.e. value = foobar). auth_retry_count is not
included in the config, it gets read as zero, and auth isn't attempted
at all.
2024-09-04 20:53:30 +01:00
Harvey Tindall
275d9188bf
Merge branch 'main' of github.com:hrfee/jfa-go
2024-09-04 20:42:36 +01:00
Harvey Tindall
4b564d7f4a
bump mediabrowser again, log authed account name
2024-09-04 20:03:09 +01:00
Harvey Tindall
c7995cdbba
Merge pull request #366 from hrfee/dependabot/npm_and_yarn/site/ws-6.2.3
...
build(deps): bump ws from 6.2.2 to 6.2.3 in /site
2024-09-04 16:48:56 +00:00