Davide Casella
3c45fcbef2
Translated using Weblate (Italian)
...
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/it/
1 year ago
Davide Casella
71efae7300
Translated using Weblate (Italian)
...
Currently translated at 70.1% (80 of 114 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/it/
1 year ago
Francesco
25b5ae398e
Translated using Weblate (Italian)
...
Currently translated at 70.0% (7 of 10 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/password-reset-links/it/
1 year ago
Francesco
86b540c13a
translation from Weblate (Italian)
...
Currently translated at 1.1% (2 of 178 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/admin/it/
1 year ago
Francesco
971007fc3f
Translated using Weblate (Italian)
...
Currently translated at 29.8% (34 of 114 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/setup/it/
1 year ago
Francesco
c006575498
Translated using Weblate (Italian)
...
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/it/
1 year ago
Francesco
51917c5403
Translated using Weblate (Italian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/it/
1 year ago
Francesco
cc226bfe9e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: jfa-go/Emails
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/emails/it/
1 year ago
Francesco
a965f7fbb0
translation from Weblate (Italian)
...
Currently translated at 100.0% (59 of 59 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/it/
1 year ago
Francesco
7bcc949a17
Added translation using Weblate (Italian)
1 year ago
Francesco
a4d9d83fac
add translation from Weblate (Italian)
1 year ago
Francesco
8edf712669
Added translation using Weblate (Italian)
1 year ago
Harvey Tindall
084f8aa658
settings: link to new PWR wiki article in note
1 year ago
Harvey Tindall
084a62e60f
updater: account for build/publish time diff
1 year ago
Harvey Tindall
655dc88c62
node: update deps
1 year ago
Harvey Tindall
46109d1ea3
images: one more try
1 year ago
Harvey Tindall
f7d931be0c
images: use non-svgo-ed banner
1 year ago
Harvey Tindall
8d6af53e54
images: fix main banner
1 year ago
Harvey Tindall
8d3bd52fc5
images: use hanken grotesk in banners
1 year ago
Harvey Tindall
8da95ed824
accounts: make sort-by card height = filter card height
1 year ago
Harvey Tindall
8207a75820
accounts: sort by referrals
1 year ago
Harvey Tindall
2c48ce0152
settings: rename "User Page"
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
4ea2dfdfb7
accounts: fix announcements preview window
...
since the "Announcement" template doesn't actually exist, finding it in
the DB would fail, which is now ignored.
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
53742e5ec2
setup: encourage user to browse settings for new features
...
Lots of things aren't present in setup, including the my account page
and referrals, so a nudge in the right direction is warranted.
1 year ago
Harvey Tindall
504c75566a
README: Mention referrals
1 year ago
Harvey Tindall
ed4dcbac3b
README: new images, remove GIF
...
don't really think it's necessary. also, they're annoying to make.
1 year ago
Harvey Tindall
a0f1cd5814
captcha: fix missing images
...
The captcha library's data struct wasn't being serialized/deserialized
fully, meaning the image was never stored. I never really wanted it to
be stored anyway, but as a compromise, the invite daemon now deletes
captcha images from the DB 20 minutes after generation.
1 year ago
Harvey Tindall
4607a30e6a
accounts: fix filter card overlap
1 year ago
Harvey Tindall
fca370b9d9
discord: hide "Join Server" text when invite not provided
1 year ago
Harvey Tindall
dc3f1661e8
accounts: fix filter button appearing over lang dropdown
1 year ago
Harvey Tindall
463fe97b29
Merge Referrals
...
Add Referrals
1 year ago
Harvey Tindall
b08527bce2
userpage: cleanup referral code
...
moved to its own class, like the expiry card.
1 year ago
Harvey Tindall
41c092f578
referrals: show referrer username on form
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
4a28ea7003
daemon: fix bug wiping out contact details
...
records were being left alonge if "... err != nil", instead of "... err
== nil". Sorry to anyone affected.
1 year ago
Harvey Tindall
0a82f889f3
daemon: fix bug wiping out contact details
...
records were being left alone if "status == 200 && err != nil", instead
of "... && err == nil". Sorry.
1 year ago
Harvey Tindall
00e6da520d
userpage: cope with disabled contact methods
1 year ago
Harvey Tindall
0b830e9b5e
referrals: enable for new users from profile
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