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/lib
Ben Roberts 0254ee9795 significant improvement in microformats markup (#1063)
* 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
8 years ago
..
settings Add extended about page stub 8 years ago
application_extension.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
atom_serializer.rb Quick best practice cleanup of views/helpers (#1546) 8 years ago
email_validator.rb [#817] Add email whitelist 8 years ago
exceptions.rb Add check for visibility.nil? even though it can't ever be, to check for race conditions 8 years ago
feed_manager.rb Remove order prior to .find_in_batches (#1470) 8 years ago
formatter.rb significant improvement in microformats markup (#1063) 8 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_rabl_scope.rb Optimize filter methods in FeedManager a bit, use redis pipelining on merge/unmerge feed methods, 8 years ago
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 8 years ago
status_length_validator.rb Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text 8 years ago
tag_manager.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
url_validator.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
webfinger_resource.rb Webfinger resource to extract username from resource string (#1607) 8 years ago