summary refs log tree commit diff
path: root/src/api/Server.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add /_spacebar/api/version - resolves #1222Rory&2026-02-251-1/+8
|
* Fix splitting logic for .well-known base urlRory&2026-02-111-1/+1
|
* API: always drop /api suffix in well known (hack)Rory&2026-02-071-1/+1
|
* Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-221-1/+10
|
* Support API v10Rory&2026-01-131-0/+2
|
* Include request info in errorsRory&2026-01-131-2/+3
|
* fix endpoint crapRory&2025-12-271-2/+2
|
* Fix endpoint public splittingRory&2025-12-251-1/+1
|
* Set low cache-control headers for static pagesRory&2025-12-231-3/+14
|
* Implement widgetRory&2025-12-191-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-118/+118
|
* finally make eslint happyRory&2025-12-171-10/+13
|
* Remove fallback URIs, remove endpointClient, expose admin apiRory&2025-12-041-0/+3
|
* Add well-known routesRory&2025-11-221-0/+36
|
* fix pathRory&2025-10-071-2/+2
|
* API: expose schemas.json and openapi.jsonRory&2025-10-071-50/+18
|
* Drop dependency on missing-native-js-functionsRory&2025-10-041-1/+0
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-301-1/+1
|
* Silence, dotenv, we dont want your adsRory&2025-09-291-1/+2
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-4/+0
|
* fixes and minor changes for email stuffPuyodead12025-09-051-1/+1
|
* More cleanupRory&2025-07-271-5/+9
|
* PrettierEmma [it/its]@Rory&2025-04-091-1/+1
|
* Merge pull request #1205 from DEVTomatoCake/feat/dont-send-x-powered-byPuyodead12025-03-231-3/+4
|\ | | | | Stop sending X-Powered-By & use API CORS + BodyParser middlewares in CDN
| * Stop sending X-Powered-By & share CORS/BodyParserTomatoCake2024-08-311-3/+4
| |
* | run prettierdank0742024-11-191-2/+1
| |
* | Add express trustedProxy supportEmma [it/its]@Rory&2024-10-301-0/+4
|/
* Merge branch 'master' into feat/local-image-proxyTomatoCake2024-07-181-5/+9
|\
| * add email verification pagePuyodead12024-07-081-5/+9
| |
* | Add local image proxy using sharp/jimp pkgsTomatoCake2024-06-221-1/+3
|/
* 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