summary refs log tree commit diff
path: root/webrtc (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-09Relax some of the limitsErkin Alp Güney1-18/+17
2022-07-09* Make max website preview download size for embeds configurableMadeline2-3/+8
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09Test fix for that voice state errorMadeline1-1/+4
2022-07-09* Make max website preview download size for embeds configurableMadeline2-3/+8
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
2022-07-09Removed unused importMadeline1-1/+1
tab autocomplete really loves doing this to me
2022-07-09Allow multiple attachments in messagesMadeline2-10/+1365
2022-07-09bot stuff idkMadeline10-17/+24812
2022-07-08Check if email required in PATCH @meMadeline1-3/+3
2022-07-07Filter out schemas that block generation instead, and also include util in filesMadeline3-430/+1936
2022-07-07Typescript-json-schema does not crawl extendsMadeline1-1/+8
2022-07-08Oauth login now copies avatarMadeline1-1/+16
2022-07-07Ensure password was given if email is given in PATCH @meMadeline1-0/+2
2022-07-07Somehow the ID of demo user changed. Use email of demo insteadMadeline1-4/+4
2022-07-07Fix role icons not deleting?Madeline1-0/+1
2022-07-06Fix types for welcome screenMadeline1-1/+1
2022-07-04Format changed filesLachlanCourt1-13/+6
2022-07-04Ensure query fails if role with specified id does not existLachlanCourt1-1/+1
2022-07-04Add semicolonLachlanCourt1-1/+1
2022-07-04Simplify role query as per code reviewLachlanCourt1-2/+1
2022-07-04Move role_id specific api routes to correct fileLachlanCourt2-137/+53
2022-07-04Fix compile error in get requestLachlanCourt1-42/+4
2022-07-04Create role subdirectory and add GET api routeLachlanCourt2-0/+145
2022-07-05Start of Slowcord botMadeline7<