summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add migrations (#923)Madeline2023-01-0510-60/+893
* Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatchMadeline2023-01-0211-50/+146
|\
| * Profile themes and pronounsMadeline2022-12-318-5/+71
| * Merge branch 'maddy/refactor' into maddy/bodyParserPatchMadeline2022-12-314-3/+20
| |\
| * | Patch body-parser to use json-bigintMadeline2022-12-303-45/+75
* | | Use adjusted email in /auth/loginMadeline2023-01-021-1/+1
* | | Only send public user details in GUILD_MEMBER_LIST_UPDATEMadeline2023-01-021-1/+1
* | | Revert "Don't let users undisable their accounts"Madeline2023-01-011-6/+8
* | | Don't let users undisable their accountsMadeline2023-01-011-8/+6
| |/ |/|
* | Allow Bearer tokens through, like BotMadeline2022-12-311-0/+1
* | Add WS_LOGEVENTS and WS_VERBOSE env varsMadeline2022-12-312-1/+17
* | Update build workflow to use v3 checkout and setup-nodeMadeline2022-12-301-2/+2
|/
* Fix new roles having duplicate positionsMadeline2022-12-302-6/+13
* Fix `npm ci`!!!Madeline2022-12-272-10/+112
* Update build workflow to use node 18, update lock file to v3Madeline2022-12-273-4480/+2
* Move datasource to own file for typeorm cliMadeline2022-12-273-33/+48
* Add GH workflow for buildMadeline2022-12-272-215/+253
* OAuth2 authorize bot flowMadeline2022-12-245-1/+744
* Fix creating bot accountsMadeline2022-12-242-5/+16
* Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into mad...Madeline2022-12-241-3/+3
|\
| * Merge pull request #921 from Puyodead1/refactor/patch/developer-portalMadeline2022-12-231-3/+3
| |\
| | * fix developer portalPuyodead12022-12-221-3/+3
| |/
* / Use config for some default guild propertiesMadeline2022-12-242-30/+27
|/
* Rename limits_rate_disabled -> limits_rate_enabled and remove limits_guilds_h...Madeline2022-12-223-4/+3
* Allow BitField's to be passed as number strings. Pretty sure it fixes #722Madeline2022-12-221-2/+11
* Merge pull request #918 from Puyodead1/refactor/patch/disable-qr-loginMadeline2022-12-221-0/+3
|\
| * Update patcher to disable qr loginPuyodead12022-12-221-0/+3
|/
* Fix sync script not closing for some dbmsMadeline2022-12-222-1/+2
* Fix redirect when test client disabledMadeline2022-12-221-1/+0
* Disable test client by defaultMadeline2022-12-211-1/+1
* Merge branch 'maddy/refactor' of github.com:fosscord/fosscord-server into mad...Madeline2022-12-2112-45/+214
|\
| * Merge pull request #917 from Puyodead1/refactor/client/165341Madeline2022-12-2112-45/+214
| |\
| | * Fix logo patch and update changelog generatorMadeline2022-12-213-3889/+5
| | * Update client script js hashesPuyodead12022-12-201-4/+4
| | * Client: update to canary 165341Puyodead12022-12-2011-26/+4079
| |/
* / Set default cdn endpoints so that local testing worksMadeline2022-12-212-1/+4
|/
* Fix the roles bugMadeline2022-12-211-5/+8
* Fix guild features being undefined if not using defaultFeaturesMadeline2022-12-211-1/+1
* Set default threads to 1. Multiple threads is broken without RabbitmqMadeline2022-12-201-7/+1
* Add back various docs/readmeMadeline2022-12-194-4/+71
* Reg tokens bypass other restrictionsMadeline2022-12-191-21/+22
* Message rate limitingTheArcaneBrony2022-12-193-2/+54
* Registration tokensMadeline2022-12-196-12/+77
* Add register ratelimitTheArcaneBrony2022-12-196-5/+34
* commentsMadeline2022-12-192-0/+2
* flags related rights and stats apiErkin Alp Güney2022-12-193-0/+27
* fix user profile not displaying correctlyPuyodead12022-12-191-2/+9
* Fix config loadingMadeline2022-12-191-1/+5
* implement guild profiles and fix user profilesPuyodead12022-12-1911-2422/+3755
* Configurable MFA backup token lengthTheArcaneBrony2022-12-191-0/+1
* case insensitive header for rate limits, fix rate limit default settingsTheArcaneBrony2022-12-192-30/+30
* Added Env and Software Vars.Catalan Lover2022-12-191-1/+9
* Fix typo and add not applicable instructions for Version.Catalan Lover2022-12-191-1/+1
* Update issue templatesCatalan Lover2022-12-192-0/+53
* Update .vscode/launch.jsonErkin Alp Güney2022-12-191-3/+0
* Replace deprecated propertyTheArcaneBrony2022-12-192-2/+2
* Create webhooksMadeline2022-12-195-5/+34
* Don't override existing config valuesMadeline2022-12-191-1/+3
* Move UserSettings to own entityTheArcaneBrony2022-12-1912-208/+2915
* Add additional configMadeline2022-12-1915-24/+53
* Make ConfigValue a directory, move defaults to those classes instead of a sep...TheArcaneBrony2022-12-1952-424/+356
* removed char joiners as they are actually useful, added page breakErkin Alp Güney2022-12-191-3/+4
* make it configurable by guild feature flagErkin Alp Güney2022-12-191-5/+5
* Make fosscord read config from json if CONFIG_PATH is setTheArcaneBrony2022-12-191-8/+14
* Do the funny thing (make user->invite cascade delet)TheArcaneBrony2022-12-181-1/+3
* Made nitro stuff make some senseChrisChrome2022-12-181-1/+0
* Invalidate tokens on password changeChrisChrome2022-12-181-2/+10
* Make teams nullableTheArcaneBrony2022-12-182-1/+1
* Refactor applicationsMadeline2022-12-1811-86/+1702
* WhoopsChrisChrome2022-12-181-1/+1
* Whoops, missed oneChrisChrome2022-12-181-1/+0
* I'm probably forgetting a lot of things, but hey, it worksChrisChrome2022-12-181-1/+6
* It works now... I guessChrisChrome2022-12-182-2/+1
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-1810-48/+242
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-182-3/+0
* Remove todo line that has been implemented.TheArcaneBrony2022-12-182-7/+1
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-185-8/+22
* Refactored testclientMadeline2022-12-183-0/+1
* fix: not being able to enable communityPuyodead12022-12-182-5/+5
* Add comment for 123 magic numberMadeline2022-12-171-1/+1
* Remove discord login configMadeline2022-12-171-10/+0
* Remove /policies/instance/statsMadeline2022-12-171-21/+0
* Remove Discord oauth login supportMadeline2022-12-175-135/+13
* Use staging's GLOBAL_ENVMadeline2022-12-171-12/+13
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-175-3009/+2157
* Remove unneeded commentsMadeline2022-12-171-2/+2
* Remove IP logging from gatewayMadeline2022-12-172-4/+4
* comments and suchMadeline2022-12-172-47/+9
* user validation stuffMadeline2022-12-172-12/+5
* Remove `sharp` depMadeline2022-12-173-107/+4
* Remove bad banned words implementationMadeline2022-12-179-60/+5
* Remove /api/-/monitorzMadeline2022-12-171-22/+0
* Premium tier 0 SKU from stagingMadeline2022-12-174-80/+207
* Remove Slowcord demo user restrictionsMadeline2022-12-172-6/+0
* Remove use of `PRODUCTION` env varMadeline2022-12-171-4/+1
* murder migrationsMadeline2022-12-179-317/+0
* First pass of removing Slowcord mentionsMadeline2022-12-1721-515/+168
* Update readmeMadeline2022-12-171-100/+3
* Only allow specific server features to be editedMadeline2022-12-052-0/+27
* Fix private messages being returned when no channel_id provided in searchMadeline2022-12-051-3/+17
* Fix bug allowing any member from kicking any member instance-wideMadeline2022-12-051-3/+3
* Fix pruneMadeline2022-12-031-1/+1
* Await some rabbitmq methods, don't reset some config values on startMadeline2022-11-062-37/+37
* Fix 404 handlerMadeline2022-11-051-3/+4
* Rewrite gateway message decodingMadeline2022-10-311-11/+15
* Disable webrtc preload pluginMadeline2022-10-311-0/+0
* Fast connect but send identifyMadeline2022-10-312-1/+80
* Fix message patching sending old message rather than updated oneMadeline2022-10-311-3/+3
* Allow running api, cdn, gateway separatelyMadeline2022-10-315-14/+19
* Add token check back to loginRedirectMadeline2022-10-311-1/+1
* Add `private_channels_version` to `client_state` in identity. also set sentry...Madeline2022-10-314-933/+44
* Sentry stuff?Madeline2022-10-304-76/+125
* Added fast connect to indexMadeline2022-10-301-18/+3
* client patcher: discordstatus.com -> status.understars.devMadeline2022-10-301-1/+2
* various typosMadeline2022-10-283-16/+16
* Fix user settings not saving properly and guild foldersMadeline2022-10-286-221/+1117
* lolMadeline2022-10-281-1/+1
* Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser...Madeline2022-10-2835-6530/+185
* fix bad user validationMadeline2022-10-272-8/+10
* Try to fix loginRedirectMadeline2022-10-271-1/+1
* Added scripts for changelogs and removed premium referencesMadeline2022-10-274-1/+61
* Make /stop route not ugly as hellMadeline2022-10-262-27/+8
* Fix typo in user validationMadeline2022-10-261-3/+3
* Prevent client from deleting localStorageMadeline2022-10-261-0/+5
* 'localStorage is not defined'?Madeline2022-10-265-61/+43
* handle a specific case with rtl characterMadeline2022-10-251-1/+4
* Remove whitespace characters in banned words detectionMadeline2022-10-251-0/+2
* Fix BannedWords breaking because windows line endingsMadeline2022-10-251-1/+1
* Fix fix for twitter embeds from yesterdayMadeline2022-10-251-1/+1
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-254-17/+17
* Fix tweets with only video breaking embedsMadeline2022-10-241-8/+8
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-2410-9370/+33
* rearrange test client's index a bitMadeline2022-10-247-198/+136
* Fix server -> guild patch and add status.discord.com -> status.understars.dev...Madeline2022-10-242-29/+74
* Handle fetch errors in cdn external endpointMadeline2022-10-241-0/+3
* TestClient middleware will now add cache misses to file for generate:client s...Madeline2022-10-242-15/+238
* Change android and ios client downloads to use /download endpoint, update Rel...Madeline2022-10-246-32/+68
* remove self_edit_guilds, was dumbMadeline2022-10-074-5/+3
* fix self_edit_guilds rightMadeline2022-10-071-2/+2
* embed failMadeline2022-10-051-2/+2
* Check nonce in Message sendMadeline2022-10-051-0/+13
* Add the automatic install script, thanks @HaydaralqassamMadeline2022-10-041-1/+12
* Video attachment support!Madeline2022-10-044-8/+118
* capture exception in sentry for embed processingMadeline2022-10-042-1/+7
* Embed cacheMadeline2022-10-033-7/+37
* Twitter embedsMadeline2022-10-033-11/+102
* Make imagor optionalMadeline2022-10-022-12/+17
* Use imagor for image resizingMadeline2022-10-022-3/+17
* More embed improvementsMadeline2022-10-021-50/+74
* Update readme.Madeline2022-10-011-14/+88
* Slightly better embedsMadeline2022-10-012-27/+159
* Better embed handlingMadeline2022-10-015-128/+298
* Make `afk` optional in ActivitySchemaMadeline2022-10-012-56/+2
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...Madeline2022-09-302-2/+3
* Fix fetching members for roles in POST messageMadeline2022-09-292-16/+21
* Prevent URL embedding and mentions when in codeblockMadeline2022-09-291-3/+3
* Update read state on message createMadeline2022-09-291-8/+16
* Fix client crash on GUILD_CREATEMadeline2022-09-282-0/+2
* Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline2022-09-281-1/+1
* whoopsMadeline2022-09-281-1/+1
* fix loginRedirectMadeline2022-09-281-1/+1
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-284-7/+23
* Fix user guild settingsMadeline2022-09-281-13/+7
* Missed some schemasMadeline2022-09-2811-2495/+2580
* Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2022-09-282-6/+5
* Generate IDs for entities by defaultMadeline2022-09-281-1/+2
* Fix user validator preventing updateMadeline2022-09-271-40/+51
* Fix message editingMadeline2022-09-271-1/+1
* Make client cacher suck less?Madeline2022-09-271-10/+18
* Bad check for if buffer is json string instead of gzipMadeline2022-09-271-2/+2
* Set tutorial to nullMadeline2022-09-271-0/+1
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-272-4/+18
* client patcher stuffMadeline2022-09-262-10/+15
* PrettierMadeline2022-09-26280-4048/+6940
* Remove the cdn storage location logMadeline2022-09-262-2/+3
* Move schemas to /src/util/schemasMadeline2022-09-2694-8368/+8252
* Fix scripts/benchmark/connections.jsMadeline2022-09-261-2/+2
* Add generate:client scriptMadeline2022-09-265-4/+140
* Fix slowcord additional servicesMadeline2022-09-268-12204/+249
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-265-2/+41
* Fix and remove some scripts + use ajv/typescript-json-schema required by patchesMadeline2022-09-2611-1406/+17802
* Bring back loginRedirect but fix it. Also move some assets out of publicMadeline2022-09-263-0/+17
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-2612-4/+6
* Vscode launch configMadeline2022-09-261-0/+4
* Add logout endpointMadeline2022-09-261-0/+16
* 'Fix' distinct alias typeorm issueMadeline2022-09-264-10/+26
* Refactor to mono-repo + upgrade packagesMadeline2022-09-25583-113689/+5089
* Allow edited_timestamp to passthrough in handleMessageMadeline2022-09-251-2/+1
* Add discrim verify in PATCH /users/@meMadeline2022-09-251-0/+8
* Typeorm doesn't even use the cache for BaseEntity.* methodsMadeline2022-09-251-8/+8
* Mostly working user guild settingsMadeline2022-09-254-217/+15204
* Committed the wrong rights scriptMadeline2022-09-252-40/+20
* Literally don't be an idiotMadeline2022-09-251-5/+3
* Potential nick reset fixMadeline2022-09-251-2/+2
* Fix default rights sucking, fix patch /guilds/:id/members/:id not checking pe...Madeline2022-09-243-33/+45
* Typeorm redis cacheMadeline2022-09-231-1/+6
* Add mysql sentry integrationMadeline2022-09-233-4/+5
* Sentry gateway trackingMadeline2022-09-221-1/+15
* Flter close messages in sentryMadeline2022-09-221-1/+1
* Fixed? sentry stuffMadeline2022-09-221-8/+25
* fix my shitMadeline2022-09-211-2/+2
* More sentry shitMadeline2022-09-211-1/+6
* Remove webrtc from bundleMadeline2022-09-216-17/+13
* Random webrtc crapMadeline2022-09-212-13/+13
* Sentry route filteringMadeline2022-09-211-2/+8
* Member settings routeMadeline2022-09-212-0/+33
* Merge pull request #2 from haydaralqassam/fraudcordMadeline2022-09-202-2/+19
|\
| * Add adjustEmail call to setEmailMadeline2022-09-201-6/+10
| * Small fix for tag digit and undefined emailDebian2022-09-192-1/+14
* | Update and rename rules.txt to rules.mdMadeline2022-09-192-14/+20
|/
* Forgot the webrtc client pluginMadeline2022-09-161-0/+74
* hmmMadeline2022-09-161-9/+9
* Add webrtc to bundleMadeline2022-09-168-10/+430
* Probably broken merge from webrtcMadeline2022-09-1635-756/+871
* Perhaps a message create perf test?Madeline2022-09-153-28/+84
* Allow empty content through block listMadeline2022-09-122-2/+2
* Primitive banned words blockingMadeline2022-09-128-18/+56
* Trash ip logging for rate limitsMadeline2022-09-111-2/+2
* Trash ip loggingMadeline2022-09-113-2/+7
* Added missing props to ChannelModifySchemaMadeline2022-09-102-15459/+102
* Bad 'fix' for socket not open?Madeline2022-09-101-1/+4
* finally stop the database troublesMadeline2022-09-101-1/+1
* fix typo properlyMadeline2022-09-091-1/+1
* RIP MESSAGES ONCE MORE.Madeline2022-09-091-1/+1
* Fix typoMadeline2022-09-092-2/+2
* Use UserSettings.status when presence is "offline"Madeline2022-09-091-2/+7
* Send user settings on PATCH users/@me/settingsMadeline2022-09-081-1/+1
* Add lazyrequest sessions priorityMadeline2022-09-082-6/+19
* Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl...Madeline2022-09-070-0/+0
|\
| * Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl...Madeline2022-09-071-1/+1
| |\
* | \ Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl...Madeline2022-09-073-10/+12
|\ \ \ | |/ / |/| / | |/
| * Update README.mdMadeline2022-09-051-1/+1
* | Added spotify keys to Activity schemaMadeline2022-09-072-0/+16
|/
* ...and againMadeline2022-09-021-3/+2
* ...try againMadeline2022-09-021-6/+2
* Apply Iratu's patch for relationshipsMadeline2022-09-022-9/+16
* Status tracker now tracks sessionsMadeline2022-09-021-3/+4
* Message searching in guildsMadeline2022-09-021-0/+87
* Added sessions to /-/monitorzMadeline2022-09-021-0/+2
* add try/catch to fetch in slowcord status monitorMadeline2022-08-291-9/+13
* /-/monitorz endpoint for system perf monMadeline2022-08-292-3/+44
* Added nginx configsMadeline2022-08-292-0/+89
* grafana link in bot instance commandMadeline2022-08-271-0/+1
* Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl...Madeline2022-08-251-1/+1
|\
| * Fix typo that sent new/removed bans to those without BAN_MEMBERSMadeline2022-08-231-1/+1
* | Switch to staging ratelimiterMadeline2022-08-251-20/+25
|/
* Configurable max attachment sizeMadeline2022-08-221-1/+1
* LazyRequest on mobile + socket not closed fixesMadeline2022-08-228-26/+204
* Prevent lazyrequest when sent with guild_id as numberMadeline2022-08-211-0/+3
* Fix /users/@me/settings get and migrarionMadeline2022-08-212-3/+9