* dashboard:
Removing imperfect proxy warning for every story.
Found four more GET/POST crosses.
Sizing of right column
Folder colors.
Goodbye uppercase everything.
Cleaner highlighted site.
More color
More color
Cleaner highlighted site.
Attempting to add story opening for dashboard, but broke saved searches.
Turning off queueing for dashboard stories.
Individual dashboard rivers. Need support for opening stories and limits.
Stubbing in new dashboard river modules. Needs hooked up and needs module-specific options. Would also be nice to add density controls.
* django1.11: (220 commits)
Fixing Statistics by fixing how timezones are handled.
Checking the 'credit' field if author not found. Works for TechRepublic, which I suspect is a one off.
Handling multiple newsletter feeds.
Attempting a fix of stories taking too long to sort while counting unreads.
Fixing newsletter search.
Fixing newsletter search.
Newsletters feeds now de-duplicate based on sender email as well as sender name. This should cut down on duplicates.
Android v10.1.1.
Fixing API page.
Ignoring cache for homepage user.
Fixing both Stripe form and Login form.
Handling missing user during auth.
Gotta recreate empty_values somehow
Going back on AllowAllUsers backend, as it doesn't work with django 1.5 authentication sessions.
Going back and forth on this but without AllowAllUsersModelBackend, then is_active=False won't allow authentication.
De-vendorizing django-paypal
Vendorizing paypal
Re-vendorizing django-paypal until django 1.11 upgrade is complete.
Wrong fix for missing tagline. SHould instead create a FeedData.
Fixing missing tagline error.
...