- May 20, 2017
-
-
Eugen Rochko authored
sidekiq-scheduler jobs Resolves #2495
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
spla authored
* Add Catalan language * Add Catalan language * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update settings_helper.rb * Update mastodon.js * Update index.js * Update application.rb * Update ca.yml * removed extra spaces at line 225 * Catalan translation update added activerecord.ca.yml * Update activerecord.ca.yml Done * Updated activerecord.ca.yml
-
Akihiko Odaki authored
The regressions are introduced at commit f5548075 by me (Akihiko Odaki)
-
Matt Jankowski authored
* Remove allowed_languages and add filtered_languages * Use filtered_languages instead of allowed_languages
-
Yamagishi Kazutoshi authored
* Add semi to ESLint rules * Add padded-blocks to ESLint rules * Add comma-dangle to ESLint rules * add config/webpack and storyboard * add streaming/ * yarn test:lint -- --fix
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
-
Nolan Lawson authored
-
Akihiko Odaki authored
-
Wonderfall authored
-
Sorin Davidoi authored
* refactor(components/status_list): Avoid quering scrollTop if not necessary * refactor(components/dropdown_menu): Do not render items if not expanded * refactor: Cherry-pick react-motion imports * refactor(compose/privacy_dropdown): Do not render options if not open * refactor(components/column_collapsable): Do not render children if collapsed
-
ButterflyOfFire authored
Forgot to translate this string :p. Now Done !
-
June Sallou authored
-
beatrix authored
-
- May 19, 2017
-
-
Eugen Rochko authored
* Add account media gallery view to web UI * Link media view from account dropdown * Adjust link
-
Sorin Davidoi authored
-
Jack Jennings authored
-
PFM authored
JavaScript error at Safari 10.1(macOS 10.12.4) / iPhone Safari(iOS 10.3.2)
-
Matt Jankowski authored
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add buttons to block and unblock domain * Relationship API now returns "domain_blocking" status for accounts, rename "block entire domain" to "hide entire domain", fix unblocking domain, do not block notifications from domain-blocked-but-followed people, do not send Salmons to domain blocked users * Add test * Personal domain blocks shouldn't affect Salmon after all, since in this direction of communication the control is very thin when it comes to public stuff. Best stay consistent and not affect federation in this way * Ignore followers and follow request from domain blocked folks, ensure account domain blocks are not created for empty domain, and avoid duplicates in validation * Purge followers when blocking domain (without soft-blocks, since they are useless here) * Add tests, fix local timeline being empty when having any domain blocks
-
Sorin Davidoi authored
* feat(eslint): Set react/jsx-no-bind: error * refactor(notifications/setting_toggle): Do not use bind * refactor(components/dropdown_menu): Do not use bind * refactor(components/autosuggest_textarea): Do not use bind * refactor(compose/privacy_dropdown): Do not use bind * refactor(compose/upload_form): Do not use bind * refactor(components/status): Do not use bind * refactor(components/onboarding_modal): Do not use bind * refactor: PR feedback * chore(notifications/setting_toggle): Lint * refactor: PR feedback
-
Audun Larsen authored
Fixes #2254
-
abcang authored
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
* Update terminal-table to version 1.8.0 * Update aws-sdk to version 2.9.20 * Update cld3 to version 3.1.2 * Update microformats2 to version 3.1.0 * Update rails-controller-testing to version 1.0.2 * Update oj to version 3.0.8 * Update http-form_data to version 1.0.3 * Update nokogumbo to version 1.4.11 * Update simplecov-html to version 0.10.1 * Update aws-sdk to version 2.9.21 * Update oj to version 3.0.9 * Update sass to version 3.4.24 * Update simple_form to version 3.5.0
-
Matt Jankowski authored
* Add spec for precompute feed service * Refactor PrecomputeFeedService * spec wip
-
Yamagishi Kazutoshi authored
react-autosuggest is added from c49f6290 Dependence removed from b27066e1
-
Yamagishi Kazutoshi authored
In Code Climate, eslint-plugin-jsx-a11y v4.0.0 is used. Therefore, it seems that a warning is displayed. ref https://github.com/codeclimate/codeclimate-eslint/pull/273
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
The `params` variable here was quite overloaded. It exists via the controller to hold the request params, and was sometimes being used in this helper as that object, but other times was being used as a local variable, or to pass to another method, and this was confusing. This change renames the args for a method away from `params` for more clarity, and extracts the actual usage of the controller-provided `params` to a better-named method for clarity.
-
Yamagishi Kazutoshi authored
-
Ira authored
-
alpaca-tc authored
-