Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-04 | Fix #5050 - Use summary_large_image only with media attachments (#5219) | Eugen Rochko | |
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-13 | Add alternate links to ActivityPub resources from HTML/HEAD variants (#4586) | Eugen Rochko | |
2017-07-14 | Add option to opt out of search engines on public profile/status pages (#4199) | Eugen Rochko | |
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-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 | Simplify the og:image and og:description code in stream_entries/show (#1934) | Matt Jankowski | |
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-13 | Do not show media attachment as og:image if it was marked as NSFW (#1693) | Isabelle Knott | |
2017-04-12 | significant improvement in microformats markup (#1063) | Ben Roberts | |
* significant improvement in microformats markup This is a huge improvement and I believe will close #965. Had these microformats reviewed by others in the community to help ensure they are at least correct, if not complete. I did not want to change the structure of the page, and so there it does not fully mark up the entire ancestry chain, or reply chain, only the direct decendants and direct ancestors are correctly associated, but this is likely fine as the most important bit is to have access to the urls for those toots which are now correctly fetchable. * improve code climate * trying to pass code climate tests * code climate * fix p-summary for content warning posts * fix error introduced when merging via github | |||
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-22 | Prettier account and stream entry URLs | Eugen Rochko | |
2017-03-20 | Add landing strip | Eugen Rochko | |
2017-01-26 | Fix #537 - opengraph description should display spoiler text when present | Eugen Rochko | |
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-04 | Do not use expiring links after all | Eugen Rochko | |
2016-12-04 | Set a specific S3 expiration time so that files can be cached | Eugen Rochko | |
2016-12-04 | Do not autoplay videos, display play button instead. Use expiring links when ↵ | Eugen Rochko | |
using S3. Do not keep originals for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also make it private (aka only accessible via expiring links to prevent hotlinking) | |||
2016-12-01 | Fix opengraph preview image | Eugen | |
2016-11-30 | Add basic OEmbed provider API, fix #247 | Eugen Rochko | |
2016-11-24 | Add some OpenGraph tags to public statuses | Eugen Rochko | |
2016-03-21 | Improving borders between predecessor/successor statuses | Eugen Rochko | |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |