Commit graph

19 commits

Author SHA1 Message Date
Dessalines
7d3adda0cd Adding private messaging, and matrix user ids.
- Fixes #244
2020-01-22 16:38:16 -05:00
Dessalines
a6d88fdfb0 Fixing clippy expect issue. 2020-01-12 17:04:58 -05:00
Dessalines
9755654734 Trying to add r2d2 connection pooling to websockets. 2020-01-12 10:31:51 -05:00
ddd4baf103 Apply changes suggested by cargo clippy (fixes #395) 2020-01-02 12:30:00 +01:00
2c26cc26b8 Implement SQL connection pool 2019-12-27 17:28:45 +01:00
bad4868a10 Implement config (fixes #351) 2019-12-27 17:28:44 +01:00
Dessalines
aee6ee5a7c Adding some site oriented settings.
- Adding option to close registration. Fixes #350
- Adding option to disable showing NSFW buttons. Fixes #364
- Adding option to disable downvotes. Fixes #239
2019-12-11 12:21:47 -08:00
Lyra
16b687de3a Introduce the "MaybeOptional" trait.
This trait is a generic type that allows us to get an Option from any type and from another option. It can be used to remove the ugly "do_something", "do_something_optional" that we previously had.
2019-12-11 00:10:39 +01:00
Dessalines
76a47acacd Running cargo fmt. 2019-11-01 23:43:21 -07:00
Dessalines
7100d4d1ef Halfway done with email, not fully working yet. 2019-10-29 20:35:39 -07:00
Dessalines
b3346d8cfb Adding default sort / filter into user settings.
- Fixes #295
2019-10-20 21:21:54 -07:00
Dessalines
2d5f13ae67 Adding username mentions / tagging from comments.
- Fixes #293
2019-10-19 17:46:29 -07:00
Dessalines
b634061b87 Running cargo fmt on server code.
- Adding a .rustfmt.toml for the 2 space indent.
2019-09-07 08:35:05 -07:00
Dessalines
9b558611b4 View where a URL has been cross-posted to in the past
- This shows when creating a post, or when viewing a post.
- Fixes #131
2019-08-21 22:17:15 -07:00
Dessalines
b40d029945 Adding support for community and user searching.
- Fixes #130
2019-08-10 10:32:06 -07:00
Dessalines
7b7d85dc53 Using Rust 2018 now.
- Fixes #170
2019-06-03 10:47:12 -07:00
Dessalines
c16ab3b7f0 Done with reorg 2019-05-05 09:20:30 -07:00
Dessalines
61fc436b58 Mostly done with reorg. 2019-05-04 22:20:38 -07:00
Dessalines
23157e2e8d Reorganizing files before splitting out API 2019-05-02 18:34:21 -07:00
Renamed from server/src/actions/mod.rs (Browse further)