Paul Makles
|
d45b32bce6
|
feat(roles create): consider member's ranking and allow specifying custom ranking on creation
|
2022-02-23 14:34:29 +00:00 |
|
Paul Makles
|
23ec914033
|
feat: implement new permissions hierarchy
|
2022-02-23 13:30:01 +00:00 |
|
Paul Makles
|
71c01e0817
|
fix(bans): fix data format returned
|
2022-02-22 22:51:39 +00:00 |
|
Paul Makles
|
4c40c6c2cc
|
feat(perms): consistently throw correct permissions
|
2022-02-22 21:41:12 +00:00 |
|
Paul Makles
|
7befd77c5b
|
fix: switch to new permissions enum
|
2022-02-22 20:34:23 +00:00 |
|
Paul Makles
|
d7be1db755
|
fix: make users foreign when fetching member list
|
2022-02-21 13:01:53 +00:00 |
|
Paul Makles
|
489c2bdd87
|
feat: rewrite requests to include events
|
2022-02-19 19:49:10 +00:00 |
|
Paul Makles
|
50d9f50c8f
|
chore: commit the things that are to be commited
|
2022-02-11 23:33:38 +00:00 |
|
Paul Makles
|
28db08ba88
|
fix: create membership when creating server
|
2022-02-11 22:27:34 +00:00 |
|
Paul Makles
|
4801b51cef
|
fix: fixes for full mongo implementation
|
2022-02-11 21:44:59 +00:00 |
|
Paul Makles
|
1988a9501b
|
chore: remove mongodb imports
|
2022-02-11 11:11:48 +00:00 |
|
Paul Makles
|
9f1eda4af0
|
feat(servers): role and permission routes
|
2022-02-10 22:14:00 +00:00 |
|
Paul Makles
|
734dc2bb59
|
feat(servers): member routes
|
2022-02-10 22:13:46 +00:00 |
|
Paul Makles
|
e22d991995
|
feat(servers): ban routes
|
2022-02-10 22:13:10 +00:00 |
|
Paul Makles
|
37ffde23ce
|
feat(servers): implement create, delete, edit, fetch
|
2022-02-10 18:30:36 +00:00 |
|
Paul Makles
|
a8d5fcec9e
|
feat(bots): implement bot routes
|
2022-02-10 15:54:41 +00:00 |
|
Paul Makles
|
88f811761b
|
feat: implement channel invites, perms, group create, members fetch
chore: when you accidentally run fmt
|
2022-02-04 21:50:30 +00:00 |
|
Paul Makles
|
0fdb749199
|
chore(thanos): strip down codebase to just API routes
|
2022-01-27 14:16:30 +00:00 |
|
Paul Makles
|
96fd18f679
|
chore: remove limitations on private channels
|
2022-01-04 20:08:04 +00:00 |
|
Paul Makles
|
ce68f7eeed
|
fix: don't return all members on message query / search
|
2022-01-03 15:21:12 +00:00 |
|
Paul Makles
|
345c4c627c
|
feat: add discoverability and analytics flags
|
2022-01-03 12:46:10 +00:00 |
|
Paul
|
8d25dd1d65
|
feat: implement idempotency tokens
closes #108 and closes #106
|
2021-11-01 18:32:45 +00:00 |
|
Paul
|
49c7bc0ffe
|
fix: prevent server owner being kicked
Fixes #96.
|
2021-11-01 13:51:38 +00:00 |
|
Paul Makles
|
4b8205b75b
|
Merge pull request #76 from goaaats/feature/server_limit
Add basic server limit
|
2021-09-14 20:52:16 +01:00 |
|
Paul
|
b4db321d0e
|
Fix missing definition of flags on creation.
|
2021-09-14 16:16:18 +01:00 |
|
goat
|
88a1d46bcc
|
feat: add basic server limit via env var
|
2021-09-07 05:16:27 +02:00 |
|
Yannick Funk
|
b15e07c707
|
Initial commit
|
2021-08-25 21:48:43 +02:00 |
|
Paul
|
326e539ad3
|
Fix issues with incoming PRs.
|
2021-08-16 14:07:42 +01:00 |
|
Paul Makles
|
c632341eb7
|
Merge pull request #36 from Zomatree/master
|
2021-08-16 13:57:09 +01:00 |
|
heikkari
|
721ca3a4f5
|
Enhancement: Routes with no body should return 204 No Content.
|
2021-08-16 15:34:44 +03:00 |
|
Zomatree
|
d4f7c4a77d
|
add nsfw to servers and channels
|
2021-08-16 00:18:14 +01:00 |
|
Paul
|
93610ebbc3
|
Restrict bots from creating servers, groups, acking messages, and making friends.
|
2021-08-11 20:16:11 +01:00 |
|
Paul
|
084d71f050
|
Add role hoisting / ranking.
Add bot creation for #8.
|
2021-08-11 20:04:22 +01:00 |
|
Paul
|
e7065cbf1d
|
Bump reqwest version.
Add mark server as read route.
Mark servers as read on join.
|
2021-08-07 12:26:25 +01:00 |
|
Paul
|
9fec4e48c0
|
Start moving to Rocket 0.5.0
|
2021-08-06 17:24:16 +01:00 |
|
Paul
|
a5f7314f97
|
Fix description not being updated on servers.
|
2021-07-27 12:29:55 +01:00 |
|
Paul
|
682b6cbd9f
|
Return banned user objects.
Fix category edit.
|
2021-07-24 19:42:57 +01:00 |
|
Paul
|
1872432725
|
0.5.1-alpha.8
Add Edit Role route.
|
2021-07-13 13:43:42 +01:00 |
|
Paul
|
e452d6a362
|
Fix: Permission PUT route priority.
|
2021-07-01 17:49:48 +01:00 |
|
Paul
|
57f81e018c
|
Servers: Create or delete roles.
Members: Assign / un-assign multiple roles.
Servers: Routes to set permissions.
|
2021-06-30 20:09:42 +01:00 |
|
Paul Makles
|
31c93b9954
|
Channels: Add role / default permission set routes.
Server: Add role create / delete route.
|
2021-06-30 12:56:18 +01:00 |
|
Paul
|
a017872c99
|
Servers: Add categories to server model.
|
2021-06-27 00:13:35 +01:00 |
|
Paul
|
07e74e1074
|
Servers: New permissions implementation.
Feature: Roles and group permissions. (server-side)
|
2021-06-26 22:16:37 +01:00 |
|
Paul
|
9a417aa6ad
|
Messaging: Add message replies.
Servers: Add VoiceChannel.
|
2021-06-23 13:50:18 +01:00 |
|
Paul
|
ad06ff16c4
|
Messaging: Upsert mentions into unreads.
Messaging: Allow multiple attachment upload.
|
2021-06-22 17:42:18 +01:00 |
|
Paul
|
6d67b3f767
|
Fix: Prevent users banning themselves.
|
2021-06-16 15:46:54 +01:00 |
|
Paul
|
6b8158bf54
|
Fix: Use channel_invites collection name instead of invites.
Was conflicting with invite-only rauth registrations.
|
2021-06-12 10:33:31 +01:00 |
|
Paul
|
9be9b76035
|
Servers: Add new system messages.
|
2021-06-11 22:12:01 +01:00 |
|
Paul
|
0f18a6781d
|
Channels: Include last message id on text channels.
API: Return members when fetching messages.
Misc: Remove defunct DISABLE_REGISTRATION variable.
|
2021-06-11 16:22:35 +01:00 |
|
Paul
|
335f729c53
|
Notifications: Remove ServerCreate event.
|
2021-06-07 18:28:28 +01:00 |
|