- Apr 15, 2017
-
-
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
-
Matteo Aquila authored
-
Eugen authored
-
Yusuke Abe authored
-
Matt Jankowski authored
-
spf authored
* Fix missing translation for username already taken * fr - note too long translation
-
Thomas Citharel authored
* Translate the domain_block panel Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * Translate PubSubHubbub section Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * translate account section and correct typos * move reports translation & translate sidebar Signed-off-by:
Thomas Citharel <tcit@tcit.fr> * normalize l18n
-
James Moore authored
* delivery fix # Conflicts: # config/environments/production.rb * added stub in .env file * reordered and added a comment
-
Alyssa Ross authored
"at least X" and "X or older" have identical meanings. Using both together feels a little jarring.