summaryrefslogtreecommitdiffstats
path: root/server/src/api/post.rs
AgeCommit message (Expand)Author
2020-07-14Security/fix permission bugs (#966)ryexandra
2020-07-13Adding a community_name option to GetPosts /post/list . Fixes #800 (#942)Dessalines
2020-07-10Forbid users to use empty titles for posts (#930)Tony Antonov
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-01Federation async (#848)Riley
2020-06-26Some fixes to federation.Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-06-10Adding pictrs thumbnail caching for urls and embeds.Dessalines
2020-05-30more fixesFelix Ableitner
2020-05-28make comments work (more or less)Felix Ableitner
2020-05-16Rework importsFelix
2020-05-03Add federated comment and post undo like.Dessalines
2020-05-03Adding federated mod remove actions.Dessalines
2020-05-01Add undos for delete community, post, and comment.Dessalines
2020-05-01Adding federated community, comment, and post deletes.Dessalines
2020-04-29Address comments, implement delete for posts and commentsFelix
2020-04-271/3rd done with post likesDessalines
2020-04-27Lots of additions to federation.Dessalines
2020-04-26Making a trait function for follow and accept.Dessalines
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
2020-04-13Get inbox working properlyFelix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
2020-04-07Store remote communities/posts in db, federate posts!Felix Ableitner
2020-04-03Adding post and comment ap_id columns.Dessalines
2020-03-18Rewrite federation settingsFelix Ableitner
2020-03-14Implemented basics for post federation, plus a bunch of other stuffFelix Ableitner
2020-03-14Move apub related code from websocket into api packageFelix Ableitner
2020-03-14WIP: federate posts between instancesFelix Ableitner
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-02-06Increasing post title length limit to 200. Fixes #515Dessalines
2020-02-02Returning specific slurs from slur filter on failure. Fixes #463Dessalines
2020-02-02Removing PostLikeResponse in favor of PostResponse. Consolidating comment and...Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-18working!Felix
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2019-12-11Adding some site oriented settings.Dessalines
2019-12-11Introduce the "MaybeOptional" trait.Lyra
2019-12-09Switching to shorthands for rust params.Dessalines
2019-12-08Use builder pattern for viewsDessalines
2019-12-07Add default options for all parameters and move them out of the constructor. ...Lyra
2019-12-07Use a dedicated structure in order to search postsLyra
2019-10-20Adding default sort / filter into user settings.Dessalines
2019-09-08Adding stickied posts.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
2019-08-23Adding Community and Site transferDessalines