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
/
start.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-23
implement authed pomelo routes
Puyodead1
3
-0
/
+133
2023-12-23
rename unique uesrname response and schema
Puyodead1
10
-278
/
+9037
2023-12-23
update pomelo experiment
Puyodead1
1
-3
/
+1
2023-12-23
send disclosure for pomelo
Puyodead1
1
-1
/
+5
2023-12-23
fix being able to register with taken username
Puyodead1
4
-8
/
+11
2023-12-23
add unique-username routes to unauthenticated list
Puyodead1
1
-0
/
+1
2023-12-23
Send experiment required to enable pomelo UI in discord client
Puyodead1
3
-2
/
+53
2023-12-23
Implement Pomelo Registration
Puyodead1
11
-2249
/
+1835
2023-12-23
update user modify for unique usernames
Puyodead1
8
-140
/
+9525
2023-12-23
add legacy_username user field
Puyodead1
4
-1
/
+792
2023-12-23
rename pomeloEnabled to uniqueUsernames
Puyodead1
9
-24
/
+24
2023-12-23
remove display_name
Puyodead1
14
-1885
/
+915
2023-12-23
rename handle to tag
Puyodead1
2
-3
/
+3
2023-12-23
lint
Puyodead1
1
-7
/
+10
2023-12-23
initial pomelo implementation
Puyodead1
20
-1186
/
+4573
2023-12-21
update schemas.json and openapi.json
Madeline
2
-98
/
+139
2023-12-17
add missing license headers
Puyodead1
35
-3
/
+630
2023-12-15
Update INVALID_LOGIN locale key
Puyodead1
1
-1
/
+1
2023-12-15
what the hell erkin
sky
1
-55
/
+0
2023-12-14
add new right for creating registration tokens
Puyodead1
2
-1
/
+2
2023-12-14
GuildMemberPatch: remove a useless query
Puyodead1
1
-6
/
+2
2023-12-09
member projection: select avatar
Puyodead1
2
-520
/
+400
2023-12-09
ensure client_id is specified in authorize post
Puyodead1
1
-0
/
+10
2023-12-09
ensure client_id is provided in authorize
Puyodead1
1
-0
/
+14
2023-12-08
WORKAROUND: Ignore client-requested file extension for role icons
Rory&
1
-2
/
+19
2023-12-08
Fix reacting with custom emojis from same guild requiring USE_EXTERNAL_EMOJIS
Rory&
1
-1
/
+2
2023-12-06
add components to message create schema
Puyodead1
2
-0
/
+10
2023-12-05
handle possibly null activities in session sort
Puyodead1
1
-1
/
+1
2023-12-05
messageupdate: fix member not being correct format
Puyodead1
1
-1
/
+6
2023-12-05
fix some message update fields being sent when null
Puyodead1
1
-5
/
+2
2023-12-05
typingstart timestamp needs to be seconds
Puyod