summaryrefslogtreecommitdiffstats
path: root/server/src/db/comment_view.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-09A few cake day fixes. #916Dessalines
2020-07-08Add cake day display in user page & posts/comments #682Filip785
2020-07-07Remove materialized views. (#908)Dessalines
2020-06-29Revert "Remove mat views, no fast tables or caching added yet."Dessalines
2020-06-29Remove mat views, no fast tables or caching added yet.Dessalines
2020-06-26Some fixes to federation.Dessalines
2020-05-16Rework importsFelix
2020-04-27Lots of additions to federation.Dessalines
2020-04-14Updating views to add apub actor_id and local columns.Dessalines
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-03Federation DB Changes.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-02-08Fixing some technical debt. Fixes #524Dessalines
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2020-02-02Dont show deleted / removed replies or messages in inbox. Fixes #493Dessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-13A first pass at using materialized views.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-11Introduce the "MaybeOptional" trait.Lyra
2019-12-09Switching to shorthands for rust params.Dessalines
2019-12-09Adding custom language setting.Dessalines
2019-12-08Fixing unit test.Dessalines
2019-12-08Use builder pattern for viewsDessalines
2019-10-20Adding default sort / filter into user settings.Dessalines
2019-10-19Adding username mentions / tagging from comments.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-06-19Ordering by date second.Dessalines
2019-05-05Done with reorgDessalines
2019-05-04Mostly done with reorg.Dessalines
2019-05-02Reorganizing files before splitting out APIDessalines