Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | TwitterApi: Add direct message endpoint | lain | |
2018-11-12 | Twitter API: Fall back to user.nickname if user has no name | scarlett | |
2018-11-07 | Merge branch 'feature/qvitter-notifications-dismiss' into 'develop' | kaniini | |
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431 | |||
2018-11-07 | Merge branch 'runtime-config' into 'develop' | kaniini | |
Runtime configuration See merge request pleroma/pleroma!430 | |||
2018-11-06 | twitterapi: add notification read endpoint | William Pitcock | |
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-11-06 | Merge branch 'runtime-router' into 'develop' | kaniini | |
Runtime configured router See merge request pleroma/pleroma!426 | |||
2018-11-06 | Add federating plug & public tests | href | |
2018-11-05 | Runtime configured router | href | |
2018-11-05 | Runtime configured emojis | href | |
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`. | |||
2018-11-01 | Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismo | Haelwenn (lanodan) Monnier | |
2018-11-01 | twitter api: add support for rendering Page objects | William Pitcock | |
2018-10-29 | twitter api: enforce upload limits for avatars, banners and backgrounds | William Pitcock | |
2018-10-29 | twitter/mastodon api: always use mediaproxy URLs in attachments | William Pitcock | |
if using local media, the mediaproxy will not replace the URL anyway. | |||
2018-10-26 | activitypub: add support for filtering broken threads out of timelines | William Pitcock | |
2018-10-25 | twitterapi: activity view: add the other in_reply_to fields | William Pitcock | |
2018-10-25 | twitterapi: activity view: implement in_reply_to_screen_name using the new ↵ | William Pitcock | |
graph walking helper | |||
2018-10-21 | New frontend options | scarlett | |
2018-10-17 | Use maybe_direct_follow for follow imports | scarlett | |
2018-10-07 | {mastodon api, twitter api}: make the follow handshake timeout configurable | William Pitcock | |
2018-10-05 | user: add wait_and_refresh() for async three-way handshake case | William Pitcock | |
2018-10-05 | twitterapi: frontend config: add formattingOptionsEnabled | William Pitcock | |
2018-10-05 | Revert "Merge branch 'revert-a26d5e6b' into 'develop'" | William Pitcock | |
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9. | |||
2018-09-28 | [Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" | Haelwenn (lanodan) Monnier | |
2018-09-22 | twitter api: add no_rich_text option to userview for account prefs | William Pitcock | |
2018-09-22 | twitter api: add support for disabling rich text | William Pitcock | |
2018-09-22 | twitter api: add support for user-specified html policy | William Pitcock | |
2018-09-19 | twitter api: fix mimetype fallback when attachments use a URI instead of a ↵ | William Pitcock | |
URL object | |||
2018-09-10 | formatting | William Pitcock | |
2018-09-10 | everywhere: use Pleroma.HTML module instead of HtmlSanitizeEx directly | William Pitcock | |
2018-09-02 | Merge branch 'hotfix_broken_likes' into 'develop' | kaniini | |
hotfix for broken like completely breaking the notifications API See merge request pleroma/pleroma!284 | |||
2018-09-01 | run `mix format`. | William Pitcock | |
2018-09-01 | config: add ability to disable Pleroma FE config management (closes #276) | William Pitcock | |
2018-08-31 | Revert "Merge branch 'feature/rich-text' into 'develop'" | lambda | |
This reverts merge request !309 | |||
2018-08-31 | config: chase pleroma-fe updates from MR pleroma-fe!324. | William Pitcock | |
2018-08-31 | common api: add support for formatting messages outside of twitter-style ↵ | William Pitcock | |
plain text | |||
2018-08-27 | better solution, added test. | Henry Jameson | |
2018-08-26 | remove unused settings from /api/statusnet/config | hakabahitoyo | |
2018-08-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |
2018-08-24 | fe config: add collapse_message_with_subject fe option | William Pitcock | |
2018-08-22 | fixed notifications API completely breaking if there's a like for | Henry Jameson | |
missing (deleted) post. | |||
2018-08-22 | Run mix format | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nil | Haelwenn (lanodan) Monnier | |
2018-08-21 | Merge branch 'feature/peertube_2' into 'develop' | kaniini | |
rebase/update of feature/peertube See merge request pleroma/pleroma!217 | |||
2018-08-21 | Basic peertube support. | Haelwenn (lanodan) Monnier | |
2018-08-21 | Format | ensra | |
2018-08-21 | Twitter API: Support Mastodon-style bios | ensra | |
(multi-line, with links, and user mentions) | |||
2018-08-12 | formatting | lain | |
2018-08-12 | Fix for elixir 1.7. | lain | |
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 |