summaryrefslogtreecommitdiffstats
path: root/server/src/db
AgeCommit message (Collapse)Author
2019-09-08Adding stickied posts.Dessalines
- Fixes #245
2019-09-07Running cargo fmt on server code.Dessalines
- Adding a .rustfmt.toml for the 2 space indent.
2019-09-05Adding ability to do mod action on post creatorDessalines
- Fixes #248 - Show banned on user comment and user overview. Fixes #264
2019-08-28Showing community count on main sidebarDessalines
- Fixes #232
2019-08-23Adding Community and Site transferDessalines
- Fixes #139
2019-08-21View where a URL has been cross-posted to in the pastDessalines
- This shows when creating a post, or when viewing a post. - Fixes #131
2019-08-13Fixing nsfw unit testsDessalines
2019-08-13Squashed commit of the following:Dessalines
commit ecd6c5a2f47cbbb2fc4bf482fadd78380303a904 Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:49:38 2019 -0700 Adding some docs commit 3babd09affb1920da3d0a0ceb7e24c8aeeb9cf1a Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:28:46 2019 -0700 Adding save user settings commit 6e8da9cc9e522d0da668bfa31944c3348cc79620 Merge: 3246d5d c148eef Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 17:26:25 2019 -0700 Merge branch 'dev' into nsfw commit b3d4a5c4ce441bcc664704aba44cedb51d887599 Author: Dessalines <happydooby@gmail.com> Date: Sun Aug 11 20:55:09 2019 -0700 nsfw mostly done, except for settings page.
2019-08-10Adding support for community and user searching.Dessalines
- Fixes #130
2019-07-13Formatting fixes.Dessalines
2019-07-03Fixing trendingDessalines
2019-07-03Fixing trending sorting.Dessalines
2019-06-19Ordering by date second.Dessalines
- Fixes #175
2019-06-03Using Rust 2018 now.Dessalines
- Fixes #170
2019-05-05Done with reorgDessalines
2019-05-04Mostly done with reorg.Dessalines
2019-05-02Reorganizing files before splitting out APIDessalines