Commit graph

84 commits

Author SHA1 Message Date
John Morahan
a0789646b3 Make sure all folders are visible in the feed chooser dialog 2014-05-21 23:41:44 +01:00
Samuel Clay
d9069609e9 Expiring -> Renewing 2014-04-03 15:23:28 -07:00
Samuel Clay
cab28a845e Reloading feed list when adding, moving, and deleting feeds and folders. 2013-09-13 16:35:48 -07:00
Samuel Clay
83cdbebcd7 Reloading feeds on feed/folder add and feedchooser. 2013-09-13 15:54:52 -07:00
Samuel Clay
a21fdf39f8 Fixing auto-selection of feeds in feed chooser. 2013-09-06 12:56:18 -07:00
Samuel Clay
d5968599ea New icons for feedchooser/premium. Adding premium menu option. Moving from radio payment amount controls to single checkbox, graciously inspired by @pbones. 2013-04-25 17:57:33 -07:00
Samuel Clay
23ad62c6d2 Merge branch 'master' into circular
* master:
  Fixing credit card images. Doh\!
  Upping feed fetching.
  Removing random interval in feed fetches.
  No longer random intervals for dead feeds.
  Fixing mark as unread in redis hash migration.
  Fix group type caching in FolderList, and much refactoring for readability therein.
  Remove special All Stories group and make the now-visible root folder perform it's function.
  Formalize top-level folder name workaround.
  Nonfunctional refactoring in list adapter (unused vars, method visibilities, annotations).
  Fix an initialization edge case in creating column/resource ID mappings.
  Fix regression in API to get /reader/feeds and set update_counts to true.
  Factor out duplicate code in APIClient to ensure parameterized GETs behave like bare GETs.
  Refactor FolderListFragment and associated Adapter.
  Fix bad merge.
  Remove accidentally added swapfile.
  Removed missing root feed workaround. Refactoring FolderListFragment for readability.
  Clean up parsing of /reader/feeds response and work around problems with empty-named root folder.
  Fix NPE crash when adding new feed.

Conflicts:
	apps/rss_feeds/views.py
2013-04-19 09:52:34 -07:00
Samuel Clay
bd9f992262 Fixing credit card images. Doh\! 2013-04-19 09:51:30 -07:00
Samuel Clay
92112a5b56 Inverting segmented controls. Adding loader to public comments bar. Fixing button in feed chooser. 2013-03-26 11:10:12 -07:00
Samuel Clay
233af12d0e Merge branch 'master' into circular
* master:
  Trying out a gunicorn haproxy backend.
  Re-upping 12 to 64 free feeds.
  Removing Redis state for socket.io. Too many open mongo connections.
  Referencing new secret hosts.
  Removing hosts.
  Adding dev hosts.
  Using new secrets repo instead of ignored files.
2013-03-17 11:26:54 -07:00
Samuel Clay
ee4fd11ca7 Re-upping 12 to 64 free feeds. 2013-03-17 10:28:26 -07:00
Samuel Clay
05959e837c Fixing new redis server. 2013-03-13 21:39:19 -07:00
Samuel Clay
4581fdc54e Switching from 64 free sites to 12 to handle load. 2013-03-13 21:39:19 -07:00
Samuel Clay
2806c26825 Fixing new redis server. 2013-03-13 19:44:47 -07:00
Samuel Clay
f5ec4fa37d Switching from 64 free sites to 12 to handle load. 2013-03-13 19:17:45 -07:00
Samuel Clay
8f3416753b Adding renew link to account modal. 2013-03-04 11:12:10 -08:00
Samuel Clay
9d054e8932 Styling new getting started module. Needs a bit of sync during operations. 2013-02-04 14:51:15 -08:00
Samuel Clay
365ee7e94d Fixing the last of the state errors on text view. Should be good to ship. 2013-01-09 15:36:35 -08:00
Samuel Clay
3cd4886d73 Feedchooser now shows renewal info. Also adding emaisl for premium expire and premium expire grace period. Just need to send them as tasks and then deactive expired premiums. 2012-12-05 11:56:55 -08:00
Samuel Clay
6a6c32df02 Adding privacy handling to social_page (blurblog). 2012-10-26 18:10:23 -07:00
Samuel Clay
ee2085732b BIG CHANGE: Moving from intelligence traffic light to All/Unread/Focus, just like the iPad. Wonderful. 2012-07-26 18:24:41 -07:00
Samuel Clay
fb49b4f0ee Rewriting new user email. Animating hamburgers. 2012-07-25 00:20:36 -07:00
Samuel Clay
d3b58e7cc9 Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez. 2012-07-20 19:43:28 -07:00
Samuel Clay
01c2ae46f1 Showing social service fetch status in real-time (actually polling every 3 seconds) in both intro and friends dialogs. 2012-07-11 00:43:53 -07:00
Samuel Clay
049cc78433 Adding login view to blurblogs. Fixing a ton of bugs around sharing stories that don't exist anymore. 2012-07-02 10:15:17 -07:00
Samuel Clay
8fc61ff1ab Adding a Reset to Popular Feeds link in feed chooser. 2012-06-15 15:14:16 -07:00
Samuel Clay
b96879e115 Fixing both the welcome tour google reader import, and the feed chooser. Need to fix the fetching indicator. 2012-06-15 14:49:59 -07:00
Samuel Clay
162f979a0a Running through the code searching for every instance of a feed grabbing its attributes in the old-style. 2012-05-21 20:08:27 -07:00
Samuel Clay
bfe7ee1634 Initial stab at Backbone-ifying the front-end. Added feed, folder, story, and story_title views with feed, folder, story, and feed_list models. Converted AssetModel to a Router. 2012-05-17 18:40:46 -07:00
Samuel Clay
6c4272a06b Updating training counts when choosing feeds. 2012-03-19 19:18:19 -07:00
Samuel Clay
41b68b32eb Automatically loading intro or chooser dialog based on progress of new user. 2012-03-12 12:33:54 -07:00
Samuel Clay
b4903244e4 Handling social connect in intro. Also styling the third page of the intro. 2012-03-06 11:41:57 -08:00
Samuel Clay
aaa5aa1cd6 Merge branch 'master' into social
* master:
  Changing copy on premium/feedchooser dialog.
  Styling errors on stripe payment form.
  Final stripe.js tweaks before launch.
  Adding Pay by Credit Card as an option to feed chooser dialog. Thus concludes Stripe.js integration. Time to launch!
  Styling the stripe.js background.
  Using correct kwargs for stripe signal.
  Wrapping up stripe.js form. Has validation, styling, and does the right thing for new subscriptions. Needs a link to the form, though.
  Setting up correct customer model for stripe webhook.
  Moving JS assets to bottom of the page for faster loadtimes.
  Fixing exception on missing param in feed address searching.
  Fixing recommendation date serialization bug.
  Fixing bugs around login with blank password using full password. Also fixing bug in signups with no username.
  Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing.
  Adding error checking on requests in page fetching.
  Using a probability from redis to determine whether or not to skip a fetch.
  Allowing any password to be used on accounts with no password set.
  Adding paypal logo.

Conflicts:
	assets.yml
	media/js/newsblur/reader/reader_feedchooser.js
	settings.py
	templates/base.html
2012-02-29 16:22:47 -08:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader_feedchooser.js (Browse further)