gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon/app/lib
Eugen Rochko 7cc71748ce Ensure that feed renegeration restores non-zero items ()
Fix 

Ordering the home timeline query by account_id meant that the first
100 items belonged to a single account. There was also no reason to
reverse-iterate over the statuses. Assuming the user accesses the
feed halfway-through, it's better to have recent statuses already
available at the top. Therefore working from newer->older is ideal.

If the algorithm ends up filtering all items out during last-mile
filtering, repeat again a page further. The algorithm terminates
when either at least one item has been added, or if the database
query returns nothing (end of data reached)
2017-10-16 16:08:51 +02:00
..
activitypub Use atomUri in Undo activity of Announce () 2017-10-14 14:42:09 +02:00
ostatus Fix NameError: uninitialized constant OStatus::AtomSerializer::TagManager () 2017-10-13 16:44:43 +02:00
settings Refactor Setting () 2017-05-25 14:14:36 +02:00
application_extension.rb Conditional validations no longer accept strings for if/unless () 2017-05-19 03:11:23 +02:00
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox () 2017-09-29 03:16:20 +02:00
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. () 2017-07-27 00:38:20 +02:00
extractor.rb Skip formatting for cashtag in status text () 2017-05-24 14:32:53 +02:00
feed_manager.rb Ensure that feed renegeration restores non-zero items () 2017-10-16 16:08:51 +02:00
formatter.rb Fix remote profile being displayed in HTML on remote_follow () 2017-10-06 20:38:29 +02:00
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
language_detector.rb Fix filterable_languages method of SettingsHelper () 2017-09-16 14:59:41 +02:00
provider_discovery.rb HTTP signatures () 2017-07-14 20:41:49 +02:00
request.rb Suppress backtrace from Request#perform () 2017-10-02 03:02:08 +02:00
sanitize_config.rb Whitelist allowed classes for federated statuses () 2017-06-17 20:26:05 +02:00
status_filter.rb Fix regression from - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous () 2017-06-15 02:00:08 +02:00
status_finder.rb Raise an error for remote url in StatusFinder () 2017-09-02 17:42:47 +02:00
tag_manager.rb Introduce OStatus::TagManager () 2017-09-19 18:08:08 +02:00
themes.rb Add support for multiple themes () 2017-09-19 16:36:23 +02:00
user_settings_decorator.rb Add option to reduce motion () 2017-10-16 09:36:15 +02:00
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN () 2017-04-23 14:19:54 +02:00