Commit graph

5290 commits

Author SHA1 Message Date
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
ojiikun
7795e29ae3 Remove extra sync in login frag. Disable favicos. Better Debug. 2013-03-28 11:23:28 +00: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
Samuel Clay
cd6bddb2a5 Adding hyphens to allowed hosts for blurblogs. 2013-03-25 12:32:15 -07:00
Samuel Clay
3e8c3b7e4b Adding X-nginx-server and X-gunicorn-server. 2013-03-25 11:53:31 -07:00
Samuel Clay
79200d7bc1 Adding RStats, necessary to remove mongodb analytics. 2013-03-25 11:10:41 -07:00
Samuel Clay
b5a0e99b8e Fixing firewall setup. 2013-03-25 09:46:43 -07:00
Samuel Clay
c146f17af6 Using secondary mongos for feed fetch histories. 2013-03-25 09:00:56 -07:00
Samuel Clay
a4238d20b3 Moving to a single hosts and hosts.yml file, used to control logs, deployment, firewalls, and communication. Awesome! 2013-03-24 22:31:46 -07:00
Samuel Clay
f6e5f04cb5 Moving hosts to secrets. 2013-03-24 19:09:04 -07:00
Samuel Clay
9e2fa3115d Cache busting feeds on force and 1% of the time. 2013-03-24 15:50:57 -07:00
Samuel Clay
0bee01036a Fixing Google+ sharing. 2013-03-23 18:20:19 -07:00
Mark Anderson
72a4988989 Wrong file in last commit. Prevent force close if user picture cannot be loaded. 2013-03-24 00:34:35 +00:00