Paul Makles
|
2f4ea4cabb
|
refactor(core/models): transitively apply feature flags
|
2023-06-04 19:45:31 +01:00 |
|
Paul Makles
|
7e801a31bd
|
fix: make sure feature flags are respected
|
2023-06-04 19:43:56 +01:00 |
|
Paul Makles
|
eb4870c9d5
|
fix: explicitly target Rust 1.70.0 for images
20230604-1
|
2023-06-04 19:42:42 +01:00 |
|
Paul Makles
|
b1fdd7fc74
|
merge: pull request #251 from revoltchat/fix/zomatree/send-message-null
|
2023-06-04 19:29:07 +01:00 |
|
Paul Makles
|
bf3e027067
|
feat: channel model implementation (#250)
Co-authored-by: ToastXC <100072983+toastxc@users.noreply.github.com>
|
2023-06-04 18:52:49 +01:00 |
|
Zomatree
|
a7a7e49e18
|
fix: send message route not accepting null
|
2023-06-04 18:46:49 +01:00 |
|
Paul Makles
|
3c834d06d4
|
fix: must not restrict lowerbound for embeds
20230603-3
|
2023-06-03 17:49:31 +01:00 |
|
Paul Makles
|
f5e6086d2a
|
fix(core/database): test matches incorrect entry
[skip ci]
|
2023-06-03 17:15:43 +01:00 |
|
Paul Makles
|
3365a8e482
|
chore: force bind to 0.0.0.0 because it's just ignoring all environment variables???
20230603-2
|
2023-06-03 17:05:25 +01:00 |
|
Paul Makles
|
268c2d1355
|
fix: re-order crate publishing
|
2023-06-03 14:11:44 +01:00 |
|
Paul Makles
|
e9d6b963df
|
chore: bump version to 0.6.0-rc.1
20230603-1
|
2023-06-03 14:06:04 +01:00 |
|
Paul Makles
|
f9d9447203
|
feat: add additional validation for github webhook
|
2023-06-03 14:02:16 +01:00 |
|
Paul Makles
|
a0002d0b43
|
feat: reintroduce permission checks for send
|
2023-06-03 14:00:17 +01:00 |
|
Paul Makles
|
23188032ca
|
refactor(delta): port routes to core webhook models
|
2023-06-03 13:01:43 +01:00 |
|
Paul Makles
|
f9f5a30e2c
|
refactor(quark): strip webhook code
|
2023-06-03 13:01:28 +01:00 |
|
Paul Makles
|
e393e17b59
|
feat(core/result): add rocket and okapi support
|
2023-06-03 13:01:12 +01:00 |
|
Paul Makles
|
a29d8f6aab
|
refactor(core/models): swap dependency order with db
feat(core/models): implement webhook model
|
2023-06-03 13:01:01 +01:00 |
|
Paul Makles
|
1dbbc3ed8d
|
feat(core/database): implement webhook model
|
2023-06-03 13:00:05 +01:00 |
|
Paul Makles
|
410acb5b5c
|
merge: branch 'master' into webhooks
|
2023-06-02 18:55:32 +01:00 |
|
Paul Makles
|
53c9160cd6
|
feat: implement creating strikes
feat: add moderator_id to strikes
fix: use correct collection for strikes
20230531-3
|
2023-05-31 19:04:20 +01:00 |
|
Paul Makles
|
28b1170633
|
ci: switch to stable Rust releases for builds
20230531-2
|
2023-05-31 17:22:12 +01:00 |
|
Paul Makles
|
4abd4070f7
|
feat: allow editing owned bots using user edit route
20230531-1
|
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
|
edfa8e5256
|
feat(core/models): add account strikes
|
2023-05-31 13:06:16 +01:00 |
|
Paul Makles
|
2ebcfdc770
|
refactor: clean up hints
|
2023-05-31 13:02:59 +01:00 |
|
Paul Makles
|
fc47df786b
|
feat(core/database): add account strikes model
|
2023-05-31 13:01:19 +01:00 |
|
Paul Makles
|
f6aa405607
|
fix(core/database): create user for bot CRUD test
|
2023-05-31 12:58:36 +01:00 |
|
Paul Makles
|
101e8feaa2
|
fix: fallback to empty string when deserialising
20230525-1
|
2023-05-25 11:25:25 +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
|
3ef549537e
|
feat: de-duplicate user update events sent to clients
20230521-1
|
2023-05-21 16:22:42 +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
|
d5f903781d
|
feat: add more specificity to report reasons
|
2023-05-21 15:35:16 +01:00 |
|
Paul Makles
|
8b12546b56
|
fix: allow editing flags and discoverable
20230515-1
|
2023-05-15 17:18:33 +01:00 |
|
Paul Makles
|
5bb91a7113
|
merge: pull request #242 from Rexogamer/patch-2
chore: bump max bots count to 10
|
2023-05-15 17:17:17 +01:00 |
|
Sophie L
|
a04c2512b4
|
chore: bump max bots count to 10
|
2023-04-27 16:30:24 +01:00 |
|
Paul Makles
|
c3f0df6567
|
chore: add style guide [skip ci]
|
2023-04-27 12:04:50 +01:00 |
|
Paul Makles
|
8b8aec4dc1
|
feat(core/database): implement server member
|
2023-04-26 18:58:31 +01:00 |
|
Paul Makles
|
1d228ff76e
|
feat(core/database): implement server model
|
2023-04-26 18:32:29 +01:00 |
|
Paul Makles
|
b5863c0104
|
feat(core/database): implement user settings model
|
2023-04-26 17:53:46 +01:00 |
|
Paul Makles
|
08ccc43f8d
|
feat(core/database): implement user operations
|
2023-04-26 17:36:51 +01:00 |
|
Paul Makles
|
e33ae17061
|
refactor(core/database): AbstractAttachment -> AbstractAttachments
|
2023-04-26 16:51:52 +01:00 |
|
Paul Makles
|
60ebdb64d7
|
feat(core/database): implement File operations
|
2023-04-26 16:49:39 +01:00 |
|
Paul Makles
|
c27d0ad5bb
|
chore: move relations.drawio
|
2023-04-26 16:45:51 +01:00 |
|
Paul Makles
|
c1b9d941f3
|
refactor(core/database): crud ordering in files
|
2023-04-26 16:36:38 +01:00 |
|
Zomatree
|
175866ce00
|
Merge remote-tracking branch 'revoltchat/master' into webhooks
|
2023-04-25 20:38:09 +01:00 |
|
Zomatree
|
8c5de18991
|
restrict webhooks to text and group dm channels
|
2023-04-25 20:30:16 +01:00 |
|
Paul Makles
|
1afb27a508
|
ci: compile in permissions crate
|
2023-04-24 10:08:22 +01:00 |
|