- Apr 15, 2017
-
-
Koala Yeung authored
* Fix missing string in javascript locale (zh-HK) * Change javascript locale (zh-HK) * Fix some other strings that were still English. * Improve `search.status_by`. * Fix `notification.follow`. ("開始開始你") * Changes according to user feedback. * "Back": "較前顯示" -> "返回" * "Home": "家" -> "主頁" * Update ruby locale (zh-HK) * Fix missing translation * Normalize yml * Update translation strings
-
Fjoerfoks authored
Some rewording, typos and switching to infinitve
-
Fjoerfoks authored
Some rewording and switching to infinitive localization.
-
Olivier Humbert authored
* Update devise.fr.yml Consistencies across the French translation * Update doorkeeper.fr.yml
-
Ratmir Karabut authored
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency * Update Russian translation * Arrange Russian setting alphabetically * Fix syntax error * Update Russian translation * Fix formatting error
-
Matt Jankowski authored
-
Ben Roberts authored
as suggested, moving to view tests rather than a controller test replaces https://github.com/tootsuite/mastodon/pull/1786 which i will close momentary
-
Thor Harald Johansen authored
* Working translation for Norwegian. * Fixes to Norwegian translation. * Further adjustments to Norwegian translation. * Further adjustments to Norwegian translation. * Yet more improvements to the Norwegian translation. * More Norwegian translations. Better terminology.
-
Joachim Viide authored
-
Darío Hereñú authored
-
Matt Jankowski authored
This value was changed recently, and every locale which had it set was using the same value as the default. This value is still the default in the new location.
-
Alex Dunn authored
-
rysiekpl authored
* Polish translation (needs more love though) * Polish translation bugfix * bugfix for new colon-containing texts * another bugfix. yaml is evil * minor fix * fixing issues pointed out by reviewers * Uwierzytelnianie dwustopniowe -> dwuetapowe, as suggested by a reviewer * Etyczny dizajn zbyt sarkastyczny, to będą założenia
-
Les Orchard authored
-
ThibG authored
* Allow running mastodon on a different domain as the one used for identifying users * Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing * Compare to web_domain instead of local_domain when dealing with feeds/API * Correctly identify mentions to local accounts Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN.
-
Pierre Ozoux authored
* Use image too in docker-compose It is possible with version 2 of compose to use both `build` and `image` * Update docker-compose.yml
-
Valentin Lorentz authored
* Custom Paperclip path. * Document PAPERCLIP_ROOT. * Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH).
-
Alex Dunn authored
The 4.x branch [entered maintenance](https://github.com/nodejs/LTS#lts-schedule1) on 1 April.
-
- Apr 14, 2017
-
-
Patrick Figel authored
Add the same UI that already exists for blocked users for muted ones and add it to the "Getting Started" menu.
-
Chad Pytel authored
This commit introduces Capybara and the first feature spec. I focused on coverage for log in for the first feature spec because that would have prevented 624a9a71 causing #1236.
-
Matt Jankowski authored
* Add locale spec with failing locale plus region check * Use a more accurate locale when supplied by browser headers Previously we were using a matching option which would use the first locale available which matched the locale portion, even if a region was specified. This changes to first try to find an exact match, and then fall back to the region, and then fall back to the default. * Clean up default_locale method
-
Kazuhiro NISHIYAMA authored
-
Kazuhiro NISHIYAMA authored
-
Takayuki KUSANO authored
Current remote_follow.acct translation inappropriate. Users may input their own acccount. So fix the wording.
-
Luc Didry authored
Since URLs in statuses are truncated, it would be pleasant to see the full URL when hovering the URL (like on twitter, yes).
-
Matt Jankowski authored
-
Effy Elden authored
-
西小倉宏信 authored
-
Bryce Chidester authored
The pkg-config gem was necessary in order for nokogiri to find the system libraries when building on OpenBSD. Closes #1637 Signed-off-by:
Bryce Chidester <bryce@cobryce.com>
-
JP DeVries authored
Closes mastodon#1720
-
Matt Jankowski authored
* Simplify admin/reports controller filtering for index * Rename parameter to resolved * Fix issue where reports view could not access filter_link_to * Add coverage for admin/reports controller * DRY up resolution of related reports for target account * Clean up admin/reports routes * Add Report#statuses method * DRY up current account action taken params * Rubocop styles
-
maxypy authored
* Add sprockets-rails to Gemfile * Add sprockets-rails to Gemfile.lock * Update show.html.haml * Update index.html.haml * Update admin.html.haml * Update auth.html.haml * Update embedded.html.haml * Update public.html.haml
-
Ian Kelling authored
In current order, docker-compose build results in ERROR: Couldn't find env file: /a/hopt/mastodon/.env.production
-
Effy Elden authored
Modify ActionMailer configuration to default to ENV['LOCAL_DOMAIN'] if ENV['SMTP_DOMAIN'] is not set. The previous fallback, config.x.local_domain, is undefined when the code is called. (#1745)
-
- Apr 13, 2017
-
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
-
Matteo Aquila authored