about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2018-01-03Don't normalize URLs in toots (#6134)ThibG
2018-01-03Allow to dereference Follow object for ActivityPub (#5772)Akihiko Odaki
2018-01-03[!] Sanitize incoming classlist properly (#6162)puckipedia
2018-01-03Don't leave behind husk of remotely-deleted profile (#6159)Eugen Rochko
2018-01-02Fix stats expiring too quickly because of variable mistake (#6155)Eugen Rochko
2017-12-29Add more instance stats APIs (#6125)Eugen Rochko
2017-12-27Fix XML oEmbed support discovery (#6104)Akihiko Odaki
2017-12-15Do not hide statuses from silenced accounts from other silenced accounts (#6030)Eugen Rochko
2017-12-13Fix redundant HTTP request in FetchLinkCardService (#6002)Eugen Rochko
2017-12-10Save media outside transaction (#5959)abcang
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-11-30Add semi-support for Video/Image objects in ActivityPub (#5848)Eugen Rochko
2017-11-30Fix too many forwards (#5854)Eugen Rochko
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-18Profile redirect notes (#5746)Eugen Rochko
2017-11-18Lists (#5703)Eugen Rochko
2017-11-17Fix some rubocop style issues (#5730)Eugen Rochko
2017-11-16Improve language filter (#5724)Renato "Lond" Cerqueira
2017-11-07Avoid emojifying on invisible text (#5558)MIYAGI Hikaru
2017-10-27Allow ActivityPub Note's tag and attachment to be single objects (#5534)puckipedia
2017-10-17When status is fetched instead of delivered, do not stream it (#5437)Eugen Rochko
2017-10-17Clean up reblog tracking keys, related improvements (#5428)aschmitz
2017-10-16Keep references to all reblogs of a status on home feed (#5419)Eugen Rochko
2017-10-16Ensure that feed renegeration restores non-zero items (#5409)Eugen Rochko
2017-10-16Fix un-reblogged status being at wrong position in the home timeline (#5418)unarist
2017-10-16Add option to reduce motion (#5393)Nolan Lawson
2017-10-14Use atomUri in Undo activity of Announce (#5376)unarist
2017-10-13Fix NameError: uninitialized constant OStatus::AtomSerializer::TagManager (#5...Eugen Rochko
2017-10-13Fix UserTrackingConcern firing on every request, optimize some queries (#5368)Eugen Rochko
2017-10-13When unfollowing, remove from home in web UI immediately (#5369)Eugen Rochko
2017-10-08Fix #5271 - Fix missing attribute in remove_from_feed (#5277)Eugen Rochko
2017-10-08Set snowflake IDs for backdated statuses (#5260)Eugen Rochko
2017-10-07Encode custom emojis as resolveable objects in ActivityPub (#5243)Eugen Rochko
2017-10-06Fix remote profile being displayed in HTML on remote_follow (#5249)unarist
2017-10-06Fix theme settings (#5242)Lynx Kotoura
2017-10-05When processing custom emoji, ensure a non-animated version exists (#5230)Eugen Rochko
2017-10-04Separate notifications preferences from general preferences (#4447)Yamagishi Kazutoshi
2017-10-04Non-Serial ("Snowflake") IDs (#4801)aschmitz
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-10-02Suppress backtrace from Request#perform (#5174)Daigo 3 Dango
2017-09-29After 7 days of repeated delivery failures, give up on inbox (#5131)Eugen Rochko
2017-09-28Change max redirects followed to 2 (#5136)Eugen Rochko
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko
2017-09-26Fix #5059 - Stop processing payload if it's from local account (#5100)Eugen Rochko
2017-09-25Add missing validations in ActivityPub::Activity::Create (#5096)Akihiko Odaki
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko
2017-09-23Fix custom emojis not detected when used in content warning (#5049)Eugen Rochko
2017-09-19Fix race condition when processing incoming OStatus messages (#5013)ThibG
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-09-19Fix non-local statuses are html_encoded in public_page. (#5012)Naoki Kosaka