Harvey Tindall
3739634b63
activity: fix "shown" counter when not in search
1 year ago
Harvey Tindall
3951116bdc
activity: reload invites on link click
1 year ago
Harvey Tindall
44d7e173e3
activity: add limiting settings
...
limit to keeping n most recent logs, and/or logs younger than {n} days
in settings > Activity Log.
1 year ago
Harvey Tindall
663389693f
activity: add counter for total, loaded and shown
...
total: number of activities in the DB
loaded: How many the web UI has loaded
shown: How many are shown (differs when in a search).
1 year ago
Harvey Tindall
591b843148
activity: add a "load all" button
1 year ago
Harvey Tindall
de3c06129d
activity: pseudo links work on refresh
1 year ago
Harvey Tindall
0238c6778c
activity: pseudo links work on click
1 year ago
Harvey Tindall
47ce8a9ec4
activity: refresh, load more buttons, ui adjustments
1 year ago
Harvey Tindall
2d83718f81
activity: sort, load more, compromises for client-side search
...
my initial intent before starting search was for it to be server-sided,
considering this activity log could rack up 100s or 1000s of entries,
and then I forgot and did it client-sided.
this commit adds a feature to load more results when scrolled to the
bottom, and when a search returns few or no results (this is limited, so
it wont loop infinitely). Also finally got rid of the useless left
column, since my ideas didn't match my implementation.
also, sorting is only by date, can't be bothered with anything else.
1 year ago
Harvey Tindall
a0db685af2
activity: functional search (client-side)
...
search with filters for each type of card, and all the info in them.
Gonna somehow need to figure out what to do about pagination.
1 year ago
Harvey Tindall
4fa0630aef
accounts: modularize search
...
now part of ts/modules/search.ts, UI of the activity page is gonna be
very similar so it made sense to.
1 year ago
Harvey Tindall
3cad30a8e5
activity: add delete button
1 year ago
Harvey Tindall
44172074b9
activity: render all activities correctly
...
the activity type, usernames, time, referrer, and invite code are
displayed correctly for all types of activity.
1 year ago
Harvey Tindall
1032e4e747
activity: more presentable cards, fixes
...
fixed some missing data (being stored and being shown), improved layout,
also usernames are now injected by the route.
1 year ago
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.
1 year ago
Harvey Tindall
274324557c
activity: start stubbed out example card, beginning frontend code
...
completely broken, just need to commit so I can move between devices.
1 year ago
Harvey Tindall
43e36ee6fc
setup: Include proxy, test JF with it
...
Found on the 2nd page.
1 year ago
Harvey Tindall
e2c24a2593
accounts: add "not results found" screen
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
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
084f8aa658
settings: link to new PWR wiki article in note
1 year ago
Harvey Tindall
8207a75820
accounts: sort by referrals
1 year ago
Harvey Tindall
dae0ad1de5
invites: "User Label" 2/2
...
applies label to users. Also hide the user label element on the invite
dropdown when not set.
1 year ago
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.
1 year ago
Harvey Tindall
d8d478a95e
form: move referral info message to aside, change wording
1 year ago
Harvey Tindall
4c20250888
userpage: actually sub {username}
1 year ago
Harvey Tindall
f5a15905e4
userpage: fix email change modal show/hide
1 year ago
Harvey Tindall
fca370b9d9
discord: hide "Join Server" text when invite not provided
1 year ago
Harvey Tindall
b08527bce2
userpage: cleanup referral code
...
moved to its own class, like the expiry card.
1 year ago
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.
1 year ago
Harvey Tindall
00e6da520d
userpage: cope with disabled contact methods
1 year ago
Harvey Tindall
468b2f3284
accounts: descriptive error when no template found
1 year ago
Harvey Tindall
db21131185
accounts: allow disabling of referrals for users
1 year ago
Harvey Tindall
7d9555fdf7
accounts: add referrals to search queries
1 year ago
Harvey Tindall
729552a827
referrals: Show enabled status on account list
1 year ago
Harvey Tindall
cdc8f9af4b
referrals: unlink/disable referrals for profile
1 year ago
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.
1 year ago
Harvey Tindall
c2f835c897
referrals: show data on enable referral for user modal
...
profiles and invites are properly shown.
1 year ago
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.
1 year ago
Harvey Tindall
423fc4ac80
accounts: non-case sensitive search
1 year ago
Harvey Tindall
b5c80e9d27
config: make sure recaptcha is hidden when disabled
1 year ago
Harvey Tindall
3fa4b01115
setup: add user page
...
also sprinkled mentions of it throughout other relevant pages.
1 year ago
Harvey Tindall
a13a72c626
admin: fix logout when url base is used
...
two tries are made, with and without the url base.
1 year ago
Harvey Tindall
5a80145607
css: add notification animation
...
simple slide animation, plus a little scale effect when a duplicate
notification gets sent to make the notification more obvious.
1 year ago
Harvey Tindall
baf5e6a593
accounts: add dropdown arrow on "Announce" button
1 year ago