summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into maddyrtcMadeline2022-04-2049-166/+391
|\
| * Try catch cpu logTheArcaneBrony2022-04-191-1/+7
| * Use 1 thread on platform where fetching thread/core count failsTheArcaneBrony2022-04-193-3/+18
| * general rights enforcement stuffErkin Alp Güney2022-04-181-0/+3
| * Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-182-2/+7
| |\
| | * Unified ghost instead of separate ghostsErkin Alp Güney2022-04-181-1/+1
| | * Google staff emailErkin Alp Güney2022-04-181-1/+6
| * | get single message && message rights enforcementErkin Alp Güney2022-04-182-2/+15
| |/
| * reactions rights enforcementErkin Alp Güney2022-04-172-2/+3
| * Update Intents.tsErkin Alp Güney2022-04-161-1/+1
| * jumbo and lobbies are indeed differentErkin Alp Güney2022-04-161-1/+1
| * Update Identify.tsErkin Alp Güney2022-04-161-5/+5
| * add more intentsErkin Alp Güney2022-04-161-15/+26
| * remove misleading todo noteErkin Alp Güney2022-04-161-1/+0
| * Align buttons to centerKuna2022-04-141-1/+1
| * New translations common.json (Swedish)Samuel2022-04-121-14/+14
| * New translations auth.json (Swedish)Samuel2022-04-121-10/+10
| * Update passwordStrength.tsErkin Alp Güney2022-04-121-1/+1
| * Fix compile errors in checkPassword's entropy checkMadeline2022-04-101-4/+4
| * Update Guild.tsErkin Alp Güney2022-04-101-4/+8
| * Update passwordStrength.tsErkin Alp Güney2022-04-091-1/+1
| * add an elegant entropy checkErkin Alp Güney2022-04-091-5/+16
| * bug fix1itt1eB0y2022-04-091-1/+1
| * Resolves #715Madeline2022-04-091-1/+1
| * Update User.tsErkin Alp Güney2022-04-091-7/+7
| * fix MANAGE_GUILDS; rename getRight to getRightsbinsky2022-04-091-2/+2
| * fix invite right enforcementbinsky2022-04-091-1/+1
| * correct right nameErkin Alp Güney2022-04-081-1/+1
| * invite right enforcedErkin Alp Güney2022-04-081-1/+2
| * JOIN_GUILDSErkin Alp Güney2022-04-081-1/+1
| * rights enforcement in guild createErkin Alp Güney2022-04-081-3/+4
| * MANAGE_GUILDSErkin Alp Güney2022-04-081-2/+10
| * remove todos that are implementedErkin Alp Güney2022-04-081-3/+3
| * enforce the rightsErkin Alp Güney2022-04-081-3/+5
| * optionalErkin Alp Güney2022-04-081-2/+2
| * add joined_by to allow for separate treatment of force-joinersErkin Alp Güney2022-04-081-2/+11
| * fix the build mistakes from yesternightErkin Alp Güney2022-04-082-16/+20
| * Update index.tsErkin Alp Güney2022-04-081-7/+10
| * More rights stuffErkin Alp Güney2022-04-071-0/+11
| * added the maintenance listing endpointErkin Alp Güney2022-04-071-0/+1
| * scheduled maintenancesErkin Alp Güney2022-04-071-0/+12
| * with public read receipts explicitly stored, no need to store manual flag of ...Erkin Alp Güney2022-04-071-1/+2
| * Fix 404 URLLuna Alfien2022-04-071-1/+1
| * New translations common.json (Hebrew)Samuel2022-04-051-7/+7
| * User Notes (#707)Madeline2022-04-053-5/+35
| * Revert "Make member.premium_since ISO8601 timestamp" (#710)Erkin Alp Güney2022-04-041-3/+3
| * Add our custom channel typesErkin Alp Güney2022-04-031-1/+5
| * More message typesErkin Alp Güney2022-04-021-0/+7
| * first steps for E2EE support — channel security settings eventErkin Alp Güney2022-04-021-0/+35
| * Fix typo in table 'client_relase' -> 'client_release' ( and other of the same...Madeline2022-03-3010-21/+37
| * Merge pull request #705 from fosscord/dependabot/npm_and_yarn/bundle/minimist...Erkin Alp Güney2022-03-301-4/+6
| |\
| | * Bump minimist from 1.2.5 to 1.2.6 in /bundledependabot[bot]2022-03-301-4/+6
| |/
| * Bump minimist from 1.2.5 to 1.2.6 in /utildependabot[bot]2022-03-301-6/+6
| * Bump minimist from 1.2.5 to 1.2.6 in /cdndependabot[bot]2022-03-301-6/+6
| * Bump minimist from 1.2.5 to 1.2.6 in /gatewaydependabot[bot]2022-03-301-8/+12
| * Bump minimist from 1.2.5 to 1.2.6 in /apidependabot[bot]2022-03-301-6/+12
* | Trying my hand at implementing desktop voice, magic packets courtesy of that ...Madeline2022-04-056-200/+174
* | Merge branch 'master' into maddyrtcMadeline2022-03-3110-31/+79
|\|
| * Make member.premium_since ISO8601 timestampminhducsun20022022-03-281-3/+3
| * Make comments more accurate to use-caseLuna Alfien2022-03-271-0/+4
| * Create fosscord-login.jsLuna Alfien2022-03-271-0/+8
| * fix the conditionalErkin Alp Güney2022-03-231-1/+1
| * A few channels on channelsErkin Alp Güney2022-03-231-12/+19
| * Fix `servers[0].url` in `openapi.json`.SpacingBat32022-03-201-1/+1
| * add the necessary types for server assisted selfbottingErkin Alp Güney2022-03-191-0/+2
| * close issue #684Erkin Alp Güney2022-03-143-6/+6
| * Update Rights.tsErkin Alp Güney2022-03-091-0/+2
| * fix(api): add vanity urls creation/update (#665)Nobody2022-03-091-5/+28
| * fix(api): working replies in dm channelsNobody2022-03-091-4/+6
* | changes from yonks ago that I forgot to commitMadeline2022-03-306-46/+201
* | Merge branch 'master' into maddyrtcMadeline2022-03-0911-30/+122
|\|
| * Merge pull request #675 from nobodylabs/fix/ban-listErkin Alp Güney2022-03-081-14/+25
| |\
| | * Merge branch 'master' into fix/ban-listNobody2022-03-0810-21/+98
| | |\
| | * | fix(api): working ban listNobody2022-03-081-8/+23
| * | | Change premium_since to bigintXenorio2022-03-081-2/+2
| | |/ | |/|
| * | Temporary notes fixRealMANI2022-03-081-3/+3
| * | Changing Member.premium_since back from Date to number fixes an error in the ...Madeline2022-03-081-1/+1
| * | refactor(Docker): add working docker scripts (#671)Nobody2022-03-082-10/+83
| * | fix(util): working invisible status typeNobody2022-03-082-2/+2
| * | fix(api): working invisible status typeNobody2022-03-082-3/+3
| * | fix(api): don't send @everyone in route responseNobody2022-03-081-1/+4
| * | fix(api): prevent @everyone role duplicationNobody2022-03-081-1/+1
| * | fix(api): always add @everyone in user's rolesNobody2022-03-081-0/+3
| * | refactor(gateway): delete hardcoded guild boostsNobody2022-03-081-2/+0
| * | Fix bans list (#674)RealMANI2022-03-081-8/+12
| |/
| * Revert "Type change"RealMANI2022-03-081-1/+1
| * Type changeRealMANI2022-03-071-1/+1
* | Added preferred_region optional property of VoiceStateUpdateSchema to allow e...Madeline2022-03-081-0/+2
* | Merge branch 'fix/electron_premium_since' into maddyrtcMadeline2022-03-082-7/+9
|\ \
| * | Changing Member.premium_since back from Date to number fixes an error in the ...Madeline2022-03-081-1/+1
| |/
| * Check usernameRealMANI2022-03-061-6/+8
| * [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
* | VOICE CONNECTS!!! Dtls stuck on "connecting" state + currently no way to edit...Madeline2022-03-075-173/+165
* | aughMadeline2022-03-0710-39/+133
* | Merge branch 'master' into maddyrtcMadeline2022-03-0620-3966/+3031
|\|
| * Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably...Madeline2022-03-066-3824/+2598
| * Tsnode support (#580)Madeline2022-03-066-109/+317
| * document which field is whichErkin Alp Güney2022-03-041-1/+4
| * Initial work on public read receiptsErkin Alp Güney2022-03-041-0/+6
| * Add nan to dependenciesXenorio2022-03-041-1/+2
| * Merge pull request #656 from fosscord/dependabot/npm_and_yarn/bundle/url-pars...Erkin Alp Güney2022-02-281-28/+6
| |\
| | * Bump url-parse from 1.5.7 to 1.5.10 in /bundledependabot[bot]2022-02-281-28/+6
| * | Merge pull request #655 from fosscord/dependabot/npm_and_yarn/util/url-parse-...Erkin Alp Güney2022-02-281-6/+6
| |\ \
| | * | Bump url-parse from 1.5.7 to 1.5.10 in /utildependabot[bot]2022-02-281-6/+6
| | |/
| * | Merge pull request #654 from fosscord/dependabot/npm_and_yarn/gateway/url-par...Erkin Alp Güney2022-02-281-12/+12
| |\ \ | | |/ | |/|
| | * Bump url-parse from 1.5.7 to 1.5.10 in /gatewaydependabot[bot]2022-02-281-12/+12
| |/
| * Merge pull request #653 from fosscord/dependabot/npm_and_yarn/api/url-parse-1...Erkin Alp Güney2022-02-281-12/+12
| |\
| | * Bump url-parse from 1.5.7 to 1.5.10 in /apidependabot[bot]2022-02-281-12/+12
| |/
| * Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-252-7/+72
| |\
| | * Merge branch 'master' into origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-044-775/+46
| | |\
| | * | pretend self-bans don't exist in the views tooErkin Alp Güney2022-02-041-1/+4
| | * | ban moderator schema actually changeErkin Alp Güney2022-02-041-2/+12
| | * | ban moderator schema changeErkin Alp Güney2022-02-041-0/+1
| | * | some important changesErkin Alp Güney2022-02-041-4/+4
| | * | attempt to fix self-bansErkin Alp Güney2022-02-040-0/+0
| | * | attempt to fix self-bansErkin Alp Güney2022-02-042-939/+208
| | * | Try to commit this one again, this time over the webErkin Alp Güney2022-02-041-4/+8
| | * | remove pretense of nonexistence from main view route for now to make it compi...Erkin Alp Güney2022-02-041-2/+0
| | * | Extend the pretense of non-existence of self-bans to API view route tooErkin Alp Güney2022-02-021-0/+2
| | * | Better protection against self-bansErkin Alp Güney2022-02-021-2/+3
| | * | Make self-bans irreversibleErkin Alp Güney2022-02-021-1/+4
| | * | Allow self-ban of non-ownersErkin Alp Güney2022-02-021-1/+34
| * | | [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
| * | | Bump url-parse from 1.5.3 to 1.5.7 in /bundledependabot[bot]2022-02-191-4/+6
| * | | Bump url-parse from 1.5.3 to 1.5.7 in /gatewaydependabot[bot]2022-02-191-8/+12
| * | | Bump url-parse from 1.5.3 to 1.5.7 in /utildependabot[bot]2022-02-191-6/+6
| * | | Bump url-parse from 1.5.3 to 1.5.7 in /apidependabot[bot]2022-02-191-8/+12
| * | | changed user.premium_since to also load from the database.Iratu2022-02-184-1/+12
| * | | Forgot the openapi.json change.Iratu2022-02-181-1/+2
| * | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in the...Iratu2022-02-182-5/+13
* | | | Merge branch 'master' into maddyrtcMadeline2022-02-1732-127/+543
|\| | |
| * | | Merge pull request #608 from Featyre/masterErkin Alp Güney2022-02-1623-65/+283
| |\ \ \
| | * | | Return none for dev portal + todo for categoriesFeatyre2022-02-023-1/+11
| | * | | Fix primarycolum being assigned to nullable = trueFeatyre2022-02-021-1/+1
| | * | | make everything in categories nullableFeatyre2022-02-021-3/+3
| | * | | Merge branch 'fosscord:master' into masterFeatyre2022-02-012-7/+9
| | |\| |
| | * | | A few minor changesErkin Alp Güney2022-01-271-10/+9
| | * | | Dev portal + categories load dbFeatyre2022-01-2610-26/+89
| | * | | change lineFeatyre2022-01-251-1/+1
| | * | | Merge branch 'fosscord:master' into masterFeatyre2022-01-244-0/+48
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/Featyre/fosscord-serverFeatyre2022-01-241-1/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'fosscord:master' into masterFeatyre2022-01-241-1/+1
| | | |\ \ \ \
| | * | | | | | Partnet + Discover fix and joinFeatyre2022-01-248-9/+105
| | |/ / / / /
| | * | | | | Prep for Category db workFeatyre2022-01-244-6/+4
| | * | | | | Merge branch 'fosscord:master' into masterFeatyre2022-01-245-165/+29
| | |\ \ \ \ \
| | * | | | | | category + discovery + custom status fix, new configFeatyre2022-01-2410-34/+39
| | * | | | | | Merge branch 'fosscord:master' into masterFeatyre2022-01-244-334/+420
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'fosscord:master' into masterFeatyre2022-01-2312-490/+2861
| | |\ \ \ \ \ \ \
| | * | | | | | | | Partial integration of categories and discoveryFeatyre2022-01-2310-46/+96
| | * | | | | | | | Branding updatesFeatyre2022-01-232-4/+8
| * | | | | | | | | TypoRealMANI2022-02-161-1/+1
| * | | | | | | | | Mutual FriendsRealMANI2022-02-161-0/+41
| * | | | | | | | | Mutual Guilds (#637)RealMANI2022-02-161-2/+15
| * | | | | | | | | [Fix] Invisible space username (#639)RealMANI2022-02-161-0/+7
| * | | | | | | | | Bump follow-redirects from 1.14.6 to 1.14.8 in /cdn (#635)dependabot[bot]2022-02-151-6/+6
| * | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634)dependabot[bot]2022-02-151-220/+991
| * | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /api (#633)dependabot[bot]2022-02-151-13/+35
| * | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /gateway (#632)dependabot[bot]2022-02-151-6/+43
| * | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /util (#631)dependabot[bot]2022-02-151-14/+35
| * | | | | | | | | Added a few extensionsErkin Alp Güney2022-02-121-5/+23
* | | | | | | | | | Discord.js gateway connection when connecting to voice will close 4002 decode...Madeline2022-02-177-221/+1027
* | | | | | | | | | Merge branch 'master' into maddyrtcMadeline2022-02-1328-2573/+3504
|\| | | | | | | | |
| * | | | | | | | | Appropriate DB charset (#629)RealMANI2022-02-111-0/+1
| * | | | | | | | | Manually lock node to >15Erkin Alp Güney2022-02-101-0/+1
| * | | | | | | | | Add more rights (#541)Erkin Alp Güney2022-02-101-2/+13
| * | | | | | | | | [Fix] Trying to remove a null element (#625)ImAaronFR2022-02-101-1/+6
| * | | | | | | | | [Fix] Client bug (#623)ImAaronFR2022-02-091-1/+4
| * | | | | | | | | [Fix] Column "groups" contains null-values (#622)ImAaronFR2022-02-081-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Bump simple-get from 3.1.0 to 3.1.1 in /util (#620)dependabot[bot]2022-02-041-6/+6
| * | | | | | | | automated security fixes applied (#619)Erkin Alp Güney2022-02-042-1718/+241
| * | | | | | | | Merge pull request #616 from MaddyUnderStars/noNullsInMessageFetchErkin Alp Güney2022-02-041-0/+7
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Remove nulled properties from GET `/channels/#id/messages` for improved compa...Madeline2022-02-041-0/+7
| |/ / / / / / /
| * | | | | | | Merge pull request #612 from ImAaronFR/patch-3Erkin Alp Güney2022-01-311-5/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Update index.htmlImAaronFR2022-01-311-5/+5
| |/ / / / / / /
| * | | | | | | Merge pull request #555 from unknownPerson115/patch-1Erkin Alp Güney2022-01-241-2/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fixed potential guild message SQL constraintsunknownPerson1152021-12-231-2/+4
| * | | | | | | Add dummy endpoints to prevent client loading some settings panels indefinitelyTheArcaneBrony2022-01-244-0/+48
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Speed up setup by not installing optional packages (#605)TheArcaneBrony2022-01-241-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #606 from MaddyUnderStars/hotfix/node-fetchKuna2022-01-248-171/+35
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | revert dependabot PRs that update node-fetch to v3Madeline2022-01-248-171/+35
| |/ / / /
| * | | | * Replaced list of invisible characters with unicode codepointsMadeline2022-01-232-62/+65
| * | | | channel.owner_id is type string not numberMadeline2022-01-231-1/+1
| * | | | Add unhandled channel types to IsTextChannel methodMadeline2022-01-231-2/+6
| * | | | Apply suggestions from code reviewMadeline2022-01-231-2/+4
| * | | | Update Channel.tsErkin Alp Güney2022-01-231-4/+7
| * | | | Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flagsMadeline2022-01-233-332/+406
| | |_|/ | |/| |
| * | | Closed-join guildsErkin Alp Güney2022-01-231-1/+2
| * | | Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstestdependabot[bot]2022-01-231-6/+14
| * | | Bump node-fetch from 2.6.5 to 2.6.7 in /bundledependabot[bot]2022-01-232-15/+28
| * | | Bump node-fetch from 2.6.6 to 2.6.7 in /cdndependabot[bot]2022-01-232-11/+19
| * | | Bump node-fetch from 2.6.2 to 2.6.7 in /utildependabot[bot]2022-01-232-66/+359
| * | | Bump node-fetch from 2.6.2 to 3.1.1 in /gatewaydependabot[bot]2022-01-232-313/+1698
| * | | Bump node-fetch from 2.6.2 to 3.1.1 in /apidependabot[bot]2022-01-232-81/+747
| * | | Branding updatesFeatyre2022-01-222-4/+8
| | |/ | |/|
| * | Revert previous commitChris Chrome2022-01-161-16/+16
| * | Further debranding of premium tiersErkin Alp Güney2022-01-141-16/+16
| * | Add erlpack warning (#587)TheArcaneBrony2022-01-131-1/+3
* | | ;jondfgskMadeline2022-02-043-35/+37
* | | mmmmMadeline2022-01-215-51/+96
* | | more fuckeryMadeline2022-01-177-19/+175
* | | messing around with things I don't understandMadeline2022-01-167-13/+81
* | | boilerplate stuffMadeline2022-01-1617-244/+556
|/ /
* | Fix typo in commit 277b28cMadeline2022-01-131-1/+1
* | update defaultsErkin Alp Güney2022-01-121-7/+7
* | Fix the feature checkErkin Alp Güney2022-01-121-0/+2
* | Update Guild.tsErkin Alp Güney2022-01-121-0/+1
* | Add cross channel repliesErkin Alp Güney2022-01-121-2/+4
* | Schema change for group specific emojisErkin Alp Güney2022-01-121-1/+4
* | Use the boomerang logoErkin Alp Güney2022-01-111-1/+1
* | Merge pull request #582 from ced777ric/empty_message_fixChris Chrome2022-01-111-1/+1
|\ \
| * | fix the message endpoint always returning Empty message errorced777ric2022-01-111-1/+1
|/ /
* | Message fixes | Character limits and embed fixes (#581)Madeline2022-01-112-8/+14
* | Update role-icons.tsErkin Alp Güney2022-01-091-2/+1
* | Correct the invite responseThesourtimes2022-01-061-1/+1
* | Add Role Icons (#574)Chris Chrome2022-01-056-3/+124
* | Update documentsThesourtimes2022-01-049-23/+67
* | Incrementing user discriminatorsDaniel Huber2022-01-042-16/+35
* | Fix schemas handlerThesourtimes2022-01-011-1/+1
* | Correct the formatKuna2022-01-011-8/+9
* | Merge pull request #569 from Thesourtimes/masterKuna2022-01-0116-12/+25
|\ \
| * | add a relase templateThesourtimes2022-01-011-0/+11
| * | Organize @fosscord/api utils in directoriesThesourtimes2022-01-0115-12/+14
|/ /
* | Fix game statussesTheArcaneBrony2021-12-311-6/+4
* | Updated stop.tsunknownPerson1152021-12-291-1/+1
* | Updated stop.tsunknownPerson1152021-12-291-6/+7
* | Merge pull request #553 from TheArcaneBrony/masterChris Chrome2021-12-2622-13861/+7011
|\ \
| * | Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-269-70176/+38596
| * | Restore package locksThe Arcane Brony2021-12-268-2/+123920
| * | Replace nanocolors with picocolorsThe Arcane Brony2021-12-2510-11/+14
| * | Add Sentry, fix compile errorsThe Arcane Brony2021-12-229-10/+56
| * | Improve build scripts, strip more fs-extrasThe Arcane Brony2021-12-213-6/+9
| * | Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-2115-99383/+143
| |/
* | Fix the casingErkin Alp Güney2021-12-261-1/+1
* | Merge pull request #560 from ImAaronFR/patch-1Erkin Alp Güney2021-12-261-1/+1
|\ \
| * | Fixed mistypeImAaronFR2021-12-261-1/+1
|/ /
* | Initial implementation of the remote server shutdown routeErkin Alp Güney2021-12-262-0/+33
|\ \
| * | Update api/src/routes/stop.tsunknownPerson1152021-12-251-7/+2
| * | Create stop.ts (for /stop API route)unknownPerson1152021-12-251-0/+30
| * | Updated Server.tsunknownPerson1152021-12-251-0/+8
|/ /
* | Merge pull request #556 from Thesourtimes/masterKuna2021-12-241-3/+15
|\ \
| * | Comment about the hotfixKuna2021-12-241-0/+2
| * | (Finally) make a temporary fix for IP leakThesourtimes2021-12-241-3/+13
|/ /
* | Fix typoKuna2021-12-241-1/+1
* | Fix IP leaks from bans routeThesourtimes2021-12-241-2/+14
|/
* Fix people not being able to create issuesKuna2021-12-201-2/+2
* Merge pull request #540 from Thesourtimes/masterSamuel2021-12-2015-392/+1995
|\
| * Update downloads.tsKuna2021-12-181-0/+1
| * General work on APIThesourtimes2021-12-1812-392/+1918
| * Improvements + dummy API configsThesourtimes2021-12-183-1/+41
| * Add the new discovery routeThesourtimes2021-12-151-0/+20