Commit graph

28 commits

Author SHA1 Message Date
Samuel Clay
f888e8a204 Only disconnecting twitter on expired token. 2021-07-09 12:46:07 -04:00
Samuel Clay
21a0d425b0 Typo on method. 2021-06-14 14:22:27 -04:00
Samuel Clay
25c9a75b9d Disconnecting twitter when user is suspended or expired. 2021-06-14 14:21:23 -04:00
Samuel Clay
181a27ba68 Enumerating twitter errors. 2021-06-14 13:24:02 -04: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
6285e14382 Handling over capacity for twitter. 2020-11-30 18:59:19 -05:00
Samuel Clay
5d3dff726a Adding controls to twitter videos. 2020-11-09 19:29:58 -05:00
Samuel Clay
35a781fbc4 Add full name of twitter user at top of tweet. Closes #1354. 2020-08-25 20:39:14 -04:00
Samuel Clay
eeb44e3400 Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -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
e1a8ffe064 Cleaning up Twitter lists. 2020-06-24 09:34:49 -04:00
Jonathan Math
3a0a2c28b8 2to3 utils/*.py 2020-06-19 02:27:48 -04:00
Samuel Clay
d37ca03d07 Adding twitter lists to feed fetcher. 2020-06-04 16:57:04 -04:00
Samuel Clay
5ebfa818b1 Adding rate limiting logging. 2019-10-13 09:13:33 -04:00
Samuel Clay
8fdecdab7c Adding link to specific tweet. Thanks to @ktf for the suggestion. 2019-07-28 15:39:45 -07:00
Samuel Clay
c2561b6546 Handling twitter error 2018-07-16 10:51:37 -04:00
Samuel Clay
d3035fb67d Adding support for Twitter animated gifs. 2018-04-27 13:28:22 -07:00
Samuel Clay
77ba037fa7 Adding Twitter video support. 2018-04-01 13:24:15 -07:00
Samuel Clay
895869b334 Better sanitization of tweets. 2018-01-18 16:12:59 -08:00
Samuel Clay
e69965ce19 Handling RSS feed for tweets when there are no tweets. 2018-01-18 16:11:39 -08:00
thinkpoop
17df09b65b
Add "reply-to-self" tags to tweets
Add "reply-to-self" tags to tweets where the author and "in reply to" user have the same id
2017-12-26 16:35:16 -06:00
Samuel Clay
9caeb9822c Twitter fetcher should include all images. 2017-06-12 17:21:09 -07:00
Samuel Clay
ad145d2b21 Loop through twitter usersubs until working api is found. 2017-05-24 21:08:06 -07:00
Samuel Clay
717ab6248f Loop through twitter usersubs until working api is found. 2017-05-24 21:07:22 -07:00
Samuel Clay
3b36b4eec5 Better looking twitter dates to match stories. Too bad about timezones. 2017-05-07 16:22:07 -07:00
Samuel Clay
9af256a387 Fixing twitter dates, adding Retweeting author to twitter stories, and adding quoted tweets into retweets. Twitter support is so much better now. 2017-05-07 15:40:44 -07:00
Samuel Clay
3c1ecbb0fd Forgot to handle missing twitter api. 2017-05-06 19:50:22 -07:00
Samuel Clay
6bc9a55bfc Rewriting twitter fetching. Now fetching truncated text, embedding quoted tweets, and fixing URLs so that they show the display url (and not t.co) and link to the expanded url. 2017-05-06 19:38:36 -07:00