Commit graph

13072 commits

Author SHA1 Message Date
Samuel Clay
0e09e46606 Allowing selection in private notes. 2020-07-16 16:24:27 -04:00
Samuel Clay
5f569ade71 Autoresizing private notes field. 2020-07-16 16:10:38 -04:00
Samuel Clay
aab7f1f49e For #1035: Adding private notes to saved stories. 2020-07-16 15:49:28 -04:00
Samuel Clay
acb0531bff Adding REDIS_SESSIONS to local-settings template. 2020-07-16 13:52:19 -04:00
Samuel Clay
537e4ed1c9 Adding user notes. Unverified and needs saved confirmation. 2020-07-15 21:25:00 -04:00
Samuel Clay
25a5568f30 Fixing typo on highlights check in starred stories. 2020-07-14 18:39:42 -04:00
Samuel Clay
239722068e Ignoring right-click when highlighting. 2020-07-14 18:34:39 -04:00
Samuel Clay
009a59006e Adding preference to turn off highlighter. 2020-07-14 17:30:35 -04:00
Samuel Clay
a6a6d51983 Merge branch 'highlights'
* highlights: (27 commits)
  Trim highlights for consistency and to fix a bug where paragraph ends look different.
  The story margins now allow for highlighting.
  Renaming highlights to is_highlights for starred story counts.
  Fixing highlights RSS.
  Fixing highlights counts.
  New highlights saved story feed. Adding API docs, url handling, and counts. Counts need work, as does active selection of new highlights feed.
  Filtering out highlights from other nodes, at least minimizing the one remaining highlight bug.
  Got highlighting works end-to-end! This is nearly ready to launch, just need to re-select selected text.
  Keep bookmarklet open on share/save.
  Saving stories from websites. Now just need to go back and finish highlighting to unhighlight and this entire branch can be shipped.
  Style adjustments.
  Cleaning up save story dialog. Now just need to save the story.
  Grammar
  Adding saved story tags to bookmarklet. Just need to hook up the back end.
  Unhighlighting comment
  Creating unhighlight tooltip, just need to find the highlight and remove it.
  Fixing text view highlighting.
  Cleaning it up. Needs Text view.
  Hiding tooltip when no longer needed.
  Nothing like sitting on a feature branch for a year to fix the bug that stumped you last. Now highlights. Needs unhighlight and a bit of plish around hiding the popover.
  ...
2020-07-14 16:42:05 -04:00
Samuel Clay
0e894954e6 Trim highlights for consistency and to fix a bug where paragraph ends look different. 2020-07-13 17:33:42 -04:00
Samuel Clay
d94d533631 The story margins now allow for highlighting. 2020-07-13 17:26:02 -04:00
Samuel Clay
d22e8f087c Merge branch 'master' into highlights
* master:
  Adding in model for upcoming highlights (so non-highlights branches dont crash on new data
  No future dating mark read dates due to stories being future dated.
2020-07-13 14:38:34 -04:00
Samuel Clay
85e70ba81e Adding in model for upcoming highlights (so non-highlights branches dont crash on new data 2020-07-13 14:37:42 -04:00
Samuel Clay
735227a097 Renaming highlights to is_highlights for starred story counts. 2020-07-13 13:05:13 -04:00
Samuel Clay
570eeacbdb Fixing highlights RSS. 2020-07-10 18:59:35 -04:00
Samuel Clay
c83a6ebe80 Fixing highlights counts. 2020-07-10 18:58:01 -04:00
Samuel Clay
30b047bbb4 New highlights saved story feed. Adding API docs, url handling, and counts. Counts need work, as does active selection of new highlights feed. 2020-07-10 17:59:11 -04:00
Samuel Clay
5c18498d99 No future dating mark read dates due to stories being future dated. 2020-07-09 17:56:13 -04:00
Samuel Clay
6de5c30a42 Filtering out highlights from other nodes, at least minimizing the one remaining highlight bug. 2020-07-09 17:55:35 -04:00
Samuel Clay
10288ccff0 Got highlighting works end-to-end! This is nearly ready to launch, just need to re-select selected text. 2020-07-08 19:00:09 -04:00
Samuel Clay
058154c913 Merge branch 'master' into highlights
* master: (161 commits)
  Refactoring welcome screen to fix input alignment issue.
  Fixing login rotation.
  Adding cookies to path inspector.
  Upgrading httplib2.
  Removing dupe db log.
  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.
  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.
  ...
2020-07-07 16:28:13 -04:00
Samuel Clay
d66537bd0f Refactoring welcome screen to fix input alignment issue. 2020-07-06 19:57:30 -04:00
Samuel Clay
f7d3c5d3e6 Fixing login rotation. 2020-07-06 18:14:09 -04:00
Samuel Clay
4b7549f105 Adding cookies to path inspector. 2020-07-06 18:14:09 -04:00
Samuel Clay
154e5b864a Upgrading httplib2. 2020-06-30 17:26:36 -04:00
Samuel Clay
d0f15ab141 Removing dupe db log. 2020-06-26 16:26:59 -04:00
Samuel Clay
5272a11ab0 Not every story is from a feed. 2020-06-25 16:31:18 -04:00
Samuel Clay
3dfbb5ccd0 Styling background colors for newsletters. 2020-06-25 15:31:20 -04:00
Samuel Clay
81f9791761 Styling more newsletter elements. 2020-06-25 15:26:07 -04:00
Samuel Clay
3c334d56ff Using the correct attribute. 2020-06-25 15:22:29 -04:00
Samuel Clay
12ab2342d5 Typo in template 2020-06-25 15:20:25 -04:00
Samuel Clay
2e878eee1d Attempting to style newsletters in dark mode. 2020-06-25 15:18:47 -04:00
Samuel Clay
3bae1582df Loading dark theme if selected on load. 2020-06-25 14:57:31 -04:00
Samuel Clay
b7874de600 Adding scrollbar colors. 2020-06-25 14:51:00 -04:00
Samuel Clay
cef0ebf66d Using request body for ios subscription. 2020-06-25 09:30:59 -04:00
Samuel Clay
610f997f1f Specifying SESSION_SERIALIZER, which changes from PickleSerializer to JsonSerializer in django 1.5 to 1.6. 2020-06-24 15:57:19 -04:00
Samuel Clay
8a51faf191 Fixing broken auto-dark theme. 2020-06-24 15:28:22 -04:00
Samuel Clay
ea62efba25 Increasing contrast for unread counts. 2020-06-24 15:18:39 -04:00
Samuel Clay
2d593807cf Fixing tag colors and story traversal button borders. For https://forum.newsblur.com/t/dark-mode-minor-tweak-suggestion/8225 2020-06-24 15:16:57 -04:00
Samuel Clay
e1a8ffe064 Cleaning up Twitter lists. 2020-06-24 09:34:49 -04:00
Samuel Clay
99f61d9d5e Updating next/previous buttons and search icon. 2020-06-23 20:09:17 -04:00
Samuel Clay
6f755922b0 No ECMAScript 6 yet. Wait until it's the only change. 2020-06-23 19:25:59 -04:00
Samuel Clay
149afe4711 Merge branch 'darkmode'
* darkmode: (35 commits)
  Mark read button
  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
  Updating logo for dark mode.
  Search
  Resizers
  Training tag colors.
  Feeds headers
  Popovers and dialogs. This is looking good!
  Story titles
  Scrollbars and author/date.
  ...
2020-06-23 19:22:15 -04:00
Samuel Clay
f4cced95dd Mark read button 2020-06-23 17:45:06 -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
Samuel Clay
745bab15af Older httplib2 doesn't have setuptools legacy issue. 2020-06-23 12:02:19 -04:00
Samuel Clay
891551a592 Upgrading redis session. 2020-06-22 12:25:09 -04:00
Samuel Clay
4c6918f93e Better newsletter check 2020-06-22 10:47:51 -04:00
Samuel Clay
8c305ad1c8 Adding allowlist (whitelist) for RSS Bridge. 2020-06-22 08:51:02 -04:00
Samuel Clay
78445a809c Removing last vestigates of Google Analytics. 2020-06-22 08:44:40 -04:00