# By Samuel Clay (22) and others
# Via Samuel Clay (5) and Daniel (1)
* master: (27 commits)
Fixing SSL errors caused by permissions on a certs file.
Fixing SSL errors on OAuth import.
Fixing munin.
Fixing requirements.
Fixing API docs.
Fixing API docs.
Gunicorn gets the real proxied ip.
Banning missing user agents.
Banning Feed Reader Background app, as it's causing a ton of bogus requests.
Fixing bug in optimized feed river.
Fixing bug for last page of All Site Stories.
Major optimization to both single feed loads and river loads. Both are now checking training only for trained feeds, and river makes only a single subscirption call instead of N subscription calls.
Optimizing feed loads even fruther by checking for training.
Partially fix#295 - add confirmation when marking folder or all stories read with options to mark all read or cancel
Adding mark_story_as_unstarred to the API documentation
Feed reader bg in user client list.
Adding new widnows phone clients to logs.
Fix a minor typo in NBNotifier.h: "with" only has one 'h', not two
Prettifying premium-only notifier in river.
Prettifying premium-only notifier in river.
...
# By Samuel Clay (3) and others
# Via Samuel Clay (3) and ojiikun (3)
* master:
Turning off forked mongoengine for now.
Fixing j/k keyboard shortcuts when story titles are hidden.
Fixing middleware to activate users. Faulty paths resulted in paths that had a / not being recognized. Thanks to @subglass!
Make AllStories and FolderStories views match.
Have the All Stories view query by wildcard, not ID list.
Moved the URL schema (http://) into NEWSBLUR_URL Introduced NEWSBLUR_HOST for couple of cases where NEWSBLUR_URL was being used as a hostname Switched default URL to https://
# By Samuel Clay (39) and ojiikun (7)
# Via Samuel Clay (3) and ojiikun (1)
* master: (46 commits)
Fixing icon fetch for images > 500KB.
Adding queue to homepage.
Typo
Fixing unshare story bug.
Refactoring story_hash methods lower on the stack into MStory.
Fixing reader import ip address capture.
Fixing IP address saving after HAProxy originally obscured it.
Forcing calculating for last_story_date for more accurate story deletion.
Rewriting train old stories to work much, much faster without having the db sort feeds.
Alight all icons/text on rows in Main view. (#279)
Switch to new globe icon for feeds w/o favicos. (#278)
Trimming 1000 feeds at a time.
Fixing linking of interactions when it's a reply_reply.
Trimming way more expired feeds.
Correcting trim stories offset for older feeds.
Reducing the cutoff even further for older feeds.
Better logging for old story trimmer.
Simplifying old story trimmer.
Adding a massive feed trimmer. Cuts feeds, those that have no active subs and haven't a new story for a month, down to 10 stories.
Fix margins on unread-dots in story list (#281).
...