Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-03-21 | Increase note truncation length on account grids, improve FanOutOnWrite a bit, | Eugen Rochko | |
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something specific unfortunately) | |||
2016-03-19 | Improving account grid cards layout for longer usernames and notes | 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 | |