Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | activity: add normalize() to find a complete activity given either URI or ↵ | William Pitcock | |
partial structure | |||
2018-06-27 | object: add helper functions to handle various forms of a given object and ↵ | William Pitcock | |
return a normalized one | |||
2018-06-26 | use the correct end file | Tristan Mahé | |
2018-06-26 | maybe I should learn proper elixir ;D | Tristan Mahé | |
2018-06-26 | do the filtering | Tristan Mahé | |
2018-06-26 | format... | Tristan Mahé | |
2018-06-26 | filter exif data #187 | Tristan Mahé | |
2018-06-26 | [Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_state | Haelwenn (lanodan) Monnier | |
Related to https://git.pleroma.social/pleroma/mastofe/issues/20 | |||
2018-06-25 | Merge branch 'fix/mutes.json-emptyarray' into 'develop' | lambda | |
Return empty array from /api/qvitter/mutes.json See merge request pleroma/pleroma!234 | |||
2018-06-25 | Merge branch 'feature/configurable-blocks' into 'develop' | lambda | |
Add more configurability to how blocks work See merge request pleroma/pleroma!203 | |||
2018-06-24 | combined outgoing_blocks with statement | squidboi | |
2018-06-24 | mix format | Vivian Lim | |
2018-06-23 | return unquoted empty array from /api/qvitter/mutes.json | Vivian Lim | |
2018-06-23 | fixes- found that TwitterAPI.Controller adds .json suffix already | Vivian Lim | |
2018-06-23 | return empty array for api/qvitter/mutes.json queries instead of html | Vivian Lim | |
2018-06-23 | fix mind-crushingly dumb syntax error | squidboi | |
2018-06-23 | change moved attributes into normal variables | squidboi | |
2018-06-23 | move configurable module attributes into relevant functions | squidboi | |
2018-06-23 | [Pleroma.Web.MastodonApi.MastodonApiController] Add ↵ | Haelwenn (lanodan) Monnier | |
initial_state.meta.max_toot_chars | |||
2018-06-23 | [Pleroma.Web.MastodonApi.MastodonApiController] Add /api/v2/search | Haelwenn (lanodan) Monnier | |
2018-06-23 | Fake 2.4.0 API | Haelwenn (lanodan) Monnier | |
2018-06-23 | lib/pleroma/web/activity_pub/mrf/simple_policy.ex: mix format | Haelwenn (lanodan) Monnier | |
Hnng! | |||
2018-06-19 | mrf simple: add accept lists | William Pitcock | |
accept lists supplement reject lists by requiring that any message accepted by contained by the accept list. in other words, this functionality can be used to implement instances similar to awoo.space. | |||
2018-06-19 | Merge branch 'features/column_media_streaming' into 'develop' | lambda | |
Add streaming to media tabs of federated and local TLs See merge request pleroma/pleroma!225 | |||
2018-06-19 | Merge branch 'bugfix/block-follow-relationships' into 'develop' | lambda | |
fix follow relationship leaks when blocked See merge request pleroma/pleroma!230 | |||
2018-06-19 | user: add helper function to fetch a user given only an ap_id (fix tests) | William Pitcock | |
2018-06-19 | Merge branch 'feature/exclude-replies-filter' into 'develop' | lambda | |
activitypub: support filtering activities by whether or not they are a reply (closes #109) Closes #109 See merge request pleroma/pleroma!226 | |||
2018-06-19 | user: when processing a block in User.block(), ensure all follow ↵ | William Pitcock | |
relationships are broken this is needed for activitypub conformance ref #213 | |||
2018-06-18 | activitypub transmogrifier: fix handling of contentMap. | William Pitcock | |
2018-06-18 | activitypub: support filtering activities by whether or not they are a reply ↵ | William Pitcock | |
(closes #109) | |||
2018-06-17 | MastodonAPI: Add streaming to media tabs of federated and local TLs | Haelwenn (lanodan) Monnier | |
2018-06-16 | Merge branch 'develop' into feature/configurable-blocks | squidboi | |
2018-06-16 | Merge branch 'feature/configure-mrf-rejectnonpublic' into 'develop' | lambda | |
Configs for mrf_rejectnonpublic See merge request pleroma/pleroma!205 | |||
2018-06-15 | Merge branch 'bugfix/mastofe_thread_render' into 'develop' | eal | |
lib/pleroma/web/mastodon_api/views/status_view.ex: Fix status.json so it renders threads See merge request pleroma/pleroma!223 | |||
2018-06-15 | Pleroma.Web.MastodonAPI.StatusView: Fix status.json so it renders threads | Haelwenn (lanodan) Monnier | |
2018-06-15 | Fix typo | lain | |
2018-06-14 | Merge branch 'fix/missing-file-extension' into 'develop' | lambda | |
Add missing file extension if file does not have one See merge request pleroma/pleroma!222 | |||
2018-06-14 | Add missing file extension if file does not have one | Francis Dinh | |
2018-06-14 | upload.ex: add MPEG Layer 3 file header. | eal | |
2018-06-14 | Merge branch 'bugfix/mrf-orphaning' into 'develop' | lambda | |
activitypub transmogrifier: handle activity lookup failure Closes #156 See merge request pleroma/pleroma!216 | |||
2018-06-14 | Merge branch 'feature/twitterapi-unrepeat' into 'develop' | lambda | |
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce See merge request pleroma/pleroma!218 | |||
2018-06-14 | Merge branch 'bugfix/oauth2-param-name' into 'develop' | lambda | |
oauth: support either name or username parameter with grant_type=password Closes #180 See merge request pleroma/pleroma!219 | |||
2018-06-14 | Merge branch 'bugfix/oauth-password-with-email' into 'develop' | lambda | |
oauth: fix password-based login when username is email address Closes #199 See merge request pleroma/pleroma!220 | |||
2018-06-14 | oauth: fix password-based login when username is email address | William Pitcock | |
closes #199 | |||
2018-06-14 | oauth: support either name or username parameter with grant_type=password | William Pitcock | |
closes #180 | |||
2018-06-13 | Add unretweet TwAPI endpoint and cleanup AP.unannounce | Francis Dinh | |
2018-06-13 | activitypub transmogrifier: handle activity lookup failure | William Pitcock | |
with the introduction of MRF, it is possible that an activity may be orphaned from it's parent, if an activity in the chain was rejected by the active MRF policies. accordingly, handle this in the same way as any other orphaned activity. closes #156 | |||
2018-06-13 | streamer: don't relay boosts of messages which would otherwise be blocked | William Pitcock | |
2018-06-13 | Merge branch 'feature/webfinger-rfc7033-compliant' into 'develop' | lambda | |
webfinger: send JRD by default instead of XRD See merge request pleroma/pleroma!211 | |||
2018-06-13 | webfinger: send JRD by default instead of XRD | William Pitcock | |
JRD being the default representation for WebFinger responses was standardized 5 years ago in RFC 7033. |