Commit graph

1257 commits

Author SHA1 Message Date
Samuel Clay
63362d963d Merge branch 'django1.11' into django2.0
* django1.11:
  Refactoring welcome screen to fix input alignment issue.
  Fixing login rotation.
  Adding cookies to path inspector.
  Upgrading httplib2.
  Upgrading to mongo 3.4 requires dropping old indexes with types attributes. Will need downtime to accomplish.
2020-07-07 15:56:25 -04:00
Samuel Clay
4f912a3eb2 Merge branch 'django1.8' into django1.9
* django1.8:
  Refactoring welcome screen to fix input alignment issue.
  Fixing login rotation.
  Adding cookies to path inspector.
  Upgrading httplib2.
2020-07-07 15:56:08 -04:00
Samuel Clay
d66537bd0f Refactoring welcome screen to fix input alignment issue. 2020-07-06 19:57: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
0d57e46f61 Merge branch 'django1.8' into django1.9
* django1.8:
  Not every story is from a feed.
  Styling background colors for newsletters.
  Styling more newsletter elements.
  Using the correct attribute.
  Typo in template
  Attempting to style newsletters in dark mode.
  Loading dark theme if selected on load.
  Adding scrollbar colors.
  Using request body for ios subscription.
2020-06-25 17:46:46 -04:00
Samuel Clay
3bae1582df Loading dark theme if selected on load. 2020-06-25 14:57:31 -04:00
Samuel Clay
12b599fcad Merge branch 'django1.8' into django1.9
* django1.8: (109 commits)
  De-vendorizing django-paypal, adding to requirements.txt.
  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.
  ...
2020-06-24 17:00:44 -04:00
Samuel Clay
99f61d9d5e Updating next/previous buttons and search icon. 2020-06-23 20:09:17 -04:00
Samuel Clay
a2b93d2de4 Merge branch 'master' into darkmode
* master:
  Older httplib2 doesn't have setuptools legacy issue.
  Upgrading redis session.
  Better newsletter check
  Adding allowlist (whitelist) for RSS Bridge.
  Removing last vestigates of Google Analytics.
2020-06-23 13:24:23 -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
78445a809c Removing last vestigates of Google Analytics. 2020-06-22 08:44:40 -04:00
Samuel Clay
29965a2436 Half-way fixed homepage. Also adding Auto theme (as default, too), thanks to @dejal's suggestion. 2020-06-19 11:25:01 -04:00
Samuel Clay
dbb555741c Adding 10 features to welcome page. 2020-06-17 19:59:09 -04:00
Samuel Clay
3adb60944d Updating logo for dark mode. 2020-06-17 18:17:05 -04:00
Jonathan Math
b14e4a2f35 add loadstatic and autoescale off tags to base.html 2020-06-17 06:44:16 -04:00
Samuel Clay
4434c8003e Merge branch 'master' into darkmode
* master:
  Adding two dependencies for postlight's mercury parser.
  Updating minimist node dependency.
  Updating dependencies
  Removing additional traces of Google Reader.
  Upgrading to latest node.
  Updating flask requirements.
  Removing Google Analytics. Should've done this 7 years ago.
  Renaming feedfinder and feedfinder2.
2020-06-15 18:28:23 -04:00
Samuel Clay
0a2266ebc9 Removing Google Analytics. Should've done this 7 years ago. 2020-06-15 13:50:38 -04:00
Samuel Clay
49eca350f4 Adding theme chooser controls. 2020-06-11 19:25:03 -04:00
jmath1
176be64814 remove load url from future tags 2020-06-11 08:41:46 -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
24268cb961 Fixing #1117 by adding a new button to collapse/open the feed list sidebar. 2020-06-10 15:48:40 -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
Samuel Clay
d354828727 Removing google reader signup. 2020-06-08 12:20:19 -04:00
Samuel Clay
99a9c9a256 Documenting saved searches in the API. For #1298. 2020-06-01 17:30:30 -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
5fa806ca7b Adding YouTube ToS to ToS. 2020-04-29 09:41:04 -04:00
Samuel Clay
2d99e78244 Fixing OAuth authorize on mobile. 2020-02-17 14:36:41 -05:00
Samuel Clay
2c7d564f37 Building standalone webpage for statistics. 2020-01-08 10:28:35 -08:00
Samuel Clay
a3b4a67dfd Keep bookmarklet open on share/save. 2020-01-05 19:49:58 -05: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
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
ae43747028 Upgrading psychopg. 2019-10-02 11:31:10 -04:00
Samuel Clay
7c496d47a7 Adding @caleb-allen to the About page. 2019-09-12 21:40:28 -04:00
Samuel Clay
b5925d0228 Style adjustments. 2019-08-27 20:28:11 -07:00
Samuel Clay
7ce3b92e56 Cleaning up save story dialog. Now just need to save the story. 2019-08-24 19:42:55 -07:00
Samuel Clay
b246c01272 Grammar 2019-08-22 22:56:02 -07:00
Samuel Clay
eecdb186d2 Adding saved story tags to bookmarklet. Just need to hook up the back end. 2019-08-22 22:43:18 -07:00
Samuel Clay
592349ec9e http -> https on all emails. 2019-07-28 16:33:12 -07:00
Samuel Clay
757d333724 Removing svg mask on favicon. 2019-02-05 15:09:07 -05:00
Samuel Clay
17ca59e409 Renaming premium 2018-07-24 10:49:45 -04:00
Samuel Clay
9ee04c4728 Backwards logic on renewal. 2018-05-03 15:42:36 -07:00
Samuel Clay
5952e0b4b0 Better language around renewing and changing credit cards. 2018-05-03 15:38:59 -07:00
Samuel Clay
078c287ddf Updating Tutorial and FAQ for intellignece (thanks Mark Limke). 2018-05-03 15:11:52 -07:00
Samuel Clay
ebef75a8b3 New db02 2018-04-30 21:00:50 -07:00
Samuel Clay
549719b7cf Phasing out getsatisfaction, moving to discourse. 2018-04-17 18:26:49 -07:00
Samuel Clay
8e63c14267 Switching away from Get Satisfaction and to Discourse. forum.newsblur.com is the new support forum. 2018-04-17 16:50:34 -07:00
Samuel Clay
bceef28e36 Adding size 32c. 2018-02-27 19:34:32 -08:00
Samuel Clay
400a37383b Upgrading text 2018-02-20 16:36:22 -08:00
Samuel Clay
2f5a5adbd1 Adding preference to toggle global shared stories and infrequent site stories on web. 2017-12-15 19:14:18 -08:00