Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | Fixes streaming callbacks of HashtagTimeline (#3849) | alpaca-tc | |
2017-06-19 | Debounce autosuggestions (#3836) | Eugen Rochko | |
* Debounce autosuggestions * Remove duplicate import | |||
2017-06-18 | Fix jittery scrolling for Chromium browsers (#3776) (#3832) | Nolan Lawson | |
2017-06-18 | handle resize in a debounce() (#3834) | Nolan Lawson | |
2017-06-15 | Add alt attribute to ImageLoader (#3765) | Yamagishi Kazutoshi | |
2017-06-14 | Fix regression from #3748 - properly set defaultColumns (#3750) | Eugen Rochko | |
2017-06-14 | Fix merge default columns (#3748) | unarist | |
mergeDeep also merges columns, but it should be replaced simply. So in the new function, first apply mergeDeep except columns, and set default columns if columns unset. | |||
2017-06-14 | Save settings when they are changed (#3743) | Eugen Rochko | |
2017-06-14 | Account deletion (#3728) | Eugen Rochko | |
* Add form for account deletion * If avatar or header are gone from source, remove them * Add option to have SuspendAccountService remove user record, add tests * Exclude suspended accounts from search | |||
2017-06-13 | fix(status): Content jump due to height changes (#3734) | Sorin Davidoi | |
2017-06-13 | Simplify getting started links localization. Link "powered by Mastodon" to ↵ | Eugen Rochko | |
joinmastodon.org (#3725) | |||
2017-06-13 | Fix unclickable onboardin modal regression (#3724) | Eugen Rochko | |
2017-06-12 | i18n: minor fix in Polish translation (#3726) | m4sk1n | |
* i18n: minor fix in Polish translation * i18n | |||
2017-06-12 | Unread indicator was invisible behind column header, adjusted (#3720) | Eugen Rochko | |
* Unread indicator was invisible behind column header, adjusted * Unread indicator now a CSS pseudo-element * Adjust flex | |||
2017-06-12 | Update Russian translation (pin) (#3712) | Ratmir Karabut | |
* Update Russian translation (pin) | |||
2017-06-12 | Regenerate defaultMessages.json (#3709) | Yamagishi Kazutoshi | |
follow up #3564 | |||
2017-06-12 | Re-add clear notifications button (#3708) | Yamagishi Kazutoshi | |
* Re-add clear notifications button * remove connect() in column_settings * one line * remove unused props | |||
2017-06-11 | Fix #3665 - Refactor timelines reducer (#3686) | Eugen Rochko | |
* Move ancestors/descendants out of timelines reducer * Refactor timelines reducer All types of timelines now have a flat structure and use the same reducer functions and actions * Reintroduce some missing behaviours * Fix wrong import in reports * Fix includes typo * Fix issue related to "next" pagination in timelines and notifications * Fix bug with timeline's initial state, expandNotifications | |||
2017-06-11 | Remove comments for eslint-disable (#3691) | Yamagishi Kazutoshi | |
2017-06-10 | Update NL for 1.4.2 (#3685) | Jeroen | |
2017-06-10 | Improve RTL detection (#3682) | Eugen Rochko | |
- Use plaintext - Strip out URLs - Strip out mentions - Strip out hashtags - Strip out whitespace from "overall" count - Consistent between JS and Ruby | |||
2017-06-09 | i18n: Minor fixes in Polish translation (#3674) | m4sk1n | |
* i18n * i18n * i18n * i18n * i18n | |||
2017-06-09 | Fix #3658 - Update RTL styles (#3669) | Eugen Rochko | |
2017-06-09 | adjust the size of 'column-header__back-button' (retry) (#3662) | Clworld | |
2017-06-09 | Check ready state of document in public pages (#3652) | Yamagishi Kazutoshi | |
* Check ready state of document in public pages * add check interactive | |||
2017-06-09 | adjust the size of column-header__back-button (#3654) | ふぁぼ原 | |
2017-06-08 | Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) | Eugen Rochko | |
* Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks | |||
2017-06-08 | fix: Warn if JavaScript is disabled (#3634) | Sorin Davidoi | |
2017-06-07 | fix(components/autosuggest_textarea): Race condition regarding onBlur (#3631) | Sorin Davidoi | |
2017-06-07 | Small changes to japanese translation (#3620) | Yamagishi Kazutoshi | |
2017-06-06 | Use preview image in <ImageLoader /> to provide immediate visual feedback ↵ | Eugen Rochko | |
(#3595) before the full-size image is loaded | |||
2017-06-06 | Add regex filters on the community timeline and the public timeline. (#3564) | ふぁぼ原 | |
* Add regex filter on the community timeline and the public timeline * correcting * Adjust the height of header buttons * Remove trailing spaces * Remove trailing spaces * Solve some code duplication * reset the state of the locale files in app/javascript/mastodon/locales * adjust to upstream * adjust to upstream * change keys of locale settings | |||
2017-06-06 | Improve ESLint rules for JSX (#3608) | Yamagishi Kazutoshi | |
* Add react/no-string-refs ESLint rule * Add react/jsx-boolean-value ESLint rule * Add react/jsx-closing-bracket-location ESLint rule * Add react/jsx-indent ESLint rule * Add react/jsx-curly-spacing ESLint rule * Add react/jsx-equals-spacing ESLint rule * Add react/jsx-first-prop-new-line ESLint rule * Add react/jsx-no-duplicate-props ESLint rule * Add react/jsx-tag-spacing ESLint rule | |||
2017-06-06 | Add missing key attribute to .search-results__hashtag (#3607) | Yamagishi Kazutoshi | |
2017-06-06 | Update hr.json (#3609) | May Kittens Devour Your Soul | |
2017-06-06 | Add quotes ESLint rules (#3602) | Yamagishi Kazutoshi | |
* Add quotes ESLint rule * Add jsx-quotes ESlint rule * Sort ESLint rules | |||
2017-06-06 | Disable ESLint rule jsx/anchor-has-content (#3601) | Yamagishi Kazutoshi | |
2017-06-05 | Fix LoadMore in Notifications. (#3590) | Naoki Kosaka | |
2017-06-05 | Fix (PR #3585) Add hasMore to propTypes and cover handleScroll. (#3589) | Naoki Kosaka | |
2017-06-05 | Add back button to hashtag timeline again (#3587) | unarist | |
2017-06-05 | Add th.json. (#3588) | Shunsuke Michii | |
2017-06-05 | Prevent pinned columns from scroll to top on URL changing (#3586) | unarist | |
2017-06-05 | Fix LoadMore in following and followers. (#3585) | Naoki Kosaka | |
2017-06-05 | Add support key shortcut to Onboarding Modal (#3517) | Yamagishi Kazutoshi | |
* Add support key shortcut to Onboarding Modal * this.state.pages -> this.pages | |||
2017-06-05 | l10n update for occitan language (#3557) | Quent-in | |
* i18n Update : Add preference setting for delete toot modal Adding a line for "Add preference setting for delete toot modal" * i18n update for pin/unpin Update to add two more translations * i18n update to have the dates in plain occitan * Removed the blank line * %{selft} back in the translation | |||
2017-06-04 | i18n: Updated Polish translation (#3555) | m4sk1n | |
2017-06-04 | l10n: ja: Change about/more link text (#3539) | lindwurm | |
ref: #3538 ("Extended information" -> "About this instance") and #3519 Signed-off-by: lindwurm <lindwurm.q@gmail.com> | |||
2017-06-04 | Fix column buttons overflow in Japanese (#3552) | Yamagishi Kazutoshi | |
2017-06-04 | Add Japanese translations (pin) (#3551) | Yamagishi Kazutoshi | |
* Add Japanese translations (pin) * "ピン留め" is more general | |||
2017-06-04 | Fix all icons in the column header being hilighted (#3554) | unarist | |