Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/views/layouts/mailer.html.haml config/locales/ko.yml | |||
2018-01-29 | Add direction tags to HTML e-mails for RTL languages (#6373) | Eugen Rochko | |
2018-01-20 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/styles/mastodon/components.scss | |||
2018-01-20 | Improve HTML e-mails based on Litmus tests (#6301) | Eugen Rochko | |
* Use PNG images in HTML e-mails * Make webpack use URLs with host so fonts load inside HTML e-mails Convert this back to a relative URL in the premailer CSS loader since local requests are quicker * Improve responsive design * Add missing PNG icon | |||
2018-01-19 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/styles/mastodon/components.scss app/javascript/styles/mastodon/modal.scss | |||
2018-01-18 | Replace tutorial modal with welcome e-mail (#6273) | Eugen Rochko | |
* Remove onboarding modal * Welcome e-mail * Send welcome e-mail after confirmation * Remove obsolete translations | |||
2018-01-17 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-16 | Change image URL in mailer to full path (#6264) | Yamagishi Kazutoshi | |
2018-01-15 | Fix mailer to use webpack core | kibi! | |
2018-01-15 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
Conflicts: Gemfile.lock | |||
2018-01-16 | HTML e-mails for UserMailer (#6256) | Eugen Rochko | |
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates | |||
2018-01-03 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-02 | delete X-UA-Compatible (#6068) | Otakan | |
* delete X-UA-Compatible * undo * restore | |||
2018-01-02 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/authorize_follows_controller.rb app/javascript/styles/mastodon/components.scss | |||
2018-01-02 | Show mastodon on modal (#6129) | Akihiko Odaki | |
2017-12-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-24 | Reduce motion for boost animation (#5871) | Nolan Lawson | |
* Reduce motion for boost animation Fixes #5833 * Fix ternary expression | |||
2017-12-10 | Only localize js when there's a theme | kibigo! | |
2017-12-10 | Javascript intl8n flavour support | kibigo! | |
2017-12-04 | Various fixes | kibigo! | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |
2017-11-30 | Skins support | kibigo! | |
2017-11-21 | Minor fixes | kibigo! | |
2017-11-20 | Finalized theme loading and stuff | kibigo! | |
2017-11-16 | Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5 | Surinna Curtis | |
2017-10-28 | Refactor initial state: reduce_motion and auto_play_gif (#5501) | Nolan Lawson | |
2017-10-16 | Merge pull request #184 from tootsuite/master | beatrix | |
Fix reduced motion breaking public galleries (#5423) | |||
2017-10-16 | Fix reduced motion breaking public galleries (#5423) | Nolan Lawson | |
2017-10-11 | Merge remote-tracking branch 'upstream/master' | Ondřej Hruška | |
2017-10-11 | Merge upstream 2.0ish #165 | kibigo! | |
2017-10-11 | Only preload JS in /web pages (#5325) | Nolan Lawson | |
2017-10-09 | Fix dependency of error page generation on database (#5280) | Eugen Rochko | |
2017-09-29 | Remove dependency on db during assets:precompile (#5138) | Eugen Rochko | |
2017-09-28 | Fixed lingering upstream Theme code | kibigo! | |
2017-09-28 | Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream | Ondřej Hruška | |
2017-09-25 | New error page graphic. Other error page improvements (#5099) | Eugen Rochko | |
- 500.html generated with admin-set default locale if set - Error page `<title>` includes Mastodon site title - 500 title changed to "This page is not correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A>) - 500 content appended with "on our end" to make clear it's not user's fault | |||
2017-09-25 | Generate 500.html with assets:precompile, remove loading from Google Fonts ↵ | Eugen Rochko | |
(#5067) | |||
2017-09-23 | Add emoji autosuggest (#5053) | Eugen Rochko | |
* Add emoji autosuggest Some credit goes to glitch-soc/mastodon#149 * Remove server-side shortcode->unicode conversion * Insert shortcode when suggestion is custom emoji * Remove remnant of server-side emojis * Update style of autosuggestions * Fix wrong emoji filenames generated in autosuggest item * Do not lazy load emoji picker, as that no longer works * Fix custom emoji autosuggest * Fix multiple "Custom" categories getting added to emoji index, only add once | |||
2017-09-23 | Switch from EmojiOne to Twemoji, different emoji picker (#5046) | Eugen Rochko | |
* Switch from EmojiOne to Twemoji, different emoji picker * Make emoji-mart use a local spritesheet * Fix emojify test * yarn manage:translations | |||
2017-09-20 | Pinned toots; embeds | kibigo! | |
2017-09-19 | Add support for multiple themes (#4959) | Andrew | |
* Add support for selecting a theme * Fix codeclimate issues * Look up site default style if current user is not available due to e.g. not being logged in * Remove outdated comment in common.js * Address requested changes in themes PR * Fix codeclimate issues * Explicitly check current_account in application controller and only check theme availability if non-nil * codeclimate * explicit precedence with && * Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml * codeclimate: indentation + return | |||
2017-09-09 | Merge tag 'v1.6.0rc3' into sync/upstream | David Yip | |
2017-09-09 | Merge branch 'origin/master' into sync/upstream | David Yip | |
Conflicts: app/javascript/mastodon/components/status_list.js app/javascript/mastodon/features/notifications/index.js app/javascript/mastodon/features/ui/components/modal_root.js app/javascript/mastodon/features/ui/components/onboarding_modal.js app/javascript/mastodon/features/ui/index.js app/javascript/styles/about.scss app/javascript/styles/accounts.scss app/javascript/styles/components.scss app/presenters/instance_presenter.rb app/services/post_status_service.rb app/services/reblog_service.rb app/views/about/more.html.haml app/views/about/show.html.haml app/views/accounts/_header.html.haml config/webpack/loaders/babel.js spec/controllers/api/v1/accounts/credentials_controller_spec.rb | |||
2017-09-04 | Fix #4551 - Use correct syntax for content preloading (#4798) | Eugen Rochko | |
2017-09-02 | Fix profile page when use system's font (#4774) | Yamagishi Kazutoshi | |
2017-09-01 | Use system's default font on non web UI pages (#4553) | Yamagishi Kazutoshi | |
* Use system's default font on non web UI pages * Remove import for Redirect | |||
2017-08-07 | Merge remote-tracking branch 'upstream/master' | Ondřej Hruška | |
2017-08-05 | Add "signed in as" header to some pages (#4523) | Eugen Rochko | |
2017-07-30 | Multiple frontend support (#110) | Gô Shoemake | |
* Initial multiple frontend support * Removed unnecessary require() * Moved styles/images out of common | |||
2017-07-23 | New logo (#4306) | Eugen Rochko | |
* Add new logo * Remove unused images |