You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/views
Eugen Rochko f5bf5ebb82 Replace sprockets/browserify with Webpack (#2617)
* Replace browserify with webpack

* Add react-intl-translations-manager

* Do not minify in development, add offline-plugin for ServiceWorker background cache updates

* Adjust tests and dependencies

* Fix production deployments

* Fix tests

* More optimizations

* Improve travis cache for npm stuff

* Re-run travis

* Add back support for custom.scss as before

* Remove offline-plugin and babili

* Fix issue with Immutable.List().unshift(...values) not working as expected

* Make travis load schema instead of running all migrations in sequence

* Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
<UI />

* Add react definitions to places that use JSX

* Add Procfile.dev for running rails, webpack and streaming API at the same time
8 years ago
..
about Replace sprockets/browserify with Webpack (#2617) 8 years ago
accounts ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 8 years ago
activitypub Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
admin Add option to disable two factor auth in admin accounts panel. (#2584) 8 years ago
api Fix API for Mastodon version (#2590) 8 years ago
application Clean up flash display in views (#2336) 8 years ago
auth Add recovery code support for two-factor auth (#1773) 8 years ago
authorize_follows Add spec coverage and refactor authorize_follows controller (#2505) 8 years ago
errors ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 8 years ago
follower_accounts Add og:url tags (#2298) 8 years ago
following_accounts Add og:url tags (#2298) 8 years ago
home Replace sprockets/browserify with Webpack (#2617) 8 years ago
kaminari Pagination improvements (#1445) 8 years ago
layouts Replace sprockets/browserify with Webpack (#2617) 8 years ago
notification_mailer Simplify renders in views (#2084) 8 years ago
oauth Open authorized application in a new window (#2250) 8 years ago
remote_follow Fix remote follow (#2547) 8 years ago
settings Filter on allowed user language preferences (#2361) 8 years ago
shared Add link for domain in land strip (#2306) 8 years ago
stream_entries Add og:url tags (#2298) 8 years ago
tags Use site title on tags#show page (#1802) 8 years ago
user_mailer Norwegian translation for email notifications (#2673) 8 years ago
well_known Add ActivityPub Actor id to WebFinger JSON. (#2522) 8 years ago