index
:
server.git
this commit
dependabot/npm_and_yarn/axios-1.6.1
dependabot/npm_and_yarn/follow-redirects-1.15.4
dev/docker
dev/dsharpplus-minimum-endpoints
dev/emma-refactors
dev/fix-emoji-uploads
dev/indexable-channel-poc
dev/plurality
dev/pomelo
dev/request-guild-members
dev/rory/client_patching
dev/rory/legacy/plugins
dev/rory/move-defaults-out-of-models
dev/rory/old_staging_webrtc
dev/rory/paths_test
dev/rory/utils
dev/rory/versioned-api
dev/samuel
dev/update-user-fields
dev/updater
feat/admin-api
feat/federation
feat/federation2
feat/webhooks
feat/webrtc
fix/channel_ordering
legacy
legacy-2
master
translation
update/mfa
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
routes
/
auth
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
don't return token on register if verification required
Puyodead1
1
-0
/
+11
2023-02-24
implement password reset
Puyodead1
18
-714
/
+2198
2023-02-24
add SendGrid transport
Puyodead1
5
-3
/
+180
2023-02-24
don't print anything if email send is successful
Puyodead1
2
-21
/
+16
2023-02-24
use a fixed mailjet transport
Puyodead1
2
-90
/
+37
2023-02-23
error if correspondence email is not set
Puyodead1
1
-0
/
+5
2023-02-23
fix for when secure is set to false
Puyodead1
1
-1
/
+1
2023-02-23
add right to resend verification emails
Puyodead1
3
-22
/
+27
2023-02-23
fix: email verification
Puyodead1
3
-15
/
+42
2023-02-23
fix: verification required for login not working correctly
Puyodead1
1
-0
/
+1
2023-02-23
config: require account verification
Puyodead1
3
-6
/
+14
2023-02-23
fix linting errors
Puyodead1
4
-64
/
+19
2023-02-23
Update package-lock.json
Puyodead1
1
-61
/
+6085
2023-02-23
Add mailjet transport
Puyodead1
6
-56
/
+402
2023-02-23
Add Mailgun transport
Puyodead1
7
-11
/
+207
2023-02-23
rename SMTPConfigurations to EmailConfiguration
Puyodead1
5
-7
/
+8
2023-02-23
Fix template rendering and use verify email template
Puyodead1
8
-321
/
+419
2023-02-23