1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00
Commit Graph

3727 Commits

Author SHA1 Message Date
Emma [it/its]@Rory&
e069db134f Add hashes.json to .prettierignore as this is a generated file 2024-06-28 12:17:35 +02:00
Emma [it/its]@Rory&
03e150fc26 Add meta section to nix package, fix nix update script writing to wrong variable in hashes.json 2024-06-28 12:13:17 +02:00
TomatoCake
628b094865 running prettier for others 2024-06-28 10:21:32 +02:00
TomatoCake
951ed00805
Merge branch 'master' into feat/local-image-proxy 2024-06-28 10:17:31 +02:00
TomatoCake
16f8a1c7ac Add config value for cache duration 2024-06-28 10:17:24 +02:00
Diana Nilsson
2d8238f286 Add missing entries to UserSettings 2024-06-27 19:00:18 +10:00
Madeline
6be688d261
Merge pull request #1121 from DEVTomatoCake/fix-deleting-non-empty-categories-1117
Allow deletion of non-empty categories
2024-06-23 20:47:22 +10:00
TomatoCake
c8a90a4ab4
German translations + EN PW length requirement (#1123) 2024-06-23 20:43:42 +10:00
TomatoCake
af6e15b9e5 Prettier stuff -.- 2024-06-22 21:06:08 +02:00
TomatoCake
93bb891d79 Fix @ts-expect-error comment after Prettier 2024-06-22 20:50:11 +02:00
TomatoCake
e90f8e88c0 Run Prettier (tabs -> spaces???) 2024-06-22 20:43:54 +02:00
TomatoCake
37bd06e142 Add local image proxy using sharp/jimp pkgs 2024-06-22 20:41:43 +02:00
TomatoCake
aa412e0e60 Remove parent for childs on category deletion 2024-06-05 21:59:29 +02:00
TomatoCake
b3ad525e00
Merge branch 'spacebarchat:master' into master 2024-06-05 14:24:22 +02:00
TomatoCake
9e1ec8a673
Ban API compat & Bulk Ban endpoint (#1120)
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-06-05 15:19:30 +10:00
Madeline
a3a28f522f
prettier 2024-06-05 15:17:20 +10:00
TomatoCake
ea523d06b7 Fix lint: let -> const 2024-06-05 07:05:30 +02:00
TomatoCake
92dea0e89c Add Bulk Ban endpoint
- /:guild_id/bulk-ban endpoint
- Support multiple required permissions for endpoints (untested as I don't know where those are set)
- New API error BULK_BAN_FAILED
2024-06-05 06:27:39 +02:00
TomatoCake
631788537c API /:guild_id/bans compat
- Fix GET Ban using "ban"/"user" instead of "user_id" in params, making it unusable
- Return a processed user object instead of the raw DB one
- Silently ignore already banned users to prevent duplicate bans in the DB
- Return HTTP 204 on successful bans instead of the raw DB ban object
2024-06-05 06:01:44 +02:00
TomatoCake
41a2612fe3 Remove duplicated "border-radius" CSS property 2024-06-05 05:53:05 +02:00
Puyodead1
939d1bd8d5
add notification_settings object to ready 2024-05-26 16:01:35 -04:00
Puyodead1
2028b25902
Merge pull request #1116 from spacebarchat/patch/null-message-flags
Fix message flags being null
2024-04-15 13:09:20 -04:00
Puyodead1
ee59ee7e1c
Fix message flags being null 2024-04-14 14:02:22 -04:00
Rory&
29df169c81
Add nix flake to repo (#1111) 2024-02-19 21:09:50 +11:00
BoryaGames
3eb5a3f420
Fix application icons (#1110)
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-02-11 10:39:09 +11:00
Puyodead1
105b3de19e
Revert "fix merged_members roles having everyone id"
This reverts commit ae5c71f39b.
2023-12-23 22:55:37 -05:00
Puyodead1
ae5c71f39b
fix merged_members roles having everyone id 2023-12-23 22:16:34 -05:00
Madeline
b0989ff88c
update schemas.json and openapi.json 2023-12-21 10:43:07 +11:00
Puyodead1
9a286e1f74
add missing license headers 2023-12-17 12:31:02 -05:00
Puyodead1
5e91a24e53
Update INVALID_LOGIN locale key 2023-12-15 18:22:10 -05:00
Madeline
beaf9fa778
Merge pull request #1104 from skyrina/urgent-fix
what the hell erkin
2023-12-15 22:40:26 +11:00
sky
864bf75ef2
what the hell erkin 2023-12-15 08:31:00 +02:00
Puyodead1
6a4fd5fbdb
add new right for creating registration tokens 2023-12-14 22:09:25 -05:00
Puyodead1
a574284e9f
GuildMemberPatch: remove a useless query 2023-12-14 09:36:40 -05:00
Puyodead1
0a6f6a095d
member projection: select avatar 2023-12-09 14:07:54 -05:00
Puyodead1
9d266f1dba
ensure client_id is specified in authorize post 2023-12-09 13:39:40 -05:00
Puyodead1
c353c4fd39
ensure client_id is provided in authorize 2023-12-09 13:28:08 -05:00
Rory&
6f031dbc93 WORKAROUND: Ignore client-requested file extension for role icons 2023-12-08 20:50:20 +00:00
Rory&
583d9ff407 Fix reacting with custom emojis from same guild requiring USE_EXTERNAL_EMOJIS 2023-12-08 19:48:04 +00:00
Puyodead1
c4701a3299
add components to message create schema 2023-12-06 10:34:53 -05:00
Puyodead1
9c8a80693d
handle possibly null activities in session sort 2023-12-05 16:52:30 -05:00
Puyodead1
e54879e1fe
messageupdate: fix member not being correct format 2023-12-05 13:22:04 -05:00
Puyodead1
b7c4889c63
fix some message update fields being sent when null 2023-12-05 12:34:46 -05:00
Puyodead1
7cf8c68459
typingstart timestamp needs to be seconds 2023-12-05 11:10:12 -05:00
Puyodead1
26e3b47f4f
Merge pull request #1103 from spacebarchat/patch/api-compat
Fixes for bot libs
2023-12-04 23:36:31 -05:00
Puyodead1
470d78313d
Merge branch 'master' into patch/api-compat 2023-12-04 23:32:05 -05:00
Puyodead1
84c4275faf
create oauth2/applications/@me for bots 2023-12-04 22:48:40 -05:00
Puyodead1
7b34c70fb8
fix some issues with discord bot libs 2023-11-29 11:08:35 -05:00
Madeline
f202ffec31
Proper error messages for invalid config 2023-11-29 20:55:10 +11:00
Madeline
6bf4637a03
fucking postgres 2023-10-04 23:48:00 +11:00