Paul Makles
|
53c9160cd6
|
feat: implement creating strikes
feat: add moderator_id to strikes
fix: use correct collection for strikes
|
2023-05-31 19:04:20 +01:00 |
|
Paul Makles
|
4abd4070f7
|
feat: allow editing owned bots using user edit route
|
2023-05-31 17:10:57 +01:00 |
|
Paul Makles
|
bca17b11a7
|
feat: filter reports on fetch
|
2023-05-31 17:04:33 +01:00 |
|
Paul Makles
|
2a6d532852
|
feat: allow fetching channels with server
|
2023-05-31 14:05:46 +01:00 |
|
Paul Makles
|
a9a5af8cc8
|
feat: account strike CRUD API
|
2023-05-31 13:39:13 +01:00 |
|
Paul Makles
|
2ebcfdc770
|
refactor: clean up hints
|
2023-05-31 13:02:59 +01:00 |
|
ToastXC
|
df8f588e15
|
fix: remove check for bot account under group member fetch (#245)
|
2023-05-21 18:34:27 +01:00 |
|
Paul Makles
|
d81d08f1ce
|
feat: add a route for searching for server members
|
2023-05-21 16:09:14 +01:00 |
|
Paul Makles
|
a77b7717b8
|
feat: generate and fetch multiple snapshots
|
2023-05-21 15:36:36 +01:00 |
|
Paul Makles
|
8b12546b56
|
fix: allow editing flags and discoverable
|
2023-05-15 17:18:33 +01:00 |
|
Paul Makles
|
39fec310f9
|
refactor(core/models): move models into v0 module
|
2023-04-23 18:09:16 +01:00 |
|
Paul Makles
|
f8c8407af3
|
feat(core/models): basic implementation of User and File models
|
2023-04-23 17:44:36 +01:00 |
|
Paul Makles
|
1933c9ea3d
|
feat(core/database): add Reference struct
|
2023-04-23 14:59:44 +01:00 |
|
Paul Makles
|
403a94f70c
|
feat(delta): example implementation of new core models
|
2023-04-22 17:56:48 +01:00 |
|
Paul Makles
|
e43833c0ea
|
refactor: combine models and db crate together
|
2023-04-22 12:12:02 +01:00 |
|
Paul Makles
|
f2bb388b3b
|
refactor: minimum implementation of revolt-models and revolt-database
|
2023-04-22 00:01:56 +01:00 |
|
Paul Makles
|
a326cdc736
|
refactor: remove unused import
|
2023-04-21 18:40:00 +01:00 |
|
ToastXC
|
487b979f0d
|
fix: remove check for bot account fetching invites from a server (#237)
|
2023-04-20 11:05:13 +01:00 |
|
ToastXC
|
b9d813d8f0
|
fix: deny access for bot creating a server (#238)
|
2023-04-20 11:04:51 +01:00 |
|
Zomatree
|
144f0d39c6
|
fix: Add limits to channels and roles
|
2023-04-10 17:39:21 +01:00 |
|
Paul Makles
|
b7b70346b4
|
fix: add additional checks to group members
|
2023-03-18 22:32:15 +00:00 |
|
Zomatree
|
f309218573
|
chore: cleanup code
|
2023-03-15 19:47:30 +00:00 |
|
Zomatree
|
0321eff62b
|
chore: move to once_cell from lazy_static
|
2023-03-15 13:47:32 +00:00 |
|
Paul Makles
|
4c8ea31d98
|
feat(admin): add global message query route
|
2023-03-11 17:26:48 +00:00 |
|
Paul Makles
|
92ac86a6bd
|
chore: bump version
fix: separate privileged check when editing server
|
2023-03-11 17:04:30 +00:00 |
|
Paul Makles
|
13ed69c82a
|
feat: privileged user editing
|
2023-03-11 16:53:25 +00:00 |
|
Paul Makles
|
b83f6da648
|
feat: allow editing server flags through edit route
|
2023-03-11 16:40:23 +00:00 |
|
Paul Makles
|
89f1167239
|
refactor: unify message query into one method
|
2023-03-11 16:37:48 +00:00 |
|
Paul Makles
|
fd80823910
|
fix: ensure we have send perm to edit message
|
2023-03-04 11:18:18 +00:00 |
|
Paul Makles
|
6bd8221eda
|
feat(core): add raw db statisics endpoint for admin panel
|
2023-03-04 11:18:05 +00:00 |
|
Paul Makles
|
ce77e926a5
|
fix(safety): implement fetch_snapshot fully
|
2023-03-03 20:14:30 +00:00 |
|
Paul Makles
|
2710edb76b
|
feat(safety): add api route for fetching a report
|
2023-03-03 08:17:55 +00:00 |
|
Paul Makles
|
8f1ff9e774
|
feat(safety): add API route for editing report
|
2023-03-02 12:54:55 +00:00 |
|
Paul Makles
|
bf9108408e
|
feat(safety): fetch additional context for snapshot
|
2023-03-01 15:09:17 +00:00 |
|
Paul Makles
|
304336d905
|
feat(safety): fetch reports and fetch snapshot API
|
2023-03-01 11:22:22 +00:00 |
|
Paul Makles
|
3038fb230f
|
feat(safety): save surrounding context around messages (closes #226)
|
2023-02-23 18:12:45 +01:00 |
|
Paul Makles
|
73af105feb
|
feat(safety): add global event for report creation (closes #225)
|
2023-02-23 17:58:05 +01:00 |
|
Paul Makles
|
0c072b01d7
|
fix(safety): prevent reporting own content or self
|
2023-02-21 12:42:08 +01:00 |
|
Paul Makles
|
056c0380b2
|
feat(safety): implement report content API
|
2023-02-21 12:38:35 +01:00 |
|
Paul Makles
|
49598daf70
|
fix: port user safety API to new codebase
|
2023-02-17 09:45:34 +00:00 |
|
Paul Makles
|
0445181d5b
|
merge: branch 'master' into insert/feat/user-safety-api
|
2023-02-17 09:43:12 +00:00 |
|
Paul Makles
|
8e0addc3e0
|
fix: fallback properly if no VERGEN strings can generate
|
2023-01-29 14:22:57 +00:00 |
|
Paul Makles
|
c03fcda85b
|
refactor: switch from "rauth" to Authifier crate
|
2023-01-29 14:14:35 +00:00 |
|
Paul Makles
|
0afbcc065f
|
refactor: clippy warning for empty list
|
2023-01-27 16:18:00 +00:00 |
|
Paul Makles
|
e0b918771d
|
chore: ensure restrict_reactions is used in conjunction with reactions list
|
2023-01-20 18:06:44 +00:00 |
|
Paul Makles
|
7a6bd70dcd
|
feat: add route to fetch user flags
chore: bump rauth to change disabled account behaviour
|
2023-01-20 17:47:26 +00:00 |
|
Paul Makles
|
c0ef3d295a
|
fix: fallback if vergen cannot generate data
|
2023-01-20 17:14:25 +00:00 |
|
Paul Makles
|
fed1da72fd
|
feat: support rauth events
feat: add platform user wipe event
|
2023-01-20 15:43:45 +00:00 |
|
Paul Makles
|
cc2054838a
|
chore: swap okapi for revolt_okapi
|
2023-01-20 14:00:19 +00:00 |
|
Ryan
|
94b0472934
|
feat: pass server flags with invite data (#203)
|
2023-01-18 18:17:59 +00:00 |
|