summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Madeline2022-10-314-933/+44
| | | | sentry user in gateway
* 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 ↵Madeline2022-10-2835-6530/+185
| | | | https://github.com/MaddyUnderStars/slowcord-services
* 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 -> ↵Madeline2022-10-242-29/+74
| | | | status.understars.dev patch
* Handle fetch errors in cdn external endpointMadeline2022-10-241-0/+3
|
* TestClient middleware will now add cache misses to file for generate:client ↵Madeline2022-10-243-23/+250
| | | | script to fetch. Also patch discord icon top left
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-246-32/+68
| | | | Release entity to suck less
* 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 ↵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
|
* 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-26281-4076/+7015
|
* 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-266-4/+149
|
* 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-2613-12/+16
|
* 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-25584-113703/+5103
|
* 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 ↵Madeline2022-09-243-33/+45
| | | | perm for nick
* 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
|\ | | | | Small fix for tag digit and undefined email
| * 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 ↵Madeline2022-09-070-0/+0
|\ | | | | | | slowcord
| * Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-09-071-1/+1
| |\ | | | | | | | | | slowcord
* | \ Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-09-073-10/+12
|\ \ \ | |/ / |/| / | |/ slowcord
| * Update README.mdMadeline2022-09-051-1/+1
| | | | | | changed URL
* | 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
| | | | Wrap get messages in try catch because around is broken
* 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 ↵Madeline2022-08-251-1/+1
|\ | | | | | | slowcord
| * 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
|
* fosscord-server/pulls/858Madeline2022-08-2125-223/+411
|
* add more default rightsMadeline2022-08-201-0/+38
|
* Fix LazyRequest throwing when no offline group existsMadeline2022-08-021-18/+30
| | | | Wrap getRepository in try catch
* Fix before and after queries doing gt and lt comparisions incorrectlyMadeline2022-08-021-2/+2
|
* Fix messages?after=snowflake calling new Snowflake, which is not allwoedMadeline2022-08-021-1/+1
|
* Respect invisible membersMadeline2022-08-011-10/+12
|
* Attempt to fix member list not showing some roles separatelyMadeline2022-08-011-0/+1
|
* Fix msg content check in botMadeline2022-07-311-1/+1
|
* Merge branch 'feat/welcomeMessages' into slowcordMadeline2022-07-311-4/+27
|\
| * Guild join messagesMadeline2022-07-311-4/+27
| |
* | Log IP addresses of gateway connectionsMadeline2022-07-311-1/+5
| |
* | Untested gif resize support in cdnMadeline2022-07-311-4/+3
| |
* | Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-07-304-16/+18
|\ \ | | | | | | | | | slowcord
| * | Merge branch 'fosscord:master' into slowcordMadeline2022-07-244-16/+18
| |\|
| | * Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802)dependabot[bot]2022-07-232-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| | * Bump file-type from 16.5.3 to 16.5.4 in /cdn (#801)dependabot[bot]2022-07-232-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | if tenor or giphy is sent, embed image rather than thumbnailMadeline2022-07-301-0/+23
|/ /
* | Test embeding image/png etc responsesMadeline2022-07-242-43/+66
| |
* | Silently resize images back to max height/widthMadeline2022-07-241-6/+3
| |
* | Turns out I reverted the code I needed rather than the one that will delete ↵Madeline2022-07-241-1/+9
| | | | | | | | all messages, nice
* | Oh my god rip database contentMadeline2022-07-241-1/+1
| |
* | Really shitty external image resizingMadeline2022-07-247-164/+1161
| |
* | Merge branch 'feat/notesTable' into slowcordMadeline2022-07-231-10/+14
|\ \
| * | Delete Note if no contentMadeline2022-07-231-10/+14
| | |
* | | Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-07-235-53/+16
|\ \ \ | | | | | | | | | | | | slowcord
| * \ \ Merge branch 'fosscord:master' into slowcordMadeline2022-07-225-53/+16
| |\ \ \ | | | |/ | | |/|
| | * | chore!: update docker scripts (#797)Nobody2022-07-205-53/+16
| | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: this new docker image no longer clones this repository. Some manual steps are required * chore!: update docker scripts * chore: fix paths in docker scripts * chore: add config docker compose
* | | | Merge branch 'feat/notesTable' into slowcordMadeline2022-07-234-15/+49
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Moved user notes into separate tableMadeline2022-07-234-15/+49
| |/
* | Bot updateMadeline2022-07-2211-516/+766
| |
* | Attempt to fix message ID bugMadeline2022-07-221-2/+1
| |
* | Revert ascending order thingMadeline2022-07-221-1/+1
| |
* | Revert "Revert "Remove unnessesary async and close on error in gateway""Madeline2022-07-222-2/+2
| | | | | | | | This reverts commit 39f1a694c601fb7a7950b2bea765c61fc8f7cc83.
* | Revert "Remove unnessesary async and close on error in gateway"Madeline2022-07-222-2/+2
| | | | | | | | This reverts commit c1cf07d7ce3cdb31961e872282fed6563cca6e1e.
* | Get messages by ascending orderMadeline2022-07-221-1/+1
| |
* | Remove unnessesary async and close on error in gatewayMadeline2022-07-222-2/+2
| |
* | await the dm channel handlerMadeline2022-07-221-1/+1
| |
* | Don't reset voice regions on server startMadeline2022-07-221-14/+14
| |
* | don't try to save undefined data in statusMadeline2022-07-221-1/+1
| |
* | Try using https raw instead of fetch?Madeline2022-07-221-20/+50
| |
* | test fix???Madeline2022-07-221-0/+1
| |
* | Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-07-221-4/+9
|\ \ | | | | | | | | | slowcord
| * | Try catch handleFileMadeline2022-07-221-4/+9
| | |
* | | Disable gateway status until I get some like child process thing doneMadeline2022-07-221-4/+6
|/ /
* | Do measurements one at a time in orderMadeline2022-07-211-13/+15
| |
* | Added simple response time measurement for grafanaMadeline2022-07-217-3/+1120
| |
* | Prevent demo user from enabling 2FAMadeline2022-07-201-1/+3
| |
* | 2FA on login pageMadeline2022-07-202-4/+35
| |
* | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-203-0/+722
|\ \
| * \ Merge branch '2fa' into feat/latestWebClientMadeline2022-07-2020-18/+2327
| |\ \ | | | | | | | | | | | | Add placeholder codes-verification and view-backup-codes-challenge routes
* | \ \ Merge branch '2fa' into slowcordMadeline2022-07-2011-4/+2266
|\ \ \ \ | | |/ / | |/| |
| * | | 2faMadeline2022-07-2011-4/+1570
| | |/ | |/|
* | | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-2/+2
|\ \ \
| * | | Captcha checkingMadeline2022-07-204-7/+69
| |/ /
* | | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-209-25/+43
|\ \ \
| * | | Captcha checkingMadeline2022-07-204-7/+69
| |/ /
| * | chore: fix package.json scriptsNobody2022-07-196-11/+11
| | | | | | | | | | | | npx should be used to execute local package binaries
* | | Captcha required message on login/registerMadeline2022-07-201-2/+8
| | |
* | | Fix content type for captcha checkMadeline2022-07-201-0/+3
| | |
* | | Hcaptcha backendMadeline2022-07-204-8/+49
| | |
* | | Hcaptcha support on login/registerMadeline2022-07-203-1/+17
| | |
* | | Merge branch 'feat/defaultFeatures' into slowcordMadeline2022-07-182-1/+3
|\ \ \
| * | | Default features configMadeline2022-07-182-1/+3
| | | |
* | | | Display network/api errors on login/register pageMadeline2022-07-184-42/+37
| | | |
* | | | Merge branch 'fix/messageLinkMetas' into slowcordMadeline2022-07-171-1/+5
|\ \ \ \
| * | | | Message embeds use image width/heightMadeline2022-07-171-1/+5
| | | | |
| * | | | Merge branch 'master' into fix/messageLinkMetasMadeline2022-07-173-27/+37
| |\| | |
* | | | | Redirect guild profile cdn stuff to normal avatar route while guild profiles ↵Madeline2022-07-173-3/+15
| | | | | | | | | | | | | | | | | | | | are TODO
* | | | | Attempt to fix headers being set after send to client in send messageMadeline2022-07-171-1/+1
| | | | |
* | | | | the merge broke compile???Madeline2022-07-171-3/+0
| | | | |
* | | | | Merge branch 'fosscord:master' into slowcordMadeline2022-07-171-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Display offline members in member list (#788)Madeline2022-07-161-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * Send offline member group in LazyRequest * Better implementation of offline member group in lazy request
| * | | | Revert "Send offline group in LazyRequest (#778)" (#787)Erkin Alp Güney2022-07-161-25/+3
| | | | | | | | | | | | | | | This reverts commit 614cfdc85cfa8903bf7432e770bd4aba41c51b5f.
| * | | | Send offline group in LazyRequest (#778)Madeline2022-07-161-3/+25
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * Send offline member group in LazyRequest * Better implementation of offline member group in lazy request * Always display roles separately to online members
* | | | remove some default rights that I gave like an idiotMadeline2022-07-171-2/+0
| | | |
* | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\ \ \ \
| * | | | Actually respect with_mutual_guildsMadeline2022-07-161-1/+1
| | | | |
* | | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\| | | |
| * | | | Don't send @everyone roleMadeline2022-07-161-1/+1
| | | | |
* | | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\| | | |
| * | | | Forgot to send roles in guild_memberMadeline2022-07-161-25/+33
| | | | |
* | | | | Forgot to send roles in guild_memberMadeline2022-07-161-25/+33
| | | | |
* | | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-14/+39
|\| | | |
| * | | | Respect with_mutual_guilds and guild_id in /users/:id/profileMadeline2022-07-161-14/+39
| |/ / /
* | | | Merge branch 'feat/offlineMembers' into slowcordMadeline2022-07-161-1/+1
|\ \ \ \