- Jun 06, 2017
-
-
ふぁぼ原 authored
* 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
-
Yamagishi Kazutoshi authored
* 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
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
* Add quotes ESLint rule * Add jsx-quotes ESlint rule * Sort ESLint rules
-
Yamagishi Kazutoshi authored
-
- Jun 05, 2017
-
-
Naoki Kosaka authored
-
Naoki Kosaka authored
-
unarist authored
-
unarist authored
-
Naoki Kosaka authored
-
Yamagishi Kazutoshi authored
* Add support key shortcut to Onboarding Modal * this.state.pages -> this.pages
-
- Jun 03, 2017
-
-
Eugen Rochko authored
* Allow mounting arbitrary columns * Refactor column headers, allow pinning/unpinning and moving columns around * Collapse animation * Re-introduce scroll to top * Save column settings properly, do not display pin options in single-column view, do not display collapse icon if there is nothing to collapse * Fix one instance of public timeline being closed closing the stream Fix back buttons inconsistently sending you back to / even if history exists * Getting started displays links to columns that are not mounted
-
masarakki authored
-
Yamagishi Kazutoshi authored
-
- Jun 01, 2017
-
-
Yamagishi Kazutoshi authored
-
unarist authored
Focus the submit button when boost modal is opened.
-
- May 31, 2017
-
-
Nolan Lawson authored
* Remove react-imageloader * add eslint-disable-line * improve image loading experience * remove unneeded import * use PureComponent * Use componentWillMount instead of constructor
-
Nolan Lawson authored
-
- May 29, 2017
-
-
Nolan Lawson authored
-
Atsushi Yamamoto authored
* Set delete_modal preference to true by default * Does not show confirmation modal if delete_modal is false * Add ja translation for preference setting page
-
- May 28, 2017
-
-
Nolan Lawson authored
-
- May 26, 2017
-
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
Fix warning for ESLint (jsx-a11y/href-no-hash).
-
Nolan Lawson authored
* Replace onWheel listener with onScroll * Update column.js
-
- May 25, 2017
-
-
unarist authored
* Add load more button for large screens * Fix `next` state value on the first loading * Don't load if `isLoading || !hasMore` * Start load on near the bottom
-
Nolan Lawson authored
-
- May 24, 2017
-
-
Yamagishi Kazutoshi authored
-
- May 23, 2017
-
-
Yamagishi Kazutoshi authored
Focus the submit button when confirmation modal is opened. Also, changed cancellation link to button. This makes the meaning clearer.
-
- May 20, 2017
-
-
Yamagishi Kazutoshi authored
* Add semi to ESLint rules * Add padded-blocks to ESLint rules * Add comma-dangle to ESLint rules * add config/webpack and storyboard * add streaming/ * yarn test:lint -- --fix
-
Sorin Davidoi authored
* refactor(components/status_list): Avoid quering scrollTop if not necessary * refactor(components/dropdown_menu): Do not render items if not expanded * refactor: Cherry-pick react-motion imports * refactor(compose/privacy_dropdown): Do not render options if not open * refactor(components/column_collapsable): Do not render children if collapsed
-
- May 19, 2017
-
-
Eugen Rochko authored
* Add account media gallery view to web UI * Link media view from account dropdown * Adjust link
-
Sorin Davidoi authored
-
Eugen Rochko authored
* Add buttons to block and unblock domain * Relationship API now returns "domain_blocking" status for accounts, rename "block entire domain" to "hide entire domain", fix unblocking domain, do not block notifications from domain-blocked-but-followed people, do not send Salmons to domain blocked users * Add test * Personal domain blocks shouldn't affect Salmon after all, since in this direction of communication the control is very thin when it comes to public stuff. Best stay consistent and not affect federation in this way * Ignore followers and follow request from domain blocked folks, ensure account domain blocks are not created for empty domain, and avoid duplicates in validation * Purge followers when blocking domain (without soft-blocks, since they are useless here) * Add tests, fix local timeline being empty when having any domain blocks
-
Sorin Davidoi authored
* feat(eslint): Set react/jsx-no-bind: error * refactor(notifications/setting_toggle): Do not use bind * refactor(components/dropdown_menu): Do not use bind * refactor(components/autosuggest_textarea): Do not use bind * refactor(compose/privacy_dropdown): Do not use bind * refactor(compose/upload_form): Do not use bind * refactor(components/status): Do not use bind * refactor(components/onboarding_modal): Do not use bind * refactor: PR feedback * chore(notifications/setting_toggle): Lint * refactor: PR feedback
-
Yamagishi Kazutoshi authored
In Code Climate, eslint-plugin-jsx-a11y v4.0.0 is used. Therefore, it seems that a warning is displayed. ref https://github.com/codeclimate/codeclimate-eslint/pull/273
-
Yamagishi Kazutoshi authored
-
- May 18, 2017
-
-
Sorin Davidoi authored
-
Yamagishi Kazutoshi authored
-
- May 16, 2017
-
-
Eugen Rochko authored
-
geta6 authored
-