summaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Collapse)Author
2020-04-20Version v0.6.51Dessalines
2020-04-20Merge branch 'abstract_websocket_sends'Dessalines
2020-04-20Merge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sendsDessalines
2020-04-20Making websocket create community do register rate limit.Dessalines
2020-04-20Remove unused methodsasonix
2020-04-20post -> registerasonix
2020-04-20Use get_ip in ratelimit middlewareasonix
2020-04-20Give ratelimit fields explicit namesasonix
2020-04-20Guard CreateCommunity, represent impossible error with Infallibleasonix
2020-04-20Add websockets into the api scopeasonix
2020-04-20Changing warn to debug for rate limiting message.Dessalines
2020-04-19Allow rustfmt on api configasonix
2020-04-19appease clippyasonix
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
- HTTP and APUB clients can now send live updating messages to websocket clients - Rate limiting now affects both HTTP and websockets - Rate limiting / Websocket logic is now moved into the API Perform functions. - TODO This broke getting current online users, but that will have to wait for the perform trait to be made async. - Fixes #446
2020-04-19Verifyt http signaturesFelix
2020-04-19Simplify signing codeFelix
2020-04-18Add http signature to outgoing apub requestsFelix
2020-04-18Fix bug in whitelist implementationFelix
2020-04-17Implement instance whitelistFelix
2020-04-17Added documentation for most functionsFelix
2020-04-17Some code cleanup and better loggingFelix
2020-04-17Remove instance followsFelix
2020-04-17Implement search for activitypub IDsFelix
2020-04-15Send activities to correct inbox, seperate community/user inboxesFelix
2020-04-15Add apache benchmark installation checkcharleshthomasiii
2020-04-14Version v0.6.50Dessalines
2020-04-14Redundant to_ownedDessalines
2020-04-14Front end federation names and links for users, posts, and communities.Dessalines
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-14Updating views to add apub actor_id and local columns.Dessalines
2020-04-14Fixing unwrap crash with site_view.rsDessalines
2020-04-14Implemented follow/acceptFelix
2020-04-14Merge branch 'dev' into admin_settingsDessalines
2020-04-13Get inbox working properlyFelix
2020-04-13Use summary field for post titleFelix
2020-04-12Version v0.6.49Dessalines
2020-04-12Version v0.6.48Dessalines
2020-04-12Added comments about how to federate additional post/user fieldsFelix
2020-04-11Removing redundant to_ownedDessalines
2020-04-11Adding live reloading of config.hjson changes through UI.Dessalines
- https://stackoverflow.com/questions/61159698/update-re-initialize-a-var-defined-in-lazy-static/61161271#61161271 - https://stackoverflow.com/questions/29654927/how-do-i-assign-a-string-to-a-mutable-static-variable/47181804#47181804
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-04-10Federate actor public keysFelix
2020-04-10more todosFelix
2020-04-10Rename federation-test to federation, puller.rs to fetcher.rsFelix
2020-04-10Add to/cc (and a bunch of todo)Felix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
2020-04-08Simplify fetch_posts codeFelix Ableitner
2020-04-08Use instance struct instead of raw stringFelix Ableitner