Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-28 | [#534] Refactoring / tweaks per MR review. | Ivan Tashkinov | |
2019-01-28 | mastodon api: card: force OGP images through mediaproxy | William Pitcock | |
2019-01-28 | test: add status posting with OGP link preview test | William Pitcock | |
2019-01-28 | rich media: helpers: clean up unused aliases | William Pitcock | |
2019-01-28 | activitypub: prime OGP crawler cache when new messages are inserted into the ↵ | William Pitcock | |
database | |||
2019-01-28 | rich media: add helpers module, use instead of MastodonAPI module | William Pitcock | |
2019-01-28 | mastodon api: formatting | William Pitcock | |
2019-01-28 | API: kill /api/rich_media/parse endpoint | William Pitcock | |
2019-01-28 | test: update twitterapi tests | William Pitcock | |
2019-01-28 | twitter api: fix up activity representer | William Pitcock | |
2019-01-28 | test: update mastodon status view tests | William Pitcock | |
2019-01-28 | rich media: add try/rescue to ensure we catch parsing and fetching failures | William Pitcock | |
2019-01-28 | twitter api: embed card in twitterapi posts | William Pitcock | |
2019-01-28 | mastodon api: embed card in status object | William Pitcock | |
2019-01-28 | mastodon api: factor out status card fetching, move status card rendering to ↵ | William Pitcock | |
statusview, add opengraph extended data | |||
2019-01-28 | [MastoAPI][GlitchAPI] Add bookmarks | Haelwenn (lanodan) Monnier | |
2019-01-28 | /web/index template: Modify for glitch-soc | Haelwenn (lanodan) Monnier | |
2019-01-27 | Merge branch 'notice-404-to-fe' into 'develop' | rinpatch | |
/notice/:id - send the FE index even if 404 See merge request pleroma/pleroma!725 | |||
2019-01-27 | /notice/:id - send the FE index even if 404 | href | |
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page | |||
2019-01-27 | Merge branch 'safe-render-activities' into 'develop' | lambda | |
Views: wrap activity rendering in a rescue See merge request pleroma/pleroma!723 | |||
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 | |