Lance Johnson
6a72dff821
Android: show server error message to user when add feed fails. The error message was being sent when non-premium users tried to search for feeds and was causing the App to crash.
2013-03-30 00:58:23 -05:00
Samuel Clay
33bd64f2a0
Adding two indexes and killing one unused one from feeds.
2013-03-29 22:11:36 -07:00
Samuel Clay
93794aef36
Returning index on active subs.
2013-03-29 21:48:38 -07:00
Samuel Clay
22b2bd0604
Changing logging on feed queueing.
2013-03-29 21:46:04 -07:00
Samuel Clay
ec66863811
Turning off autocomplete for the time being.
2013-03-29 20:35:58 -07:00
Samuel Clay
a47fa4db0f
Removing unused indexes.
2013-03-29 20:24:06 -07:00
Samuel Clay
cb0a30b171
Upgrade to postgres 9.2.
2013-03-29 17:39:35 -07:00
Samuel Clay
65e976e4a0
Culling some graphs on feed counts.
2013-03-29 16:36:13 -07:00
Samuel Clay
ae953ee208
Cleaning up week old feeds.
2013-03-29 16:02:32 -07:00
Samuel Clay
07ebbd63b5
Boosting feed fetching way up for the weekend.
2013-03-29 15:56:43 -07:00
Samuel Clay
0572dbf0b7
Fixing stripe reimport
2013-03-29 14:27:00 -07:00
Samuel Clay
aa4bf71b34
Upping feed fetching by quite a bit.
2013-03-29 14:14:29 -07:00
Samuel Clay
d510a407d9
Fixing double counting stripe payment bug by clearing out striep purchase history when inserting.
2013-03-29 13:39:35 -07:00
Samuel Clay
9086e93c3b
Moving from MongoDB's page_loads analytics table to Redis page loads.
2013-03-29 13:14:19 -07:00
Samuel Clay
02a0a0646a
Adding MongoDB MMS agent.
2013-03-29 11:04:46 -07:00
Samuel Clay
efb4df8e1b
Merge pull request #125 from lance0428/master
...
My Android app changes to speed up initial sync
2013-03-29 10:44:15 -07:00
Lance Johnson
6c1bf3fac7
Merge branch 'master' of https://github.com/samuelclay/NewsBlur
2013-03-28 23:12:52 -05:00
Lance Johnson
60a828a914
Several changes in one commit (bad me)
...
- Speed up main feed list refresh by not downloading feed icons and using
nested feed list (rather than flat)
- Update icons on main feed list in background now that they are no
longer downloaded from sync
- Cache gson builder as to not take penalty to rebuild it for each parse
- Perform bulk insert of records into Sqlite DB during main feed list sync
- Add initial support for shared feed button off story page (still needs a bit of work)
- Add 'mark item read' and 'mark previous items read' functionality to
the feed story list view
2013-03-28 22:43:24 -05:00
Samuel Clay
bbd7d5060e
Adding task servers to db firewall.
2013-03-28 19:08:46 -07:00
Samuel Clay
bc6b5a025b
Adding redis cache. Returning favicon server.
2013-03-28 18:13:08 -07:00
Samuel Clay
b21ea88e8e
Better munin plugins for redis and mongo.
2013-03-28 17:29:27 -07:00
Samuel Clay
a65236ea92
Removing unused redis keys for shared/comments. Dry-run.
2013-03-28 16:39:37 -07:00
Samuel Clay
e159a7223d
Adding read preference to migration.
2013-03-28 15:15:24 -07:00
Samuel Clay
328ca6b386
Migration to create story_hash for missing feeds.
2013-03-28 15:04:54 -07:00
Samuel Clay
fc53550392
Making a clearer description of slow feeds.
2013-03-28 12:17:30 -07:00
Samuel Clay
e39dee98be
Upping feed fetches, slowing down fetch interval for less active feeds, setting premium expire time to one year from most recent payment date (as opposed to borked payment gap logic), and adding logginf or tasking feeds.
2013-03-28 11:16:43 -07:00
Samuel Clay
15c955282b
Switching check for HAProxy'ied socket.io to dev instead of www. Thanks @anaconda!
2013-03-27 22:25:21 -07:00
Samuel Clay
9e17a2caed
Sync delay in mongodb and updating story hash migration.
2013-03-27 22:25:08 -07:00
Samuel Clay
9b0506fcc0
Merge pull request #122 from manderson23/master
...
Android Force Close Fixes
2013-03-27 21:56:53 -07:00
Samuel Clay
c9f6012a1e
Upping feed fetches.
2013-03-27 21:12:55 -07:00
Mark Anderson
c82f7a906a
Fix force close when attempting to fetch a user with a null user.id value
2013-03-27 23:31:34 +00:00
Mark Anderson
e0a69563f1
Fix force close updating ProfileActivityFragment if no profile response was received
2013-03-27 23:20:29 +00:00
Mark Anderson
99256a199a
Move creating ImageLoader in NewsBlurApplication to onCreate to ensure that base context has been set and prevent force close
2013-03-27 23:07:05 +00:00
Samuel Clay
2acb9e1940
Boosting fetches.
2013-03-27 12:58:24 -07:00
Samuel Clay
cad8e5eb92
Merge pull request #121 from wronglink/patch-1
...
Fix duplicate requirement
2013-03-27 12:33:17 -07:00
Michael Elovskikh
3809df22cd
Fix duplicate requirement
...
Just a small fix
2013-03-28 00:22:25 +06:00
Samuel Clay
c389b9bf0e
Trying to fix the unread counts ghosting issue by forcing an instant unread count refetch of active/selected feeds. This may work!
2013-03-26 18:54:32 -07:00
Samuel Clay
3bb1c95f91
Fixing limits.conf to just use integers.
2013-03-26 16:55:29 -07:00
Samuel Clay
bb803c50b4
Making it a bit easier to setup a new db.
2013-03-26 16:27:01 -07:00
Samuel Clay
f460904d9e
Updating Android app to v1.1 (revision 31).
2013-03-26 16:11:45 -07:00
Samuel Clay
23e919abca
Merge pull request #117 from manderson23/master
...
Android App Updates
2013-03-26 11:18:18 -07:00
Samuel Clay
ceaf07ac87
Adding dev to tlnb.
2013-03-26 10:11:27 -07:00
Mark Anderson
f764586a1b
Merge remote-tracking branch 'upstream/master'
2013-03-25 22:52:18 +00:00
Mark Anderson
86548e0233
Fix force close marking all stories as read from folder list view.
2013-03-25 22:50:11 +00:00
Samuel Clay
9e5977f174
Fixing port for real-time over SSL.
2013-03-25 13:35:56 -07:00
Samuel Clay
bcca2511a0
Fixing port for real-time over SSL.
2013-03-25 13:30:57 -07:00
Samuel Clay
f8793df68d
Fixing broken CSS line.
2013-03-25 13:19:21 -07:00
Samuel Clay
2a5bd136da
Boosting feed fetches.
2013-03-25 13:15:14 -07:00
Samuel Clay
4e178b12dd
Premiums users with no active feeds should get all of their feeds activated.
2013-03-25 13:01:04 -07:00
Samuel Clay
e5485ff525
Adding dev and debug to firewall
2013-03-25 12:46:36 -07:00