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 |
|
Paul Makles
|
1afb27a508
|
ci: compile in permissions crate
|
2023-04-24 10:08:22 +01:00 |
|
Paul Makles
|
6a8481f7df
|
refactor: is-patched transitive through models
|
2023-04-23 23:09:21 +01:00 |
|
Paul Makles
|
7f201565c0
|
feat: implement unoptimised filter_online if redis is not patched
|
2023-04-23 23:06:51 +01:00 |
|
Paul Makles
|
ae9474b95d
|
fix(core/database): gate rocket-impl properly
|
2023-04-23 22:17:34 +01:00 |
|
Paul Makles
|
050f3abc89
|
chore: update crate definitions and bump versions
|
2023-04-23 22:14:38 +01:00 |
|
Paul Makles
|
888c22cb54
|
feat(core/database): start implementing permissions
|
2023-04-23 22:12:15 +01:00 |
|
Paul Makles
|
f633fccbca
|
feat(core/permissions): initial commit
|
2023-04-23 22:11:59 +01:00 |
|
Paul Makles
|
39fec310f9
|
refactor(core/models): move models into v0 module
|
2023-04-23 18:09:16 +01:00 |
|
Paul Makles
|
d5d922d830
|
feat(core/models): rest of the conversions to User model
|
2023-04-23 18:07:23 +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
|
e6d0d44c5a
|
feat(core/database): basic implementation of User and File models
|
2023-04-23 17:44:23 +01:00 |
|
Paul Makles
|
1933c9ea3d
|
feat(core/database): add Reference struct
|
2023-04-23 14:59:44 +01:00 |
|
Paul Makles
|
8a695b4bb5
|
ci: actually make the source folders for building deps
|
2023-04-23 09:03:37 +01:00 |
|
Paul Makles
|
bf71b45fbb
|
ci: copy core crates into Dockerfile
|
2023-04-23 08:51:43 +01:00 |
|
Paul Makles
|
9124c9f1e3
|
ci: include new core crates in build
|
2023-04-22 23:42:17 +01:00 |
|
Paul Makles
|
bcc2d05625
|
merge: branch 'refactor/split-project-into-core-crates'
|
2023-04-22 21:13:45 +01:00 |
|
Paul Makles
|
22bfd720b5
|
merge: remote-tracking branch 'origin/master' into refactor/split-project-into-core-crates
|
2023-04-22 21:09:51 +01:00 |
|
Paul Makles
|
63f56aec0c
|
ci: re-order services and testing
|
2023-04-22 20:30:02 +01:00 |
|
Paul Makles
|
dd3d7e9c49
|
fix(core/database): use configured database name for migrations
|
2023-04-22 20:15:10 +01:00 |
|
Paul Makles
|
dbb66edd9f
|
chore(core/database): delete useless example binary
|
2023-04-22 20:07:56 +01:00 |
|
Paul Makles
|
8bfb48dff3
|
test(core/database): try migrating the database
|
2023-04-22 20:02:23 +01:00 |
|
Paul Makles
|
12d963d2bd
|
refactor: create presence crate and add tests
|
2023-04-22 20:01:23 +01:00 |
|
Paul Makles
|
c817c2dd40
|
fix: don't use wildcard for log dependency
|
2023-04-22 18:03:19 +01:00 |
|
Paul Makles
|
8a230ba989
|
chore: change publishing order
|
2023-04-22 18:02:01 +01:00 |
|
Paul Makles
|
2a9cc3190c
|
fix: forgot to specify version for result crate
|
2023-04-22 18:01:44 +01:00 |
|
Paul Makles
|
e84d55a697
|
chore: update Cargo.toml for core crates
|
2023-04-22 18:01:06 +01:00 |
|
Paul Makles
|
403a94f70c
|
feat(delta): example implementation of new core models
|
2023-04-22 17:56:48 +01:00 |
|