Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | user: hide virtual actors from statistics queries | William Pitcock | |
2018-08-06 | activitypub: do not show observable effects of non-public boosts | William Pitcock | |
2018-08-06 | test: nickname is no longer a required field | William Pitcock | |
2018-08-06 | relay: do not relay in test mode | William Pitcock | |
2018-08-06 | run mix format | William Pitcock | |
2018-08-06 | relay: reintroduce @allow_relay | William Pitcock | |
2018-08-06 | activitypub: relay: fix up AS2 actor object | William Pitcock | |
2018-08-06 | relay: move to /relay endpoint from / due to webapp issues | William Pitcock | |
2018-08-06 | relay: only relay create activities | William Pitcock | |
2018-08-06 | user: set up a valid followers address to use | William Pitcock | |
2018-08-06 | activitypub: relay: add relay following/followers collection URLs | William Pitcock | |
2018-08-06 | federator: actually relay the public activities | William Pitcock | |
2018-08-06 | relay: remove @allow_relay for the moment | William Pitcock | |
2018-08-06 | relay: fix invoking federator, use a timer to sleep the mix task to force a ↵ | William Pitcock | |
context switch | |||
2018-08-06 | relay: add relay follow/unfollow tasks | William Pitcock | |
2018-08-06 | user: remote actors can have no nickname if they are virtual services | William Pitcock | |
2018-08-06 | config: allow relaying to be disabled | William Pitcock | |
2018-08-06 | activitypub: refactor relay concerns into new relay module | William Pitcock | |
2018-08-06 | activitypub: represent relay actor at instance root | William Pitcock | |
2018-08-06 | user: support creating an actor which represents the instance itself | William Pitcock | |
2018-08-05 | user: filter out duplicate follow requests | William Pitcock | |
2018-08-05 | formatter: preserve case of hashtags | William Pitcock | |
when generating hashtag links, we used the casefolded version that we use in the link URLs, instead of the original version. accordingly, adjust the formatter to use the original text for the links, while keeping the casefolded version for the URLs. | |||
2018-08-02 | add suggestions/web config | Hakaba Hitoyo | |
2018-08-01 | Merge branch 'bugfix/digest-legacy-compat' into 'develop' | lambda | |
activitypub: actually send digest header when federating See merge request pleroma/pleroma!261 | |||
2018-08-01 | activitypub: actually send digest header when federating | William Pitcock | |
this is needed for backwards compatibility with non-digest pleroma instances | |||
2018-08-01 | Merge branch 'security/digest-signature-validation' into 'develop' | lambda | |
digest signature validation See merge request pleroma/pleroma!260 | |||
2018-08-01 | Allow additionnal schemes in the config | Haelwenn (lanodan) Monnier | |
2018-07-31 | activitypub: verify remote http signature digests by recomputing the digest ↵ | William Pitcock | |
and replacing the digest header | |||
2018-07-31 | activitypub: add digest header to outbound messages and sign it | William Pitcock | |
2018-07-30 | [Pleroma.FormatterTest] Add test for XMPP link | Haelwenn (lanodan) Monnier | |
2018-07-30 | [Pleroma.FormatterTest]: .add_links: Add a space before the dot | Haelwenn (lanodan) Monnier | |
A dot is legal in the url, even at the end, so I moved it for the test | |||
2018-07-30 | [Pleroma.Formatter]: Add support for non-HTTP schemes in URIs | Haelwenn (lanodan) Monnier | |
The call to the regex in add_links is there just to be sure it’s a legal URI, it can be removed if you want to get more performance. The URI Schemes list is sorted, but with http(s) at the start (in case it might make it faster for common links). Closes: https://git.pleroma.social/pleroma/pleroma/issues/127 | |||
2018-07-25 | Merge branch 'feature/filter_exif' into 'develop' | lambda | |
Feature/filter exif ( solve #187 ) See merge request pleroma/pleroma!237 | |||
2018-07-21 | improve test | hakabahitoyo | |
2018-07-21 | debug | hakabahitoyo | |
2018-07-21 | improve test | hakabahitoyo | |
2018-07-19 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-19 | merge | Hakaba Hitoyo | |
2018-07-19 | Merge branch 'tests/plume' into 'develop' | lambda | |
Articles/Notes with a actor list outside object See merge request pleroma/pleroma!252 | |||
2018-07-19 | Merge branch 'bugfix/activitystreams-notice-urls' into 'develop' | lambda | |
ostatus: return AS2 objects on /notice and /activities URLs like with /objects. Closes #206 See merge request pleroma/pleroma!251 | |||
2018-07-19 | Merge branch 'feature/fe-configuration' into 'develop' | lambda | |
serverside frontend configuration See merge request pleroma/pleroma!256 | |||
2018-07-18 | Merge branch 'feature/media-description' into 'develop' | lambda | |
Feature/media description Closes #174 See merge request pleroma/pleroma!255 | |||
2018-07-18 | configurable timeout | Hakaba Hitoyo | |
2018-07-18 | better configuration | Hakaba Hitoyo | |
2018-07-18 | config: formatting | William Pitcock | |
2018-07-17 | TwitterAPI: present pleroma frontend config in API | William Pitcock | |
2018-07-17 | config: make instance description configurable | William Pitcock | |
2018-07-17 | correct error message | Hakaba Hitoyo | |
2018-07-17 | debug | Hakaba Hitoyo | |
2018-07-17 | debug | Hakaba Hitoyo | |