summaryrefslogtreecommitdiffstats
path: root/server/src/websocket
AgeCommit message (Expand)Author
2020-02-02Removing PostLikeResponse in favor of PostResponse. Consolidating comment and...Dessalines
2020-02-02Fixing issue with multiple notifications.Dessalines
2020-01-31Mostly done eliminating recurring fetches.Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-25Fixing front end error messages. Fixes #462Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-19Use generics to reduce code duplication in websocketFelix
2020-01-18simplify json serialization codeFelix
2020-01-18small fixFelix
2020-01-18working!Felix
2020-01-15Fix issue with adding multiple instances of chatserver.Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-10Upgrade actix to 2.0 (fixes #392)Felix
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2019-12-27Implement config (fixes #351)Felix Ableitner
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-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-15Adding permanently delete account comments and posts.Dessalines
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
2019-09-13Adding an online user count to main page.Dessalines
2019-09-10Fix rate limit on signup fail.Dessalines
2019-09-08Upping post timeout.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
2019-09-03Adding a separate Post limit timeout.Dessalines
2019-08-30Fixing crash on unknown op type.Dessalines
2019-08-23Adding Community and Site transferDessalines
2019-08-21View where a URL has been cross-posted to in the pastDessalines
2019-08-13Squashed commit of the following:Dessalines
2019-06-03Using Rust 2018 now.Dessalines
2019-05-07A better login cooldown.Dessalines
2019-05-05Done with reorgDessalines
2019-05-04Mostly done with reorg.Dessalines
2019-05-04More reorgDessalines
2019-05-02Reorganizing files before splitting out APIDessalines