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
James Moore
31f72c39a6
smtp delivery type fix ( #1556 )
...
* delivery fix
# Conflicts:
# config/environments/production.rb
* added stub in .env file
* reordered and added a comment
8 years ago
Alyssa Ross
bd0152fb39
terms: remove redundant words ( #1578 )
...
"at least X" and "X or older" have identical meanings.
Using both together feels a little jarring.
8 years ago
R Tucker
376f6ce6a6
quick typo fix in en.jsx: Rejec -> Reject ( #1701 )
8 years ago
Eugen
5c414c98e2
Fix #1220 , fix #1671 - Hook up comment box to the Redux comment value ( #1699 )
...
Fix username styling regression introduced in #1063
Fix report screen background regression introduced in #1415
8 years ago
Eugen
5f9cd9b246
Fix #1609 , fix #1628 - Revert #1397 ( #1700 )
...
When transmitting data in a HTML-encoded element like <content type="html" />,
relying on newlines being preserved is not wise, since HTML by itself
does not care for newlines - it cares for <p> and <br>
Additional fix: reset NSFW toggle after sending toot
8 years ago
Eugen
553dc8dbb5
Apply `i18n-tasks normalize` to locales ( #1696 )
8 years ago
INAGAKI Hiroshi
8c3b5c99e6
translation: Fix comment out issue in en.jsx ( #1698 )
8 years ago
Koala Yeung
698406f076
Fix minor jslint issue ( #1697 )
...
* Undefined propType in react component `ColumnSettings`.
Add proper PropTypes definition.
8 years ago
Eugen Rochko
314e3dba6c
Merge branch 'blackle-videolightbox'
8 years ago
Eugen Rochko
a148a3900e
Add overlay style to buttons, continue video after expanding it
8 years ago
Matteo Aquila
f9a42acd0d
Update settings_helper.rb
8 years ago
Eugen Rochko
0744eb8838
Merge branch 'videolightbox' of git://github.com/blackle/mastodon into blackle-videolightbox
8 years ago
Lukas Burk
be7f1b7ecb
Ignore postgres/redis folder from docker-compose ( #1645 )
8 years ago
Rachel H
a6515aeea8
Convert emoji shortnames when sending status ( #1666 )
8 years ago
Koala Yeung
ff826c68eb
Add Dutch translation (nl) ( #1682 )
...
* Dutch language files for Ruby code
* Created RoR translation ymls:
* config/locales/devise.nl.yml
* config/locales/doorkeeper.nl.yml
* config/locales/nl.yml
* config/locales/simple_form.nl.yml
* Modified RoR config and helper
* app/helpers/settings_helper.rb
* config/application.rb
* Dutch language javascript locale
* Created javascript locale files:
* app/assets/javascripts/components/locales/index.jsx
* app/assets/javascripts/components/locales/nl.jsx
* Reference the newly created locale files:
* app/assets/javascripts/components/containers/mastodon.jsx
* Fix syntax error in locale file (nl)
* Fix missing translate in js locale (nl)
* Convert all ruby Dutch locale (nl) file to utf8
Fix yml conversion issues.
* Fix duplicated key in devise.nl.yml
* Fix indentation error in doorkeeper.nl.yml
8 years ago
Isabelle Knott
5c3705f4f7
Fix issue where 'sensitive content click to show' item takes up whole screen on public view ( #1692 )
8 years ago
Matt Jankowski
49c3000d62
Organize coverage dirs ( #1695 )
...
* Add `Presenters` group to SimpleCov configuration
* Move validators to app/validators, add to simplecov config
8 years ago
Eugen
e02486edab
Merge branch 'master' into master
8 years ago
Isabelle Knott
79cefa3739
Do not show media attachment as og:image if it was marked as NSFW ( #1693 )
8 years ago
Matt Jankowski
38c0a6fee2
Fix language export variables ( #1689 )
...
* Fix naming of JS locale constants
* Improve the translation instructions re: const names
8 years ago
Matteo Aquila
f756a96056
Merge remote-tracking branch 'origin/master'
8 years ago
Matteo Aquila
b57c52c7e7
Update application.rb
8 years ago
Matteo Aquila
e891a97787
Update settings_helper.rb
8 years ago
Matteo Aquila
3ace439512
Update settings_helper.rb
8 years ago
Matteo Aquila
20b56f3511
Merge remote-tracking branch 'tootsuite/master'
8 years ago
Matt Jankowski
3beb0c0bef
Fix csv export coverage in export spec ( #1691 )
8 years ago
Matteo Aquila
9410b7cbc6
Rename simple_form.it.yml to config/locales/simple_form.it.yml
8 years ago
Matteo Aquila
3281686b5c
Rename devise.it.yml to config/locales/devise.it.yml
8 years ago
Matteo Aquila
125657117b
Rename doorkeeper.it.yml to config/locales/doorkeeper.it.yml
8 years ago
Matteo Aquila
c1e2949b86
Rename it.yml to config/locales/it.yml
8 years ago
Matteo Aquila
4e4817ec8e
Merge pull request #1 from tootsuite/master
...
update
8 years ago
blackle
924a6d7cd8
Allow video to be expanded into lightbox
8 years ago
YOSHIOKA Eiichiro
c8af1e96a5
[l10n] ja: update missing Japanese translations ( #1687 )
8 years ago
Musee U
a3019ede5a
[l10n] ja: update missing Japanese translations ( #1684 )
8 years ago
Koala Yeung
79763fa14c
Exclude javascript locale file from dup check ( #1677 )
...
* Exclude javascript locale files form Code Climate's duplication
engine. It is silly to have duplication check with locale files.
They are supposed to look similar.
* Prevent unnecessary blocking for translation updates (like #1661 )
8 years ago
Matteo Aquila
17913dd648
Added Italian language (it) ( #1679 )
8 years ago
May Kittens Devour Your Soul
81b05262f5
Adds Croatian language [Hrvatski] ( #1000 )
...
* Create simple.form.hr.yml
* Create hr.yml
* Update hr.yml
* Update hr.yml
* Create doorkeeper.hr.yml
* Create devise.hr.yml
8 years ago
Eugen
280fc877e3
Merge branch 'master' into master
8 years ago
Hugo Gameiro
990bbacb93
fix Portuguese translation ( #1661 )
...
* update portuguese translation
added the missing fields and improved the translation
* pt translations fix
* improve last translation commit
* fix damn quotes
8 years ago
新都心(Neet Shin)
67ed9d8f18
Update Japanese translation files ( #1640 )
...
* [l10n] ja: Improve Japanese Translations
* ja: about: Fix highlighting
* ja: Update Translations
* ja: Translate admin settings
Signed-off-by: lindwurm <lindwurm.q@gmail.com>
* Update ja.jsx
* Update doorkeeper.ja.yml
* Update ja.yml
* Update ja.jsx
* Update ja.jsx
8 years ago