summaryrefslogtreecommitdiffstats
path: root/server/src/api/user.rs
AgeCommit message (Expand)Author
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
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-09-07Running cargo fmt on server code.Dessalines
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-09Adding support for internationalization / i18n (#189)Dessalines
2019-06-02Creating the default community and signing people up for it if it doesnt exist.Dessalines
2019-06-01Fix new user create, no more default communityDessalines
2019-05-15Removing need for spam_timerDessalines
2019-05-05Done with reorgDessalines