Samuel Clay
|
ef19cda260
|
Gracefully failing Text view fetch.
|
2013-06-09 03:01:36 -04:00 |
|
Samuel Clay
|
db23c948c7
|
Adding server name back to logging.
|
2013-06-09 02:45:17 -04:00 |
|
Samuel Clay
|
fad0cbc6bb
|
Marking a story as read when clicking on it in Feed view.
|
2013-06-07 12:08:14 -04:00 |
|
Samuel Clay
|
5405341c4a
|
Fixing popular share.
|
2013-06-07 03:39:36 -04:00 |
|
Samuel Clay
|
cf46131d1d
|
Preventing stories from previously shared feeds from occuring in popular.
|
2013-06-07 03:37:33 -04:00 |
|
Samuel Clay
|
09fb564977
|
Fixing popular stories by including more stories.
|
2013-06-07 03:20:14 -04:00 |
|
Samuel Clay
|
b56094924c
|
Lowering popular cutoff.
|
2013-06-07 03:02:37 -04:00 |
|
Samuel Clay
|
9506538544
|
Activating every minute.
|
2013-06-07 02:48:28 -04:00 |
|
Samuel Clay
|
6353a59e9c
|
Bumping activation interval.
|
2013-06-06 13:31:07 -07:00 |
|
Samuel Clay
|
64ecd83bf4
|
Activating new users far more quickly.
|
2013-06-05 18:52:37 -07:00 |
|
Samuel Clay
|
52693b7066
|
Merge pull request #286 from ojiikun/master
Android: Saved Stories
|
2013-06-05 17:12:00 -07:00 |
|
Daniel
|
18192e11cc
|
Merge pull request #287 from manderson23/master
Android: Mark mark as read icon bigger
|
2013-06-05 15:39:40 -07:00 |
|
Mark Anderson
|
c532639783
|
Fix #280 - make mark as read icon bigger for tablets
|
2013-06-05 22:50:42 +01:00 |
|
ojiikun
|
f62c1d094e
|
Hide intel icons for saved stories list.
|
2013-06-05 19:41:51 +00:00 |
|
ojiikun
|
22413d19fd
|
Reading activity for Saved Stories.
|
2013-06-05 11:20:35 +00:00 |
|
ojiikun
|
c485b7e11e
|
Saved stories UI for Main view and stories view.
|
2013-06-05 09:35:44 +00:00 |
|
Samuel Clay
|
b8fa01125d
|
Fixing a typo around switching story hashes.
|
2013-06-04 18:10:20 -07:00 |
|
Samuel Clay
|
fa51f127f9
|
Correcting iOS delete and rotation on ipad.
|
2013-06-04 18:02:05 -07:00 |
|
Samuel Clay
|
2bf76c2829
|
Attempting to fix delete on ios.
|
2013-06-04 17:56:10 -07:00 |
|
Samuel Clay
|
cc33a3e663
|
Fixing icon fetch for images > 500KB.
|
2013-06-04 16:30:21 -07:00 |
|
Samuel Clay
|
9d40e04b76
|
Adding queue to homepage.
|
2013-06-04 16:09:07 -07:00 |
|
Samuel Clay
|
a2a427f8b4
|
Typo
|
2013-06-04 15:54:36 -07:00 |
|
Samuel Clay
|
3729ca2f72
|
Fixing unshare story bug.
|
2013-06-04 15:39:50 -07:00 |
|
Samuel Clay
|
3a7e72795f
|
Refactoring story_hash methods lower on the stack into MStory.
|
2013-06-04 15:34:03 -07:00 |
|
Samuel Clay
|
92fa769338
|
Fixing reader import ip address capture.
|
2013-06-04 13:09:20 -07:00 |
|
Samuel Clay
|
631ea2de0c
|
Fixing IP address saving after HAProxy originally obscured it.
|
2013-06-04 12:31:45 -07:00 |
|
Samuel Clay
|
d0e3958ed7
|
Forcing calculating for last_story_date for more accurate story deletion.
|
2013-06-04 11:49:33 -07:00 |
|
Samuel Clay
|
22864da4e4
|
Rewriting train old stories to work much, much faster without having the db sort feeds.
|
2013-06-04 11:26:01 -07:00 |
|
ojiikun
|
eab4c17720
|
Client support for starred stories.
|
2013-06-04 08:25:57 +00:00 |
|
Samuel Clay
|
da6b438fb8
|
Merge pull request #283 from ojiikun/master
Android: UI Tweaks
|
2013-06-03 22:37:29 -07:00 |
|
ojiikun
|
bc78d6b605
|
Alight all icons/text on rows in Main view. (#279)
|
2013-06-04 05:12:14 +00:00 |
|
ojiikun
|
034a69beb0
|
Switch to new globe icon for feeds w/o favicos. (#278)
|
2013-06-04 02:55:54 +00:00 |
|
Samuel Clay
|
abf91eb778
|
Trimming 1000 feeds at a time.
|
2013-06-03 19:34:09 -07:00 |
|
Samuel Clay
|
07b4aae1b9
|
Fixing linking of interactions when it's a reply_reply.
|
2013-06-03 19:31:50 -07:00 |
|
Samuel Clay
|
6933af0f48
|
Trimming way more expired feeds.
|
2013-06-03 19:31:30 -07:00 |
|
Samuel Clay
|
09f326f1de
|
Correcting trim stories offset for older feeds.
|
2013-06-03 18:01:29 -07:00 |
|
Samuel Clay
|
7b1b8f7544
|
Reducing the cutoff even further for older feeds.
|
2013-06-03 17:58:27 -07:00 |
|
Samuel Clay
|
36bca15464
|
Better logging for old story trimmer.
|
2013-06-03 17:48:11 -07:00 |
|
Samuel Clay
|
94f5b781bd
|
Simplifying old story trimmer.
|
2013-06-03 17:36:57 -07:00 |
|
Samuel Clay
|
edcbde615d
|
Adding a massive feed trimmer. Cuts feeds, those that have no active subs and haven't a new story for a month, down to 10 stories.
|
2013-06-03 17:20:36 -07:00 |
|
ojiikun
|
d63b14de5c
|
Fix margins on unread-dots in story list (#281).
|
2013-06-03 23:03:22 +00:00 |
|
Samuel Clay
|
e84c31884a
|
Better labels for redis sampler.
|
2013-06-03 15:56:42 -07:00 |
|
Samuel Clay
|
b50986388a
|
Adding ttls to redis stats sampler.
|
2013-06-03 15:50:03 -07:00 |
|
Samuel Clay
|
318aa32a80
|
Adding redis key sampler to determine nature of expanding redis collection.
|
2013-06-03 15:08:07 -07:00 |
|
Samuel Clay
|
06a95874cd
|
Android jar keeps wanting updating.
|
2013-06-03 14:42:31 -07:00 |
|
Samuel Clay
|
c161f8d325
|
Adding Safari Reading list support.
|
2013-06-03 14:42:22 -07:00 |
|
Samuel Clay
|
dacf368cbc
|
Upgrading MMS agent from 1.5.6 to 1.5.7.
|
2013-06-03 12:45:07 -07:00 |
|
Samuel Clay
|
31d6af1b6e
|
Adding login as menu item for admin users on ios for debugging.
|
2013-06-03 12:43:45 -07:00 |
|
Samuel Clay
|
c5eaad36e5
|
Fixing small bug in autocomplete for client apps when the feed doesn't exist.
|
2013-06-03 11:27:28 -07:00 |
|
Samuel Clay
|
926e9a2700
|
Merge pull request #276 from ojiikun/master
Android: More Redesign Cleanup
|
2013-06-03 11:23:13 -07:00 |
|