summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-27Bump version to 2.9.4v2.9.4stable-2.9Eugen Rochko
2020-02-27Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)Eugen Rochko
2019-08-10Bump version to 2.9.3v2.9.3Eugen Rochko
2019-08-10Fix “read more” button behing hidden (regression from #11404) (#11522)ThibG
2019-08-09Fix crash when saving invalid domain name (#11528)Eugen Rochko
2019-08-09Fix pinned statuses API returning pagination headers (#11526)Eugen Rochko
2019-08-09Add GIF and WebP support for custom emojis (#11519)Eugen Rochko
2019-08-09Fix "cancel follow request" button having unreadable text in web UI (#11521)Eugen Rochko
2019-08-09Improve focus handling with dropdown menus (#11511)ThibG
2019-08-09Fix image uploads being perfectly white when canvas read access is blocked (#...ThibG
2019-08-09Improve keyboard navigation in privacy dropdown (#11492)ThibG
2019-08-09Improve dropdown menu keyboard navigation (#11491)ThibG
2019-08-09Fix privacy dropdown active state when dropdown is placed on top of it (#11495)ThibG
2019-08-09Trap tab in modals (#11493)ThibG
2019-08-09Fix timestamp on featured tag (#11477)Jeong Arm
2019-08-09Disable list title validation button when list title is empty (#11475)ThibG
2019-08-09Prevent archiving when user set "noindex" (#11421)Jeong Arm
2019-08-09Remove timestamps from converted images to make them deterministic (#11408)Eugen Rochko
2019-08-09Remove pre from version, add extra suffix variable (#11407)Clar Fon
2019-08-09Change account domain block to clear out notifications and follows (#11393)Eugen Rochko
2019-08-09Bind servers to 0.0.0.0 in Procfile (#11378)Daigo 3 Dango
2019-08-09Change locale detection to run once per session (#8657)Eugen Rochko
2019-08-09Disallow numeric-only hashtags (#11363)ThibG
2019-08-09Added logout to dropdown menu (#11353)koyu
2019-08-09Fix avatar animation on hover when not logged in (#11349)ThibG
2019-08-09Fix sanitizing lists contents (#11354)ThibG
2019-08-09Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)Eugen Rochko
2019-08-09Fix only one middle dot being recognized in hashtags (#11345)Eugen Rochko
2019-08-09Change language detection to include hashtags as words (#11341)Eugen Rochko
2019-08-09Change terms and privacy policy pages to always be accessible (#11334)Eugen Rochko
2019-08-09Make puma bind address configurable with BIND env var (#11326)Daigo 3 Dango
2019-08-09Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)Eugen Rochko
2019-08-09Change the retry limit in error of web push notification (#11292)han@highemelry
2019-08-09Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233)Eugen Rochko
2019-08-09Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-08-06Fix animate on hover in poll options without CW (#11404)ThibG
2019-08-06Play animated custom emoji on hover (#11348)ThibG
2019-08-06Display custom emoji in bio field names (#11350)ThibG
2019-08-06Only scroll to the compose form if it's not horizontally in the viewport (#11...ThibG
2019-08-06When deleting & redrafting a poll, fill in closest expires_in (#11203)ThibG
2019-08-06When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG
2019-08-06Scroll to compose form rather than reply indicator on focus (#11182)ThibG
2019-08-06Display FTS warning based on actual search term, not the one being typed (#11...ThibG
2019-08-06Add message telling FTS is disabled when no toot can be found because of this...ThibG
2019-08-06Fix unnecessary SQL query performed on unauthenticated requests (#11179)Eugen Rochko
2019-08-06Apply filters to poll options (#11174)ThibG
2019-08-06Fix delete regression (#11450)Eugen Rochko
2019-08-06Fix boosting & unboosting preventing a boost from appearing in the TL (#11405)ThibG
2019-08-06Memoize ancestorIds and descendantIds in detailed status view (#11234)ThibG
2019-08-06Optimize makeGetStatus (#11211)ThibG