- Jun 03, 2017
-
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
* Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more
-
Clworld authored
* Add redis key "subscribed:timeline:#{account.id}" to indicate active streaming API listeners exists. * Add endpoint for notification only stream. * Run PushUpdateWorker only for users uses Streaming API now. * Move close hander streamTo(Http/Ws) -> stream(Http/Ws)End (Deal with #3370) * Add stream type for stream start log message.
-
Yamagishi Kazutoshi authored
-
Nolan Lawson authored
-
Mingye Wang authored
* zh-cn.json: "additional info" -> "more info" This commit changes the "extended info" (about/more) text to something that translates to "more info", as "additional info" in zh can sound like appending things to the (ugh) navbar, I guess. Or should I just change it to "about this site" (关于本站)? * zh-cn.json: navbar.info -> "about this site" * zh-臺灣.json: navbar.info -> "about this site"
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
WarmCacheService is no longer used (removed with 5442083b ).
-
Yamagishi Kazutoshi authored
-
- Jun 02, 2017
-
-
ThibG authored
This fixes #2375.
-
Clworld authored
-
Naoki Kosaka authored
-
Sorin Davidoi authored
Used by Intellij IDEA / WebStorm / RubyMine.
-
Matt Jankowski authored
-
Nolan Lawson authored
-
- Jun 01, 2017
-
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
Remove protect_from_forgery in ApiController, which is disabled by the following skip_before_action, as well.
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
This implementation is a bit smaller and still has the following benefits: * No need of app/javascript/packs/custom.js For custom stylesheet, it typically has only "require('../styles/custom.scss')" and is redundant. * No need to extract vendor stylesheet to another asset Extracting vendor stylesheet could be forgotten by developers who do not use custom stylesheet.
-
Matt Jankowski authored
* Update rails to version 5.1.1 * Run `rails app:update` * Remove the override of polymorphic activity relationship * Silence warning about otp_secret attribute being unknown to rails * We will only introduce form_with where we want to use remote data
-
Daniel Hunsaker authored
Needed since merge of #3067.
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
- Upgrade dependencies - chai (3.5.0 -> 4.0.1) - chai-enzyme (0.6.1 -> 0.7.1) - sinon (2.2.0 -> 2.3.2) - Change extensions from .jsx to .js - Don't assign `React` to `global` - Check code format using ESLint
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Matt Jankowski authored
* Update renamed rubocop configuration options * Remove duplicate rubocop configuration, sort options
-
Matt Jankowski authored
* Add failing specs for hashtag and username extraction in language detector * Remove usernames and hashtags from text before language detection * Handle multiple instances of special case, and reduce whitespace
-
Matt Jankowski authored
-
unarist authored
Focus the submit button when boost modal is opened.
-
- May 31, 2017
-
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
* Remove trailing whitespace in i18n mailers * Use query methods instead of #present? on AR attributes * Delegate Status#account_domain method * Delegate Mention #account_username and #account_acct methods
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
-
Matt Jankowski authored
* Move specs for account finder methods to concern spec * Move account finder methods to concern * Improve spec wording * Use more explicit comparison to ensure correct return value * Add coverage for .find_local! and .find_remote! * Add some methods to the finder * Use arel on matching_username method * Avoid ternary in matching domain method * Simplify finder methods * Use an AccountFinder class to simplify lookup
-
Matt Jankowski authored
-
Matt Jankowski authored
-
caasi Huang authored
* Update zh-TW.json * Update `search_results.total`
-
Yamagishi Kazutoshi authored
-