Commit Graph

2122 Commits (d18d6c29f38cb9830b900ed1e7068518f41b9b26)

Author SHA1 Message Date
Koala Yeung 886176f854 Update Locale zh-HK ()
* locale: Add missing translation in zh-HK.yml

* locale: fix consistancy in zh-HK.yml translation

* locale: Improve zh-HK yml translations

* Use "PuSH" in all "PubSubHubBub" occurances.
* Simplify text on front page.
* Improve doorkeeper authorization table translations.
* Simplify setting form text for better layout.
* Improve "Business Email" translation.

* locale: Update zh-HK.json

* Fix untranslated text.
* Improve translations.
Yamagishi Kazutoshi d397d0d681 Run manage:translations ()
Yamagishi Kazutoshi 9501a87704 Add Japanese translate to home column when inactive ()
ButterflyOfFire 8f0f4a861a Update ar.json ()
Adding more arabic translated strings.
R Tucker 61c33652ad ui: check spoiler_text against regex filter () ()
* ui: check spoiler_text against regex filter ()

When filtering by regex, also check the spoiler_text if
present.

* ui: concatenate spoiler and content in reducer

Simplifies aa5b03c, clarifies intent of the field
Eugen Rochko eddb95b012 When streaming API is disconnected, poll home/notifications ()
* When streaming API is disconnected, poll home/notifications
Display slightly different empty home timeline message if user is following others
Cull notifications to 20 items when over 40 get added in real-time
Run manage:translations

* Optimize <HomeTimeline /> a little
Yamagishi Kazutoshi 566e0a772d Improve style for form in site settings ()
Masoud Abkenar 11077af52f Persian translation update ()
* Persian translation update

* fix newline typo
Wonderfall 0fc73a6e47 about page : use slightly more space ()
Matt Jankowski 2bd132d458 Replace best_in_place editor on admin settings page ()
* Remove best_in_place

* Replace best_in_place usage with rails helpers

* Move admin/settings#index to #edit action

* Remove click_to__edit from i18n
Akihiko Odaki 0cdcf32865 Use ws protocol in streaming API base URL ()
Yamagishi Kazutoshi e95983f5df Decode IDNA in PreviewCard ()
unarist e57e6f509d Show emoji shortname by a tooltip ()
Eugen Rochko 4fcc0d5ac9 Fix ()
goofy-bz 44969307c7 Update fr.json ()
ajout espace insécable derrière pouet - pour voir
m4sk1n 4babdff72f i18n: updated Polish translation ()
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
Matt Jankowski d91ba3c8d0 Remove screenshot image ()
ヨイツの賢狼ホロ | 3rd style 1c469ca98b i18n: Update zh-CN [ Chinese (China) ] translations. ()
* 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 e61ecf4091 Add styles for small devices to .onboarding-modal ()
kawax 383c0b7802 Show boosted user's avatar ()
* 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
unarist 40562fd266 Fix width of .confirmation-modal on narrow screens ()
Eugen Rochko f5bf5ebb82 Replace sprockets/browserify with Webpack ()
* 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