summaryrefslogtreecommitdiffstats
path: root/server/src/api
AgeCommit message (Expand)Author
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-14Fixing unwrap crash with site_view.rsDessalines
2020-04-14Implemented follow/acceptFelix
2020-04-13Get inbox working properlyFelix
2020-04-11Adding live reloading of config.hjson changes through UI.Dessalines
2020-04-10Adding an admin settings page.Dessalines
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
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-03Move and rename some functionsFelix Ableitner
2020-04-03Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines...Felix Ableitner
2020-04-03Share list of communities over apub, some refactoringFelix Ableitner
2020-04-03Federation DB Changes.Dessalines
2020-04-02Merge branch 'master' into federationDessalines
2020-03-29Automatic instance setup based on config variables (fixes #404)Felix
2020-03-18Merge branch 'master' into federationFelix Ableitner
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-13Adding full logging.Dessalines
2020-03-12Merge branch 'master' into federationFelix Ableitner
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-05Remove email from GetUserDetails when not same user. Fixes #579Dessalines
2020-02-29Merge branch 'master' into federationFelix
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2020-02-06Increasing post title length limit to 200. Fixes #515Dessalines
2020-02-05Merge branch 'federation' into dev_1Dessalines
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-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-14Merge branch 'master' into federationFelix
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-02Merge branch 'master' into federationFelix Ableitner
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-30Implementing very basic federation including test setupFelix Ableitner
2019-12-29Adding user avatars / icons. Requires pictshare.Dessalines
2019-12-28Fixing non-existent user profile viewing.Dessalines