aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-01-31User.follow_all: ensure its stays uniquehref
2019-01-31Merge branch 'bugfix/rich-media-non-unicode' into 'develop'lambda
rich media non-unicode bugfix See merge request pleroma/pleroma!749
2019-01-31rich media: parser: only try to validate strings, not numbers (OEmbed)William Pitcock
2019-01-31rich media: parser: reject OGP fields we cannot safely processWilliam Pitcock
2019-01-31Make rich media support toggleablerinpatch
2019-01-31Revert "Merge branch 'spc-fix-3' into 'develop'"lambda
This reverts merge request !682
2019-01-31Merge branch 'spc-fix-3' into 'develop'kaniini
Spc fix 3 See merge request pleroma/pleroma!682
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
2019-01-30Merge branch 'multiple-hackney-pools' into 'develop'lambda
Fix 4aff4efa typos See merge request pleroma/pleroma!743
2019-01-30Fix 4aff4efa typoshref
2019-01-30Merge branch 'multiple-hackney-pools' into 'develop'kaniini
Use multiple hackney pools See merge request pleroma/pleroma!739
2019-01-30Use race-condition free mass follow.lain
2019-01-30Use race-condition free following method.lain
2019-01-30Use multiple hackney poolshref
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections.
2019-01-29Merge branch 'bugfix/fix-rejects' into 'develop'kaniini
follow request fixups Closes #537 See merge request pleroma/pleroma!734
2019-01-29Merge branch 'hj-happiness-improvement' into 'develop'kaniini
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700
2019-01-29activitypub: utils: update the state of *any* pending follow relationship ↵William Pitcock
that matches the actor and target
2019-01-29activitypub: transmogrifier: fix follow request rejectionsWilliam Pitcock
2019-01-29Merge branch 'feature/rich-media-part-2-electric-boogaloo' into 'develop'Haelwenn
Rich Media support, part 2. See merge request pleroma/pleroma!719
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-28Put deprecation warnings undre Pleroma.Config.lain
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-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.