summaryrefslogtreecommitdiffstats
path: root/server/src/lib.rs
AgeCommit message (Expand)Author
2019-12-27Fix review commentsFelix Ableitner
2019-12-27Replace rust-crypto with sha2 crate (fixes #372)Felix Ableitner
2019-12-27Implement webfinger (fixes #149)Felix Ableitner
2019-12-27Implement config (fixes #351)Felix Ableitner
2019-12-27Add correct ActivityPub types conversion for Community and Post.Lyra
2019-12-11Adding some site oriented settings.Dessalines
2019-12-06Add configuration variables in order to allow binding lemmy to a different ad...Lyra
2019-12-01Some RSS work.Dessalines
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-21Running cargo fmtDessalines
2019-11-16got it workingFelix Ableitner
2019-11-01Running cargo fmt.Dessalines
2019-11-01Password reset mostly working.Dessalines
2019-10-29Halfway done with email, not fully working yet.Dessalines
2019-10-19Adding username mentions / tagging from comments.Dessalines
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
2019-09-19Adding to slur filter.Dessalines
2019-09-18Adding to slur filter.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
2019-08-13Squashed commit of the following:Dessalines
2019-06-03Using Rust 2018 now.Dessalines
2019-05-05Done with reorgDessalines
2019-05-04Mostly done with reorg.Dessalines
2019-05-02Reorganizing files before splitting out APIDessalines
2019-05-02Externalizing JWT tokenDessalines
2019-04-23Adding a search pageDessalines
2019-04-21Cleaning up error handling on server.rsDessalines
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-17Adding post and user details paging.Dessalines
2019-04-15Commiting before I lose everything. I'll do this properly in a mergeDessalines
2019-04-09Adding slur filter.Dessalines
2019-04-07Adding user details / overview page.Dessalines
2019-03-28Adding comment votingDessalines
2019-03-22Adding login and RegisterDessalines
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