summary refs log tree commit diff
path: root/src/api/Server.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-021-8/+20
|\
| * Remove ALL fosscord mentionsMadeline2023-03-311-7/+6
| |
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-2/+2
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-2/+2
| |\
| | * fix: remove proxySamuel2023-03-181-4/+0
| | |
| | * perf: cache jwt secret as keySamuel2023-03-171-2/+6
| | |
| * | SPACEBARMadeline2023-03-311-1/+1
| | |
| * | SPACEBARMadeline2023-03-311-1/+1
| | |
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-191-1/+3
| |\|
| * | Add basic information page to /Madeline2023-03-191-0/+11
| |/
* | prettierPuyodead12023-03-181-1/+1
| |
* | adding connection now worksPuyodead12023-03-181-0/+5
|/
* Remove test client and client patcherMadeline2023-03-011-2/+0
|
* Start implementing smtpPuyodead12023-02-231-9/+11
|
* Fix gateway encoding Date objects as {} when using erlpack. Fixes ↵Madeline2023-02-211-18/+2
| | | | NaN/NaN/NaN timestamps in desktop client
* Close #954Madeline2023-02-211-0/+19
|
* Implement WebAuthn (#967)Puyodead12023-01-301-1/+8
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-7/+10
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-1/+4
|
* PrettierMadeline2023-01-051-10/+7
|
* Remove bad banned words implementationMadeline2022-12-171-2/+1
|
* Fix 404 handlerMadeline2022-11-051-3/+4
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-311-2/+3
|
* PrettierMadeline2022-09-261-18/+34
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+94