Commit Graph

15 Commits

Author SHA1 Message Date
Dessalines 21d55af62d Adding stickied posts.
- Fixes #245
2019-09-08 23:14:13 -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 6a761165bb Squashed commit of the following:
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:49:38 2019 -0700

    Adding some docs

commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 19:28:46 2019 -0700

    Adding save user settings

commit 6e8da9cc9e
Merge: 3246d5d c148eef
Author: Dessalines <happydooby@gmail.com>
Date:   Tue Aug 13 17:26:25 2019 -0700

    Merge branch 'dev' into nsfw

commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date:   Sun Aug 11 20:55:09 2019 -0700

    nsfw mostly done, except for settings page.
2019-08-13 19:52:43 -07:00
Dessalines ee99deceb1 Adding proper deletes for Post, Community, and Comments.
- Fixes #132
- Fixes #108
2019-04-29 12:14:54 -07:00
Dessalines b25b1b6a0d Saving replies, the actual fixes will be in the merge to dev. 2019-04-19 21:06:25 -07:00
Dessalines 2e73146e50 Before big moderation merge 2019-04-16 16:04:23 -07:00
Dessalines 5351e379d5 Commiting before I lose everything. I'll do this properly in a merge 2019-04-15 16:12:06 -07:00
Dessalines 81da0853aa Adding post editing.
- Adding post editing. Fixes #23
- Making SQL versions of comment and post fetching. Fixes #21
- Starting to add forum categories. #17
2019-04-03 13:59:37 -07:00
Dessalines ba5c93c8da Adding forum / community pages
- Adding main forum page. Fixes #11
- Adding view version for posts. #21
- Got rid of fedi user ids. Fixes #22
- Post sorting working. Fixes #24
2019-04-02 23:49:32 -07:00
Dessalines 1eb1d71a3e Adding comment voting
- Extracting out some components.
- Fixing an issue with window refreshing websockets.
2019-03-28 12:32:08 -07:00
Dessalines 5ce3ebdb74 Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-26 11:00:18 -07:00
Dessalines 5b38bffb98 Adding posts and comments. 2019-03-05 17:00:01 -08:00
Dessalines e8a96999b6 Adding and activitypub output for user. 2019-03-04 19:52:09 -08:00
Dessalines b1cdbf7154 Adding User and Community types. 2019-03-04 08:39:07 -08:00
Dessalines bb572f59a5 Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00