summaryrefslogtreecommitdiffstats
path: root/server/src/api
AgeCommit message (Expand)Author
2020-02-02Removing PostLikeResponse in favor of PostResponse. Consolidating comment and...Dessalines
2020-02-01Merge branch 'dev' into websocket_scopesDessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-31Add script to test http api, fix two api callsFelix
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-20Allow comment/post upvoting from other pages.Dessalines
2020-01-18working!Felix
2020-01-17Fixing error when email already exists. Fixes #427Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-03Don't send email notification for self replies.Dessalines
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
2019-12-29Adding user avatars / icons. Requires pictshare.Dessalines
2019-12-28Fixing non-existent user profile viewing.Dessalines
2019-12-27Implement config (fixes #351)Felix Ableitner
2019-12-27Add correct ActivityPub types conversion for Community and Post.Lyra
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-09Adding custom language setting.Dessalines
2019-12-08Use builder pattern for viewsDessalines
2019-12-07show_nsfw is now default for postquery.Dessalines
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-11-22Fixing issue with missing community.Dessalines
2019-11-02Fixing ansible build, and email link.Dessalines
2019-11-01Running cargo fmt.Dessalines
2019-11-01Password reset mostly working.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-17Make delete account require password.Dessalines
2019-10-15Running cargo fmt.Dessalines
2019-10-15Adding permanently delete account comments and posts.Dessalines
2019-10-15Adding 8 different themes.Dessalines
2019-10-13Adding admin abilities on user pages.Dessalines
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
2019-09-13Adding an online user count to main page.Dessalines
2019-09-08Adding stickied posts.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
2019-08-29Allow admins to add mods and transfer communitiesDessalines
2019-08-23Adding Community and Site transferDessalines
2019-08-21View where a URL has been cross-posted to in the pastDessalines
2019-08-17Fix bug when changing main community name.Dessalines
2019-08-13Squashed commit of the following:Dessalines
2019-08-10Adding support for community and user searching.Dessalines
2019-08-09Making a few internationalization fixes.Dessalines
2019-08-09Adding back end translations.Dessalines