summaryrefslogtreecommitdiffstats
path: root/server/src/db/post.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-06-26Some fixes to federation.Dessalines
2020-05-30more fixesFelix Ableitner
2020-05-28make comments work (more or less)Felix Ableitner
2020-05-16Rework importsFelix
2020-04-07remove debug log for post creationFelix Ableitner
2020-04-07Store remote communities/posts in db, federate posts!Felix Ableitner
2020-04-07Removing community name unique constraint. Removing useless fedi_name column ...Dessalines
2020-04-03Adding post and comment ap_id columns.Dessalines
2020-04-03Avoid using database views in federation codeFelix Ableitner
2020-04-03Federation DB Changes.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-02Adding show_avatar user setting, and option to send notifications to inbox.Dessalines
2019-12-29Adding user avatars / icons. Requires pictshare.Dessalines
2019-12-09Adding custom language setting.Dessalines
2019-10-20Adding default sort / filter into user settings.Dessalines
2019-10-15Adding 8 different themes.Dessalines
2019-09-08Adding stickied posts.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
2019-08-13Fixing nsfw unit testsDessalines
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