Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | Reduce assets precompilation time by about 20% | Thibaut Girka | |
Bundle most common webpack chunks into a “common” pack, in a way similar to what upstream does. | |||
2018-07-17 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-07-17 | Update supported Node.js version (#8041) | abcang | |
2018-07-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: Dockerfile app/javascript/packs/common.js config/webpack/loaders/sass.js config/webpack/shared.js db/schema.rb package.json yarn.lock A lot of the conflicts come from updating webpack. Even though upstream deleted app/javascript/packs/common.js, I kept glitch-soc's version as it unifies JS/CSS packs behavior across flavours. Ported glitch changes to webpack 4.x | |||
2018-07-14 | Upgrade webpack to version v4.x (#6655) | Yamagishi Kazutoshi | |
2018-06-12 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-06-10 | Rename emoji sheet to avoid caching issue (#7777) | Renato "Lond" Cerqueira | |
2018-05-29 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-05-29 | Use URL polyfill (#7664) | Yamagishi Kazutoshi | |
2018-05-29 | Cache attachments on external host with service worker (#7493) | Akihiko Odaki | |
2018-05-14 | Merge branch 'master' into glitch-soc/merge | Thibaut Girka | |
2018-05-14 | Limit environment variables to expose to webpack (#7480) | Akihiko Odaki | |
2018-03-27 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2018-03-27 | Cache media (#6902) | Akihiko Odaki | |
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 | ASSET_HOST is wrong env variable. Fix to CDN_HOST (#6372) | Eugen Rochko | |
2018-01-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-24 | Fix #6311: Replace relative URLs in CSS only for Premailer (#6335) | Eugen Rochko | |
2018-01-21 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/settings/two_factor_authentication/confirmations_controller.rb | |||
2018-01-21 | Fix assets loading when WEB_DOMAIN ≠ LOCAL_DOMAIN (#6319) | ThibG | |
Since 872a0d5bd801c998d911f7da582a60d2f714a710, assets URL are absolute and not relative. Unfortunately, the domain used to build such URLs is the wrong one: LOCAL_DOMAIN, and not WEB_DOMAIN, where the assets are stored. | |||
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-05 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-05 | Fix RFC 5646 Regular Expression (#6190) | Yamagishi Kazutoshi | |
2017-12-11 | Fixed index in webpack config | kibigo! | |
2017-12-10 | Linting fixes | kibigo! | |
2017-12-10 | Javascript intl8n flavour support | kibigo! | |
2017-12-07 | Fixed webpack skin folder globbing | 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 | Themed prefetching | kibigo! | |
2017-11-16 | Merge tootsuite/master at 30237259367a0ef2b20908518b86bbeb358999b5 | Surinna Curtis | |
2017-11-05 | Update extract-text-webpack-plugin to version 3.0.2 (#5584) | Yamagishi Kazutoshi | |
2017-11-01 | Upgrade compression-webpack-plugin to version 1.0.1 (#5581) | Yamagishi Kazutoshi | |
2017-10-31 | Add ServiceWorker caching for static assets (#5524) | Nolan Lawson | |
2017-10-27 | Use contenthash for ExtractTextWebpackPlugin (#5462) | Akihiko Odaki | |
[hash] is not documented. | |||
2017-10-11 | Merge upstream 2.0ish #165 | kibigo! | |
2017-10-10 | Remove prop types from external libraries (#5304) | Nolan Lawson | |
2017-10-08 | Use ES module build of react-router-dom (#5264) | Nolan Lawson | |
2017-10-04 | Configure webpack to poll for changes in development (#5040) | aschmitz | |
* Configure webpack to poll for changes in development Vagrant on Linux/macOS hosts shared files via NFS, which doens't support inotify-based watching of files. This tweak makes webpack check for changes every second, and rebuild if necessary. This removes the need to restart Foreman every time a frontend file changes. Note that rebuilding is still a relatively lengthy process. The polling frequency can be changed to taste. * Only poll in Vagrant This tests for the presence of the VAGRANT environment variable to determine whether or not we're in Vagrant. It is set in .env.vagrant, which is set up to be included in the Vagrantfile. | |||
2017-09-25 | Fixed webpack config code | kibigo! | |
2017-09-25 | Better themeing support!! | 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 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-08-24 | Disable babel-loader cache when development environment (#4684) | Yamagishi Kazutoshi | |
2017-08-07 | Merge remote-tracking branch 'upstream/master' | Ondřej Hruška | |
2017-08-03 | Enable cache for babel-loader (#4505) | Yamagishi Kazutoshi | |
2017-08-01 | Merge upstream (#111) | kibigo! | |