Commit graph

13631 commits

Author SHA1 Message Date
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
67ef0c578f request.raw_post_data -> request.body (django 1.6) 2020-12-03 11:58:54 -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
d525c294ba Merge branch 'django1.9' into django1.10
* django1.9:
  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:59 -05:00
Samuel Clay
5df52e5ea0 Merge branch 'django1.8' into django1.9
* django1.8:
  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:55 -05:00
Samuel Clay
2090f6238b Merge branch 'django1.7' into django1.8
* django1.7:
  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:48 -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
4303d8eebb Fixing supervisor path issues 2020-12-02 17:18:55 -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
feef90b5c2 Merge branch 'master' into django1.11
* master:
  Handling over capacity for twitter.
2020-11-30 18:59:25 -05:00
Samuel Clay
6285e14382 Handling over capacity for twitter. 2020-11-30 18:59:19 -05:00
Samuel Clay
f2010483b7 Merge branch 'master' into django1.11
* master:
  Max length for image_urls.
  Properly filtering newsletter feeds.
  Fixing issue with text importer on feed-less urls.
2020-11-30 18:55:57 -05:00
Samuel Clay
0f48e88681 Max length for image_urls. 2020-11-30 18:53:52 -05:00
Samuel Clay
d96bbf7f66 Properly filtering newsletter feeds. 2020-11-30 18:34:53 -05:00
Samuel Clay
4b8589a259 Fixing issue with text importer on feed-less urls. 2020-11-30 18:27:49 -05:00
Samuel Clay
e75da8771c Removing dependency, fixing encoding issue for pages. 2020-11-30 18:17:26 -05:00
Samuel Clay
b129360e25 Merge branch 'django1.10' into django1.11
* django1.10:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
2020-11-30 18:04:38 -05:00
Samuel Clay
9da3ee6453 Fixing DB Monitor. 2020-11-30 18:03:15 -05:00
Samuel Clay
21f40c253f Updating User Agent for all fetchers. 2020-11-30 18:03:15 -05:00
Samuel Clay
32b1ee4db8 Ignoring VSCode. 2020-11-30 18:03:15 -05:00
Samuel Clay
61e6043b7b Merge branch 'django1.9' into django1.10
* django1.9:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  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.
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-30 18:03:10 -05:00
Samuel Clay
55f278d4ef Merge branch 'django1.8' into django1.9
* django1.8:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  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.
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-30 18:01:57 -05:00
Samuel Clay
4bd9a6d480 Merge branch 'django1.7' into django1.8
* django1.7:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  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.
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-30 18:01:49 -05:00
Samuel Clay
8ee277c7d3 Merge branch 'django1.6' into django1.7
* django1.6:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  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.
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-30 18:01:42 -05:00
Samuel Clay
cab6e9d928 Merge branch 'master' into django1.6
* master:
  Fixing DB Monitor.
  Updating User Agent for all fetchers.
  Ignoring VSCode.
  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.
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-30 18:01:32 -05:00
Samuel Clay
107887c7d0 Fixing DB Monitor. 2020-11-30 15:49:05 -05:00
Samuel Clay
fa43eed1b8 Updating User Agent for all fetchers. 2020-11-30 15:48:59 -05:00
Samuel Clay
e4163fbafa Ignoring VSCode. 2020-11-30 15:25:31 -05:00
Samuel Clay
ce52802ebd Fixing Statistics by fixing how timezones are handled. 2020-11-23 18:58:00 -05:00
Samuel Clay
1504ef7a4e Merge branch 'master' into django1.11
* master:
  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.
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-23 18:12:03 -05:00
Samuel Clay
a860ffd2d1 Checking the 'credit' field if author not found. Works for TechRepublic, which I suspect is a one off. 2020-11-23 16:22:43 -05:00
Samuel Clay
f15a1068f2 Handling multiple newsletter feeds. 2020-11-19 19:59:07 -05:00
Samuel Clay
e9992eeb53 Attempting a fix of stories taking too long to sort while counting unreads. 2020-11-19 19:56:21 -05:00
Samuel Clay
f84cb42c61 Fixing newsletter search. 2020-11-19 19:52:33 -05:00
Samuel Clay
b9661c10a1 Fixing newsletter search. 2020-11-19 19:51:32 -05:00
Samuel Clay
cb6262b8b3 Newsletters feeds now de-duplicate based on sender email as well as sender name. This should cut down on duplicates. 2020-11-19 18:38:35 -05:00
Samuel Clay
7de6dc84ab Merge branch 'sictiru'
* sictiru:
  Android v10.1.1.
  Fix exception
  Update dependencies
  #1380 Use image proxy only for http images
  #1379 Automatic light/dark theme
  #1367 Starred stories service
2020-11-17 10:26:48 -05:00
Samuel Clay
d9f040cf5a Android v10.1.1. 2020-11-17 10:26:42 -05:00
Samuel Clay
67da6fb644 Merge branch 'master' into sictiru
* master: (57 commits)
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
  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.
  Adding feed unread count refresh when changing intelligence level.
  Task fetches error.
  Only warn on old systems with broken swapfile.
  httplib2 causing pip issues.
  De-vendorizing paypal.
  Datetime needs to evaluate.
  Testing backups.
  Fixing missing Android receipt.
  Adding controls to twitter videos.
  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
  ...
2020-11-16 17:59:03 -05:00
Samuel Clay
1fe1c055ed Fixing API page. 2020-11-13 21:51:52 -05:00
Samuel Clay
59c624c199 Merge branch 'master' into django1.11
* master:
  Ignoring cache for homepage user.
  Gotta recreate empty_values somehow
2020-11-13 21:44:49 -05:00
Samuel Clay
a5a871bba9 Ignoring cache for homepage user. 2020-11-13 21:43:52 -05:00
Samuel Clay
c257074036 Fixing both Stripe form and Login form. 2020-11-13 21:14:41 -05:00
Samuel Clay
c30a092a28 Handling missing user during auth. 2020-11-13 20:58:14 -05:00