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
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
7 years ago
..
chewy
controllers Add tests for intents_controller (#7763) 7 years ago
helpers Fix double-encoding of display name in title and e-mails (#7534) 7 years ago
javascript Put "Media Only" option in column settings instead of content area headline (#7801) 7 years ago
lib Do not accept ActivityPub follow requests from blocked user (#7756) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Fix has_one association on Web::PushSubscription (#7767) 7 years ago
policies Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
presenters Better pagination for ActivityPub outbox (#7356) 7 years ago
serializers Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 7 years ago
services Fix domain hiding logic (#7765) 7 years ago
validators fix: Don't validate MX record in development (#7654) 7 years ago
views Add "Edit profile" link to public profile page, increase bottom padding (#7754) 7 years ago
workers Fix domain hiding logic (#7765) 7 years ago