Commit graph

667 commits

Author SHA1 Message Date
Samuel Clay
05756155b1 Merge branch 'django3.0' into docker_django3.0
* django3.0: (184 commits)
  Removing log override
  Moving logging over to the newsblur log.
  Fixing search indexer background task for new celery.
  Attempting to add gunicorn errors to console/log.
  Better handling of missing subs.
  Handling missing user sub on feed delete.
  Correct encoding for strings on systems that don't have utf-8 as default encoding.
  Writing in the real urllib3 dependency for requests.
  Upgrading requests due to urllib3 incompatibility.
  Login required should use the next parameter.
  Upgrading django oauth toolkit for django 1.11.
  Handling newsletters with multiple recipients.
  Extracting image urls sometimes fails.
  Handling ajax errors in json views.
  Adding timeouts to most outbound requests.
  Sentry SDK 0.19.4.
  Removing imperfect proxy warning for every story.
  Found four more GET/POST crosses.
  Feed unread count may need a POST.
  Namespacing settings.
  ...
2020-12-08 13:04:39 -05:00
Samuel Clay
8371c635f7 Merge branch 'master' into django2.0
* master: (27 commits)
  Removing log override
  Moving logging over to the newsblur log.
  Fixing search indexer background task for new celery.
  Attempting to add gunicorn errors to console/log.
  Better handling of missing subs.
  Handling missing user sub on feed delete.
  Correct encoding for strings on systems that don't have utf-8 as default encoding.
  Writing in the real urllib3 dependency for requests.
  Upgrading requests due to urllib3 incompatibility.
  Login required should use the next parameter.
  Upgrading django oauth toolkit for django 1.11.
  Handling newsletters with multiple recipients.
  Extracting image urls sometimes fails.
  Handling ajax errors in json views.
  Adding timeouts to most outbound requests.
  Sentry SDK 0.19.4.
  Removing imperfect proxy warning for every story.
  Found four more GET/POST crosses.
  Feed unread count may need a POST.
  Namespacing settings.
  ...
2020-12-08 09:09:25 -05:00
Samuel Clay
f00784d9dd Removing log override 2020-12-07 17:52:22 -05:00
Samuel Clay
4bc21931e9 Namespacing settings. 2020-12-05 17:23:31 -05:00
Samuel Clay
5dfbeb41af Switching back to master after django 1.11 merge. 2020-12-05 14:42:20 -05:00
Samuel Clay
5a8dab9f25 Massaging roles. 2020-12-05 14:37:20 -05:00
Samuel Clay
33fb60ee48 Separating app from web role. 2020-12-05 14:12:05 -05:00
Samuel Clay
cd994545a9 Upgrading work servers. 2020-12-05 13:35:32 -05:00
Samuel Clay
3737c13b22 Updating paths for python 3 2020-12-03 14:05:32 -05:00
Samuel Clay
b89e7dc429 Merge branch 'django1.11' into django2.0
* django1.11: (152 commits)
  request.raw_post_data -> request.body (django 1.6)
  Upgrading pgbouncer to 1.15.0.
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
  Fixing supervisor path issues
  Upgrading setuptools
  Fixing flask
  Handling over capacity for twitter.
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
  Removing dependency, fixing encoding issue for pages.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  Fixing Statistics by fixing how timezones are handled.
  ...
2020-12-03 14:04:26 -05:00
Samuel Clay
57bc4c2569 Upgrading pgbouncer to 1.15.0. 2020-12-03 11:58:35 -05:00
Samuel Clay
8d47425c50 Merge branch 'django1.10' into django1.11
* django1.10:
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
2020-12-03 09:59:32 -05:00
Samuel Clay
e158342037 Merge branch 'django1.6' into django1.7
* django1.6:
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
  Handling over capacity for twitter.
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
2020-12-03 09:58:39 -05:00
Samuel Clay
55f106527f Merge branch 'master' into django1.6
* master:
  Finishing off Postgresql 13 upgrade.
  Upgrading to Postgresql 13.
  Ubuntu 20.04
  Handling over capacity for twitter.
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
2020-12-03 09:58:33 -05:00
Samuel Clay
946fb21ca1 Finishing off Postgresql 13 upgrade. 2020-12-02 22:19:11 -05:00
Samuel Clay
4259b0c748 Upgrading to Postgresql 13. 2020-12-02 20:51:33 -05:00
Samuel Clay
a2d7c08fee Ubuntu 20.04 2020-12-02 19:22:06 -05:00
Samuel Clay
176b079b56 Upgrading setuptools 2020-12-02 17:14:12 -05:00
Samuel Clay
8299f70c87 Fixing flask 2020-12-02 16:58:30 -05:00
Samuel Clay
e75da8771c Removing dependency, fixing encoding issue for pages. 2020-11-30 18:17:26 -05:00
Samuel Clay
0b600f8a92 Adding docker install to fabfile, where it can't really remain. 2020-11-16 17:57:04 -05:00
Samuel Clay
5e585a976d Going back on AllowAllUsers backend, as it doesn't work with django 1.5 authentication sessions. 2020-11-13 20:41:23 -05:00
Samuel Clay
df06a7727b Merge branch 'django1.10' into django1.11
* django1.10:
  De-vendorizing django-paypal
  Vendorizing paypal
  Re-vendorizing django-paypal until django 1.11 upgrade is complete.
2020-11-13 19:43:32 -05:00
Samuel Clay
09f8cb3712 Merge branch 'django1.6' into django1.7
* django1.6:
  De-vendorizing django-paypal
  Vendorizing paypal
  Re-vendorizing django-paypal until django 1.11 upgrade is complete.
  Downgrading django-paypal to deal with django1.5 -> django1.11 issue and IPN.
  Fixing feeds failed fetch monitor.
2020-11-13 19:42:20 -05:00
Samuel Clay
d29dce7d2e Merge branch 'master' into django1.6
* master:
  Vendorizing paypal
  Re-vendorizing django-paypal until django 1.11 upgrade is complete.
  Downgrading django-paypal to deal with django1.5 -> django1.11 issue and IPN.
  Fixing feeds failed fetch monitor.
2020-11-13 19:41:23 -05:00
Samuel Clay
31c625f099 Vendorizing paypal 2020-11-13 19:39:37 -05:00
Samuel Clay
b4ad25dd34 Cleaning up django upgrade. 2020-11-13 11:02:27 -05:00
Samuel Clay
c1b550b6cf Adding upgrade script for app and task servers. 2020-11-12 20:27:25 -05:00
Samuel Clay
c6150c4779 Correcting paths 2020-11-12 19:38:53 -05:00
Samuel Clay
88533599ca Merge branch 'django1.10' into django1.11
* django1.10:
  Only warn on old systems with broken swapfile.
  httplib2 causing pip issues.
  De-vendorizing paypal.
2020-11-12 18:13:45 -05:00
Samuel Clay
61cfacdf14 Merge branch 'django1.6' into django1.7
* django1.6:
  Only warn on old systems with broken swapfile.
  httplib2 causing pip issues.
  De-vendorizing paypal.
2020-11-12 18:11:52 -05:00
Samuel Clay
dde3538371 Merge branch 'master' into django1.6
* master:
  Only warn on old systems with broken swapfile.
  httplib2 causing pip issues.
  De-vendorizing paypal.
2020-11-12 18:11:21 -05:00
Samuel Clay
d98552d75b Only warn on old systems with broken swapfile. 2020-11-12 18:10:30 -05:00
Samuel Clay
30a81ab9be Merge branch 'django1.10' into django1.11
* django1.10:
  Datetime needs to evaluate.
  Testing backups.
  Fixing missing Android receipt.
  Adding controls to twitter videos.
2020-11-12 15:40:31 -05:00
Samuel Clay
df587a8268 Merge branch 'django1.6' into django1.7
* django1.6:
  Datetime needs to evaluate.
  Testing backups.
  Fixing missing Android receipt.
  Adding controls to twitter videos.
2020-11-12 15:39:14 -05:00
Samuel Clay
21b8204393 Merge branch 'master' into django1.6
* master:
  Datetime needs to evaluate.
  Testing backups.
  Fixing missing Android receipt.
  Adding controls to twitter videos.
2020-11-12 15:39:02 -05:00
Samuel Clay
1c0ca321fb Testing backups. 2020-11-12 10:11:56 -05:00
Samuel Clay
baa4d505a4 Updating env vars, attempting to deploy django 1.11. 2020-11-09 12:24:32 -05:00
Samuel Clay
0b92bca89d Merge branch 'django1.10' into django1.11
* 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.
  ...
2020-11-09 11:38:35 -05:00
Samuel Clay
7c447c0fbc Merge branch 'django1.6' into django1.7
* 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.
  ...
2020-11-09 11:38:01 -05:00
Samuel Clay
d1b5c161b1 Merge branch 'master' into django1.6
* 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.
  ...
2020-11-09 11:37:52 -05:00
Samuel Clay
47b80d95af Adding ssl to db machines. 2020-10-21 19:57:17 -04:00
Samuel Clay
0f361a6558 Fixing subscription cancelation error messge. 2020-10-19 15:07:14 -04:00
Samuel Clay
5bdf934872 Uncomment to print all IPs 2020-09-14 10:13:54 -04:00
Samuel Clay
46c4a8b0cb Changing ssl cert link. 2020-08-21 23:13:41 -04:00
Samuel Clay
0d6cb69548 Merge branch 'django1.11' into django2.0
* 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.
  ...
2020-06-30 12:34:59 -04:00
Samuel Clay
3fa55aff17 Upgrading to latest celery 4 (holy moly), which required some big changes to project layout. Still needs supervisor scripts updated. 2020-06-29 17:39:55 -04:00
Samuel Clay
d88dab454a Merge branch 'django1.6' into django1.7
* 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.
  ...
2020-06-24 16:04:10 -04:00
Jonathan Math
af6db197d5 Merge remote-tracking branch 'origin/django1.6' into django2.0 2020-06-23 00:46:40 -04:00
Samuel Clay
cfd49f2da0 Merge branch 'master' into django1.6
* 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)
  ...
2020-06-22 10:49:00 -04:00