about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-08Bump faker from 1.9.3 to 1.9.6 (#11259)dependabot-preview[bot]
2019-07-08Bump simplecov from 0.16.1 to 0.17.0 (#11260)dependabot-preview[bot]
2019-07-08Bump aws-sdk-s3 from 1.43.0 to 1.45.0 (#11262)dependabot-preview[bot]
2019-07-08Bump tzinfo-data from 1.2019.1 to 1.2019.2 (#11258)dependabot-preview[bot]
2019-07-08Bump eslint-plugin-react from 7.12.1 to 7.14.2 (#11253)dependabot-preview[bot]
2019-07-08Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.0 (#11254)dependabot-preview[bot]
2019-07-08Bump compression-webpack-plugin from 2.0.0 to 3.0.0 (#11224)dependabot-preview[bot]
2019-07-08Bump intl-relativeformat from 2.2.0 to 6.4.2 (#11255)dependabot-preview[bot]
2019-07-08Bump react-redux from 6.0.1 to 7.1.0 (#11256)dependabot-preview[bot]
2019-07-08Fix BackupService crashing when an attachment is missing (#11241)ThibG
2019-07-07Update fuubar dependency to 2.4.1 (#11248)Georg Gadinger
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
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-06Only scroll to the compose form if it's not horizontally in the viewport (#11...ThibG
2019-07-06Fix option to send e-mail notification about account action always being true...Eugen Rochko
2019-07-05Fix HTTP requests to IPv6 hosts (#11240)ThibG
2019-07-05Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)Eugen Rochko
2019-07-05Remove deprecated REST API `POST /api/v1/notifications/dismiss?id=:id` (#11214)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)Eugen Rochko
2019-07-02Memoize ancestorIds and descendantIds in detailed status view (#11234)ThibG
2019-07-02Remove unused StatsD code and expose StatsD as a global variable (#11232)Eugen Rochko
2019-07-02Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230)Eugen Rochko
2019-07-02Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233)Eugen Rochko
2019-07-02When deleting & redrafting a poll, fill in closest expires_in (#11203)ThibG
2019-07-02Add request pool to improve delivery performance (#10353)Eugen Rochko
2019-07-01Change domain block behaviour to prevent creation of accounts from suspended ...Eugen Rochko
2019-07-01Bump rubocop from 0.71.0 to 0.72.0 (#11229)dependabot-preview[bot]
2019-07-01Bump capybara from 3.24.0 to 3.25.0 (#11225)dependabot-preview[bot]
2019-07-01Bump memory_profiler from 0.9.13 to 0.9.14 (#11227)dependabot-preview[bot]
2019-07-01Bump bullet from 6.0.0 to 6.0.1 (#11228)dependabot-preview[bot]
2019-07-01Bump eslint-plugin-promise from 4.1.1 to 4.2.1 (#11223)dependabot-preview[bot]
2019-07-01Bump webpack-cli from 3.3.4 to 3.3.5 (#11221)dependabot-preview[bot]
2019-06-30Fix expiration date of filters being set to “Never” when editing them (#1...ThibG
2019-06-30Fix support for MP4 files that are actually M4V files (#11210)Eugen Rochko
2019-06-30Optimize makeGetStatus (#11211)ThibG
2019-06-29When sending a toot, ensure a CW is only set if the CW field is visible (#11206)ThibG
2019-06-29Use ScrollToOptions for smooth scrolling if supported (#11207)ThibG
2019-06-28Display FTS warning based on actual search term, not the one being typed (#11...ThibG
2019-06-28Add categories for custom emojis (#11196)Eugen Rochko
2019-06-28Fix swiping columns on mobile sometimes failing (#11200)ThibG
2019-06-27Add message telling FTS is disabled when no toot can be found because of this...ThibG
2019-06-27Fix account URI in UpdatePollSerializer (#11194)ThibG
2019-06-27Fix NameError (#11192)mayaeh
2019-06-26Add option to disable blurhash previews (#11188)ThibG
2019-06-26Add support for Audio activities (#11189)ThibG
2019-06-26Scroll to compose form rather than reply indicator on focus (#11182)ThibG
2019-06-26Removed extra pipes from regex. (#11181)PatOnTheBack