Commit Graph

95 Commits

Author SHA1 Message Date
Rory& 5f8afbc7ae eslint: array callback return, no restricted imports 2026-04-19 22:45:37 +02:00
Rory& 53ab01c4e2 EmbedHandlers: more configuration for embeds, switch to storing all returned embeds 2026-03-26 15:14:18 +01:00
Rory& daaf6eae28 Embeds: factor out from postMessage 2026-03-26 11:46:48 +01:00
MathMan05 ccbe60ffb6 make some corrections 2026-03-20 16:31:32 +01:00
Lisa Marie Maginnis 63effc3887 Added two new configuration options for SMTP: "starttls" and
"allowInsecure".

smtp.starttls will enable or disable STARTTLS
when "secure" is set to false (otherwise it does nothing).

smtp.allowInsecure will allow self-signed certificates if
set to true for both smtp.secure and smtp.starttls options.
2026-03-15 14:49:37 +01:00
Rory& 0b1d12d968 Some minor work 2026-03-14 06:13:32 +01:00
Rory& 0e6b704af1 Remove unused autoupdater code 2026-03-14 03:39:14 +01:00
Rory& 1e07c1eaa2 gateway offload work 2026-03-13 10:14:29 +01:00
ChrisChrome c1679ec394 Separate IP check options during registration 2026-02-16 11:49:44 -07:00
Rory& 642bf1d60b Try to enforce channel limts? 2026-02-14 17:44:55 +01:00
Rory& 90291eadf4 Fix disabling migrations on nix not wirking 2026-02-04 05:07:10 +01:00
Rory& d3d8707984 Guild discovery: option to hide already joined guilds 2026-02-03 23:30:08 +01:00
Rory& 1d5e31bdd5 Basic offload configuration 2026-01-30 21:29:01 +01:00
Rory& 7e3dfed6ca Thread membership routes 2026-01-29 20:40:09 +01:00
Rory& 4dd959ad54 Make bot invites configurable 2026-01-24 19:27:39 +01:00
Rory& 5b59130994 Drop unused metrics configuration 2025-12-25 07:50:34 +01:00
Rory& 4ddd05e35c Drop unused Kafka configuration 2025-12-25 07:28:58 +01:00
Rory& 55b3416957 Add server name config option for use in client redirects 2025-12-23 22:06:11 +01:00
Rory& 52a82b6dba WIP CDN stuff 2025-12-19 04:26:25 +01:00
Rory& a9fbdc7501 Drop blockProxies from config - fixup for #1444 / b54e86d 2025-12-18 23:31:13 +01:00
Rory& 3dddaa249a Add common scams from discord to blocked usernames by default 2025-12-17 22:34:48 +01:00
Rory& 491c0de845 lintstagedrc: regenerate schemas/openapi if schemas changed 2025-12-17 11:01:27 +01:00
Rory& 2a8d4ce3fd Dont directly export all config subtypes 2025-12-17 10:11:19 +01:00
Rory& bf33c9874b Move region to webrtc schemas 2025-12-17 10:10:08 +01:00
Rory& 1b178b5ac3 Prettier u5 2025-12-17 09:12:13 +01:00
Rory& 73397e49a7 Prettier 6 2025-12-17 07:52:20 +01:00
Rory& c218efb4d7 EndpointPrivate for api 2025-12-16 04:59:13 +01:00
Rory& a4527d166a No longer generate security_jwtSecret, switch webauthn to modern tokens, dont 2025-12-14 00:49:13 +01:00
Rory& 4bb3ff1aae Drop nonfunctional default ipdata key 2025-12-13 23:41:48 +01:00
Rory& dae89fd0af Instance ban stuff 2025-12-13 02:01:32 +01:00
Rory& 13bbf5dbd5 Remove fallback URIs, remove endpointClient, expose admin api 2025-12-04 11:01:18 +01:00
Rory& 79c72396fd Extended IP address scrutiny on register 2025-12-02 17:33:22 +01:00
Rory& 8b10d85d29 Use IpDataClient in places 2025-12-02 16:46:08 +01:00
Rory& b0ea29bdab Forgot the configuration, lol 2025-12-02 16:33:26 +01:00
MathMan05 96c56282d0 prevent bots from joining guild with config 2025-11-17 16:48:41 -06:00
Rory& 021a387679 Add sticker limit 2025-10-04 21:25:39 +02:00
Rory& 7053c16344 Port MailGun transport 2025-09-30 04:50:01 +02:00
Rory& 0c3d8a792f Drop @sentry/node (Sentry support) - untested and unused 2025-09-29 22:08:03 +02:00
Rory& ac807dcf8d Fix uploads? 2025-09-29 18:38:06 +02:00
Rory& f78a9412b8 Implement message preloading 2025-09-29 18:38:06 +02:00
Emma [it/its]@Rory& 0e0da6d722 Add options to erquire IP or User Agent to access CDN 2025-07-06 18:03:17 +02:00
Puyodead1 080b2c7d38 Implement signed cdn urls 2025-05-03 12:30:22 +02:00
root 541af2045d Added better user configuration and removed extra logging 2025-03-25 11:15:14 -07:00
Emma [it/its]@Rory& 40b356ecdf Add express trustedProxy support 2024-10-30 16:28:57 +01:00
TomatoCake 16322a8829 Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server into feat/local-image-proxy 2024-08-15 16:00:18 +02:00
TomatoCake 20b2843680 Make profile bio max length configurable 2024-08-10 22:10:20 +02:00
aintDatCap e4a14d659a Refactored max limit for bulk-bans from AbsoluteRateLimits to GuildLimits as suggested by @devtomatocake 2024-07-24 19:22:40 +02:00
aintDatCap 5a20924477 Implemented proposal described in the issue #1122 2024-07-24 19:06:12 +02:00
TomatoCake d79669f771 Merge branch 'master' into feat/local-image-proxy 2024-07-18 16:08:06 +02:00
TomatoCake ef13c8c814 Add "email.senderAddress" config 2024-07-04 09:40:49 +10:00