Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ↵ | Eugen | |
(#1124) * Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder StreamEntry is now limited to only statuses, which allows some optimization. Removed extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer and PubSubHubbub::DistributionWorker PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker instead. All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account | |||
2017-03-31 | Fix some views still not using counter caches | Eugen Rochko | |
2017-03-25 | Fix public profile pagination links | Eugen Rochko | |
2017-03-22 | Prettier account and stream entry URLs | Eugen Rochko | |
2017-03-20 | Add landing strip | Eugen Rochko | |
2017-02-17 | Quick fix for avatars with the same URL not being perceived as updated and ↵ | Eugen Rochko | |
in need of re-download | |||
2017-02-13 | Add "next" link to Atom feeds | Eugen Rochko | |
2017-02-06 | Add AS2 format to RABL files | Evan Minto | |
2017-02-06 | Simplify RABL | Evan Minto | |
2017-02-06 | Reuse existing controller and route | Evan Minto | |
2017-02-04 | Add an account endpoint for ActivityPub and link to it on HTML profile pages | Evan Minto | |
2017-01-09 | simplify emojification on public pages with .emojify class | blackle | |
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 | |
2017-01-01 | Adding remote follow button | 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-12-23 | Add page for authorizing/rejecting follow requests | Eugen Rochko | |
2016-12-22 | Hide follow/unfollow button from public page if follow already requested | Eugen Rochko | |
2016-12-18 | Removing external hub completely, fix #333 fixing digit-only hashtags, | Eugen Rochko | |
removing web app capability from non-webapp pages | |||
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-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-28 | Adding embedded PuSH server | Eugen Rochko | |
2016-11-16 | Localizations for most server-side strings | Eugen Rochko | |
2016-11-10 | Fix #122 - Add microformats-2 classes to mention links | Eugen Rochko | |
2016-11-07 | Account notes (bios) can now contain links. Character limit upped to 160 | Eugen Rochko | |
2016-11-03 | Enable caching for some rabl views | 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-09-24 | Improve partial rendering and Haml performance (Haml->Hamlit) | Eugen Rochko | |
2016-09-09 | Refactored generation of unique tags, URIs and object URLs into own classes, | Eugen Rochko | |
as well as formatting of content | |||
2016-09-04 | Normalized data in Redux, fix for asset URLs when rendered outside request | Eugen Rochko | |
2016-03-24 | Limit Atom feeds to 20 items by default, add pagination by max_id | Eugen Rochko | |
(But there are no Atom feed pagination elements yet) | |||
2016-03-21 | Change default avatar, redirect to home after sign up | Eugen Rochko | |
2016-03-21 | Fix text color in dashboard inputs, sanitize remote status content in UI, | Eugen Rochko | |
simplify FanOutOnWriteService, add /api/accounts/lookup method | |||
2016-03-21 | Small optimizations in Atom feeds | Eugen Rochko | |