mastodon/app
chr v1.x 4f42238c29 Put "Media Only" option in column settings instead of content area headline (#7801)
* Action/reducer for changing column settings takes a path and a value
instead of a javascript object

* Settings menu version and column headline version working simultaneously

* remove column headline entirely

* remove css for headlines that aren't possible now

* Remove commented out code from unfruitful attempt at this feature

* Give direct timeline its own column settings bc it doesn't have a media only option

* Fix typo in public timeline code that was preventing per-column settings from working properly

* Fix codeclimate issues

* Missing semicolons

* Use redux state to set onlyMedia, let that do the update instead of a callback. Consequently, unpinned setting works without history modification

* Unused import
2018-06-15 11:15:15 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Add tests for intents_controller (#7763) 2018-06-09 22:47:50 +02:00
helpers Fix double-encoding of display name in title and e-mails (#7534) 2018-05-18 15:56:57 +02:00
javascript Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
lib Do not accept ActivityPub follow requests from blocked user (#7756) 2018-06-08 00:14:06 +02:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Fix has_one association on Web::PushSubscription (#7767) 2018-06-09 21:11:14 +02:00
policies Fix n+1 queries in StatusThreadingConcern (#7321) 2018-05-03 10:41:58 +02:00
presenters Better pagination for ActivityPub outbox (#7356) 2018-05-04 19:19:11 +02:00
serializers Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 2018-05-29 02:01:24 +02:00
services Fix domain hiding logic (#7765) 2018-06-09 22:46:54 +02:00
validators fix: Don't validate MX record in development (#7654) 2018-05-28 19:14:24 +02:00
views Add "Edit profile" link to public profile page, increase bottom padding (#7754) 2018-06-07 22:40:55 +02:00
workers Fix domain hiding logic (#7765) 2018-06-09 22:46:54 +02:00