summaryrefslogtreecommitdiffstats
path: root/server/src/api/user.rs
AgeCommit message (Expand)Author
2020-07-14Fixing user mention reading. (#968)Dessalines
2020-07-14Security/fix permission bugs (#966)ryexandra
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-09Remove button for avatars. Fixes #755 (#924)Dessalines
2020-07-07Remove materialized views. (#908)Dessalines
2020-07-01Merge branch 'master' into federationDessalines
2020-07-01Federation async (#848)Riley
2020-07-01Fixing ban user bug. Fixes #876Dessalines
2020-06-26Some fixes to federation.Dessalines
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-05-28Validate register usernames on the back-end. Fixes #716 (#750)Dessalines
2020-05-16Rework importsFelix
2020-05-05Federated private messages.Dessalines
2020-04-24Some fed fixes.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-19Simplify signing codeFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-11Adding live reloading of config.hjson changes through UI.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-29Automatic instance setup based on config variables (fixes #404)Felix
2020-03-13Adding full logging.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-05Remove email from GetUserDetails when not same user. Fixes #579Dessalines
2020-02-02Returning specific slurs from slur filter on failure. Fixes #463Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding private messaging, and matrix user ids.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-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-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-02Fixing ansible build, and email link.Dessalines