about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2019-07-07Fix URLs appearing twice in errors of ActivityPub::DeliveryWorker (#11231)Eugen Rochko
2019-07-07Fix support for HTTP proxies (#11245)ThibG
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-05Fix HTTP requests to IPv6 hosts (#11240)ThibG
2019-07-02Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230)Eugen Rochko
2019-07-02Add request pool to improve delivery performance (#10353)Eugen Rochko
2019-06-26Add option to disable blurhash previews (#11188)ThibG
2019-06-26Add support for Audio activities (#11189)ThibG
2019-06-25Apply filters to poll options (#11174)ThibG
2019-06-22Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-06-16Fix sanitizer making block level elements unreadable (#10836)Eugen Rochko
2019-06-09Change priority of delete activity forwards for replies and reblogs (#11002)Eugen Rochko
2019-06-04Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-06-03Handle blank poll options more gracefully (#10946)ThibG
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-23Fix possible race condition when processing statuses (#10815)ThibG
2019-05-15Minor performance improvements and cleanup in formatter (#10765)ThibG
2019-05-09Prevent silenced local users from notifying remote users not following them (...ThibG
2019-04-27Add blurhash (#10630)Eugen Rochko
2019-04-21Default to the web domain (eg. mastodon.lubar.me) instead of the local domain...Ben Lubar
2019-04-10Fix Keybase verification using wrong domain for remote accounts (#10547)Eugen Rochko
2019-04-08Fix config serializer regex (#10487)Takeshi Umeda
2019-03-30Add ActivityPub representation for identity proofs (#10414)Eugen Rochko
2019-03-28squashed identity proof updates (#10375)Alex Gessner
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-27Fix alternative relay support regression (#10398)Eugen Rochko
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
2019-03-26Change language detector threshold from 140 characters to 4 words (#10376)Eugen Rochko
2019-03-21Improve config serializer for Keybase (#10338)Eugen Rochko
2019-03-20Add support for custom emojis in poll options (#10322)ThibG
2019-03-18Add Keybase integration (#10297)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-15Fix language detection of non-latin alphabets even at few characters (#10276)Eugen Rochko
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-11Increase DNS timeouts (#10238)ThibG
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-07Avoid unnecessarily fetching the replies collection when it is empty (#10201)ThibG
2019-03-05Fix newlines in OStatus and RSS serializations (#10183)ThibG
2019-03-05When serializing polls over OStatus, serialize poll options to text (#10160)ThibG
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Add tests for ActivityPub poll processing (#10143)Eugen Rochko
2019-03-04Fix remote poll expiration time (#10144)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-28Give the `replies` collection an identifier and enable pagination (#10128)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-27Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#1...ThibG
2019-02-17Fix Announce activities of unknown statuses not fetching those statuses (#10065)Eugen Rochko