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
/
util
/
handlers
/
Voice.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-18
fix: local cache
Samuel
1
-1
/
+4
2023-03-18
build: remove sqlite3 in favor of better-sqlite3
Samuel
1
-1
/
+1
2023-03-18
build: remove sqlite3 in favor of better-sqlite3
Samuel
3
-40
/
+121
2023-03-18
fix: remove proxy
Samuel
1
-4
/
+0
2023-03-18
fix: use entity.save() instead of insert (needed for caching)
Samuel
3
-6
/
+6
2023-03-18
fix: missing id in select query
Samuel
2
-1
/
+2
2023-03-18
feat: Database Query Cache
Samuel
38
-124
/
+442
2023-03-17
fix: package-lock.json
Samuel
1
-35
/
+617
2023-03-17
wip: cache
Samuel
2
-1
/
+42
2023-03-17
fix: request language property
Samuel
1
-5
/
+6
2023-03-17
perf: optimize getPermission()
Samuel
1
-15
/
+18
2023-03-17
feat: better-sqlite3 support
Samuel
2
-2
/
+18
2023-03-17
perf: custom i18next middleware that only initializes when needed
Samuel
2
-19
/
+38
2023-03-17
perf: cache jwt secret as key
Samuel
3
-7
/
+21
2023-03-17
fix: types when using yarn
Samuel
3
-2
/
+6
2023-03-17
build: update dependencies
Samuel
3
-2428
/
+2330
2023-03-17
Delete env-vars.md
Samuel (Flam3rboy)
1
-15
/
+0
2023-03-16
Fix grammar
Xanderplayz18
1
-1
/
+1
2023-03-16
Fix UserSettings relation being in `select` rather than `relations`
Madeline
4
-6
/
+7
2023-03-13
Bump sqlite3 from 5.1.4 to 5.1.5
dependabot[bot]
2
-8
/
+9
2023-03-07
add default group dm avatars
Puyodead1
9
-0
/
+28
2023-03-07
use real md5 hash
Puyodead1
7
-6
/
+6
2023-03-02
Remove client_test folder
Madeline
3
-239
/
+0
2023-03-02
Remove Discord widget banners
Madeline
5
-0
/
+0
2023-03-01
Remove test client and client patcher
Madeline
6
-294
/
+1
2023-02-26
Generate openapi
Madeline
1
-5
/
+254
2023-02-25
Rename password_reset config to passwordReset as it messes with config key ge...
Madeline
2
-2
/
+2
2023-02-24
send required_action in gateway for when email verification is required
Madeline
2
-11
/
+6
2023-02-24
fix a few issues with emails
Puyodead1
2
-3
/
+10
2023-02-24
Bump http-cache-semantics from 4.1.0 to 4.1.1
dependabot[bot]
1
-34
/
+85
2023-02-24
move transporters to their own files
Puyodead1
7
-147
/
+165
2023-02-24
simplify replacer function
Puyodead1
1
-34
/
+20
2023-02-24
first batch of requested changes
Puyodead1
3
-49
/
+73
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