aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-01Merge branch 'cleanup/admin-api-useless-if' into 'develop'lambda
2018-12-31Web.AdminAPI.AdminAPIController: Remove a useless if in user_deleteHaelwenn (lanodan) Monnier
2018-12-31Merge branch 'features/admin-api-user-views' into 'develop'kaniini
2018-12-31update copyright years to 2019William Pitcock
2018-12-31Merge branch 'fix/scrubber-cache' into 'develop'lambda
2018-12-31Eh?Rin Toshaka
2018-12-31Move scrubber cache-related functions to Pleroma.HTMLRin Toshaka
2018-12-30Merge branch 'mr/retry-queue' into 'develop'kaniini
2018-12-30Resolve merge conflictRin Toshaka
2018-12-30Fix comment in object.exRin Toshaka
2018-12-30shame on me for not testing after revertRin Toshaka
2018-12-30Fix formating. Aparently my pre-commit hook broke.Rin Toshaka
2018-12-30Revert some changes in html.exRin Toshaka
2018-12-30Friendship ended with Postgresql now Cachex is my best friendRin Toshaka
2018-12-30Friendship ended with Postgresql now Cachex is my best friendRin Toshaka
2018-12-30Added get_stripped_html_for_object. Renamed a few thingsRin Toshaka
2018-12-30Improves RetryQueue behaviorMichael Loftis
2018-12-30Tidy up the code. Rename key to signatureRin Toshaka
2018-12-30Fix some stupid typosRin Toshaka
2018-12-30Respond with full activity to outbox postsxsdv1
2018-12-30Limit activity types accepted to outbox to only 'Create'sxsdv1
2018-12-30Create activity when client posts to outboxsxsdv1
2018-12-30Implement ActivityPub inbox viewsxsdv1
2018-12-30Use Object.change instead of Ecto.Changeset.changeRin Toshaka
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
2018-12-29use Kernel.put_in instead of Map.mergeRin Toshaka
2018-12-29Merge branch 'fix_485' into 'develop'Haelwenn
2018-12-29I am not sure what's going on anymore so I'll just commit and reset all the o...Rin Toshaka
2018-12-29Merge branch 'carrot-bullying' into 'develop'kaniini
2018-12-29Change 'name' to 'instance_name' so option is used when running non-interactivespctrl
2018-12-29Merge branch '483_blocks_import_export' into 'develop'kaniini
2018-12-29Salmon# fixed publish an activity to remote accountsMaksim Pechnikov
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQ...Ivan Tashkinov
2018-12-29[#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified loc...Ivan Tashkinov
2018-12-29[#483] Refactored blocks and follows import, added tests.Ivan Tashkinov
2018-12-29Merge branch '471_invalid_accounts_rendering' into 'develop'kaniini
2018-12-28[#483] Blocked users list import (TwitterAPI).Ivan Tashkinov
2018-12-28[#467] Refactored valid / invalid user rendering.Ivan Tashkinov
2018-12-28Merge branch 'fix/no-attachment-links' into 'develop'kaniini
2018-12-28[#483] Blocked users export for TwitterAPI.Ivan Tashkinov
2018-12-28Web.TwitterAPI.UserView: Add rights.adminHaelwenn (lanodan) Monnier
2018-12-28[#471] Factored out User.visible_for?/2.Ivan Tashkinov
2018-12-27Fix Twitter timelines for private instancesVyr Cossont
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
2018-12-27Merge branch 'reserve-user-names' into 'develop'kaniini
2018-12-27[#471] Prevented rendering of inactive local accounts.Ivan Tashkinov
2018-12-27Treat only true and "true" as trueMaxim Filippov
2018-12-26Implement exclude_reblogs and include_rtsVyr Cossont
2018-12-27Treat any present value in "no_attachment_links" as trueMaxim Filippov
2018-12-26Expose restricted names in nodeinfo.lain