* django1.10: (66 commits)
Styling new features for dark mode.
Adding style option for grid height. XS/S/M/L/XL
Adding applinks to .well-known/apple app json. For #1361.
#1377 (mark as read for titles only)
iOS: project upgrade check
https for all links.
Saving saved story slugs.
Slugifying saved story tags that have no slugs.
Adding ssl to db machines.
Fixing subscription cancelation error messge.
Android v10.1b7.
#1364 In App Review
Showing addresses in email story share.
#1369 Notification alerts. Skip old stories
Android v10.1b6.
iOS v10.1.1.
Fixing backgrounds in newsletters.
Fixing newsltter check which inaccurately added newsletter div to all stories.
Styling side option buttons in iOS to be cleaner.
iOS v10.1.
...
* django1.6: (66 commits)
Styling new features for dark mode.
Adding style option for grid height. XS/S/M/L/XL
Adding applinks to .well-known/apple app json. For #1361.
#1377 (mark as read for titles only)
iOS: project upgrade check
https for all links.
Saving saved story slugs.
Slugifying saved story tags that have no slugs.
Adding ssl to db machines.
Fixing subscription cancelation error messge.
Android v10.1b7.
#1364 In App Review
Showing addresses in email story share.
#1369 Notification alerts. Skip old stories
Android v10.1b6.
iOS v10.1.1.
Fixing backgrounds in newsletters.
Fixing newsltter check which inaccurately added newsletter div to all stories.
Styling side option buttons in iOS to be cleaner.
iOS v10.1.
...
* master: (66 commits)
Styling new features for dark mode.
Adding style option for grid height. XS/S/M/L/XL
Adding applinks to .well-known/apple app json. For #1361.
#1377 (mark as read for titles only)
iOS: project upgrade check
https for all links.
Saving saved story slugs.
Slugifying saved story tags that have no slugs.
Adding ssl to db machines.
Fixing subscription cancelation error messge.
Android v10.1b7.
#1364 In App Review
Showing addresses in email story share.
#1369 Notification alerts. Skip old stories
Android v10.1b6.
iOS v10.1.1.
Fixing backgrounds in newsletters.
Fixing newsltter check which inaccurately added newsletter div to all stories.
Styling side option buttons in iOS to be cleaner.
iOS v10.1.
...
* django1.11: (73 commits)
Switching to new celery 4 standalone binary.
Fixing various mongo data calls.
Upgrading to latest celery 4 (holy moly), which required some big changes to project layout. Still needs supervisor scripts updated.
Removing unused log on cookies.
I believe this Context wrapping is still preserved. See this django ticket: https://code.djangoproject.com/ticket/28125. Reverting this fixes the error, so I'm assuming this is that type of render.
Have to revert 3f122d5e03 because this broke existing sessions (logged me out) because the model has changed and the serialized model stored in redis no longer matches. Whew, this took a while to figure out.
Upgrading redis cache.
Adding cookies to path inspector.
Removing dupe db log.
Fixing missing DB logs (redis and mongo) due to this change in django 1.8: "connections.queries is now a read-only attribute."
Removing migrations that set a default date of 2020-05-08. Not sure why this was committed. I thought we resolved the issue with default datetimes?
Fixing CallableBool.
Missing import
Fixing runtime errors on django 1.10
Fixing OAuth connect.
Fixing various django1.9 issues, mainly around templates.
BASE_DIR
Not every story is from a feed.
Styling background colors for newsletters.
Styling more newsletter elements.
...
* django1.6: (109 commits)
Specifying SESSION_SERIALIZER, which changes from PickleSerializer to JsonSerializer in django 1.5 to 1.6.
Fixing broken auto-dark theme.
Increasing contrast for unread counts.
Fixing tag colors and story traversal button borders. For https://forum.newsblur.com/t/dark-mode-minor-tweak-suggestion/8225
Cleaning up Twitter lists.
Updating next/previous buttons and search icon.
No ECMAScript 6 yet. Wait until it's the only change.
Mark read button
Older httplib2 doesn't have setuptools legacy issue.
Upgrading redis session.
Upgrading redis session.
Django 1.6.11, not requiring fields=__all__. @sictiru, wondering if this is necessary?
Better newsletter check
Adding allowlist (whitelist) for RSS Bridge.
Removing last vestigates of Google Analytics.
New spinners.
Cleaning up profile modal.
Scratch that, better bright.
Darkening light blue links and graphs.
Better cross browser watching for changing theme.
...
* master: (63 commits)
Better newsletter check
Adding allowlist (whitelist) for RSS Bridge.
Removing last vestigates of Google Analytics.
Android v10.0.
#1161 (android widget) RemoteViews empty state
Android v10.0b3.
#1298 (saved searches)
#1298 (saved searches)
#1304 (not restoring state)
#1306 (status bar during fullscreen)
#1231 (sharing crash)
#1309 (theme in story detail view)
Fixed#1314 (persistent "All Done")
#1306 (status bar during fullscreen)
#1294 (move to new folder)
#1293 (invalid permalink)
#1306 (status bar during fullscreen)
#1306 (status bar during fullscreen)
#1294 (move to new folder)
#1301 (white flash in dark mode)
...
* master: (34 commits)
Updating Mercury Parser (in the hopes it fixes#1147, but if not, here's to how do it later).
Adding twitter lists to feed fetcher.
20% bounces on newsletters is cause for concern.
Better text in monitor emails
Adding newsletter checker and feed fetcher checker for better monitoring.
Android v10.0b1
Documenting saved searches in the API. For #1298.
Relying on fabric instead of nginx to take care of certificate locations.
Different ssl cert location.
Adding archive in utils, changing email in disk usage monitor.
Turning off https-only because the SSL certificate seems to have a broken root.
Android widget date time format. Exclude hidden stories in widget
Android widget config list adapter cleanup
Android widget config nested vs flat list view
Android widget opens story in All Stories view
Android widget config feed list updates
Android widget colors. Widget config empty state. Widget update triggers
Android widget config feed list filters
Android widget parse and add new feed fields to db
Android widget empty view. Tap to config. Default feed set
...