about summary refs log tree commit diff
path: root/spec/lib
AgeCommit message (Expand)Author
2019-09-27Change silences to always require approval on follow (#11975)ThibG
2019-09-18Change spam check to apply to local accounts and add a threshold (#11806)Eugen Rochko
2019-09-03Fix ActivityPub context not being dynamically computed (#11746)ThibG
2019-07-30Fix boosting & unboosting preventing a boost from appearing in the TL (#11405)ThibG
2019-07-27Implement pending tests (#11415)ysksn
2019-07-21Play animated custom emoji on hover (#11348)ThibG
2019-07-19Fix sanitizing lists contents (#11354)ThibG
2019-07-18Change language detection to include hashtags as words (#11341)Eugen Rochko
2019-07-13Add a spam check (#11217)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-02Add request pool to improve delivery performance (#10353)Eugen Rochko
2019-06-25Apply filters to poll options (#11174)ThibG
2019-06-16Fix sanitizer making block level elements unreadable (#10836)Eugen Rochko
2019-06-04Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-09Prevent silenced local users from notifying remote users not following them (...ThibG
2019-04-10Fix Keybase verification using wrong domain for remote accounts (#10547)Eugen Rochko
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
2019-03-18Add Keybase integration (#10297)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-17Fix reblogs privacy (#10302)ThibG
2019-03-15Fix language detection of non-latin alphabets even at few characters (#10276)Eugen Rochko
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-05Add test ensuring that unknown object types are rejected (#10166)Eugen Rochko
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Add tests for ActivityPub poll processing (#10143)Eugen Rochko
2019-02-17Fix Announce activities of unknown statuses not fetching those statuses (#10065)Eugen Rochko
2019-02-17Add logging for rejected ActivityPub payloads and add tests (#10062)Eugen Rochko
2019-02-15Filter incoming Announce activities by relation to local activity (#10041)Eugen Rochko
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2019-02-09Fix URL linkifier grabbing full-width spaces and quotations (#9997)Eugen Rochko
2019-02-09 Only URLs extract with pre-escaped text (#9991)Hinaloe
2019-02-02Allow most kinds of characters in URL query (fixes #8408) (#8447)Jakub Mendyk
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2019-01-02Ensure blocked user unfollows blocker if Block/Undo Block are processed out o...ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-11-22Fix connect timeout not being enforced (#9329)Eugen Rochko
2018-10-29Bump sanitize from 4.6.6 to 5.0.0 (#9140)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-10-08rubocop issues - Cleaning up (#8912)ashleyhull-versent
2018-10-05Leave unknown language as nil if account is remote (#8861)Jeong Arm
2018-10-04Lint pass (#8876)aus-social
2018-08-31Fix autoplay issue with spoiler tag (#8540)Renato "Lond" Cerqueira
2018-08-29formatter spec fixes & clarification (#8481)sundevour
2018-08-28Display pending message on admin relays UI (#8494)Eugen Rochko
2018-08-17Implement Undo { Accept { Follow } } (fixes #8234) (#8245)ThibG
2018-07-14Disable language detection for texts shorter than 140 characters (#8010)Eugen Rochko
2018-07-09Add option to not consider word boundaries when processing keyword filtering ...ThibG