- May 03, 2017
-
-
kawax authored
-
Matt Jankowski authored
* add failing en specs * add cld2 gem * Replace WhatLanguage with CLD
-
Quent-in authored
* Update of simple_forum_oc * Update simple_form.oc.yml
-
ヨイツの賢狼ホロ | 3rd style authored
* Update zh-CN translations. * Update doorkeeper.zh-CN.yml * Follow @Artoria2e5 's change advices. * forget mail for text format ...... * fix some changes * mail's html version ...... * https://github.com/tootsuite/mastodon/pull/2699#pullrequestreview-35982283 * a space..... * delete some unused keys
-
unarist authored
-
Keiji Matsuzaki authored
- Added new gem the `parallel_tests`. - Updated .travis.yml. - Improved scripts and environment variable.
-
jirayudech authored
* Create th.yml * Update th.yml * Update thai translation * update thai translation. * Update Thai translation * Update thai translation * Update thai thanslation * Update thai translation * Update th.yml * Update th.yml
-
esetomo authored
-
kawax authored
* Show boosted user's avatar * add .status__avatar-boost * margin * apply to notifications too. * account__avatar-boost * Add inline prop to Avatar component * Add AvatarOverlay component * rename mixins.scss * move files for latest master * fixed for webpack
-
m4sk1n authored
* i18n: updated Polish translation Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net> * i18n: Updated Polish translation * i18n: updated Polish translation Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net>
-
Masafumi Otsune authored
"サーバー" in Japanese is "Server", so I modified it to instance according to English.
-
unarist authored
-
Yamagishi Kazutoshi authored
* Add Japanese translation for allowed languages * Remove duplicate expression words
-
Yamagishi Kazutoshi authored
* Use URI.join for generate asset URL * to String
-
Matt Jankowski authored
-
Eugen Rochko authored
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time
-
- May 02, 2017
-
-
Akihiko Odaki authored
-
Matt Jankowski authored
* Add a spec for signing out * Add spec showing that suspended user gets a 403 forbidden on sign out * Allow suspended account users to sign out
-
ThibG authored
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <m4sk1n@vivaldi.net>
-
Kaylee authored
* Add option to disable two factor auth in admin accounts panel. Closes #2578 * Add @mjankowski's suggestions. * Moves destroy actions behind User#disable_two_factor! * Adds spec coverage for Admin:TwoFactorAuthenticationsController and User#disable_two_factor!
-
Matt Jankowski authored
-
Quent-in authored
* Creation of activerecord for OC * Update activerecord.oc.yml
-
Audun Larsen authored
* Create confirmation_instructions.no.html.erb * Create confirmation_instructions.no.text.erb * Create password_change.no.html.erb * Create password_change.no.text.erb * Create reset_password_instructions.no.html.erb * Create reset_password_instructions.no.text.erb * Translates html welcome email * Translates welcome email * Translates html password changed email * Translates password changed email * Translates html reset password email * Translates reset password email * Fixes typo in translation * Fixes typo in translation
-
Ash Furrow authored
-
m4sk1n authored
#807
-
Yamagishi Kazutoshi authored
* Reset textarea height when press submit key * dry * DON'T NEED props
-
Eduardo Elias authored
-
hakoai authored
-
Yamagishi Kazutoshi authored
* Fix subscription expiration condition * dry and add spec
-
Yamagishi Kazutoshi authored
-
Ira authored
* follow the instructions for registering the language as stated on the Tootsuite's docs. * Added translation strings from latest master Adding ‏ characters to many strings that are misdirected in the interface. A tiny grammar fix Updates of Hebrew strings to v1.3.1 Hebrew translation of the mailer templates. Fix strings and a missing comma. Just discovered two string keys were updated. this should lay Travis' mind to rest at last. Remove mentions before counting characters to decide RTL ratio Fixes for PR #2573 updated strings for latest master Undo RTL counting, moved out to another branch for future consideration...
-
Drew Gates authored
“such as” should be used instead of “like” under imports->preface. Reworded imports->preface and recovery_instructions for better flow.
-
Stephen Burgess authored
-
yhirano authored
* add annotate to Gemfile * rails g annotate:install * configure annotate_models * add schema info to models * fix rubocop to add frozen_string_literal
-
- May 01, 2017
-
-
Matt Jankowski authored
* Add coverage for create with empty acct value * Add coverage for create with webfinger failure * Add coverage for create with webfinger providing bad values * Add coverage for create when webfinger is good * Add coverage for session[:remote_follow] having data * Simplify how remote follow pulls acct from session * Remote follow behaves more like model * Move the discovery portions of remote follow out of controller * Check for suspended accounts
-
Matt Jankowski authored
* Use respond_with_error for forbidden errors * Wrap up common error code into single method
-
Giuseppe Pignataro authored
* Added Italian Translation of the following files: Changes to be committed: new file: app/views/user_mailer/confirmation_instructions.it.html.erb new file: app/views/user_mailer/confirmation_instructions.it.text.erb new file: app/views/user_mailer/password_change.it.html.erb new file: app/views/user_mailer/password_change.it.text.erb new file: app/views/user_mailer/reset_password_instructions.it.html.erb new file: app/views/user_mailer/reset_password_instructions.it.text.erb * Added italian translation Changes to be committed: new file: config/locales/activerecord.it.yml
-
Stephen Burgess authored
-
Stephen Burgess authored
* fix(dropdowns): Allow for dropdowns to fill full column When the text inside a dropdown is longer than it is for English, the text is truncated which can result in a less-than-usable experience for languages such as German with longer words. This commit addresses the following: * Allow the dropdown to expand to the entire width of the column based on the length of the text in the dropdown * Align active dropdown arrow in relation to the trigger rather than the dropdown * Show the right hand side of the dropdown which was previously hidden (could not see border radius) * Ensure the three places dropdowns of status, account, and emoji appear well in Chrome, Firefox, Safari * fix(emoji-dropdown): Restore emoji dropdown caret
-