summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-05-03Use a variable for stats to avoid double callDashie
2018-05-03Add metadata.nodeNameDashie
2018-05-03Return the right content-type for the schema callDashie
2018-05-02Explicit error messageDashie
2018-05-02Simplify version and fix typoDashie
2018-05-02Add localPosts count, also set to 0 if nullDashie
2018-05-02Change path of nodeinfo to use .json formatDashie
2018-05-02Format filesDashie
2018-05-02Add first try at nodeinfoDashie
2018-04-29Fix format.lain
2018-04-29Merge branch 'patch-bio' into 'develop'lambda
replace newlines in profiles with <br> See merge request pleroma/pleroma!136
2018-04-28Insert object after being rewritten.lain
2018-04-28Merge branch 'fix/blocked-user-boosts' into 'develop'lambda
ActivityPub.ex: do not return boosted statuses from blocked users. See merge request pleroma/pleroma!111
2018-04-28Merge remote-tracking branch 'upstream/develop' into patch-bioWim Vanderbauwhede
2018-04-27Merge branch 'bugfix/mrf-simple-media-stripping' into 'develop'lambda
ActivityPub MRF SimplePolicy: fix media stripping See merge request pleroma/pleroma!133
2018-04-25ActivityPub MRF SimplePolicy: fix media strippingWilliam Pitcock
2018-04-25Merge branch 'patch-1' into 'develop'eal
Fix typo in MastoFE login page. See merge request pleroma/pleroma!132
2018-04-25Optionally deactivate public timelines.lain
2018-04-25Align local bio limits to remote limit.lain
2018-04-24Fix typo in MastoFE login page. Normandy
see https://git.pleroma.social/pleroma/mastofe/issues/13
2018-04-24Fix formatting.lain
2018-04-24Merge branch 'feature/message-rewrite-facility' into 'develop'lambda
message rewrite facility See merge request pleroma/pleroma!112
2018-04-24Changed to support \r\n and \nWim Vanderbauwhede
2018-04-24Patch to replace newlines with <br> tags in bioWim Vanderbauwhede
2018-04-24Correct syntax with mix formatDashie
2018-04-24Add User.decrease_note_count and call it from ActivityPub.deleteDashie
2018-04-24Merge branch 'favicon_tag' into 'develop'lambda
Fix endpoint for favicon See merge request pleroma/pleroma!84
2018-04-22Small cleanup.lain
2018-04-22Merge branch 'develop' into fix/note-count-not-updatinglain
2018-04-21Formatter: Use proper escaping for links.lain
2018-04-21Update note count in ActivityPub.create.eal
2018-04-21Formatting fixes.lain
2018-04-21Make search use id index too.lain
Seems to be faster in general, query planner chooses well.
2018-04-20Formatting.lain
2018-04-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developlain
2018-04-19fix againlain
2018-04-19TwitterAPI: Add Qvitter notification endpoint.eal
2018-04-19ActivityPub MRF: fix nsfw tagging of objects with attachments by looking at ↵nenolod@dereferenced.org
the right object (the child in this case)
2018-04-19fix againlain
2018-04-19Fix generate configlain
2018-04-19Revert "Ask for proxy URL if proxy enabled."eal
The most common case is running it on the same server.
2018-04-18CommonAPI post: kill \r with fireWilliam Pitcock
2018-04-18rm_user: also ensure that cache is running.eal
2018-04-18Merge branch 'fix/rm-user-task' into 'develop'lambda
Fix rm_user task. See merge request pleroma/pleroma!119
2018-04-18Fix rm_user task.eal
2018-04-18MastoAPI and OAuth: allow login with either email or username.eal
2018-04-14ActivityPub MRF: implement the SimplePolicy policyWilliam Pitcock
2018-04-14ActivityPub: implement MRF core hook and baseline noop policy objectWilliam Pitcock
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-12Switch to User.delete for rm_user taskPhenethylamine