Harvey Tindall
ca4fbc0ad5
backups: change update button wording
11 months ago
Harvey Tindall
b259dd7b00
backups: add wiki link
11 months ago
Harvey Tindall
dc2c2f1164
backups: show uploaded backups on-page
11 months ago
Harvey Tindall
bc2e9cffda
backups: move code to own files
11 months ago
Harvey Tindall
195813c058
backups: triggerable in ui, viewable, downloadable
...
new "Backups" menu in settings lists all available backups, lets you
trigger a new one, and lets you download them.
11 months ago
Harvey Tindall
1a6897637f
userpage: allow manual disable of pwr through username/email/contact
...
Checkboxes added to userpage settings allowing enabling/disabling of
specific ways of starting a PWR. For #312 .
11 months ago
Harvey Tindall
213b1e7f9e
accounts: allow setting exact expiry date
...
set with a text input field which uses the same date parsing library as
the search function. Parsed expiry date will appear once you've typed
something in, so you can make sure it's right.
11 months ago
Harvey Tindall
10c8d4ad2f
accounts: add "remove expiry"
1 year ago
Harvey Tindall
a66c522b73
referrals: add "use expiry" option
...
adds an option when enabling referrals to use the duration of the source
invited (i.e., months, days, hours) for the referral invite. If enabled,
the user won't be able to make a new referral link after it expires. For
referrals enabled for new users via a profile, the clock starts ticking
as soon as the account is created.
1 year ago
mLgz0rn
d0de1142ae
translation from Weblate (Danish)
...
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/da/
1 year ago
Richard de Boer
8d6ad7e3c8
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (12 of 12 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/nl/
1 year ago
Richard de Boer
8ae5dd97b2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/nl/
1 year ago
Richard de Boer
cf747c1ddb
Translated using Weblate (Dutch)
...
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/nl/
1 year ago
Richard de Boer
8cb53d1c6f
translation from Weblate (Dutch)
...
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/nl/
1 year ago
Richard de Boer
bd8ecebf89
translation from Weblate (Dutch)
...
Currently translated at 100.0% (194 of 194 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/nl/
1 year ago
mLgz0rn
09158b5bb5
translation from Weblate (Danish)
...
Currently translated at 100.0% (194 of 194 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/da/
1 year ago
mLgz0rn
aa30f1c392
Translated using Weblate (Danish)
...
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/da/
1 year ago
mLgz0rn
4a2fc6d418
Translated using Weblate (Danish)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/da/
1 year ago
mLgz0rn
1846e31bf5
Translated using Weblate (Danish)
...
Currently translated at 100.0% (12 of 12 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/da/
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
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
5a0677bac8
activity: allow multiple types in route filter
1 year ago
Harvey Tindall
43e36ee6fc
setup: Include proxy, test JF with it
...
Found on the 2nd page.
1 year ago
Harvey Tindall
2c8afecfbb
lowercase lang
1 year ago
Harvey Tindall
4924700c52
Merge settings-search
...
Adds searchbox to settings
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
brixik1
28d321986a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (120 of 120 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/cs/
1 year ago
brixik1
943d523f3f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (10 of 10 strings)
Translation: jfa-go/Telegram/Matrix/Discord bots
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/chat-bots/cs/
1 year ago
brixik1
8f88b6aaa2
Translated using Weblate (Czech)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/emails/cs/
1 year ago
brixik1
7f60598d4a
Translated using Weblate (Czech)
...
Currently translated at 99.1% (119 of 120 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/cs/
1 year ago
brixik1
18e82fd04b
translation from Weblate (Czech)
...
Currently translated at 100.0% (189 of 189 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/cs/
1 year ago
brixik1
d7d7146e12
Translated using Weblate (Czech)
...
Currently translated at 100.0% (10 of 10 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/password-reset-links/cs/
1 year ago
brixik1
aaa5217398
translation from Weblate (Czech)
...
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/cs/
1 year ago
brixik1
9610b89fa5
Translated using Weblate (Czech)
...
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/cs/
1 year ago
brixik1
9809611d0d
add translation from Weblate (Czech)
1 year ago
brixik1
b1e38ba15d
Added translation using Weblate (Czech)
1 year ago
brixik1
35a765aa01
Added translation using Weblate (Czech)
1 year ago
brixik1
82411f1868
Added translation using Weblate (Czech)
1 year ago
brixik1
b0e01144f4
Added translation using Weblate (Czech)
1 year ago