Harvey Tindall
a73dfddd3f
activity: partially functional frontend code
...
doesn't fill in all the blanks yet, but almost there ish. Filters &
stuff not done yet, just loads everything.
2023-10-20 18:14:32 +01:00
Harvey Tindall
274324557c
activity: start stubbed out example card, beginning frontend code
...
completely broken, just need to commit so I can move between devices.
2023-10-20 00:06:10 +01:00
Harvey Tindall
5a0677bac8
activity: allow multiple types in route filter
2023-10-19 22:44:27 +01:00
Harvey Tindall
43e36ee6fc
setup: Include proxy, test JF with it
...
Found on the 2nd page.
2023-10-19 17:19:52 +01:00
Harvey Tindall
e2c24a2593
accounts: add "not results found" screen
2023-10-14 13:07:30 +01:00
Harvey Tindall
31b7ede665
accounts: fix search button (again)
2023-10-14 12:52:10 +01:00
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.
2023-10-14 12:46:39 +01:00
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.
2023-10-14 12:33:48 +01:00
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.
2023-10-13 14:51:42 +01:00
Harvey Tindall
635c2be32c
settings: initial search function
...
not really plugged into anything yet.
2023-10-13 10:30:59 +01:00
Harvey Tindall
4f78b7c33b
admin: option link to my account page on login screen
2023-10-02 10:56:50 +01:00
Harvey Tindall
9956bbd974
admin: add setting to hide background on login
...
for #288 .
2023-10-02 10:34:14 +01:00
Harvey Tindall
5a2d3d2ee2
admin: My Account button respects URL Base
2023-10-02 09:40:19 +01:00
Harvey Tindall
8da95ed824
accounts: make sort-by card height = filter card height
2023-09-08 17:00:37 +01:00
Harvey Tindall
7c76b58ab8
invites: add "User Label" 1/2
...
Adds a "User Label" invite field, which is a label applied to users
created with it. This commit contains everything apart from the code to
apply it on account creation.
2023-09-08 14:29:25 +01:00
Harvey Tindall
d8d478a95e
form: move referral info message to aside, change wording
2023-09-08 13:31:05 +01:00
Harvey Tindall
4607a30e6a
accounts: fix filter card overlap
2023-09-07 21:59:35 +01:00
Harvey Tindall
dc3f1661e8
accounts: fix filter button appearing over lang dropdown
2023-09-07 21:37:25 +01:00
Harvey Tindall
41c092f578
referrals: show referrer username on form
2023-09-07 20:19:25 +01:00
Harvey Tindall
311ecb7030
userpage: generate & display referral links
...
shown on a new card, with an explanation, the number of remaining uses,
and expiry of the current referral.
2023-09-07 16:25:47 +01:00
Harvey Tindall
729552a827
referrals: Show enabled status on account list
2023-09-06 22:46:16 +01:00
Harvey Tindall
9e5034ebab
referrals: enable referral for users & profiles
...
Enabling for individual users works, as does adding a template to a
profile. Removing/Disabling for both needs to be completed.
2023-09-06 22:00:44 +01:00
Harvey Tindall
9c2f27bcdb
referrals: 1/2 generation routes, display route, partial frontend
...
route for generation/enabling of referral for user(s) done? the frontend
is mostly done, but functionality is not there yet. Route for finding
and displaying referral to user is done. Also the config option for
referral is there, in user page settings.
2023-06-28 16:05:24 +01:00
Harvey Tindall
3fa4b01115
setup: add user page
...
also sprinkled mentions of it throughout other relevant pages.
2023-06-26 21:29:49 +01:00
Harvey Tindall
65f402fd35
admin: hide my account button when disabled
2023-06-26 20:48:57 +01:00
Harvey Tindall
850bb8f44e
accounts: fix modify user card layout
2023-06-26 13:04:01 +01:00
Harvey Tindall
b17d8424e9
profiles: fix application
...
moving to a DB meant empty slices in the Configuration & Policy structs
were being stored as null, and striking a nerve with Jellyfin.
Mediabrowser library change fixed that by de-nulling them itself, and a
new bool field called "Homescreen" is now used to decide if a profile
has a homescreen layout stored or not. This field is hopefully correctly
filled in during migration.
2023-06-26 13:01:17 +01:00
Harvey Tindall
b7b3aa1eb7
build: fix goreleaser, include optional builder name
...
builder name shows up in about section again, as does the build time.
2023-06-23 14:41:21 +01:00
Harvey Tindall
65c2722a20
font: switch to hanken grotesk
...
thought it looked quite nice License included in about section.
2023-06-23 13:45:04 +01:00
Harvey Tindall
bfeab3648c
form: change contact-via radios to checks
2023-06-23 12:30:52 +01:00
Harvey Tindall
7aaafb90e3
form: actually link to the my account page
...
forgot to do this before. shown on the success modal.
2023-06-22 21:57:19 +01:00
Harvey Tindall
97db4d714a
userpage: implement change password functionality
2023-06-22 20:54:52 +01:00
Harvey Tindall
12ce669566
userpage: add password change card, validation, rearrange page
...
functionality not done yet, just comitting here because there were lots
of adjustments to layout stuff, accomodating for most combinations of
card presence/size.
2023-06-22 18:51:30 +01:00
Harvey Tindall
22c91be127
userpage: make pwr accept username too
2023-06-22 12:39:05 +01:00
Harvey Tindall
86daa70ccb
userpage: password resets
...
click "forgot password" on login modal, enter a contact method
address/username, submit and check for a link. Requires link reset to be
enabled.
2023-06-22 12:08:18 +01:00
Harvey Tindall
db97c3b2d4
form: add notice about userpage on success modal, userpage title
...
uses new strings in the form lang section.
2023-06-22 10:12:22 +01:00
Harvey Tindall
4f298bbc8c
userpage: add "back to admin" button
2023-06-22 09:41:41 +01:00
Harvey Tindall
8113f794ab
form: fix confirmation success page css
2023-06-21 21:22:05 +01:00
Harvey Tindall
ebacfd43be
form: fix captcha, matrix, telegram
...
new issue though: discord/telegram/matrix aren't linked when email
confirmation is used!
2023-06-21 20:00:48 +01:00
Harvey Tindall
4e7f720214
userpage: hide bg on login, dont refresh page ever
2023-06-21 17:02:57 +01:00
Harvey Tindall
757c3a8aed
userpage: move cards around
2023-06-21 13:31:43 +01:00
Harvey Tindall
87b0ae6614
userpage: adjust message row span depending on length
2023-06-21 13:30:09 +01:00
Harvey Tindall
e7f7dcbb78
userpage: show placeholder message card for admins
2023-06-21 11:27:51 +01:00
Harvey Tindall
cc4a97db28
userpage: fix card color in light mode
2023-06-21 11:05:38 +01:00
Harvey Tindall
99679a800d
userpage: add customizable message on page
2023-06-20 21:54:55 +01:00
Harvey Tindall
7b9b0d8a84
userpage: implement login message card
...
Shares code with custom emails, so most related functions have had a
%s/Email/Message/g. Press the edit button on the user page setting to
add a message.
2023-06-20 21:43:25 +01:00
Harvey Tindall
fcedea110d
telegram: modularize, add to userpage
2023-06-19 22:11:35 +01:00
Harvey Tindall
68aedf07ae
discord: pad, underline invite link
2023-06-19 18:03:35 +01:00
Harvey Tindall
094f7cea94
discord: use placeholder if guild icon not available
...
also centers the invite on the form/user discord modal.
2023-06-19 17:48:24 +01:00
Harvey Tindall
cf7983ca11
userpage: add/edit discord
...
works identically to on the form, would like to eventually factor out
the discord/telegram/matrix verif stuff so it can be shared between the
two pages though.
2023-06-18 21:38:12 +01:00