Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-27 | Fix objects. | lain | |
2019-01-27 | Merge branch 'discard-invalid-likes' into 'develop' | kaniini | |
Transmogrifier: fix incoming objects with invalid likes See merge request pleroma/pleroma!724 | |||
2019-01-27 | Transmogrifier: fix incoming objects with invalid likes | href | |
2019-01-27 | Views: wrap activity rendering in a rescue | href | |
this avoids complete timeline breakage when an activity fucks up rendering. | |||
2019-01-27 | Merge branch 'hotfix/favorites-index' into 'develop' | kaniini | |
add activities likes index, fixes favorites API call See merge request pleroma/pleroma!722 | |||
2019-01-27 | Merge branch 'flake-random-worker-id' into 'develop' | kaniini | |
Flake: random worker id See merge request pleroma/pleroma!721 | |||
2019-01-27 | add activities likes index, fixes favorites API call | William Pitcock | |
2019-01-27 | Flake: random worker id | href | |
2019-01-27 | Merge branch 'docs/emoji-endpoint-similarities' into 'develop' | rinpatch | |
docs/Pleroma-API.md: Add note about emoji endpoints similarities See merge request pleroma/pleroma!720 | |||
2019-01-27 | docs/Pleroma-API.md: Add note about emoji endpoints similarities | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-01-27 | Merge branch 'features/mastoapi-multi-hashtag' into 'develop' | kaniini | |
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652 | |||
2019-01-27 | Merge branch 'features/masto-account-view-rights' into 'develop' | Haelwenn | |
Web.MastodonAPI.AccountView: Add is_moderator and is_admin Closes #557 See merge request pleroma/pleroma!718 | |||
2019-01-27 | Web.MastodonAPI.AccountView: Add is_moderator and is_admin | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557 | |||
2019-01-26 | Merge branch 'hardening/mastodon-rich-media' into 'develop' | Haelwenn | |
rich media: minor hardening See merge request pleroma/pleroma!717 | |||
2019-01-26 | Merge branch 'webpush-endpoint-size' into 'develop' | kaniini | |
Change webpush endpoint to unlimited varchar Closes #552 See merge request pleroma/pleroma!716 | |||
2019-01-26 | rich media: gracefully handle fetching nil URIs | William Pitcock | |
2019-01-26 | Change webpush endpoint to unlimited varchar | href | |
Fixes #552 | |||
2019-01-26 | Merge branch 'flake-from-int' into 'develop' | kaniini | |
Flake: support integers in from_string/1 See merge request pleroma/pleroma!715 | |||
2019-01-26 | Flake: support integers in from_string/1 | href | |
Some previously issued stateless tokens have integer ids in them. | |||
2019-01-26 | Merge branch 'join-in-preloads' into 'develop' | kaniini | |
Join on preloads to avoid N+1 queries See merge request pleroma/pleroma!714 | |||
2019-01-26 | Merge branch 'features/mastoapi-cards' into 'develop' | kaniini | |
MastoAPI: Add Rich-Media support See merge request pleroma/pleroma!664 | |||
2019-01-26 | Web.MastodonAPI.MastodonAPIController: tag+any bookmark params in a array ↵ | Haelwenn (lanodan) Monnier | |
and flatten it | |||
2019-01-26 | mastodon api: use OGP uri instead of page_url for deducing domain name, fix test | William Pitcock | |
2019-01-26 | mastodon api: use HTML.extract_first_external_url() | William Pitcock | |
2019-01-26 | Join on preloads to avoid N+1 queries | href | |
2019-01-26 | html: add utility function to extract first URL from an object and cache the ↵ | William Pitcock | |
result | |||
2019-01-26 | mastodon api: provider_name setting is required too on the card | William Pitcock | |
2019-01-26 | Web.MastodonAPI.MastodonAPIController: generic get_status_card/1 function ↵ | Haelwenn (lanodan) Monnier | |
for MastoAPI 2.6.x Mastodon API 2.6.x added a card key to the Status object so the Card can be shown in the timeline without an extra request at each status. | |||
2019-01-26 | Web.MastodonAPI.MastodonAPIController: Add Rich-Media support | Haelwenn (lanodan) Monnier | |
2019-01-26 | Move definitions of RichMedia fixtures to test/support/http_request_mock.ex | Haelwenn (lanodan) Monnier | |
2019-01-26 | Merge branch 'documentation/mastalab' into 'develop' | kaniini | |
README: Mastalab officially supports Pleroma. See merge request pleroma/pleroma!713 | |||
2019-01-26 | README: Mastalab officially supports Pleroma. | William Pitcock | |
2019-01-26 | Merge branch 'bugfix/content_nil_lenght_check' into 'develop' | kaniini | |
Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities with content: nil See merge request pleroma/pleroma!711 | |||
2019-01-26 | Web.MastodonAPI.MastodonAPIControllerTest: Update for difference between all ↵ | Haelwenn (lanodan) Monnier | |
and any parameters | |||
2019-01-26 | Fix the logic in multi-hashtag TLs | Haelwenn (lanodan) Monnier | |
2019-01-26 | Web.ActivityPub.ActivityPub: Simplify multi-hashtag, add tests | Haelwenn (lanodan) Monnier | |
2019-01-26 | Web.MastodonAPI.MastodonAPIControllerTest: Add test against multi-hashtag ↵ | Haelwenn (lanodan) Monnier | |
timeline | |||
2019-01-26 | [Web.ActivityPub.ActivityPub]: Fix restrict_tag() | Haelwenn (lanodan) Monnier | |
Thanks to Senko-san <kurisu@iscute.moe> for the help on array-matching | |||
2019-01-26 | [WIP,MastoAPI] Multi-tag timelines | Haelwenn (lanodan) Monnier | |
2019-01-26 | Web.ActivityPub.ActivityPubTest: test against inserting activities with ↵ | Haelwenn (lanodan) Monnier | |
content: null | |||
2019-01-26 | Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities ↵ | Haelwenn (lanodan) Monnier | |
with content: nil | |||
2019-01-25 | [#534] Federation reachability filtering tests. | Ivan Tashkinov | |
2019-01-25 | [#534] Made Salmon.send_to_user calls be handled through Federator.enqueue. | Ivan Tashkinov | |
2019-01-25 | SPC fixes: Fix activities. | lain | |
2019-01-25 | [#534] Websub fix: made SQL use UTC time zone when comparing with ↵ | Ivan Tashkinov | |
`valid_until` (instead of postgresql-server default time zone). | |||
2019-01-25 | Merge branch 'oembed_provider' into 'develop' | kaniini | |
Opengraph/TwitterCard::summary for statuses and user profiles See merge request pleroma/pleroma!533 | |||
2019-01-25 | [#534] Configurable outgoing federation reachability timeout. | Ivan Tashkinov | |
2019-01-25 | Merge branch 'update/pleroma-fe-20190125-hotfix' into 'develop' | lambda | |
update pleroma frontend (summary_html hotfix) See merge request pleroma/pleroma!710 | |||
2019-01-25 | update pleroma frontend (summary_html hotfix) | William Pitcock | |
2019-01-25 | Fix OGP provider tests | rinpatch | |