Harvey Tindall
b8e3fc636c
Accounts: Fix cog on telegram when no discord linked
...
Also, disable telegram & discord if an auth/initialization error occurs.
4 years ago
Harvey Tindall
519a5615cc
Accounts: Fix email check on dropdown
4 years ago
Harvey Tindall
168b217553
Discord: fix user links
4 years ago
Harvey Tindall
7d698d63e3
Discord: split discord search into own module
...
Will also be used for "Send to" on the invite page.
4 years ago
Harvey Tindall
035dbde819
last image
4 years ago
Harvey Tindall
c373d8b2d6
add final oauth tab image
4 years ago
Harvey Tindall
8698c3c6a4
add oauth2 section to bot instructions
4 years ago
Harvey Tindall
0edd2ba68b
add settings image for bot setup
4 years ago
Harvey Tindall
b91f0b5a18
Discord: add images for bot creation instructions
4 years ago
Harvey Tindall
24fa841c0d
Discord: Wait for non-nil pointer to bot data
...
While testing others things, I had quite a few nil pointer dereference
errors from accessing bot data right after initializing. A for loop now
waits until the first of the pointers is non-nil, which should
hopefully avoid crashes.
4 years ago
Harvey Tindall
44558b8109
Discord: Remove extra newlines around links
...
Since links are converted into embeds, links put on their own line often
lead to extra newlines that looks pretty weird. They should now be
stripped.
4 years ago
Harvey Tindall
e98c9b46f1
Accounts: no wrapping for contact dropdown
4 years ago
Harvey Tindall
b3ce7acfcb
Accounts: Always inline icons, only one settings cog
...
Admin chip, email edit bot and contact method cog icon are now always inline.
Only one cog icon is shown now.
4 years ago
Harvey Tindall
9fac79b1f0
Discord: Add users via accounts tab
...
Doesn't require a PIN like Telegram, as we can access a list of guild
users with the GuildMembers intent set. This has to be enabled under
Bot > Priviliged Gateway intents on the developer portal.
4 years ago
Harvey Tindall
591e3c5ca1
Discord: embed images
...
![alt](image link) is now converted to an image embed.
4 years ago
Harvey Tindall
35d407afef
Discord: remove @ from username
4 years ago
Harvey Tindall
a6447165b7
add email notify enable/disable; remove (de)hyphening
...
hyphen/dehyphen conflicted with new migration for email contact
preference, and it's been a while since this has been an issue so i've
just commented it out for now.
4 years ago
Harvey Tindall
3bf722c5fe
Discord: send links as embeds
...
Kind of janky but works. This kind of messes up the layout if you write
links in-line.
4 years ago
Harvey Tindall
f8f5f35cc1
PIN verification, notifications, multiple notif providers
...
Discord, Email & Telegram can be enabled, although email is always
enabled right now (will fix). Also apparently markdown hyperlinks don't
work in Discord, eventually will implement something to convert them to
embeds.
4 years ago
Harvey Tindall
524941da0c
fix heading size with sm
4 years ago
Harvey Tindall
22bba922f9
Discord: Add !lang command
4 years ago
Harvey Tindall
d928df7ab2
Discord: Start bot, add !start and pin validity check
...
The bot should be created by the admin and added to a discord server
mutual to the intended new user(s). On !start in the server,
communication is moved to DMs. Currently !start works, and validity of a
given PIN is checked although nothing it done with this yet.
4 years ago
Harvey Tindall
4b11bbe21f
remove leaked telegram token
...
token has been revoked, but it doesn't look like it was used anyway.
4 years ago
Harvey Tindall
18bcd55972
remove debug println
4 years ago
Harvey Tindall
057f306ed9
hide/ignore ssl_cert when on windows
...
x509.SystemCertPool is unavailable on windows, so any value is ignored
and the setting is hidden on the web UI.
4 years ago
Harvey Tindall
76bbb3f147
consistent naming for tray builds
4 years ago
Harvey Tindall
0f3ad8bb69
fix generate_ini for multiline descriptions
4 years ago
Harvey Tindall
1d47b9074f
change notray/tray naming, add deb/rpm/apk
...
Since Tray support requires dependencies, it won't be the default for
releases. deb/rpm/apk support may be broken still.
4 years ago
Harvey Tindall
5167fde080
change tar.gz to zip in drone
4 years ago
Harvey Tindall
a62648ee68
fix cross compilation in goreleaser/drone
...
Necessary for go-autostart to work on windows. Tray will be enabled by
default for x86_64 windows/linux binaries.
4 years ago
Harvey Tindall
5dee414596
add "autostart on login" option to tray
4 years ago
Harvey Tindall
8cf9b1f905
add basic tray functionality
...
enable with `make TRAY=on ...`. Cross compilation apparently should work
from linux to linux & windows.
4 years ago
Harvey Tindall
6bf1920160
merge dependabot bump
4 years ago
Harvey Tindall
33f8070e57
cleanup; fix stripping with DEBUG=on
4 years ago
Harvey Tindall
4d2a018032
Merge pull request #98 from hrfee/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.20 to 4.17.21
4 years ago
dependabot[bot]
ca7fb540ee
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
ClankJake
beb0712ce9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (101 of 101 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/pt_BR/
4 years ago
woosade
a081b14794
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: jfa-go/Password Reset Links
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/password-reset-links/es/
4 years ago
woosade
e416acf6bd
translation from Weblate (Spanish)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/es/
4 years ago
woosade
bf94f76509
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/es/
4 years ago
Richard de Boer
ac239a309c
translation from Weblate (Dutch)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/nl/
4 years ago
Richard de Boer
0f12586166
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/nl/
4 years ago
Cornichon420
b1b50ce561
Translated using Weblate (French)
...
Currently translated at 100.0% (101 of 101 strings)
Translation: jfa-go/Setup
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/setup/fr/
4 years ago
Cornichon420
8e2bf48ab4
Translated using Weblate (French)
...
Currently translated at 100.0% (13 of 13 strings)
Translation: jfa-go/Common Strings
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/common-strings/fr/
4 years ago
Cornichon420
6ec5022a0d
translation from Weblate (French)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/fr/
4 years ago
Cornichon420
ef97e0ac76
translation from Weblate (French)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/admin/fr/
4 years ago
Harvey Tindall
30736a055d
add example bot settings for wiki
4 years ago
Harvey Tindall
d0905a29be
add example bot creation for wiki
4 years ago
Harvey Tindall
fe5cf69b7a
Merge Telegram support
...
For #94 .
4 years ago
Harvey Tindall
c560ec0f9f
Merge branch 'main' into telegram
4 years ago