Matt Jankowski
2a7120b5ff
Rename admin/accounts_helper to admin/filter_helper ( #1816 )
...
- Add some spec coverage for both methods
- Add explicit constant call-outs for where the params are from
8 years ago
Koala Yeung
28907070bf
jslint: fix jslint warnings ( #1704 )
...
* jslint: remove trailing space
* jslint: fix no-nested-ternary issue
Follow the jslint [no-nested-ternary](http://eslint.org/docs/rules/no-nested-ternary )
rule. Rewritten ternary with if-then.
8 years ago
goofy-bz
5e32054802
Update devise.fr.yml ( #1728 )
...
Very light grammar fix to improve gender-neutral
8 years ago
Shouko Yu
3c90f2bd4c
Add translations for zh-TW (Taiwan) ( #1794 )
8 years ago
Koala Yeung
3264c6d658
Update Traditional Chinese, HK (zh-HK) translation ( #1759 )
...
* 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
8 years ago
Fjoerfoks
ade4168f91
Update nl.yml ( #1764 )
...
Some rewording, typos and switching to infinitve
8 years ago
Fjoerfoks
afc2847470
Update nl.jxs ( #1766 )
...
Some rewording and switching to infinitive localization.
8 years ago
Olivier Humbert
44b0f14f5f
Update devise.fr.yml ( #1792 )
...
* Update devise.fr.yml
Consistencies across the French translation
* Update doorkeeper.fr.yml
8 years ago
Ratmir Karabut
329b86ab58
Update Russian translation ( #1733 )
...
* 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
8 years ago
Matt Jankowski
c784b1f95a
Use site title on tags#show page ( #1802 )
8 years ago
Ben Roberts
90aa720d2e
add basic microformats tests ( #1803 )
...
as suggested, moving to view tests rather than a controller test
replaces https://github.com/tootsuite/mastodon/pull/1786 which i will
close momentary
8 years ago
Thor Harald Johansen
66da14e13b
More Norwegian translations ( #1805 )
...
* 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.
8 years ago
Joachim Viide
cbf0e1b1c8
Send initial state in a <script type="application/json"> tag ( #1806 )
8 years ago
Darío Hereñú
dfb94fed43
Mispelling & minor fixes ( #1814 )
8 years ago
Matt Jankowski
3e08188dca
Remove unused will_paginate.page_gap key from i18n ( #1815 )
...
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.
8 years ago
Alex Dunn
91bbd2851f
[css] reduce spacing between text elements on about pages ( #1510 )
8 years ago
rysiekpl
16004237f2
Polish translation (needs more love though) ( #807 )
...
* 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
8 years ago
Les Orchard
492e8ec00e
Add REDIS_DB env variable to configure Redis database ( #1366 )
8 years ago
ThibG
c45c67c2ac
Allow running mastodon on a different domain as the one used for identifying users ( #1267 )
...
* 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.
8 years ago
Pierre Ozoux
823f220f2b
Use image too in docker-compose ( #1109 )
...
* Use image too in docker-compose
It is possible with version 2 of compose to use both `build` and `image`
* Update docker-compose.yml
8 years ago
Valentin Lorentz
5da8581563
Custom Paperclip path. ( #778 )
...
* Custom Paperclip path.
* Document PAPERCLIP_ROOT.
* Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH).
8 years ago
Alex Dunn
2a06e6e979
update Node to 6.x LTS ( #1228 )
...
The 4.x branch [entered maintenance](https://github.com/nodejs/LTS#lts-schedule1 ) on 1 April.
8 years ago
Patrick Figel
30e815a78e
Add list of muted user to UI and Getting Started ( #1799 )
...
Add the same UI that already exists for blocked users for muted
ones and add it to the "Getting Started" menu.
8 years ago
Chad Pytel
29f169f7f0
Introduce capybara and first feature spec ( #1801 )
...
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 a1c63cb01d
causing #1236 .
8 years ago
Matt Jankowski
20170cb4f3
Improve i18n chooser ( #1804 )
...
* 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
8 years ago
Kazuhiro NISHIYAMA
f09eb4b677
Remove current directory from PATH ( #1779 )
8 years ago
Kazuhiro NISHIYAMA
692199a07a
Add missing Japanese translations ( #1785 )
8 years ago
Takayuki KUSANO
b7561baee4
Fix Japanese translation for remote_follow ( #1771 )
...
Current remote_follow.acct translation inappropriate. Users may input their own acccount. So fix the wording.
8 years ago
Luc Didry
95932656af
Add title attribute to URLs in statuses ( #1755 )
...
Since URLs in statuses are truncated, it would be pleasant to see the
full URL when hovering the URL (like on twitter, yes).
8 years ago
Matt Jankowski
5fb7ab9f84
Fix invalid byte sequence issue in nl.jsx ( #1751 )
8 years ago
Effy Elden
089c5a76ba
Change usage of gsub to delete, as per Code Climate/Rubocop recommendation ( #1753 )
8 years ago
西小倉宏信
d91b462aa1
Remove .keep in models ( #1748 )
8 years ago
Bryce Chidester
c4fd19a841
Include pkg-config as a gem dependency. ( #1717 )
...
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>
8 years ago
JP DeVries
0dc20d827a
Use landmark regions on columns ( #1732 )
...
Closes mastodon#1720
8 years ago
Matt Jankowski
22f1d9099a
Admin reports controller improvements ( #1714 )
...
* 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
8 years ago
maxypy
c06f09dfe2
Implementing Subresource Integrity ( #1729 )
...
* 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
8 years ago
Ian Kelling
b0aec511ab
Fix getting started commands out of order ( #1737 )
...
In current order, docker-compose build results in
ERROR: Couldn't find env file: /a/hopt/mastodon/.env.production
8 years ago
Effy Elden
98aa3c9ccb
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 )
8 years ago
Eugen Rochko
cac251ace9
Merge branch 'matteoaquila-master'
8 years ago
Eugen Rochko
e9261cd3b8
Fix italian translation
8 years ago
Eugen Rochko
10b8829c02
Merge branch 'master' of git://github.com/matteoaquila/mastodon into matteoaquila-master
8 years ago
Eugen
b942187299
Fix drag & drop overlay not appearing on firefox ( #1721 )
8 years ago
Eugen
12df378904
Make browserify respect changes in node_modules for asset compilation ( #1722 )
8 years ago
Matteo Aquila
73a299b51b
Update devise.it.yml
8 years ago
Matteo Aquila
9d35b8de47
Update devise.it.yml
8 years ago
Eugen
0659f879d9
Make boost modal off by default ( #1719 )
8 years ago
Yusuke Abe
f3ae46a512
Add filename extension to paperclip ( #1718 )
8 years ago
Matt Jankowski
03fe4e36a6
Use english in reported by translation ( #1713 )
8 years ago
spf
cbe58bb4e8
Fr missing strings ( #1708 )
...
* Fix missing translation for username already taken
* fr - note too long translation
8 years ago
Thomas Citharel
6524136728
Translate admin ( #1702 )
...
* 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
8 years ago