summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-1910-145/+192
|
* Add additional configMadeline2022-12-1915-24/+53
|
* Make ConfigValue a directory, move defaults to those classes instead of a ↵TheArcaneBrony2022-12-1952-424/+356
| | | | separate object
* 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-189-85/+132
|
* 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
| | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-188-41/+230
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* 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-183-8/+2
|
* fix: not being able to enable communityPuyodead12022-12-181-1/+2
|
* 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-173-123/+1
|
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-172-42/+2
|
* 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-172-106/+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
|
* 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
|
* Fix message patching sending old message rather than updated oneMadeline2022-10-311-3/+3
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-314-14/+16
|
* Add `private_channels_version` to `client_state` in identity. also set ↵Madeline2022-10-313-2/+13
| | | | sentry user in gateway
* Sentry stuff?Madeline2022-10-302-5/+12
|
* various typosMadeline2022-10-281-1/+1
|
* Fix user settings not saving properly and guild foldersMadeline2022-10-284-9/+11
|
* lolMadeline2022-10-281-1/+1
|
* Move src-slowcord to own repo ↵Madeline2022-10-287-23/+185
| | | | https://github.com/MaddyUnderStars/slowcord-services
* fix bad user validationMadeline2022-10-272-8/+10
|
* Make /stop route not ugly as hellMadeline2022-10-262-27/+8
|
* Fix typo in user validationMadeline2022-10-261-3/+3
|
* 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-245-13/+15
|
* Handle fetch errors in cdn external endpointMadeline2022-10-241-0/+3
|
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-245-32/+51
| | | | Release entity to suck less
* remove self_edit_guilds, was dumbMadeline2022-10-073-4/+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
|
* Video attachment support!Madeline2022-10-042-4/+42
|
* 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
|
* Slightly better embedsMadeline2022-10-012-27/+159
|
* Better embed handlingMadeline2022-10-013-128/+156
|
* Make `afk` optional in ActivitySchemaMadeline2022-10-011-2/+2
|
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and ↵Madeline2022-09-302-2/+3
| | | | SELF_EDIT_GUILDS for control over guilds you own or have perms to edit
* 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
|
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-283-7/+20
|
* Fix user guild settingsMadeline2022-09-281-13/+7
|
* Missed some schemasMadeline2022-09-2810-38/+54
|
* 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
|
* 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
|
* PrettierMadeline2022-09-26247-3427/+6137
|
* Remove the cdn storage location logMadeline2022-09-262-2/+3
|
* Move schemas to /src/util/schemasMadeline2022-09-2690-503/+458
|
* Add generate:client scriptMadeline2022-09-261-1/+1
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-262-1/+1
|
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-262-4/+6
|
* Add logout endpointMadeline2022-09-261-0/+16
|
* 'Fix' distinct alias typeorm issueMadeline2022-09-263-10/+7
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-25289-0/+142015
|
* :bug: fix types + packagesFlam3rboy2021-08-131-1/+0
|
* [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-131-0/+1
|
* :sparkles: webrtcFlam3rboy2021-08-124-54/+0
|
* :construction: initFlam3rboy2021-06-244-0/+54