mastodon/spec/controllers/api/v1
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
2017-05-03 02:04:16 +02:00
..
accounts_controller_spec.rb Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 2016-09-30 23:08:29 +02:00
blocks_controller_spec.rb Add API for retrieving blocked accounts 2016-12-29 20:12:32 +01:00
favourites_controller_spec.rb Add API for retrieving favourites 2016-12-29 20:33:26 +01:00
follow_requests_controller_spec.rb Adding follow requests API 2016-12-26 19:30:45 +01:00
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 2017-02-11 14:25:01 +01:00
media_controller_spec.rb Add static gif for upload testing (#2168) 2017-04-19 23:47:50 +02:00
mutes_controller_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
notifications_controller_spec.rb Fix issue with intermittent api/v1/notifications failure (#1606) 2017-04-12 15:53:54 +02:00
statuses_controller_spec.rb Remove API authentication for public statuses (after review) (#1919) 2017-04-18 21:58:57 +02:00
timelines_controller_spec.rb Cleaning up format of broadcast real-time messages, removing 2017-02-02 00:03:31 +01:00