Eugen
6d70a80263
Onboarding modal ( #1883 )
* Basic onboarding modal that's shown to users once
* Lay out pages 2 through 5, add images, style modals (#1509 )
* Lay out pages 2 through 5
Added images and laid out pages 2 through 5 in the jsx file. SCSS will
come, still working on just seeing if this works at all.
* Fix jsx errors, add images to modal pages, style modal pages
* Add animations to onboarding pager changes, improve wording and styling
* Finishing touches on the onboarding
* Add missing propTypes
* Update wording
7 years ago
abcang
90760eae4c
fix regex filter ( #1845 )
* fix regex filter
* fixed br to linebreak and, stlip tags.
* change to send raw content
* changed to unescape in reducer
7 years ago
mshrtkch
2c329f2b69
Fix translation related to "mute" ( #1926 )
7 years ago
Matt Jankowski
75f416a492
Fix yaml issue in ja locale ( #1916 )
* Fix yaml parse issue in ja.yml locale
* Fix issue in locales/ja.jsx
7 years ago
Naouak
24baaa17e8
Syntax error in japanese localisation ( #1920 )
assets:precompile was failling because of this missing comma.
7 years ago
Erwan Leboucher
c99fc08a0d
Add missing french translation. ( #1906 )
* Add missing french translation.
Causing this error:
[React Intl] Missing message: "navigation_bar.mutes" for locale: "fr",
* Update fr.jsx
7 years ago
Yuki Nakagawa
a8f45c0838
Enlarge font size to avoid autozooming of iPhone. ( #1911 )
7 years ago
新都心(Neet Shin)
f2997c9715
Update Japanese Translate ( #1903 )
* [Update ja.jsx] Add Muted, Video_error and sorted
* [Update ja] Added Recovery code's translation
* [Update ja] Added Two-fact/Recovery's translation
* Update ja.jsx
7 years ago
Eugen
8a58942c80
Fix up recovery codes design a little ( #1866 )
7 years ago
Isabelle Knott
911338bdcc
Show error message if video cannot be loaded ( #1879 )
7 years ago
Eugen
e332552816
Indicate when a toot is part of a chain with a "reply all" icon ( #1869 )
7 years ago
Eugen
515434ed87
English localization for mention notification was missing ( #1867 )
7 years ago
Naouak
3d3e32befb
Check for a custom css file to help customization of instances ( #1368 )
* User can create a custom.scss to customize their instance without modifying gitted files.
* Add documentation for customization.
* Forgot the helper file
* Fix Style to pass codeclimate
* Requests from maintainer.
7 years ago
Henry Smith
9d2f55ecc3
Remove isRequired from optional prop ( #1843 )
7 years ago
Henry Smith
b7ec2fd492
Fix function call name typo ( #1851 )
7 years ago
Zac Anger
f4045ba3d9
Add eslint-plugin-jsx-a11y ( #1651 )
* Add eslint-plugin-jsx-a11y.
* Fix npm script.
* Adjust npm scripts so test also runs lint.
* Fix existing lint errors.
* Don't break on a11y issues.
* Add role and tabIndex.
* Add vim and Mac files to .gitignore and .dockerignore.
* Handle htmlFor (partially), a that's actually a button.
* Fix missing tabIndex.
* Add cursor:pointer to load-more
* Revert change to load_more.
* Fixes based on review.
* Update yarn.lock.
* Don't try to install fsevents on Linux (hides warning noise).
7 years ago
Patrick Figel
df4ff9a8e1
Add recovery code support for two-factor auth ( #1773 )
* Add recovery code support for two-factor auth
When users enable two-factor auth, the app now generates ten
single-use recovery codes. Users are encouraged to print the codes
and store them in a safe place.
The two-factor prompt during login now accepts both OTP codes and
recovery codes.
The two-factor settings UI allows users to regenerated lost
recovery codes. Users who have set up two-factor auth prior to
this feature being added can use it to generate recovery codes
for the first time.
Fixes #563 and fixes #987
* Set OTP_SECRET in test enviroment
* add missing .html to view file names
7 years ago
Amakasu Ryoma
f0f6a3279a
Update ja.jsx ( #1822 )
* Add getting_started.apps
* Add search_results.total
* Fix notifications.settings
7 years ago
Alda Marteau-Hardi
bddd36f260
Add a classname to the loading bar ( #1826 )
7 years ago
Keiji, Yoshimi
b857551617
fixed privacy mistake of japanese translation of privacy.change ( #1832 )
7 years ago
Koala Yeung
08059ddda9
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.
7 years ago
Koala Yeung
ec9999cdfe
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
7 years ago
Fjoerfoks
4ba6acd518
Update nl.jxs ( #1766 )
Some rewording and switching to infinitive localization.
7 years ago
Ratmir Karabut
5d8d827436
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
7 years ago
Thor Harald Johansen
4bebeb27d3
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.
7 years ago
Joachim Viide
ef879a8839
Send initial state in a <script type="application/json"> tag ( #1806 )
7 years ago
Alex Dunn
0655f16cc1
[css] reduce spacing between text elements on about pages ( #1510 )
7 years ago
Patrick Figel
fe8dd58bc1
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.
7 years ago
Luc Didry
fa89deb4eb
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).
7 years ago
Matt Jankowski
26a892dd90
Fix invalid byte sequence issue in nl.jsx ( #1751 )
7 years ago
JP DeVries
1467515d3d
Use landmark regions on columns ( #1732 )
Closes mastodon#1720
7 years ago
Eugen
c5afe573da
Fix drag & drop overlay not appearing on firefox ( #1721 )
7 years ago
R Tucker
c4d39b1b3d
quick typo fix in en.jsx: Rejec -> Reject ( #1701 )
7 years ago
Eugen
ac54da9394
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
7 years ago
Eugen
043862f411
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
7 years ago
INAGAKI Hiroshi
5619099564
translation: Fix comment out issue in en.jsx ( #1698 )
7 years ago
Koala Yeung
ce80d0b0a9
Fix minor jslint issue ( #1697 )
* Undefined propType in react component `ColumnSettings`.
Add proper PropTypes definition.
7 years ago
Eugen Rochko
5f8155482a
Add overlay style to buttons, continue video after expanding it
7 years ago
Rachel H
9362700137
Convert emoji shortnames when sending status ( #1666 )
7 years ago
Koala Yeung
1206627c59
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
7 years ago
Isabelle Knott
edefcfcf42
Fix issue where 'sensitive content click to show' item takes up whole screen on public view ( #1692 )
7 years ago
Matt Jankowski
093879c177
Fix language export variables ( #1689 )
* Fix naming of JS locale constants
* Improve the translation instructions re: const names
7 years ago
blackle
00cc3066a2
Allow video to be expanded into lightbox
7 years ago
YOSHIOKA Eiichiro
a57d30c680
[l10n] ja: update missing Japanese translations ( #1687 )
7 years ago
Musee U
467d32fce3
[l10n] ja: update missing Japanese translations ( #1684 )
7 years ago
Hugo Gameiro
282bb55c3c
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
7 years ago
新都心(Neet Shin)
0e4479bb3a
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
7 years ago
Ratmir Karabut
af7e880df5
Update Russian translation ( #1570 )
* Add Russian translation (ru)
* Fix a missing comma
* Fix the wording for better consistency
* Update Russian translation
* Arrange Russian setting alphabetically
* Fix syntax error
7 years ago
Svetlozar Todorov
aa7bf1515c
Fix #624 - Add localization for Bulgarian ( #645 )
* Add translation files and declarations for Bulgarian
* Add a bunch of translations to bg.jsx
* Add rest of translations to bg.jsx
* Add devise translations
* Fix devise translations
7 years ago
Daijiro Wachi
4f781b17cc
Use input type `number` for Two-factor code ( #1683 )
7 years ago