- Jun 04, 2017
-
-
Eugen Rochko authored
* Added support for configurable reserved usernames * Added reserved usernames from mastodon issue 1355 * Fix reserved usernames
-
Yamagishi Kazutoshi authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Yamagishi Kazutoshi authored
* Update axios to version 0.16.2 * Update css-loader to version 0.28.4 * Update postcss-smart-import to version 0.7.4 * Update react-immutable-pure-component to version 0.0.5 * Update stringz to version 0.2.1 * Update style-loader to version 0.18.1 * Update websocket.js to version 0.1.9 * yarn upgrade
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Yamagishi Kazutoshi authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
* Do not fall back to StreamEntry if object_type is unavailable in TagManager Since 6d6a429a, when Status, the only model with stream_entry, and StreamEntry got its own logic in uri_for and url_for, the purpose of the fallbacks to activity_type of StreamEntry became unclear. This commit removes the fallbacks. When adding another model with stream_entry in future, consider to update uri_for and url_for. * Cover TagManager more
-
m4sk1n authored
-
lindwurm authored
ref: #3538 ("Extended information" -> "About this instance") and #3519 Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
* Do not default the format in ProviderDiscovery The format should be determined when discovering, as it is in the current implementation, and it is a flaw if it is not determined. * Spec ProviderDiscovery
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
* Remove some arguments of Formatter.instance.format * Improve spec for Formatter
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Akihiko Odaki (@fn_aki@pawoo.net) authored
-
Naoki Kosaka authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
* Add Japanese translations (pin) * "ピン留め" is more general
-
unarist authored
-
Mingye Wang authored
This change follows #3519, which does the same for the Chinese variants. Or should it be simply "About"?
-
- Jun 03, 2017
-
-
Eugen Rochko authored
* Allow mounting arbitrary columns * Refactor column headers, allow pinning/unpinning and moving columns around * Collapse animation * Re-introduce scroll to top * Save column settings properly, do not display pin options in single-column view, do not display collapse icon if there is nothing to collapse * Fix one instance of public timeline being closed closing the stream Fix back buttons inconsistently sending you back to / even if history exists * Getting started displays links to columns that are not mounted
-
masarakki authored
-
takayamaki authored
-
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.
-