Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-07-17 | add suggestionsThirdPartyEngine into /nodeinfo/2.0.json | Hakaba Hitoyo | |
2018-07-17 | do nothing if configuration is skipped | Hakaba Hitoyo | |
2018-07-17 | improve getting host name | Hakaba Hitoyo | |
2018-07-17 | test: mastodon attachments: update for added description field | William Pitcock | |
2018-07-17 | tests: verify media description api support is working | William Pitcock | |
2018-07-17 | mastodon api: support descriptions in media api, add PUT endpoint for ↵ | William Pitcock | |
updating metadata about a media upload | |||
2018-07-17 | mastodon api: use object name as alt text | William Pitcock | |
2018-07-17 | upload: 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-15 | format | hakabahitoyo | |
2018-07-14 | id field | hakabahitoyo | |
2018-07-14 | change api | hakabahitoyo | |
2018-07-14 | configurable | hakabahitoyo | |
2018-07-14 | http access to third party user recommendation | hakabahitoyo | |
2018-07-13 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-14 | better mock /api/v1/suggestions | hakabahitoyo | |
2018-07-14 | mock /api/v1/suggestions | hakabahitoyo | |
2018-07-14 | /api/v1/suggestions endpoint | hakabahitoyo | |
2018-07-12 | [Pleroma.Web.ActivityPub.Transmogrifier] Add Person finding | Haelwenn (lanodan) Monnier | |
2018-07-12 | [Pleroma.Web.ActivityPub.Transmogrifier]: Fix actor key outside of object | Haelwenn (lanodan) Monnier | |
The code here is copied from feature/peertube by lain. Co-authored-by: lain <lain@soykaf.club> | |||
2018-07-12 | Add test for Plume Articles | Haelwenn (lanodan) Monnier | |
2018-07-12 | test: ostatus controller: add AS2 fetching tests | William Pitcock | |
2018-07-12 | ostatus: return AS2 objects on /notice and /activities URLs like with /objects. | William Pitcock | |
2018-07-12 | Merge branch 'feature/object-normalization' into 'develop' | lambda | |
object normalization See merge request pleroma/pleroma!238 | |||
2018-07-12 | Merge branch 'feature/mediaproxy-nodeinfo' into 'develop' | lambda | |
[Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadata Closes #229 See merge request pleroma/pleroma!235 | |||
2018-07-12 | Merge branch 'bugfix/activitypub-object-actor' into 'develop' | lambda | |
activitypub: more robustly handle object-to-actor associations See merge request pleroma/pleroma!250 | |||
2018-07-12 | Merge branch 'feature/message-summary' into 'develop' | lambda | |
message summary See merge request pleroma/pleroma!249 | |||
2018-07-12 | activitypub: more robustly handle object-to-actor associations | William Pitcock | |
2018-07-12 | formatting | William Pitcock | |
2018-07-12 | testsuite: twitter api: add summary where necessary | William Pitcock | |
2018-07-12 | twitter api: activity representer: add summary field for testsuite | William Pitcock | |