Commit graph

1097 commits

Author SHA1 Message Date
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
Samuel Clay
2d0c82a7b2 Merge branch 'master' into django1.6
* master: (43 commits)
  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.
  New spinners.
  Cleaning up profile modal.
  Scratch that, better bright.
  Darkening light blue links and graphs.
  Better cross browser watching for changing theme.
  Feed title color
  Tuning feedback colors.
  New blurred logo (for dark mode).
  Half-way fixed homepage. Also adding Auto theme (as default, too), thanks to @dejal's suggestion.
  Adding 10 features to welcome page.
  Removing debugging
  ...
2020-06-24 15:35:07 -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
Samuel Clay
2f505de82d Removing debugging 2020-06-17 18:17:29 -04:00
Samuel Clay
3adb60944d Updating logo for dark mode. 2020-06-17 18:17:05 -04:00
Jonathan Math
cedf8eb67a create a function to get subdomain for apps/reader/views.py and 2to3 tests.py and views.py for apps/reader/ 2020-06-17 00:41:50 -04:00
Samuel Clay
68e99c6541 Merge branch 'master' into darkmode
* master:
  Including feeds in flat feeds even when asking for inactive feeds.
2020-06-15 20:06:35 -04:00
Samuel Clay
31451b1093 Including feeds in flat feeds even when asking for inactive feeds. 2020-06-15 20:05:25 -04:00
jmath1
84fa6f2843 2to3 apps/reader/ 2020-06-15 05:24:54 -04:00
jmath1
7d95dbb5cf change User.is_authenticated() and User.is_anonymous() to attributes 2020-06-11 15:13:12 -04:00
jmath1
08f0ffd12e Fix other instances of request.REQUEST 2020-06-11 02:43:05 -04:00
Samuel Clay
26dfca92d8 Rewrote story header to position sticky. Much better. Grid needs numbering to handle new grid layout. 2020-06-10 20:56:34 -04:00
Samuel Clay
953b9712c2 Removing Google Reader traces. 2020-06-10 19:24:02 -04:00
Samuel Clay
3a1a94cc60 This actually fixes #1098 by keeping the add url even through login. 2020-06-08 20:40:45 -04:00
jmath1
abdf1b67e5 change mimetype to content_type 2020-06-08 05:35:27 -04:00
jmath1
3f8b0655d4 change mimetype to content_type and stop using request.REQUEST 2020-06-07 08:04:23 -04:00
jmath1
4e89bcd67a upgrade to django 1.6 and make migrations 2020-06-05 11:00:54 -04:00
Samuel Clay
3d25d1a2d2 Merge branch 'master' into highlights
* master: (54 commits)
  Removing unused merge_feeds command, this is better used in rss_feeds/models.py
  Temporarily turn off https only.
  Changing color on dark mode cutoff.
  Adding dark mode cutoff for blurlogs.
  Redirect http to https. Long time coming.
  Testing http > https redirect.
  Handling broken page importer.
  Handling multiple starred stories.
  Handling NoAnswer on broken emails.
  Overriding story url.
  Removing Daily Skip from text importer.
  Adding YouTube ToS to ToS.
  Adding saved searches to flat feeds for #1298.
  6 hour min
  6 hour minimum for craigslist
  #1292 (dark mode FTUX)
  Xcode 11.4 tweaks
  #1290 (state restoration)
  Fixing premium upgrade form
  ios v10.0.2.
  ...
2020-05-22 10:26:50 -04:00
Samuel Clay
3d0c060dfe Handling multiple starred stories. 2020-05-04 09:48:45 -04:00
Samuel Clay
db1fcc8cac Adding saved searches to flat feeds for #1298. 2020-04-24 19:42:26 -04:00
Samuel Clay
27096549a9 6 hour minimum for craigslist 2020-04-06 09:42:11 -04:00
Samuel Clay
50e88b2baf Changing update_counts on /reader/feeds so that all clients are forced to count unreads on initial feed load unless they explicitly say they can update their own counts by later calling /reader/refresh_feeds, which can take a while (Counting is difficult). 2020-03-17 12:20:59 -04:00
Samuel Clay
b946c829b9 Merge branch 'master' into highlights
* master: (104 commits)
  Fixing issue around JSON feeds with missing fields.
  Adding smart crop to image proxy thumbnails.
  Adding secret signature to proxied image urls and thumbnails. Ready to launch!
  Don't hexify url
  Handling a mix of image proxy options.
  Handling a mix of image proxy options.
  Adding imageproxy and switching from camo. Built for #1162.
  Adding back in types
  Undoing commit that changed story dates.
  Adding in imageproxy nginx conf.
  Moving mongo config log.
  #1162 (widget)
  #1162 (widget)
  #1162 (widget)
  #1162 (widget)
  #1162 (widget)
  #1268 (appearance changes)
  Fixing tag alignment issue in FF.
  Handle no page
  Handle no page
  ...
2020-01-05 18:22:56 -05:00
Samuel Clay
7889fd831e Wrong template 2019-12-21 09:54:47 -05:00
Samuel Clay
7cd4e2f5b9 Merge branch 'master' into recaptcha
* master: (618 commits)
  Build 107
  iOS v9.1.1, still in development.
  #1249 (dark theme colors)
  iOS: #1254 (settings with stories on bottom)
  iOS: #1257 (highlighting issue)
  iOS: #1258 (crash on start)
  Fixing #1251, twitter error should specify the correct dialog.
  Facebook connect url
  Typo
  Hardcoding facebook url
  https for oauth
  add touch intent to widget initialization instead of only refresh
  Handling ImportError
  Handling MemoryError.
  Adding rate limiting logging.
  Handling missing stories from newsletters.
  Handling missing users on clean spammer.
  Upgrading psychopg.
  v9.1 ios.
  Slight change in colors.
  ...
2019-10-25 14:35:59 -04:00
Samuel Clay
b8ea4998f5 Fixing #1251, twitter error should specify the correct dialog. 2019-10-19 16:43:15 -04:00
Samuel Clay
e1b45a33fc Fixing #1248. Starred stories retrieved by 'h' should have the normal 100 story limit. 2019-09-24 10:12:39 -04:00
Samuel Clay
b1d6f88e3c Merge branch 'master' into highlights
* master: (218 commits)
  Deploying camo https proxy for images.
  add title to story sharing
  Font tag has attrs too
  don't include inactive feeds on unread count
  Typo
  Handling bs4 attr difference.
  Upgrading beautifulsoup for html sanitizing in email newsletters.
  http -> https on all emails.
  Adding link to specific tweet. Thanks to @ktf for the suggestion.
  use system formatted date for non-english locales
  Fixing classmethod
  Adding stripe history reimport background task.
  New screenshots for iOS.
  iOS bundle version 104.
  iOS: #1208 (iOS 13 support)
  iOS bundle version.
  iOS: #1210 (hiding on swiping feeds)
  iOS: #1171 (autoscroll)
  Upgrading to mercury parser v2.1.1 thanks to @mgeraci
  iOS: #1171 (autoscroll)
  ...
2019-08-11 14:53:37 -07:00
Samuel Clay
e3f4cff5bb Fixing saved stories inline. 2019-01-18 13:42:57 -05:00
Samuel Clay
c95229f31d Adding logging 2019-01-18 13:41:44 -05:00
Samuel Clay
146fa24873 Wrong split story hash 2019-01-18 13:39:40 -05:00
Samuel Clay
655f6174ec Fidning duplicate feeds in saved stories. 2019-01-18 13:38:43 -05:00
Samuel Clay
634553c1a5 Adding a new failed read story catcher (thanks to @pbones for the persistence). NewsBlur now retries marking stories as read at a later date when they fail for whatever reason. 2019-01-05 16:00:55 -05:00
Samuel Clay
309d5d680e Unsaving a story forces a full recount. 2018-12-24 19:47:06 -05:00
Samuel Clay
5d93cf86a9 Adding delay option to load_single_feed to ease debugging network timeouts. Useful for #1149 2018-11-23 22:58:04 -05:00
Samuel Clay
932cfc3fba Fixing stripe import history. 2018-08-16 12:22:53 -04:00
Samuel Clay
1c7c734662 Highlighting kind of works. Seems to erase itself and not serialize multiple highlights. 2018-08-09 16:25:28 -04:00
Samuel Clay
1e12cb6353 Story highlighter is in. Needs class appliers and segmented control for turning on/off highlights. 2018-08-07 18:37:58 -04:00
Samuel Clay
32524cc7d0 Better handling of broken page server. 2018-07-13 11:38:43 -04:00
Samuel Clay
c9167afadd Handling over page 200 on single feeds. 2018-07-10 22:12:10 -04:00
Samuel Clay
87438967be OMG how did I leave this in here. 2018-04-17 17:56:42 -07:00
Samuel Clay
43504ef229 Pull to refresh offsets the folder title view by the height of the self.refreshControl (NSRefreshControl). Should lookup why NSRefreshControl offsets uitableview section headers. 2018-04-06 09:53:00 -04:00
Samuel Clay
3fbe278ee1 Updating reply to email format. 2018-03-06 19:42:40 -08:00
Samuel Clay
32c7c13a4f Fixing analytics issue. 2018-02-26 18:11:25 -08:00
Samuel Clay
768af8bccf Revert 2018-02-26 18:10:50 -08:00
Samuel Clay
4868a078a5 Revert 2018-02-26 18:09:42 -08:00
Samuel Clay
a1d85f2cb7 Adding more analytics to app servers. 2018-02-26 18:07:13 -08:00
Samuel Clay
f9d9bce5ec Saving page load stats for munin graphs. 2018-02-26 16:00:44 -08:00
Samuel Clay
6a8dd09ecc Only profiling 10%. 2018-02-26 15:16:20 -08:00