summaryrefslogtreecommitdiffstats
path: root/server/src/main.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-01Federation async (#848)Riley
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-06-03Changing cache to 1 hour until we can figure out caching issue.Dessalines
2020-06-02Add cache-control header to HTTP responses based on mimeFelix Ableitner
2020-05-16Rework importsFelix
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-20Give ratelimit fields explicit namesasonix
2020-04-20Add websockets into the api scopeasonix
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
2020-04-17Remove instance followsFelix
2020-04-14Redundant to_ownedDessalines
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-14Implemented follow/acceptFelix
2020-04-11Removing redundant to_ownedDessalines
2020-04-11Adding live reloading of config.hjson changes through UI.Dessalines
2020-04-10Rename federation-test to federation, puller.rs to fetcher.rsFelix
2020-04-07Store remote communities/posts in db, federate posts!Felix Ableitner
2020-04-03Federation DB Changes.Dessalines
2020-01-18Implement HTTP API using generics (fixes #380)Felix
2020-01-15Fix issue with adding multiple instances of chatserver.Dessalines
2020-01-12removing some comments.Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-11Make various functions asyncFelix
2020-01-10Upgrade actix to 2.0 (fixes #392)Felix
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2020-01-01Adding some fixes to new docs system.Dessalines
2019-12-31Adding open_registration to nodeinfo.Dessalines
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner
2019-12-28Config fixes.Dessalines
2019-12-27Added option to enable/disable federationFelix Ableitner
2019-12-27Implement webfinger (fixes #149)Felix Ableitner
2019-12-27Implement config (fixes #351)Felix Ableitner
2019-12-27Add correct ActivityPub types conversion for Community and Post.Lyra
2019-12-11Moving front end routes from nginx to actixDessalines
2019-12-06Import the Settings struct instead of prefixing the namespaceLyra
2019-12-06Add configuration variables in order to allow binding lemmy to a different ad...Lyra
2019-12-01Some RSS work.Dessalines
2019-12-01Add feed for allFelix Ableitner
2019-12-01fix sort parameter handling, handle errorsFelix Ableitner
2019-11-23wipFelix Ableitner
2019-11-23basic, working rss feedsFelix Ableitner
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-21Running cargo fmtDessalines
2019-11-16preserve json orderFelix Ableitner
2019-11-16rewriteFelix Ableitner
2019-11-16got it workingFelix Ableitner
2019-11-16Implement nodeinfo support (fixes #144)Felix Ableitner
2019-09-07Running cargo fmt on server code.Dessalines