Commit graph

1505 commits

Author SHA1 Message Date
jmath1
66b2011707 2to3 NewsBlur/utils/ 2020-06-13 13:13:20 -04:00
jmath1
5c1e0a1c5e change force_str to force_text and smart_unicode to smart_bytes in utils/json_functions.py 2020-06-13 13:06:59 -04:00
jmath1
09fd8fa846 2to3 utils/json_functions.py 2020-06-13 13:04:33 -04:00
jmath1
d1ab75ec2f move location where setup_databases is imported in testrunner.py because the old location is deprecated 2020-06-13 00:33:30 -04:00
jmath1
a61e1a7b99 Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
jmath1
7d95dbb5cf change User.is_authenticated() and User.is_anonymous() to attributes 2020-06-11 15:13:12 -04:00
jmath1
5c6a48ed52 switch generate_secret_token from sha1 to sha256 algorithm 2020-06-11 11:08:45 -04:00
jmath1
26f3a22afb change SingleRelatedObjectDescriptor to ReverseOneToOneDescriptor 2020-06-11 03:51:40 -04:00
Samuel Clay
6994b02e57 Bumping newsletter bounce to 50%. 2020-06-08 15:12:23 -04:00
Samuel Clay
e42f3011af Updating emails on monitors. 2020-06-08 15:11:42 -04:00
Samuel Clay
7f38f64447 Removing unused south calls. 2020-06-08 11:07:05 -04:00
jmath1
bcfc17a9db use DiscoverRunner to run tests 2020-06-08 07:56:11 -04:00
jmath1
3f8b0655d4 change mimetype to content_type and stop using request.REQUEST 2020-06-07 08:04:23 -04:00
Samuel Clay
6490476a31 Merge branch 'master' into django1.6
* 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
  ...
2020-06-05 11:03:11 -04:00
jmath1
4e89bcd67a upgrade to django 1.6 and make migrations 2020-06-05 11:00:54 -04:00
Samuel Clay
d37ca03d07 Adding twitter lists to feed fetcher. 2020-06-04 16:57:04 -04:00
Samuel Clay
ed428708e6 20% bounces on newsletters is cause for concern. 2020-06-03 12:55:44 -04:00
Samuel Clay
2c747c29f2 Better text in monitor emails 2020-06-03 12:44:47 -04:00
Samuel Clay
6d2d9a61e9 Adding newsletter checker and feed fetcher checker for better monitoring. 2020-06-03 12:38:11 -04:00
Samuel Clay
dbf9e838a8 Different ssl cert location. 2020-06-01 17:09:57 -04:00
Samuel Clay
9bfd0a6e82 Adding archive in utils, changing email in disk usage monitor. 2020-06-01 15:37:58 -04:00
Samuel Clay
75e972ed98 Fixing issue around JSON feeds with missing fields. 2020-01-05 18:14:13 -05:00
Samuel Clay
bda71167ac Adding smart crop to image proxy thumbnails. 2019-12-25 19:08:22 -05:00
Samuel Clay
5bf7c0af18 Adding secret signature to proxied image urls and thumbnails. Ready to launch! 2019-12-25 18:36:52 -05:00
Samuel Clay
a631710d90 Don't hexify url 2019-12-25 18:18:40 -05:00
Samuel Clay
0d9f787d89 Handling a mix of image proxy options. 2019-12-25 18:15:50 -05:00
Samuel Clay
7baa187566 Handling a mix of image proxy options. 2019-12-25 18:14:55 -05:00
Samuel Clay
ed81559e4e Adding imageproxy and switching from camo. Built for #1162. 2019-12-25 18:13:36 -05:00
Samuel Clay
9ca17dd3b3 Undoing commit that changed story dates. 2019-12-25 15:59:38 -05:00
Samuel Clay
dc1567b4f4 Silencing warning. 2019-12-21 09:49:23 -05:00
Samuel Clay
bd3fd54438 Removing print 2019-12-16 17:02:06 -05:00
Samuel Clay
305e46cd7d Adding secret_token parameter support to every API endpoint. Built for #1162. 2019-12-16 16:59:04 -05:00
Samuel Clay
5ebfa818b1 Adding rate limiting logging. 2019-10-13 09:13:33 -04:00
Samuel Clay
74e8fd4606 Deploying camo https proxy for images. 2019-08-11 14:44:15 -07:00
Samuel Clay
b273b3c36c Font tag has attrs too 2019-07-31 11:08:09 -07:00
Samuel Clay
971c4ddded Typo 2019-07-28 18:28:13 -07:00
Samuel Clay
2eccf8ad61 Handling bs4 attr difference. 2019-07-28 18:26:53 -07:00
Samuel Clay
70413c8cfe Upgrading beautifulsoup for html sanitizing in email newsletters. 2019-07-28 18:10:29 -07: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
e5c4726932 Creating sgined urls for camo. 2019-01-17 15:05:32 -05:00
Samuel Clay
90de811b9c Fixing truncate chars to do a proper unicode truncate. 2018-08-10 15:17:43 -04:00
Samuel Clay
33d521b6f3 Handling APNS unicode encode errors. 2018-08-09 10:25:39 -04:00
Samuel Clay
8603c8e24d Fixing APNS notifications. 2018-08-09 10:24:45 -04:00
Samuel Clay
0a49e1b073 Attempting to corral APNS push notification max sizes due to chinese unicode characters being 3 bytes. 2018-08-09 10:01:59 -04:00
Samuel Clay
15d393cc26 No story title and no content means no story. 2018-08-02 11:32:24 -04:00
Samuel Clay
54a0da95bd On stories with unmarked dates, add a random number of seconds (under a minute) to give stories their own timestamp. Makes feed timelines more deterministic once the stories are injested. 2018-07-26 10:45:09 -04:00
Samuel Clay
43cd105b80 Fixing facebook page fetcher bug. 2018-07-24 10:00:29 -04:00
Samuel Clay
c2561b6546 Handling twitter error 2018-07-16 10:51:37 -04:00
Samuel Clay
f54151cae4 Less restriction on blank titles. 2018-07-12 14:21:25 -04:00
Samuel Clay
ab939f72fe Adding a 'story_title_blank' field to stories to signify that the story title was originally ommitted (even though NewsBlur added one in). Thanks to @jbrayton for the suggestion. 2018-07-12 14:19:14 -04:00