Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-31 | Fix some views still not using counter caches | Eugen Rochko | |
2017-03-31 | Fix #700 - hide spoilers on static pages | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. | |||
2017-02-28 | Fix #186 - Add RTL support to the compose form textarea and statuses output | Eugen Rochko | |
2017-01-30 | Add "open in web" link to detailed public status pages | Eugen Rochko | |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-15 | Fix tests, add applications to eager loading/cache for statuses, fix | Eugen Rochko | |
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version | |||
2017-01-15 | Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into ↵ | Effy Elden | |
feature/toot-app-source | |||
2017-01-15 | Test for presence of Application in haml before trying to render details, to ↵ | Effy Elden | |
fix errors identified by CI | |||
2017-01-15 | Fix typo in rel | Effy Elden | |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-09 | simplify emojification on public pages with .emojify class | blackle | |
2017-01-06 | Add Microformats2 markup | Greg V | |
h-feed, h-card and h-entry | |||
2016-12-18 | Adjusting public display of statuses to look similar to logged-in UI, | Eugen Rochko | |
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive content behind a spoiler on public pages |