Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-07-12 | twitter api: refactor activity html generation, add support for Articles | William Pitcock | |
2018-07-12 | twitterapi: activity view: expose message summary text | William Pitcock | |
2018-07-12 | Merge branch 'feature/default-scope' into 'develop' | lambda | |
default scope setting See merge request pleroma/pleroma!239 | |||
2018-07-12 | Merge branch 'feature/article-support' into 'develop' | lambda | |
article support (plume, etc) See merge request pleroma/pleroma!240 | |||
2018-07-12 | Merge branch 'feature/auto-shortcodes' into 'develop' | lambda | |
Feature: automatic shortcodes for emoji See merge request pleroma/pleroma!245 | |||
2018-07-12 | Merge branch 'bugfix/status-url-field' into 'develop' | lambda | |
[Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statuses Closes #231 See merge request pleroma/pleroma!246 | |||
2018-07-12 | Merge branch 'bugfix/x509-public-key' into 'develop' | lambda | |
activitypub: switch to using x509 representation for public keys instead of pkcs#1 See merge request pleroma/pleroma!248 | |||
2018-07-12 | activitypub: switch to using x509 representation for public keys instead of ↵ | William Pitcock | |
pkcs#1 | |||
2018-07-12 | [Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statuses | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/231 | |||
2018-06-30 | Fix auto-shortcode emoji | Jorty | |
Emoji were broken due to `Pleroma.Formatter` not knowing about the auto-shortcode emoji. This moves that logic from `Pleroma.Web.TwitterAPI.UtilController` to `Pleroma.Formatter`. Additionally, it's now possible to specify multiple shortcode globs, and the default globs were changed to `["/emoji/custom/**/*.png"]`, since that's in the .gitignore and the files there would have to be shortcode emoji anyway. | |||
2018-06-30 | Move emoji glob setting to config.exs | Jorty | |
Also, a bit of formatting, and the glob includes an "/emoji/" prefix to make it more intuitive to users | |||
2018-06-30 | Allow emojis to be added automatically | Jorty | |
2018-06-27 | activity interpretation: formatting | William Pitcock | |
2018-06-27 | twitter api: use ActivityView.render_content() where appropriate instead of ↵ | William Pitcock | |
duplicating the logic | |||
2018-06-27 | mastodon api: add interpreter for Article activity types | William Pitcock | |
2018-06-27 | twitter api: refactor activity html generation, add support for Articles | William Pitcock | |
2018-06-27 | utils: make_create_data: add support for Article objects | William Pitcock | |
2018-06-27 | transmogrifier: accept Article activities | William Pitcock | |
2018-06-27 | tests: add default_scope where appropriate | William Pitcock | |
2018-06-27 | twitter api: allow setting default_scope | William Pitcock | |
2018-06-27 | twitter api: user view: show default message scope if known | William Pitcock | |
2018-06-27 | mastodon api: use info["default_scope"] if available for post scope | William Pitcock | |
2018-06-27 | Merge branch 'features/initial-state_rights' into 'develop' | lambda | |
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_state See merge request pleroma/pleroma!236 | |||
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-24 | Merge branch 'feature/application-xml-mime' into 'develop' | lambda | |
config: add application/xml mimetype support. See merge request pleroma/pleroma!228 | |||
2018-06-24 | Merge branch 'features/glitch-soc-frontend' into 'develop' | lambda | |
Empty 2.4.x endpoints and ``api/v2/search`` See merge request pleroma/pleroma!214 | |||
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-21 | Merge branch 'feature/mrf-simple-accept-lists' into 'develop' | lambda | |
mrf simple: add accept lists See merge request pleroma/pleroma!231 | |||
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 |