Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-06 | Fix option to send e-mail notification about account action always being ↵ | Eugen Rochko | |
true (#11242) | |||
2019-07-05 | Fix HTTP requests to IPv6 hosts (#11240) | ThibG | |
2019-07-05 | Allow serializing local-only toots in backup service | Thibaut Girka | |
Fixes #1153 | |||
2019-07-05 | Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213) | Eugen Rochko | |
2019-07-05 | Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212) | Eugen Rochko | |
2019-07-04 | [Glitch] Memoize ancestorIds and descendantIds in detailed status view | ThibG | |
Port 99924f282f53593e670c70a38450a1c0e2d24c20 to glitch-soc | |||
2019-07-04 | [Glitch] When deleting & redrafting a poll, fill in closest expires_in | ThibG | |
Port dc88d226e1fdb20499d6e81838b81894b2d0be2d to glitch-soc | |||
2019-07-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-07-02 | Memoize ancestorIds and descendantIds in detailed status view (#11234) | ThibG | |
2019-07-02 | Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230) | Eugen Rochko | |
2019-07-02 | Change ActivityPub::DeliveryWorker to not retry HTTP 501 errors (#11233) | Eugen Rochko | |
2019-07-02 | When deleting & redrafting a poll, fill in closest expires_in (#11203) | ThibG | |
Use the smallest preset expires_in such that the new poll would not expire before the old one. In the typical case of a quick delete & redraft, this results in using the same poll duration. Fixes #10567 | |||
2019-07-02 | Add request pool to improve delivery performance (#10353) | Eugen Rochko | |
* Add request pool to improve delivery performance Fix #7909 * Ensure connection is closed when exception interrupts execution * Remove Timeout#timeout from socket connection * Fix infinite retrial loop on HTTP::ConnectionError * Close sockets on failure, reduce idle time to 90 seconds * Add MAX_REQUEST_POOL_SIZE option to limit concurrent connections to the same server * Use a shared pool size, 512 by default, to stay below open file limit * Add some tests * Add more tests * Reduce MAX_IDLE_TIME from 90 to 30 seconds, reap every 30 seconds * Use a shared pool that returns preferred connection but re-purposes other ones when needed * Fix wrong connection being returned on subsequent calls within the same thread * Reduce mutex calls on flushes from 2 to 1 and add test for reaping | |||
2019-07-01 | Minor cleanup and maybe minor performance improvements | Thibaut Girka | |
2019-07-01 | Minor optimization regarding regexp filtering in timelines | Thibaut Girka | |
2019-07-01 | Use strict equality rather than Immutable.is as the compared props are values | Thibaut Girka | |
2019-07-01 | Assume children of visible IntersectionObserverArticle always change | Thibaut Girka | |
This fixes multiple issues, while adding few computations | |||
2019-07-01 | Revert to using upstream's optimisations | Thibaut Girka | |
This *does* break things, as `shouldComponentUpdate` assume the children to never change! | |||
2019-07-01 | Fix error boundary DOM | Thibaut Girka | |
2019-07-01 | Fix some React warnings | Thibaut Girka | |
2019-07-01 | Change domain block behaviour to prevent creation of accounts from suspended ↵ | Eugen Rochko | |
domains (#11219) | |||
2019-06-30 | Fix expiration date of filters being set to “Never” when editing them ↵ | ThibG | |
(#11204) When editing a custom filter, select the shortest preset duration that still covers the remaining time of that filter. Fixes #9506 | |||
2019-06-30 | Fix support for MP4 files that are actually M4V files (#11210) | Eugen Rochko | |
Resolve #11187 | |||
2019-06-30 | [Glitch] When sending a toot, ensure a CW is only set if the CW field is visible | Thibaut Girka | |
Partial port of ccc7fe3e1d04c7cabad916e4e57c7739743d5c91 to glitch-soc It doesn't ensure the field isn't changed, just that it isn't submitted if the field isn't visible. Ensuring the field isn't changed would require reworking the “always show CW field” feature. | |||
2019-06-30 | [Glitch] Optimize makeGetStatus | ThibG | |
Port f895bf198470c1d4a0299b454433fdf1c35ee2b0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-30 | [Glitch] Use ScrollToOptions for smooth scrolling if supported | ThibG | |
Port 84ff3938426da348e31651dfad376d83a9784343 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-30 | Optimize makeGetStatus (#11211) | ThibG | |
* Optimize makeGetStatus Because `ImmutableList.filter` always returns a new object and `createSelector` memoizes based on object identity, the selector returned by `makeGetStatus` would *always* execute. To avoid that, we wrap `getFilters` into a new memoizer that memoizes based on deep equality, thus returning the same object as long as the filters haven't changed, allowing the memoization of `makeGetStatus` to work. Furthermore, we memoize the compiled regexs instead of recomputing them each time the selector is called. * Fix memoized result being cleared too often * Make notifications use memoized getFiltersRegex | |||
2019-06-29 | When sending a toot, ensure a CW is only set if the CW field is visible (#11206) | ThibG | |
In some occasions, such as the browser or a browser extension auto-filling the existing but disabled/hidden CW field, a CW can be set without the user knowing. | |||
2019-06-29 | Use ScrollToOptions for smooth scrolling if supported (#11207) | ThibG | |
2019-06-28 | [Glitch] Add categories for custom emojis | Eugen Rochko | |
Port front-end changes from e64e6a03dd1e0978fee48f0596dcfbc7fd29958f to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-28 | [Glitch] Fix swiping columns on mobile sometimes failing | ThibG | |
Port 072158ee973f8e09a0abd34a825d9bce038a5d68 to glitch-soc | |||
2019-06-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-28 | Display FTS warning based on actual search term, not the one being typed ↵ | ThibG | |
(#11202) Follow-up to #11112 | |||
2019-06-28 | [Glitch] Add message telling FTS is disabled when no toot can be found ↵ | ThibG | |
because of this Port ca8944728f4568bbef8edae99382cd44cbc144d6 to glitch-soc | |||
2019-06-28 | Add categories for custom emojis (#11196) | Eugen Rochko | |
Fix #7940 | |||
2019-06-28 | Fix swiping columns on mobile sometimes failing (#11200) | ThibG | |
Fixes #9779 | |||
2019-06-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-28 | Change search components classes and styling to match upstream | Thibaut Girka | |
2019-06-27 | Add message telling FTS is disabled when no toot can be found because of ↵ | ThibG | |
this (#11112) * Add message telling FTS is disabled when no toot can be found because of this Fixes #11082 * Remove info icon and reword message | |||
2019-06-27 | Fix account URI in UpdatePollSerializer (#11194) | ThibG | |
* Fix account URI in UpdatePollSerializer Fixes #11185 * Add specs | |||
2019-06-27 | Use a redis-cached feed for the DM timeline | Thibaut Girka | |
2019-06-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-27 | Fix NameError (#11192) | mayaeh | |
2019-06-26 | [Glitch] Add option to disable blurhash previews | ThibG | |
Port 3086c645fde2345d34e401bdf3e2f19f19da3294 to glitch-soc | |||
2019-06-26 | [Glitch] Removed extra pipes from regex. | PatOnTheBack | |
Port 5b20284f6f7ebb2514d81fb27fcaa40f8edf14ff to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-26 | [Glitch] Apply filters to poll options in WebUI | ThibG | |
Port 47ef4a6c7a74072daff8b23c4af3e300bb75ba1a to glitch-soc | |||
2019-06-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/preferences_controller.rb - app/lib/user_settings_decorator.rb - app/models/user.rb - config/locales/simple_form.en.yml | |||
2019-06-26 | Add option to disable blurhash previews (#11188) | ThibG | |
* Add option to disable blurhash previews * Update option text * Change options order | |||
2019-06-26 | Add support for Audio activities (#11189) | ThibG | |
Fixes #11127 |