aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
AgeCommit message (Collapse)Author
2018-12-30Use Object.change instead of Ecto.Changeset.changeRin Toshaka
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
Code style: remove wrapping function of outbox
2018-12-29use Kernel.put_in instead of Map.mergeRin Toshaka
2018-12-29Remove the debugging IO.inspectvaartis
2018-12-29I am not sure what's going on anymore so I'll just commit and reset all the ↵Rin Toshaka
other files to HEAD
2018-12-29Merge branch 'carrot-bullying' into 'develop'kaniini
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595
2018-12-29Merge branch '483_blocks_import_export' into 'develop'kaniini
[#483] Blocked users list import & export Closes #483 See merge request pleroma/pleroma!603
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 ↵Ivan Tashkinov
FQN. Added tests.
2018-12-29[#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified ↵Ivan Tashkinov
local nickname (<nick>@<our_instance_host>).
2018-12-29[#483] Refactored blocks and follows import, added tests.Ivan Tashkinov
2018-12-29Merge branch '471_invalid_accounts_rendering' into 'develop'kaniini
[#471] Prevented rendering of inactive local accounts Closes #471 See merge request pleroma/pleroma!599
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
Treat any present value in "no_attachment_links" as true Closes pleroma-fe#175 See merge request pleroma/pleroma!597
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
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-27Merge branch 'reserve-user-names' into 'develop'kaniini
Reserve a few user names See merge request pleroma/pleroma!594
2018-12-27[#471] Prevented rendering of inactive local accounts.Ivan Tashkinov
2018-12-27Treat only true and "true" as trueMaxim Filippov
2018-12-27Set ttl_interval to the seconds_valid timevaartis
2018-12-26Implement exclude_reblogs and include_rtsVyr Cossont
2018-12-27Treat any present value in "no_attachment_links" as trueMaxim Filippov
2018-12-27Up captcha timer to 60 secs again, save used captchas in cachexEkaterina Vaartis
2018-12-26Expose restricted names in nodeinfo.lain
2018-12-26Add some hard limits on inserted activities.lain
2018-12-25Reserve a few user nameslain
These are all names that are used for domain.com/:route routes or projected to be.
2018-12-25Revert unneeded changesMaxim Filippov
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-25Fix failing testsMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-23Merge branch 'bugfix/trans_fix_url_videos' into 'develop'lambda
Fix "url" of Videos in transmogrifier Closes #367 See merge request pleroma/pleroma!459
2018-12-23twitter api: add "Video" to supported activity types listWilliam Pitcock
2018-12-23twitter api: activity representer: remove peertube hackWilliam Pitcock
2018-12-23mastodon api: status view: remove obsolete peertube hackWilliam Pitcock
2018-12-23transmogrifier: significantly rework handling of peertube videos, add testWilliam Pitcock
2018-12-23Merge branch 'hotfix/activity-without-content' into 'develop'lambda
Twitter ActivityView: fix crash with activity without content See merge request pleroma/pleroma!572
2018-12-23transmogrifier: When it’s a Video move "url" to "attachment"Haelwenn (lanodan) Monnier
2018-12-23Implement kaniini's tweaksKaren Konou
2018-12-23Renamed the thingsKaren Konou
2018-12-22Fix formattingKaren Konou
2018-12-22Implement large thread filterKaren Konou
2018-12-22Move the encryption out of kocaptcha into general captcha moduleEkaterina Vaartis
That way there won't be a need to reimplement it for other captcha services
2018-12-21Make captcha (kocaptcha) statelessEkaterina Vaartis
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed
2018-12-20Merge branch '114_email_confirmation' into 'develop'kaniini
[#114] Email confirmation See merge request pleroma/pleroma!546