summaryrefslogtreecommitdiffstats
path: root/server/src/db
AgeCommit message (Expand)Author
2020-07-08Add cake day display in user page & posts/comments #682Filip785
2020-07-07Remove materialized views. (#908)Dessalines
2020-07-01Federation async (#848)Riley
2020-06-26Some fixes to federation.Dessalines
2020-06-01address review commentsFelix Ableitner
2020-05-30get it working (mostly)Felix Ableitner
2020-05-30more fixesFelix Ableitner
2020-05-28make comments work (more or less)Felix Ableitner
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
2020-05-14Add helper function for Activity::create()Felix
2020-05-06Merge branch 'federated_private_messages' into federationDessalines
2020-05-05Federated private messages.Dessalines
2020-05-05Federate community category and nsfwFelix
2020-05-04Adding a comment on what comment.read is.Dessalines
2020-05-04Renaming ignore to unfollow in followable trait.Dessalines
2020-05-01Adding federated community, comment, and post deletes.Dessalines
2020-04-27Adding activity table inserts.Dessalines
2020-04-27Lots of additions to federation.Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-19Simplify signing codeFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-14Redundant to_ownedDessalines
2020-04-14Updating views to add apub actor_id and local columns.Dessalines
2020-04-07Get users federatedFelix Ableitner
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-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-08Adding community title and description searching. Fixes #589Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-02-08Fixing some technical debt. Fixes #524Dessalines
2020-02-08Change post sorting hot rank to use newest comment time. Fixes #517Dessalines
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2020-02-07Adding post body searching. Fixes #507Dessalines
2020-02-02Dont show deleted / removed replies or messages in inbox. Fixes #493Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-28Adding a materialized view for reply_view. Fixes #466Dessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-13A first pass at using materialized views.Dessalines
2020-01-12Fixing clippy expect issue.Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-04Adding cargo checking to husky pre-commit. Fixes #402Dessalines
2020-01-02Adding show_avatar user setting, and option to send notifications to inbox.Dessalines
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2020-01-01Adding change password and email address from user settings.Dessalines