summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-06relay: add relay follow/unfollow tasksWilliam Pitcock
2018-08-06user: remote actors can have no nickname if they are virtual servicesWilliam Pitcock
2018-08-06config: allow relaying to be disabledWilliam Pitcock
2018-08-06activitypub: refactor relay concerns into new relay moduleWilliam Pitcock
2018-08-06activitypub: represent relay actor at instance rootWilliam Pitcock
2018-08-06user: support creating an actor which represents the instance itselfWilliam Pitcock
2018-08-05user: filter out duplicate follow requestsWilliam Pitcock
2018-08-05formatter: preserve case of hashtagsWilliam 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-02add suggestions/web configHakaba Hitoyo
2018-08-01Merge branch 'bugfix/digest-legacy-compat' into 'develop'lambda
activitypub: actually send digest header when federating See merge request pleroma/pleroma!261
2018-08-01activitypub: actually send digest header when federatingWilliam Pitcock
this is needed for backwards compatibility with non-digest pleroma instances
2018-08-01Merge branch 'security/digest-signature-validation' into 'develop'lambda
digest signature validation See merge request pleroma/pleroma!260
2018-08-01Allow additionnal schemes in the configHaelwenn (lanodan) Monnier
2018-07-31activitypub: verify remote http signature digests by recomputing the digest ↵William Pitcock
and replacing the digest header
2018-07-31activitypub: add digest header to outbound messages and sign itWilliam Pitcock
2018-07-30[Pleroma.FormatterTest] Add test for XMPP linkHaelwenn (lanodan) Monnier
2018-07-30[Pleroma.FormatterTest]: .add_links: Add a space before the dotHaelwenn (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 URIsHaelwenn (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-25Merge branch 'feature/filter_exif' into 'develop'lambda
Feature/filter exif ( solve #187 ) See merge request pleroma/pleroma!237
2018-07-21improve testhakabahitoyo
2018-07-21debughakabahitoyo
2018-07-21improve testhakabahitoyo
2018-07-19Merge remote-tracking branch 'upstream/develop' into feature/filter_exifTristan Mahé
2018-07-19mergeHakaba Hitoyo
2018-07-19Merge branch 'tests/plume' into 'develop'lambda
Articles/Notes with a actor list outside object See merge request pleroma/pleroma!252
2018-07-19Merge 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-19Merge branch 'feature/fe-configuration' into 'develop'lambda
serverside frontend configuration See merge request pleroma/pleroma!256
2018-07-18Merge branch 'feature/media-description' into 'develop'lambda
Feature/media description Closes #174 See merge request pleroma/pleroma!255
2018-07-18configurable timeoutHakaba Hitoyo
2018-07-18better configurationHakaba Hitoyo
2018-07-18config: formattingWilliam Pitcock
2018-07-17TwitterAPI: present pleroma frontend config in APIWilliam Pitcock
2018-07-17config: make instance description configurableWilliam Pitcock
2018-07-17correct error messageHakaba Hitoyo
2018-07-17debugHakaba Hitoyo
2018-07-17debugHakaba Hitoyo
2018-07-17add suggestionsThirdPartyEngine into /nodeinfo/2.0.jsonHakaba Hitoyo
2018-07-17do nothing if configuration is skippedHakaba Hitoyo
2018-07-17improve getting host nameHakaba Hitoyo
2018-07-17test: mastodon attachments: update for added description fieldWilliam Pitcock
2018-07-17tests: verify media description api support is workingWilliam Pitcock
2018-07-17mastodon api: support descriptions in media api, add PUT endpoint for ↵William Pitcock
updating metadata about a media upload
2018-07-17mastodon api: use object name as alt textWilliam Pitcock
2018-07-17upload: use generic Document object type instead of Image (mastodon ↵William Pitcock
compatibility) Mastodon does not use the object name as alt text when the object is an Image.
2018-07-15formathakabahitoyo
2018-07-14id fieldhakabahitoyo
2018-07-14change apihakabahitoyo
2018-07-14configurablehakabahitoyo
2018-07-14http access to third party user recommendationhakabahitoyo
2018-07-13Merge remote-tracking branch 'upstream/develop' into feature/filter_exifTristan Mahé