summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-29activitypub: transmogrifier: fix follow request rejectionsWilliam Pitcock
2019-01-29[#534] Made federation push sender be determined basing on content instead ↵Ivan Tashkinov
of `referer` header. Updated tests.
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-28FormatMaxim Filippov
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-29add spec backEgor Kislitsyn
2019-01-29fix defaultsEgor Kislitsyn
2019-01-28cleanupEgor Kislitsyn
2019-01-28add a job queueEgor Kislitsyn
2019-01-28Merge branch 'app-list-changes' into 'develop'kaniini
App list changes: Separate into two categories, and drop Subway Tooter. See merge request pleroma/pleroma!731
2019-01-28App list changes: Separate into two categories, and drop Subway Tooter.scarlett
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-28Update config.mdlain
2019-01-28Don't run warnings in a task.lain
2019-01-28Change default bg image in new config.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-28Merge branch 'oauth-login-failure-bug' into 'develop'href
Correctly handle invalid credentials on auth login. Closes #407 See merge request pleroma/pleroma!728
2019-01-28Correctly handle invalid credentials on auth login.lain
Closes #407
2019-01-28Merge branch 'patch-2' into 'develop'Haelwenn
Update the openrc service's retry with the correct format See merge request pleroma/pleroma!727
2019-01-28Update the openrc service's retry with the correct formatvaartis
2019-01-28[#534] Refactoring / tweaks per MR review.Ivan Tashkinov
2019-01-28mastodon api: card: force OGP images through mediaproxyWilliam Pitcock
2019-01-28test: add status posting with OGP link preview testWilliam 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-28test: update twitterapi testsWilliam Pitcock
2019-01-28twitter api: fix up activity representerWilliam Pitcock
2019-01-28test: update mastodon status view testsWilliam 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-27Merge 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 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