Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Followers-only post federation (#2111) | Eugen | |
* Make private toots get PuSHed to subscription URLs that belong to domains where you have approved followers * Authorized followers controller, stub for bulk action * Soft block in the background * Add simple test for new controller * Rename Settings::FollowersController to Settings::FollowerDomainsController, paginate results, rename "private" post setting to "followers-only", fix pagination style, improve post privacy preferences style, improve warning style * Extract compose form warnings into own container, show warning when posting to followers-only with unlocked account | |||
2017-04-19 | fix broken style when follower has long description (#2159) | fsubal | |
2017-04-12 | Fix visuals introduced in #1463 (#1634) | Eugen | |
2017-04-11 | Increase breakpoint size for bio on account show (#1559) | Matt Jankowski | |
2017-04-11 | Adjust css for user detail page (#1463) | Corey Dutson | |
- details a background for contrast - add 5px padding to the top of the `details-counters` children to line them up with the bio to the right (Which has a 5px padding on the top) | |||
2017-04-11 | Pagination improvements (#1445) | Matt Jankowski | |
* Replace will_paginate with kaminari * Use #page instead of #paginate in controllers * Replace will_paginate.page_gap with pagination.truncate in i18n * Customize kaminari views to match prior styles * Set kaminari options to match prior behavior * Replace will_paginate with paginate in views | |||
2017-04-04 | Improve readability of text on profiles | Drew DeVault | |
2017-04-01 | Fix word-break in profile's note on profile page and profile component | Maxime BORGES | |
2017-01-23 | Move all hex colors in SASS to variables and all variations to darken/lighten | Eugen Rochko | |
2016-12-29 | Support remote follow request providing URL instead of acct | Eugen Rochko | |
2016-12-29 | Add ability to use remote follow function on other sites | Eugen Rochko | |
2016-12-26 | Fix #86 - resolve layout breaking on zoom-out on accounts grid | Eugen Rochko | |
2016-10-06 | Fix #72 - add follow/unfollow button to public profiles | Eugen Rochko | |
2016-10-03 | Fix most pages on small screens | Eugen Rochko | |
2016-10-03 | Making public pages responsive, removing reblogs/favs counts from them | Eugen Rochko | |
2016-03-21 | Change default avatar, redirect to home after sign up | Eugen Rochko | |
2016-03-19 | Improving account grid cards layout for longer usernames and notes | Eugen Rochko | |
2016-03-19 | Adding public following and followers pages, fix #3 | Eugen Rochko | |
2016-03-19 | Removing some unused gems, adding pagination to profiles, fix #10 | Eugen Rochko | |
2016-03-12 | Adding simple_form, adding profile settings, header image | Eugen Rochko | |
2016-03-06 | Adding GNU Public license, adding home timeline, reblog/favourite counters | Eugen Rochko | |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko | |
2016-03-05 | Adjusting design of profile and entry pages, linkify mentions in statuses | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |