Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-11 | Fixed #66 disabling collapse collapses all toots | Ondřej Hruška | |
2017-07-11 | Fix media modal prev button behavior. (#4158) | Naoki Kosaka | |
2017-07-11 | Revert "Wrap methods of ProcessFeedService::ProcessEntry in classes (#4151)" ↵ | nightpool | |
(#4157) This reverts commit 425acecfdb15093a265b191120fb2d4e4c4135c4. | |||
2017-07-11 | Fix extra clickable spaces for narrow screen | Ondřej Hruška | |
2017-07-11 | Fix #2848 - Rake task to redownload avatars/headers (#4156) | Eugen Rochko | |
Can be filtered by a specific domain Resolves #2292 | |||
2017-07-11 | Fix #3462 - Require authentication for search API (#4155) | Eugen Rochko | |
This makes it consistent with /api/v1/accounts/search and previous behaviour has been an oversight. | |||
2017-07-11 | Redesign the landing page, mount public timeline on it (#4122) | Eugen Rochko | |
* Redesign the landing page, mount public timeline on it * Adjust the standalone mounted component to the lacking of router * Adjust auth layout pages to new design * Fix tests * Standalone public timeline polling every 5 seconds * Remove now obsolete translations * Add responsive design for new landing page * Address reviews * Add floating clouds behind frontpage form * Use access token from public page when available * Fix mentions and hashtags links, cursor on status content in standalone mode * Add footer link to source code * Fix errors on pages that don't embed the component, use classnames * Fix tests * Change anonymous autoPlayGif default to false * When gif autoplay is disabled, hover to play * Add option to hide the timeline preview * Slightly improve alt layout * Add elephant friend to new frontpage * Display "back to mastodon" in place of "login" when logged in on frontpage * Change polling time to 3s | |||
2017-07-11 | Require stylesheets in common.js (#4152) | Akihiko Odaki (@fn_aki@pawoo.net) | |
Require stylesheets in common.js because stylesheets are shared by the entry points. | |||
2017-07-11 | Drawer tab according to column (#4135) | Yamagishi Kazutoshi | |
* Add notifications link to drawer * Remove local and public timeline tab in drawer * Add home | |||
2017-07-11 | Wrap methods of ProcessFeedService::ProcessEntry in classes (#4151) | Akihiko Odaki (@fn_aki@pawoo.net) | |
ProcessFeedService::ProcessEntry had many methods, so wrap them in classes representing activities. | |||
2017-07-11 | Remove redundant inclusion (#4150) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-07-11 | refactor: Rewrite immutablejs import statements using destructuring (#4147) | Sorin Davidoi | |
2017-07-11 | Fix PrecomputeFeedService for filtered statuses (#4148) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-07-10 | i18n: @7a889a8 (pl) (#4144) | m4sk1n | |
* i18n: @7a889a8 (pl) * Update pl.yml | |||
2017-07-10 | Update es5-ext to avoid CSP violation (#4145) | unarist | |
Since es5-ext used `new Function("...")`, it caused CSP violation unless "unsafe-eval" included. So this patch updates it to the version which fixes it. Note that this package is used in polyfills, so loaded only if needed. I've encountered this issue on iOS9. cf. medikoo/es5-ext@d3864493 | |||
2017-07-10 | Fix #4059 - Remove ModuleConcatenationPlugin (#4139) | Eugen Rochko | |
It increased memory usage of Webpack 1.5x fold with little benefits | |||
2017-07-10 | Remote following success page (#4129) | STJrInuyasha | |
* Added a success page to remote following Includes follow-through links to web (the old redirect target) and back to the remote user's profile * Use Account.new in spec instead of a fake with only id (fixes spec) * Fabricate(:account) over Account.new * Remove self from the success text (and all HTML with it) | |||
2017-07-10 | i18n: @2b9721d (pl) (#4143) | m4sk1n | |
2017-07-10 | Limit total subscribe retries to 10, but space them out more (#4142) | Eugen Rochko | |
Since there is little point in retrying so often when a service is down or does not exist anymore. Subscriptions are renewed 1 day before they should expire, so retrying in 30 minutes, then 2 hours, then 12 hours is fine. If even after that, the remote server does not work, there is little sense in retrying more often than once a day Also, uniqueness of the job should ensure that failed retries will not result in multiple retries for the same endpoint when the next resubscription cycle comes | |||
2017-07-10 | i18n: @63baab0 (pl) (#4141) | m4sk1n | |
2017-07-10 | Add Japanese translations (#4140) | Yamagishi Kazutoshi | |
* Add Japanese translations for #3879 * Add Japanese translations for #4033 * Add Japanese translations for #4136 | |||
2017-07-10 | Toot context menu is now centered | Ondřej Hruška | |
2017-07-10 | Added extra clickable area in status gutter | Ondřej Hruška | |
2017-07-10 | Add Japanese translation of terms and flash (#4137) | のら | |
2017-07-10 | Fix regular expression for RFC 5646 (regression from #3604) (#4133) | Yamagishi Kazutoshi | |
2017-07-10 | Add setting a always mark media as sensitive (#4136) | Yamagishi Kazutoshi | |
2017-07-10 | Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138) | abcang | |
2017-07-10 | Make avatar in compose navbar hover-to-play | Ondřej Hruška | |
2017-07-10 | Change default for auto_play_fit to false for a11y (#4132) | Sadiq Saif | |
This is per issue #3876 | |||
2017-07-10 | Fix duplication of tag in columns_area.js (#4131) | Lynx Kotoura | |
Deleted ">" just a typo. | |||
2017-07-10 | Add attribute for default privacy to verify credentials (#4075) | Yamagishi Kazutoshi | |
* Add attribute for default privacy to verify credentials * add raw_note * source | |||
2017-07-09 | fix(components/media_modal): Aspect ratio (#4128) | Sorin Davidoi | |
* fix(components/media_modal): Aspect ratio * fix: Remove useless style | |||
2017-07-09 | Use babel-plugin-transform-react-inline-elements (#4109) | Nolan Lawson | |
2017-07-09 | Rescue exceptions related to Goldfinger (#4044) | abcang | |
* Rescue exceptions related to Goldfinger * Exclude Goldfinger::SSLError | |||
2017-07-09 | Swipeable views (#4105) | Sorin Davidoi | |
* feat: Replace react-swipeable with react-swipeable-views * fix: iOS 9 | |||
2017-07-09 | Avoid async import if the component is previously loaded (#4127) | unarist | |
2017-07-09 | Small indent fix in components.scss | Ondřej Hruška | |
2017-07-09 | Avatar in the detail column no longer autoplays | Ondřej Hruška | |
2017-07-09 | Fix initial loading of pinned Notifications column (#4126) | unarist | |
2017-07-09 | i18n: minor change (pl) (#4124) | m4sk1n | |
2017-07-09 | refactor: Make all reducers sync (#4125) | Sorin Davidoi | |
2017-07-09 | Fix fullwidth media CSS bugs with NSFW video, and bad spoiler margin on ↵ | Ondřej Hruška | |
static pages (#60) * Fix fullwidth style not applied to NSFW video correctly * Fix botched video .media-spoiler margin on static pages | |||
2017-07-09 | [nanobox] Allow Full-size Uploads (#4123) | Daniel Hunsaker | |
The Nginx configurations used by Nanobox previously neglected to increase the default upload size limit. This PR bumps that value up to the current Mastodon limit of 8MiB. | |||
2017-07-08 | Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) | nullkal | |
* Specs for language detection * Use CharlockHolmes instead of NKF * Correct mistakes * Correct style * Set hint_enc instead of falling back and strip_tags * Improve specs * Add dependencies | |||
2017-07-08 | Change account link to admin account link on report page (#4119) | abcang | |
2017-07-08 | fix: Rerender Bundle on route change (#4120) | Sorin Davidoi | |
2017-07-08 | Fix first loading of notifications when the column is pinned (#4114) | unarist | |
2017-07-08 | Don't use preview when image size is unknown (#4113) | Yamagishi Kazutoshi | |
2017-07-08 | Use srcSet only when know width (#4112) | Yamagishi Kazutoshi | |
2017-07-08 | Update and improvement Dutch language strings (#4117) | Jeroen | |
* Update * Update |