summaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Collapse)Author
2020-07-04Version v0.7.11Dessalines
2020-07-04Version v0.7.10Dessalines
2020-07-03Version v0.7.9Dessalines
2020-07-03Verify activitypub payload digests (#885)Riley
2020-07-01Version v0.7.8Dessalines
2020-07-01Version v0.7.7Dessalines
2020-07-01Adding IP to the rate limit request line. (#882)Dessalines
* Adding IP to the rate limit request line. * Adding IP to the rate limit request line.
2020-07-01Adding \b before a slur.Dessalines
2020-07-01Merge branch 'master' into federationDessalines
2020-07-01Federation async (#848)Riley
* Asyncify more * I guess these changed * Clean PR a bit * Convert more away from failure error * config changes for testing federation * It was DNS So actix-web's client relies on TRust DNS Resolver to figure out where to send data, but TRust DNS Resolver seems to not play nice with docker, which expressed itself as not resolving the name to an IP address _the first time_ when making a request. The fix was literally to make the request again (which I limited to 3 times total, and not exceeding the request timeout in total) * Only retry for connecterror Since TRust DNS Resolver was causing ConnectError::Timeout, this change limits the retry to only this error, returning immediately for any other error * Use http sig norm 0.4.0-alpha for actix-web 3.0 support * Blocking function, retry http requests * cargo +nightly fmt * Only create one pictrs dir * Don't yarn build * cargo +nightly fmt
2020-07-01Version v0.7.6Dessalines
2020-07-01Fixing ban user bug. Fixes #876Dessalines
2020-06-29Version v0.7.5Dessalines
2020-06-29Version v0.7.4Dessalines
2020-06-29Revert "Remove mat views, no fast tables or caching added yet."Dessalines
This reverts commit 97e088dcbfb91bb16bd0190f8d956095755e8cb4.
2020-06-29Version v0.7.3Dessalines
2020-06-29Remove mat views, no fast tables or caching added yet.Dessalines
2020-06-28Slur additions.Dessalines
2020-06-27Merge branch 'master' into federationDessalines
2020-06-27Merge branch 'master' into improve-configDessalines
2020-06-27Version v0.7.2Dessalines
2020-06-26Some fixes to federation.Dessalines
- Advanced code migrations now disable then re-enable triggers. Brings run time down to < 15 seconds, no need to thread them. - Changing ap_ids and actor_ids in migrations to a fake url, so it doesn't break XsdAnyUri in activitystreams.
2020-06-25Merge branch 'master' into improve-configDessalines
2020-06-25Switching back to isahc.Dessalines
2020-06-24Version v0.7.1Dessalines
2020-06-24Improve config files by adding documentation and removing some fieldsFelix Ableitner
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-23Version v0.7.0Dessalines
2020-06-22Version v0.6.85Dessalines
2020-06-22Version v0.6.84Dessalines
2020-06-22Version v0.6.83Dessalines
2020-06-22Version v0.6.82Dessalines
2020-06-22Version v0.6.81Dessalines
2020-06-22Version v0.6.80Dessalines
2020-06-22Merge branch 'master' of https://github.com/makigi-io/makigi into ↵Dessalines
makigi-io-master
2020-06-22Version v0.6.79Dessalines
2020-06-22Version v0.6.78Dessalines
2020-06-22Edit community name validation, translations #823Ernest
2020-06-20Community name validationErnest
2020-06-17Changing another blacklisted to blocklisted.Dessalines
2020-06-16Fix community description federation (ref #647)Felix Ableitner
Also disable the actor refetch interval in debug builds.
2020-06-16Rename "instance_whitelist" config option to "allowed_instances"Felix Ableitner
2020-06-12Merge branch 'master' into use-pictrs-1Dessalines
2020-06-12Various build optimizationsFelix Ableitner
2020-06-11Parse out in reply to field. Fixes #694 (#799)Dessalines
- When a comment or post doesn't exist locally, yet we receive an activitypub with it (for example, a nested comment update, for a community we just subscribed to, also with a post we don't have...), then fetch it.
2020-06-11Version v0.6.74Dessalines
2020-06-11Merge branch 'master' into use-attohttpcDessalines
2020-06-11Remove unneeded config dependenciesFelix Ableitner
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-06-10Adding pictrs thumbnail caching for urls and embeds.Dessalines