summaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Collapse)Author
2019-04-04Getting community moderatorsDessalines
- Getting back mods with a fetch. Fixes #28
2019-04-04Adding forum / community pageDessalines
- Adding the page. Fixes #17. - Adding number of comments for community. - Add sorting to that table.
2019-04-03Adding a sidebar, title, and forum categoriesDessalines
- Adding a Sidebar component - Starting on forum categories. #17 - Adding a Sidebar and title to community. Fixes #16
2019-04-03Adding post editing.Dessalines
- Adding post editing. Fixes #23 - Making SQL versions of comment and post fetching. Fixes #21 - Starting to add forum categories. #17
2019-04-02Adding forum / community pagesDessalines
- 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-03-30Adding hot ranking in sql, post listing viewDessalines
2019-03-28Adding comment editingDessalines
- Fixes #8
2019-03-28Now by default like your own comment.Dessalines
2019-03-28Fixing a unit testDessalines
2019-03-28Adding comment votingDessalines
- Extracting out some components. - Fixing an issue with window refreshing websockets.
2019-03-27Adding correct comment orderingDessalines
2019-03-27New comments tree mostly working.Dessalines
- Fixed some bugs w/ the websocket service
2019-03-26Adding a few endpoints.Dessalines
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-24Refactoring websocket code, adding create communityDessalines
- Adding create community
2019-03-22Adding login and RegisterDessalines
- Login and Register mostly working. - Starting to work on creating communities.
2019-03-20Adding initial UI and Websocket server.Dessalines
2019-03-05Adding posts and comments.Dessalines
2019-03-04Adding and activitypub output for user.Dessalines
2019-03-04Adding User and Community types.Dessalines
2019-02-27Starting to work on Rust Diesel Schema. #5Dessalines