aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
AgeCommit message (Collapse)Author
2019-01-28rich media: oembed: return data in the same format as the other parsersWilliam Pitcock
2019-01-28rich media: kill some testsuite noiseWilliam Pitcock
2019-01-28rich media: parser: add some basic sanity checks on the returned data with ↵William Pitcock
pattern matching
2019-01-28rich media: parser: cache negativesWilliam Pitcock
2019-01-28rich media: parser: add copyright headerWilliam Pitcock
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28Put deprecation warnings undre Pleroma.Config.lain
2019-01-28[#534] Merged `upstream/develop`.Ivan Tashkinov
2019-01-28[#534] Various tweaks. Tests for Instances and Instance.Ivan Tashkinov
2019-01-28Return new-style config if old-style config is set to false.lain
This is in preparation for 1.0. We'll be able to switch the config to the new mechanism on PleromaFE then as well.
2019-01-28Don't run warnings in a task.lain
2019-01-28Merge branch 'safe-render-activities' into 'develop'Haelwenn
remove unnecessary filter (re !723) See merge request pleroma/pleroma!729
2019-01-28re f83bae7c: remove unnecessary filterhref
2019-01-28Add deprecation warning mechanism.lain
2019-01-28Correctly handle invalid credentials on auth login.lain
Closes #407
2019-01-28[#534] Refactoring / tweaks per MR review.Ivan Tashkinov
2019-01-28mastodon api: card: force OGP images through mediaproxyWilliam Pitcock
2019-01-28rich media: helpers: clean up unused aliasesWilliam Pitcock
2019-01-28activitypub: prime OGP crawler cache when new messages are inserted into the ↵William Pitcock
database
2019-01-28rich media: add helpers module, use instead of MastodonAPI moduleWilliam Pitcock
2019-01-28mastodon api: formattingWilliam Pitcock
2019-01-28API: kill /api/rich_media/parse endpointWilliam Pitcock
2019-01-28twitter api: fix up activity representerWilliam Pitcock
2019-01-28rich media: add try/rescue to ensure we catch parsing and fetching failuresWilliam Pitcock
2019-01-28twitter api: embed card in twitterapi postsWilliam Pitcock
2019-01-28mastodon api: embed card in status objectWilliam Pitcock
2019-01-28mastodon api: factor out status card fetching, move status card rendering to ↵William Pitcock
statusview, add opengraph extended data
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-28/web/index template: Modify for glitch-socHaelwenn (lanodan) Monnier
2019-01-27/notice/:id - send the FE index even if 404href
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page
2019-01-27Merge branch 'safe-render-activities' into 'develop'lambda
Views: wrap activity rendering in a rescue See merge request pleroma/pleroma!723
2019-01-27Fix objects.lain
2019-01-27Merge branch 'discard-invalid-likes' into 'develop'kaniini
Transmogrifier: fix incoming objects with invalid likes See merge request pleroma/pleroma!724
2019-01-27Transmogrifier: fix incoming objects with invalid likeshref
2019-01-27Views: wrap activity rendering in a rescuehref
this avoids complete timeline breakage when an activity fucks up rendering.
2019-01-27Merge branch 'flake-random-worker-id' into 'develop'kaniini
Flake: random worker id See merge request pleroma/pleroma!721
2019-01-27Flake: random worker idhref
2019-01-27Merge branch 'features/mastoapi-multi-hashtag' into 'develop'kaniini
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652
2019-01-27Web.MastodonAPI.AccountView: Add is_moderator and is_adminHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557
2019-01-26rich media: gracefully handle fetching nil URIsWilliam Pitcock
2019-01-26Merge branch 'flake-from-int' into 'develop'kaniini
Flake: support integers in from_string/1 See merge request pleroma/pleroma!715
2019-01-26Flake: support integers in from_string/1href
Some previously issued stateless tokens have integer ids in them.
2019-01-26Merge branch 'join-in-preloads' into 'develop'kaniini
Join on preloads to avoid N+1 queries See merge request pleroma/pleroma!714
2019-01-26Web.MastodonAPI.MastodonAPIController: tag+any bookmark params in a array ↵Haelwenn (lanodan) Monnier
and flatten it
2019-01-26mastodon api: use OGP uri instead of page_url for deducing domain name, fix testWilliam Pitcock
2019-01-26mastodon api: use HTML.extract_first_external_url()William Pitcock
2019-01-26Join on preloads to avoid N+1 querieshref
2019-01-26html: add utility function to extract first URL from an object and cache the ↵William Pitcock
result
2019-01-26mastodon api: provider_name setting is required too on the cardWilliam Pitcock
2019-01-26Web.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.