Rory&
4f20beeff7
Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246
2025-09-29 18:38:06 +02:00
Rory&
17948c77d7
Fix ID references
2025-09-29 18:38:06 +02:00
Rory&
1e6ed06da1
Add first half of cloud attachment uploads
2025-09-29 18:38:06 +02:00
Rory&
b6065145ee
Implement greeting
2025-09-29 18:38:06 +02:00
Rory&
0db40d7a0a
Implement fetching DM messages by user ID
2025-09-29 18:38:06 +02:00
Rory&
bd9a75f919
Move to some etension methods
2025-09-29 18:38:06 +02:00
Rory&
0d907af72f
Channel: add helpers to calculate user permissions and determine channel visibility
2025-09-29 18:38:06 +02:00
Rory&
ac47e03d19
Fix creating guilds
2025-09-29 18:38:06 +02:00
Rory&
528662446c
Colorful roles
2025-09-29 18:38:06 +02:00
Rory&
43046f401d
A little bit of formatting cleanup
2025-09-29 18:38:06 +02:00
Rory&
9baeb19499
Initialise settings versions
2025-09-29 18:38:06 +02:00
Rory&
72ba6e02b1
Make guild channels nullable
2025-09-29 18:38:06 +02:00
Rory&
93ef08320e
Release -> ClientRelease
2025-09-29 18:38:06 +02:00
Rory&
5e3080d72f
Setting protos support
2025-09-29 18:38:06 +02:00
Rory&
f71d11ce3f
Fix typo
2025-09-29 18:38:06 +02:00
CyberL1
c218a28213
fix: use createDateColumn()
2025-09-29 18:32:21 +02:00
CyberL1
5c332ae763
refactor: add pinned getter to Message entity
2025-09-29 18:32:21 +02:00
CyberL1
dc3a85f078
refactor: use pinned_at to check if message is pinnned
2025-09-29 18:32:21 +02:00
CyberL1
b8b461f0db
fix: getting message pinss
2025-09-29 18:32:21 +02:00
Rory&
a245945bed
Add automod migration
2025-07-27 20:14:56 +02:00
Emma [it/its]@Rory&
3f7d26118d
Implement CRUD for automod
2025-07-27 15:49:37 +02:00
Rory&
b590482bfb
Prettier
2025-07-06 18:03:17 +02:00
Rory&
2e196573ea
Make IP/user-agent validation in CDN work
2025-07-06 18:03:17 +02:00
Emma [it/its]@Rory&
8bf45dcdc1
use prototype when signing message
2025-07-06 18:03:17 +02:00
Emma [it/its]@Rory&
4395648c5b
dont duplicate urls
2025-07-06 18:03:17 +02:00
Emma [it/its]@Rory&
c2497808dc
include rest of attachment when signing
2025-07-06 18:03:17 +02:00
Emma [it/its]@Rory&
387cef269a
Sign media per user
2025-07-06 18:03:17 +02:00
Zane Helton
33fde3bc4a
Fix the creation of guilds from templates
...
The biggest hold-up was missing fields (`premium_tier`,
`welcome_screen`, etc.) but it looks like someone has provided a
helpful function called `createGuild(...)` to provide sensible default
values.
This commit fixes the errors related to creating a guild from a
template. I've also refactored the code to include roles and channels in
the template.
To make sure that the @everyone role is cloned correctly, when
creating the guild from a template, we check if the role's ID
matches the template's `source_guild_id`. If it does, we set the
@everyone role to the new guild's ID.
2025-06-29 13:27:14 +10:00
dank074
526a8da8f5
add webrtc support ( #1284 )
...
Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
2025-06-22 12:41:13 +10:00
dank074
f5d6394c38
run prettier
2024-11-19 14:19:40 -06:00
Madeline
841b36112f
Merge pull request #1232 from dank074/patch/eslintConfig
2024-11-14 16:02:00 +11:00
dank074
bcbd8234e5
fix op 8
2024-11-13 19:59:57 -06:00
dank074
f499507698
turn off eslint rules causing issues
2024-11-13 19:05:54 -06:00
TomatoCake
e807037145
Add more application properties
2024-08-31 11:04:18 +02:00
TomatoCake
eca4f1b56c
Listing & creation of Developer Portal teams
2024-08-24 07:37:34 +02:00
Madeline
9bcc178093
Merge pull request #1178 from DEVTomatoCake/fix/1154-mysql-charset
2024-08-22 10:09:18 +10:00
Madeline
ad2dda63c9
Merge branch 'master' into fix/widget.json-channel-ordering-deleted-channels
2024-08-22 09:53:34 +10:00
Madeline
dbd93bdd7c
Merge pull request #1126 from DEVTomatoCake/feat/local-image-proxy
2024-08-19 16:38:03 +10:00
Cyber
2212a84ded
fix: nickmane reset by command
2024-08-19 08:10:19 +02:00
TomatoCake
dfbbef3637
"engine" const value shared
2024-08-18 17:58:24 +02:00
TomatoCake
63bd6d97c6
re-add CDN TODO comment
2024-08-18 10:50:45 +02:00
TomatoCake
b7f966c8c2
Prettier, remove manual deletion of msgs
2024-08-18 10:46:17 +02:00
TomatoCake
cae9d7ebed
widget.json channel_ordering, fix channel deletion
2024-08-18 10:41:45 +02:00
TomatoCake
99c75d3ae4
Run prettier for @Entity()
2024-08-17 14:54:17 +02:00
TomatoCake
ed28de95a5
Add utf8mb4 "engine" property to all entitys
2024-08-17 12:33:32 +02: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
Cyber
e721e7c4ca
fix: add webhook_id to webhook's messages
2024-08-14 10:19:41 +02:00
Madeline
2f1449e65f
Merge pull request #1161 from DEVTomatoCake/feat/bio-max-length-config
2024-08-14 14:04:30 +10:00
Madeline
4b02fa6ade
Merge pull request #1159 from DEVTomatoCake/feat/request-guild-members
2024-08-14 14:03:56 +10:00
TomatoCake
df794695ff
Icon for discovery categories & fix "primary_only"
2024-08-13 21:43:19 +02:00