Commit graph

44 commits

Author SHA1 Message Date
Samuel Clay
c424c3bb0f Merge branch 'master' into dashboard3
* master:
  Handling monitor failure
  Failed feeds fetched monitor needs to handle edge case.
  Move WebSub callbacks to HTTPS
2021-03-09 17:07:04 -05:00
Daniel Aleksandersen
9082137b72
Move WebSub callbacks to HTTPS 2021-03-05 17:51:57 +01:00
Samuel Clay
c5f4734de4 Finally getting sentry to work in feed fetching. 2021-02-25 19:32:48 -05:00
Samuel Clay
92d8caf2b4 Merge branch 'django3.1' into docker_django3.1
* django3.1:
  Auto-enabling newsblur3 virtualenv.
  Fixing 2to3 string encoding.
  Rolling back pymongo.
  Upgrading all dependencies. This probably won't work (looking at you timezones).
  Updating feedparser.
  Django 3.1.
2020-12-08 13:06:56 -05:00
Samuel Clay
4bb9d47144 Upgrading all dependencies. This probably won't work (looking at you timezones). 2020-12-03 16:50:54 -05:00
Jonathan Math
83048ce0ca python3/django3 upgrades 2020-11-07 10:46:41 +07:00
Samuel Clay
1351aee6a8 Vendorizing new feedparser. 2020-07-01 18:38:37 -04:00
Samuel Clay
eeb44e3400 Fixing a bunch of feed fetch py3 errors. Fetching now works! 2020-06-30 20:50:30 -04:00
Jonathan Math
bd3423fe9c explicitly encode strings before hashing 2020-06-20 00:27:01 -04:00
jmath1
3a88b5210a Add on_delete argument to ForeignKeyField and OneToOneField fields 2020-06-11 05:45:48 -04:00
Samuel Clay
63125fd83f Fixing missing schema exception. 2018-07-16 10:50:20 -04:00
Samuel Clay
d56a1c8ea9 Fixing PuSH issue with urls for hubs that look like: '//alert-hub.appspot.com' 2016-02-16 19:34:34 -08:00
Samuel Clay
959fc368e9 Better handling of PuSH errors. 2016-02-16 13:12:31 -08:00
Samuel Clay
02c91bb8b0 Fixing timeout error on PUSH. Also fixing requests error on page importing. 2015-03-11 11:44:47 -07:00
Samuel Clay
074cdb8c49 Fixing the default PuSH lease by setting it to 10 minutes (matching the reference hub). Huge thanks to @mihaip. 2014-01-02 15:03:19 -08:00
Samuel Clay
6fda0b6a35 Timing out on PuSH hubs when down. 2013-07-01 18:46:21 -07:00
Samuel Clay
d8a43d394f Upgrade to django 1.5 script. Also handling story lookups with objectids. 2013-03-20 15:43:35 -07:00
Samuel Clay
90c2425db0 Upgrading django from 1.3 to 1.5. 2013-03-20 15:05:52 -07:00
Samuel Clay
bcc24c1253 Fixing PuSH by using the correct hub url. Thanks to @donmelton for finding the bug. 2013-01-22 18:15:28 -08:00
Samuel Clay
6063224c1b Fixing Push error on connection errors. 2012-12-11 09:43:35 -08:00
Samuel Clay
60f1f6f4cd Adding monit for celery on db. Fixing push subscription issue with changing feed ids. 2012-08-15 17:02:55 -07:00
Samuel Clay
314ff62a61 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing issue with PuSH hub topic's being too long for the db.
  OPML import: Using custom feed titles if they don't match what's in the feed DB.
2012-04-02 18:49:21 -07:00
Samuel Clay
61f2ced74b Showing real-time pubsub status on user dashboards. Opening up real-time for everybody. 2012-04-02 18:48:41 -07:00
Samuel Clay
58ece7dfc2 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Wordpress PuSH errors aren't really errors, so don't log them.
2012-04-01 23:54:24 -07:00
Samuel Clay
6b202ebba5 Fixing issue with PuSH hub topic's being too long for the db. 2012-04-01 20:33:42 -07:00
Samuel Clay
2bdd2b587d Wordpress PuSH errors aren't really errors, so don't log them. 2012-03-30 17:12:03 -07:00
Samuel Clay
06a11d5fb4 Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url. 2012-03-30 16:58:10 -07:00
Samuel Clay
5a60b1047f Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url. 2012-03-30 16:57:33 -07:00
Samuel Clay
453e773c07 Subscribing to a topic or hub sets the urls. 2012-03-30 16:17:52 -07:00
Samuel Clay
f49f5ebc04 Adding dev role, updating hosts, and checking for wp-cron in broken wordpress plugin PuSH pings. 2012-03-29 13:57:38 -07:00
Samuel Clay
cc3bf25237 Stupid broken Wordpress PuSH plugin tries to set wp-admin/post.php to its topic. 2012-03-29 13:13:06 -07:00
Samuel Clay
154374500e Adding logging to PuSH push requests. 2012-03-29 13:10:34 -07:00
Samuel Clay
ae0cf0f99e Fixing broken redirected PuSH urls. Typo on datetime. 2012-03-29 12:32:55 -07:00
Samuel Clay
0fa19b2c75 Refactoring updated urls in PuSH feeds. 2012-03-29 12:25:21 -07:00
Samuel Clay
ccd31e1fca Feeds are OneToOne with PushSubscriptions, so remove the db inconsistency. 2012-03-28 19:22:16 -07:00
Samuel Clay
4c75ff2a07 Emergency fix to not have to reverse url in task fetchers. 2012-03-28 17:09:13 -07:00
Samuel Clay
214e7d4c90 Setting up push feeds for removal. 2012-03-28 16:49:58 -07:00
Samuel Clay
d8a343b67b Adding munin graph for pushed feed queue and nginx conf. 2012-03-28 16:43:04 -07:00
Samuel Clay
f735236e04 Cleanup 2012-03-28 11:59:30 -07:00
Samuel Clay
23479d3b12 Forgive push subscription errors. 2012-03-27 18:51:29 -07:00
Samuel Clay
9ee6487f58 Correcting a double-encoding bug for story permalinks that was from way back when. 2012-03-27 18:37:04 -07:00
Samuel Clay
fd1e26a5b0 Fixing the shit out of the feed fetcher's deleted feed handling. Also fixing PuSH support to correctly give parameters to PuSH server. 2012-03-27 17:34:39 -07:00
Samuel Clay
abc3b20d81 Adding subscription callbacks for PuSH. 2012-03-27 16:26:07 -07:00
Samuel Clay
daef8f3841 Stubbing in PuSH support. Need to work it in with Feeds and upgrade rel='hub'. 2012-03-27 14:58:13 -07:00