Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-20 | transmogrifier: slightly clean up fix_explicit_addressing pipeline | William Pitcock | |
2019-01-20 | transmogrifier: don't apply heuristics against messages which have ↵ | William Pitcock | |
`directMessage` set true | |||
2019-01-20 | activitypub: add is_private?/is_direct? helpers | William Pitcock | |
2019-01-20 | common api: set directMessage flag on our own posts | William Pitcock | |
2019-01-20 | mastodon api: get_visibility(): DMs never have a cc list. | William Pitcock | |
2019-01-20 | activitypub: transmogrifier: fix up to/cc addressing brain damage caused by ↵ | William Pitcock | |
mastodon-style explicit DMs | |||
2019-01-20 | activitypub: utils: add determine_explicit_mentions() and tests | William Pitcock | |
2019-01-19 | Merge branch 'bugfix/improve-boost-targeting' into 'develop' | kaniini | |
improve handling of non-public Announces See merge request pleroma/pleroma!681 | |||
2019-01-19 | Merge branch '491_full_mentions_in_user_bio' into 'develop' | kaniini | |
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676 | |||
2019-01-18 | [#491] Made full nicknames be preserved in user links text only in Bio. | Ivan Tashkinov | |
2019-01-17 | activitypub: add a match clause for objects, not just activities | William Pitcock | |
2019-01-17 | activitypub: transmogrifier: do not clobber the addressing on relayed ↵ | William Pitcock | |
announcements | |||
2019-01-17 | activitypub: allow is_public?() to work on any type of map representing an ↵ | William Pitcock | |
AS2 object | |||
2019-01-17 | activitypub: relay: chase selective public announce changes | William Pitcock | |
2019-01-17 | activitypub: announce: add new public parameter | William Pitcock | |
2019-01-17 | Merge branch '502_instance_stats_active_users_count_fix' into 'develop' | kaniini | |
[#502] Fixed `user_count` in `/api/v1/instance` to include only active local users Closes #502 See merge request pleroma/pleroma!678 | |||
2019-01-17 | Merge branch 'bad-copy-paste' into 'develop' | kaniini | |
Fix bad link in likes collection See merge request pleroma/pleroma!679 | |||
2019-01-17 | Fix bad link in likes collection | sxsdv1 | |
Don't copy and paste, mkay | |||
2019-01-17 | [#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵ | Ivan Tashkinov | |
users. | |||
2019-01-17 | formatting | Mark Felder | |
2019-01-17 | Default to disabled in the code in case the setting is absent from config.exs | Mark Felder | |
2019-01-17 | Make attachment links configurable | Mark Felder | |
Thanks @href! | |||
2019-01-17 | [#491] Made user bio preserve full nicknames (nick@host). | Ivan Tashkinov | |
2019-01-16 | MastoAPI: Don't break on missing users. | lain | |
2019-01-16 | Merge branch 'feature/improve-microformats' into 'develop' | lambda | |
improve microformats support See merge request pleroma/pleroma!672 | |||
2019-01-16 | Merge branch '518_instance_stats_fix' into 'develop' | lambda | |
[#518] Fix: /api/v1/instance ("domain_count"), /api/v1/instance/peers Closes #518 See merge request pleroma/pleroma!673 | |||
2019-01-16 | [#518] Fixed /api/v1/instance ("domain_count" value) and ↵ | Ivan Tashkinov | |
/api/v1/instance/peers responses. | |||
2019-01-16 | formatter: improve microformats markup | William Pitcock | |
2019-01-16 | html: allow microformats-related markup through the html filter | William Pitcock | |
2019-01-15 | Merge branch 'bugfix/websub-hardening' into 'develop' | lambda | |
websub: improve error handling See merge request pleroma/pleroma!670 | |||
2019-01-15 | http: add support for query parameters, use Jason for JSON encoding instead ↵ | William Pitcock | |
of Poison like everywhere else | |||
2019-01-15 | websub: improve error handling | William Pitcock | |
2019-01-15 | Merge branch 'fix/elixir-1-8-type-annotation' into 'develop' | lambda | |
Fix Elixir 1.8 type annotation issue Closes #523 See merge request pleroma/pleroma!668 | |||
2019-01-15 | Upload: Fix uploading with a : in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Upload: Fix uploading with a ? in the filename | Haelwenn (lanodan) Monnier | |
2019-01-15 | Fix Elixir 1.8 type annotation issue | Maxim Filippov | |
2019-01-14 | Merge branch 'media-url-escape' into 'develop' | rinpatch | |
URI escape file upload URLs See merge request pleroma/pleroma!665 | |||
2019-01-14 | Merge branch 'load-all-dms' into 'develop' | lambda | |
Remove recent activity restriction. See merge request pleroma/pleroma!644 | |||
2019-01-14 | URI escape file upload URLs | Shadowfacts | |
2019-01-14 | Merge branch 'feature/add-oembed-parser' into 'develop' | kaniini | |
Add OEmbed parser See merge request pleroma/pleroma!661 | |||
2019-01-14 | Merge branch 'activitypub-likes' into 'develop' | kaniini | |
Activitypub c2s likes See merge request pleroma/pleroma!658 | |||
2019-01-14 | mrf: add no placeholder-text policy, strips pointless "." content from posts ↵ | William Pitcock | |
with images | |||
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-12 | Add likes to activitypub object representation | sxsdv1 | |
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total. | |||
2019-01-12 | Add route to get object like activities | sxsdv1 | |
2019-01-12 | Handle client submitted activitypub like activity | sxsdv1 | |
2019-01-12 | Prepare all types objects before serialising | sxsdv1 | |
Activities returned from inbox can include other types of objects like Article | |||
2019-01-12 | Honour parameters on MastoAPI /favourites | Sadposter | |
2019-01-12 | Add link headers to MastoAPI /favourites | Sadposter | |
As documented at https://docs.joinmastodon.org/api/rest/favourites/ | |||
2019-01-11 | unpin when deleting a status | Egor Kislitsyn | |