about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-11-19[Glitch] Add keyboard shortcut to hide/show mediaThibaut Girka
2019-11-19Create new click handler for status__expand area in status (#10837)Neil Moore
2019-11-19Fix null error in status component when determining showMedia state (#10838)Eugen Rochko
2019-11-19Update simple_form.sk.yml (#10842)Marek Ľach
2019-11-19Fix wrong redirect from getting started to home in advanced Web UI (#10839)Hanage999
2019-11-19Improvements to the single column layout (#10835)Eugen Rochko
2019-11-19Add a keyboard shortcut to hide/show media (#10647)ThibG
2019-11-19Docker: Keep /var/lib/apt/ to keep apt working (#10830)Sandro Jäckel
2019-11-19Expand abbreviation to minimise confusion (#10826)Alfie John
2019-11-19Avoid cutting bottom of letters of last paragraph of statuses (#10821)Mélanie Chauvel (ariasuni)
2019-11-19I18n: Update Czech translation (#10832)Aditoo17
2019-11-19Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-11-19Forward port version bumps to 2.8.3 and 2.8.4 (#10819)Eugen Rochko
2019-11-19[Glitch] Fix composer route opening when not neededりんすき
2019-11-19Use Sec-WebSocket-Protocol instead of query string to pass WebSocket tokenThibaut Girka
2019-11-19Improve streaming server security (#10818)ThibG
2019-11-19Various improvements to single column layout (#10809)Eugen Rochko
2019-11-19Fix possible race condition when processing statuses (#10815)ThibG
2019-11-19Do not share a single Redcarpet::Markdown object across threadsThibaut Girka
2019-11-19[Glitch] Fix stacking order of emoji pickernzws
2019-11-19Move signature verification stoplight to the requests themselves (#10813)ThibG
2019-11-19Add sponsor button to GitHub web UI (#10814)Yamagishi Kazutoshi
2019-11-19Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)ThibG
2019-11-19Add `forceSingleColumn` prop to `<UI />` (#10807) [Monsterfork adjustment: ke...Eugen Rochko
2019-11-19Migrate from uws to cws (#10805)abcang
2019-11-19Fix stacking order of emoji picker (#10801)nzws
2019-11-19Bump aws-sdk-s3 from 1.39.0 to 1.40.0 (#10803)dependabot[bot]
2019-11-19Bump rubocop from 0.69.0 to 0.70.0 (#10802)dependabot[bot]
2019-11-19i18n: Complete frontend Bengali translation (#10800)dxwc
2019-11-19Add `account_id` param to `GET /api/v1/notifications` (#10796)Paul Woolcock
2019-11-19Bump httplog from 1.2.2 to 1.3.0 (#10795)dependabot[bot]
2019-11-19Update sk.yml (#10788)Marek Ľach
2019-11-19Bump lograge from 0.11.0 to 0.11.1 (#10793)dependabot[bot]
2019-11-19Bump capybara from 3.20.0 to 3.20.2 (#10794)dependabot[bot]
2019-11-19Make headers font size proportionalThibaut Girka
2019-11-19Allow rel=tag in status textThibaut Girka
2019-11-18Add support for updating posts in-place to the frontend and API. This makes ...multiple creatures
2019-11-18Revert `7f2174466` because it is causing thread mode to break.multiple creatures
2019-11-18When a post is delayed or updated, remove the old version from local timeline...multiple creatures
2019-11-18Improve readability somewhat.multiple creatures
2019-11-18Let `PostStatusWorker` deal with delivering posts.multiple creatures
2019-11-18Send status ID instead of objects to `ActivityPub::DistributionWorker`multiple creatures
2019-11-18Use `before_save` instead of `after_save`.multiple creatures
2019-11-18Be more specific about checking for the truthiness of `nomentions`.multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Auto-remove expired filters.multiple creatures
2019-11-18Remove filter caches.multiple creatures
2019-11-18Filter boosts from profile pages' Roars & Growls tab.multiple creatures
2019-11-18In the regex filtering query, `ANY` should actually be `ALL`.multiple creatures
2019-11-18Correct `CustomFilters` to `CustomFilter`.multiple creatures