Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | Profile redirect notes (#5746) | Eugen Rochko | |
* Serialize moved accounts into REST and ActivityPub APIs * Parse federated moved accounts from ActivityPub * Add note about moved accounts to public profiles * Add moved account message to web UI * Fix code style issues | |||
2017-11-07 | Add ability to disable login and mark accounts as memorial (#5615) | Eugen Rochko | |
Fix #5597 | |||
2017-09-12 | Clean up and improve generated OpenGraph tags (#4901) | Eugen Rochko | |
- Return all images as og:image - Return videos as og:image (preview) and og:video - Return profile:username on profiles | |||
2017-08-25 | Pinned statuses (#4675) | Eugen Rochko | |
* Pinned statuses * yarn manage:translations | |||
2017-08-16 | Redesign public profiles (#4608) | Eugen Rochko | |
* Redesign public profiles * Responsive design * Change public profile status filtering defaults and add options - No longer displays private/direct toots even if you are permitted access - By default omits replies - "With replies" option - "Media only" option * Redesign account grid cards * Fix style issues | |||
2017-08-13 | Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) | Eugen Rochko | |
2017-07-24 | Fix oddities with public profile CSS (#4341) | Eugen Rochko | |
* Fix oddities with public profile CSS * Remove trailing whitespace | |||
2017-07-14 | Add option to opt out of search engines on public profile/status pages (#4199) | Eugen Rochko | |
2017-05-13 | Fix og:url. (#3031) | Shunsuke Michii | |
2017-04-22 | Add og:url tags (#2298) | Wesley Ellis | |
* add og:url to stream_item view * add og:url and text to about/show * add og:url to profile, followers and follows pages | |||
2017-04-19 | Add meta tags for OGP to following & follow page (#2052) | Yamagishi Kazutoshi | |
* Add meta tags for OGP to following & follow page * simplify render helper * Follow up #2133 * og:type is only accounts/show * revert accounts/{following,followers} | |||
2017-04-18 | Simplify renders in views (#2084) | Matt Jankowski | |
* Simplify render in mailer views * Simplify render in about/more view * Simplify render in accounts follow views * Simplify render in recovery code views * Simplify render in stream entry embed * Simplify render in stream entries status partial * Simplify render in authorize follow new view | |||
2017-04-18 | Instance helper to replace site title helper (#2038) | Matt Jankowski | |
* Move site title helper to instance helper (name change only) * Remove newline in <title> tag * Add site_hostname helper method to wrap up local_domain value * Use site_hostname helper in places that need local_domain value | |||
2017-04-16 | Use local vars in partials (#1935) | Matt Jankowski | |
* Use local vars in accounts/header partial * Use local variable in 2fa recovery codes partial | |||
2017-04-16 | View spec fix (#1888) | Matt Jankowski | |
* Add option to disable verify partial doubles * Add show_landing_strip? helper method * Use show_landing_strip? helper in accounts and stream entries views * Fix naming in view specs | |||
2017-04-15 | Give SINGLE_USER a chance to register (#1820) | Marcin Cieślak | |
An attempt to open a brand new Mastodon instance configured as SINGLE_USER_MODE=true will cause an exception. Enable temporary registration if we have no users in the database Fixes #1817 | |||
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-08 | Use Setting.site_title value for `og:site_name` occurrences (#1194) | Matt Jankowski | |
* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name | |||
2017-03-25 | Fix public profile pagination links | Eugen Rochko | |
2017-03-20 | Add landing strip | Eugen Rochko | |
2017-01-06 | Fix h-card classes and remote follow button appearing when it shouldn't | Eugen Rochko | |
2017-01-06 | Add Microformats2 markup | Greg V | |
h-feed, h-card and h-entry | |||
2017-01-06 | Add twitter:card metatag to enable Twitter Cards support | Effy Elden | |
2016-12-09 | Improve images in opengraph meta tags | Eugen Rochko | |
2016-12-09 | Fix OpenGraph meta tags | Eugen Rochko | |
2016-12-03 | Add "next" pagination to public profiles | Eugen Rochko | |
2016-12-01 | Fix pt translations, improve pre-cache queries, removing will_paginate | Eugen Rochko | |
from accounts/tags because it's a terribly inefficient way to paginate large sets of data | |||
2016-11-10 | Fix #122 - Add microformats-2 classes to mention links | Eugen Rochko | |
2016-11-03 | Enable caching for some rabl views | Eugen Rochko | |
2016-09-24 | Improve partial rendering and Haml performance (Haml->Hamlit) | Eugen Rochko | |
2016-03-21 | Change default avatar, redirect to home after sign up | 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 | 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 | |