about summary refs log tree commit diff
path: root/spec/lib
AgeCommit message (Expand)Author
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-10-08Remove dependency on goldfinger gem (#14919)Eugen Rochko
2020-09-08Refactor feed manager (#14761)Eugen Rochko
2020-09-07Fix multiple boosts of a same toot erroneously appearing in TL (#14759)ThibG
2020-09-04Fix various warnings in rspec (#14729)Eugen Rochko
2020-09-01Add configuration option to filter replies in lists (#9205)ThibG
2020-08-30Add support for dereferencing objects through bearcaps (#14683)Eugen Rochko
2020-08-24Add support for inlined objects in activity audience (#14514)ThibG
2020-08-02Change content-type to be always computed from file data (#14452)ThibG
2020-08-01Fix handling of Reject Follow when a matching follow relationship exists (#14...ThibG
2020-07-22Fix not handling Undo on some activity types when they aren't inlined (#14346)ThibG
2020-07-17Fix boosted toots from blocked account not being retroactively removed from T...ThibG
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-15Add support for `summary` field for media description (#13763)ThibG
2020-05-14Fix webfinger returning wrong status code on malformed or missing param (#13759)ThibG
2020-05-10Improve RSS entries for statuses (#13592)ThibG
2020-04-15Change delivery failure tracking to work with hostnames instead of URLs (#13437)Eugen Rochko
2020-02-08Fix rendering `<a>` without `href` when scheme unsupported (#13040)Eugen Rochko
2020-01-23Add support for magnet: URIs (#12905)ThibG
2020-01-11Add support for linking XMPP URIs in toots (#12709)ThibG
2019-12-17Fixes featured hashtag setting page erroring out instead of rejecting invalid...ThibG
2019-11-04Fix remote media descriptions being cut off at 420 chars (#12262)ThibG
2019-10-24Add noopener and/or noreferrer (#12202)BSKY
2019-10-09Remove auto-silence behaviour from spam check (#12117)Eugen Rochko
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