Commit graph

6542 commits

Author SHA1 Message Date
Samuel Clay
97633614f8 Fixing a few bugs in image url extraction. 2013-06-20 13:46:11 -07:00
Samuel Clay
bff60f4903 Fixing a few bugs in image url extraction. 2013-06-20 13:44:10 -07:00
Samuel Clay
3ac6a1e31b Merge branch 'offline'
* offline:
  Adding image url extraction to the API for all stories.
  Adding a bit of skeleton for offline feeds.
  Moving notifier to correct position for both feed list and feed detail. Also responds perfectly to orientations, even on different views.
2013-06-20 13:41:50 -07:00
Samuel Clay
db7afc8abe Adding image url extraction to the API for all stories. 2013-06-20 13:41:37 -07:00
Samuel Clay
1f1aec0b53 Merge branch 'master' into offline
# By Samuel Clay (3) and others
# Via Samuel Clay (3) and ojiikun (3)
* master:
  Turning off forked mongoengine for now.
  Fixing j/k keyboard shortcuts when story titles are hidden.
  Fixing middleware to activate users. Faulty paths resulted in paths that had a / not being recognized. Thanks to @subglass!
  Make AllStories and FolderStories views match.
  Have the All Stories view query by wildcard, not ID list.
  Moved the URL schema (http://) into NEWSBLUR_URL Introduced NEWSBLUR_HOST for couple of cases where NEWSBLUR_URL was being used as a hostname Switched default URL to https://
2013-06-20 13:17:21 -07:00
Samuel Clay
1b222e8040 Turning off forked mongoengine for now. 2013-06-20 13:17:18 -07:00
Samuel Clay
06fe188270 Fixing j/k keyboard shortcuts when story titles are hidden. 2013-06-20 12:01:20 -07:00
Samuel Clay
2836989d71 Fixing middleware to activate users. Faulty paths resulted in paths that had a / not being recognized. Thanks to @subglass! 2013-06-20 10:31:09 -07:00
Samuel Clay
dfc036c09e Adding a bit of skeleton for offline feeds. 2013-06-20 10:28:49 -07:00
Samuel Clay
8d8305a698 Merge pull request #309 from ojiikun/master
Android: Fix All Stories View
2013-06-19 22:28:47 -07:00
ojiikun
68bb69e02a Make AllStories and FolderStories views match. 2013-06-20 05:22:46 +00:00
ojiikun
593dab474d Have the All Stories view query by wildcard, not ID list. 2013-06-20 04:59:45 +00:00
Samuel Clay
34bb8756d5 Merge pull request #307 from pabloav/master
Enable SSL for most HTTP transactions.
2013-06-19 21:58:23 -07:00
Samuel Clay
942b742534 Moving notifier to correct position for both feed list and feed detail. Also responds perfectly to orientations, even on different views. 2013-06-19 20:26:04 -07:00
Samuel Clay
bb0a0b612e Clearing up logic on find_story. 2013-06-19 13:22:11 -07:00
ojiikun
ccaa4fdd5a Merge remote-tracking branch 'upstream/master' 2013-06-19 19:37:40 +00:00
Samuel Clay
0011b82df7 Bumping up speed for free user queue. 2013-06-19 11:54:11 -07:00
Samuel Clay
49b174b5e9 Merge branch 'rhistory'
* rhistory:
  Switching to new pubsub redis server.
  Fixing fabfile.
  Moving all pubsub to a dedicated redis box (called REDIS2).
2013-06-18 21:36:12 -07:00
Pablo Averbuj
975c9de0bb Moved the URL schema (http://) into NEWSBLUR_URL
Introduced NEWSBLUR_HOST for couple of cases where NEWSBLUR_URL was being used as a hostname
Switched default URL to https://
2013-06-18 21:23:20 -04:00
Samuel Clay
fd747be1d5 Switching to new pubsub redis server. 2013-06-18 13:24:48 -07:00
Samuel Clay
7127962f5e Fixing fabfile. 2013-06-18 13:22:31 -07:00
Samuel Clay
9826a6499b Moving all pubsub to a dedicated redis box (called REDIS2). 2013-06-18 12:21:27 -07:00
Samuel Clay
c989f7ad17 Boosting free users in queue. 2013-06-18 11:16:16 -07:00
Samuel Clay
9dd79e55fb Android v2 2013-06-17 21:51:58 -07:00
Samuel Clay
4253366b55 Merge pull request #291 from ojiikun/master
Android: Feed/Folder Sync Fixes
2013-06-17 21:46:30 -07:00
Samuel Clay
e534256b09 Adding preference for hiding the story titles pane. 2013-06-17 17:37:38 -07:00
Samuel Clay
1c136a2955 Fixing mongoengine versioning issues. 2013-06-17 16:16:43 -07:00
Samuel Clay
3a7631c638 Boosting story ratio to 500 characters. Maybe even higher? 2013-06-17 14:38:15 -07:00
Samuel Clay
5d2612c4c5 Upgrading to iOS 6 as a minimum requirement. Still need to fix dependencies. 2013-06-17 11:50:13 -07:00
ojiikun
2f6f1d54fd Merge remote-tracking branch 'upstream/master' 2013-06-17 18:43:24 +00:00
Samuel Clay
9dfbb8348f Fixing default menu for river/folder read filter. 2013-06-16 22:07:06 -07:00
Samuel Clay
f994699a8e Merge branch 'offline'
* offline: (22 commits)
  Removing debugging, preparing to deploy offline for testing.
  Adding a great progress bar and story fetch order.
  Fetching all unread stories, ordered by recency.
  Queueing read stories and sending them on feed load or feed list load.
  Marking stories as read in offline mode. Need a read story queue to send when back online.
  Adding order and unread status to offline.
  Adding river to offline. Needs customization.
  Refactored all database calls to be threadsafe and use a new database queue. Dope.
  Connection error handling on tlnb.
  Got messaigng for offline down pat. Now needs story actions queue.
  Correctly showing notifiers for offline and slow loads.
  Fixing animation bug when not on story list view.
  Far better loading indicator on story list in ios.
  Showing loading notifier. Still need to bring back first page loading notifier.
  Fixing up notifier to actually show loading.
  Fading and positioning of notifier.
  Adding NBNotifier, but I just want to rip it out.
  A bit crude, but now storing feed stories offline.
  Adding fmdb.
  Ripping out CoreData. Using SQLite directly.
  ...
2013-06-16 21:41:46 -07:00
Samuel Clay
b8b901f065 Removing debugging, preparing to deploy offline for testing. 2013-06-16 21:41:25 -07:00
Samuel Clay
b7e3f3c306 Adding a great progress bar and story fetch order. 2013-06-16 21:39:38 -07:00
ojiikun
ce7e011a5f Merge remote-tracking branch 'upstream/master' 2013-06-17 00:59:54 +00:00
Samuel Clay
273602f738 Merge branch 'master' into offline
* master:
  Fixing the opening of new tabs in Firefox.
2013-06-16 14:15:34 -07:00
Samuel Clay
b9bab53b45 Fixing the opening of new tabs in Firefox. 2013-06-16 14:12:01 -07:00
Samuel Clay
3d8d1247b1 Fetching all unread stories, ordered by recency. 2013-06-16 14:09:28 -07:00
Samuel Clay
3c66d7ece4 Merge branch 'master' into offline
* master:
  Removing request info in hopes of speeding up blocking of API requests for bad clients.
  Opening links in background tab. Also adding v and shift+v to open a story (dupe of the 'o' keyboard shortcut).
  Adding special app servers to all in fab.
  Updating favicons to point to correct server.
  Fixing fabfile host.
2013-06-16 12:05:20 -07:00
Samuel Clay
943380c118 Removing request info in hopes of speeding up blocking of API requests for bad clients. 2013-06-16 09:26:25 -07:00
Samuel Clay
f901ab6753 Opening links in background tab. Also adding v and shift+v to open a story (dupe of the 'o' keyboard shortcut). 2013-06-16 09:12:15 -07:00
Samuel Clay
377614e70e Adding special app servers to all in fab. 2013-06-16 08:37:11 -07:00
Samuel Clay
504f401efe Updating favicons to point to correct server. 2013-06-16 08:27:08 -07:00
Samuel Clay
7a5d7a4749 Fixing fabfile host. 2013-06-16 08:16:14 -07:00
Samuel Clay
e7ab50e8a5 Queueing read stories and sending them on feed load or feed list load. 2013-06-16 08:15:40 -07:00
Samuel Clay
be5c9fe389 Merge branch 'master' into offline
* master:
  Enforcing user agents for windows client apps.
  Showing username on blocked api logins.
2013-06-15 17:33:39 -07:00
Samuel Clay
53461cd6dc Marking stories as read in offline mode. Need a read story queue to send when back online. 2013-06-15 17:33:31 -07:00
Samuel Clay
6cb28f802d Enforcing user agents for windows client apps. 2013-06-15 17:15:15 -07:00
Samuel Clay
2c0309dd2e Showing username on blocked api logins. 2013-06-15 17:13:52 -07:00
Samuel Clay
971af9a032 Merge branch 'master' into offline
* master:
  Cleanup in root dir.
2013-06-15 12:59:20 -07:00