summaryrefslogtreecommitdiffstats
path: root/server/src/schema.rs
AgeCommit message (Expand)Author
2020-07-07Remove materialized views. (#908)Dessalines
2020-05-05Federated private messages.Dessalines
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-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-15Fix issue with adding multiple instances of chatserver.Dessalines
2020-01-13Fix testing by using RUST_TEST_THREADS=1.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-11Adding some site oriented settings.Dessalines
2019-12-09Adding custom language setting.Dessalines
2019-11-01Running cargo fmt.Dessalines
2019-10-29Halfway done with email, not fully working yet.Dessalines
2019-10-20Adding default sort / filter into user settings.Dessalines
2019-10-19Adding username mentions / tagging from comments.Dessalines
2019-10-15Running cargo fmt.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-13Squashed commit of the following:Dessalines
2019-04-29Adding proper deletes for Post, Community, and Comments.Dessalines
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-16Before big moderation mergeDessalines
2019-04-15Commiting before I lose everything. I'll do this properly in a mergeDessalines
2019-04-03Adding post editing.Dessalines
2019-04-02Adding forum / community pagesDessalines
2019-03-28Adding comment votingDessalines
2019-03-26Adding a few endpoints.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