Commit graph

59 commits

Author SHA1 Message Date
Samuel Clay
31407a998f Handling anonymous users with more grace. They will now be told that they need to signup in order to add a feed/folder/opml. The old way was to show a loading indicator forever. Yeah. 2010-07-24 15:54:25 -04:00
Samuel Clay
f848a6ea99 That's it. Gotta remove session_id. Until then, using remote IP address as authenticator for OAuth verification. Please don't abuse this for the next 48 hours. 2010-07-17 19:52:51 -04:00
Samuel Clay
2e8e4fabea Saving the new session_id for users where the session_id changes between authorize and verification. Bizarre. 2010-07-17 11:55:25 -04:00
Samuel Clay
dce97abb7b Adding remote_ip for OAuth imports, since too often the session_id changes from authorization to verification. I need a better way to store this information, preferably a cookie that is constant. 2010-07-17 11:50:16 -04:00
Samuel Clay
5614ed66b1 Adding subview table cells for feed detail pages on the iPhone app. 2010-07-15 00:44:38 -04:00
Samuel Clay
792656bb89 Changing backend for sessions from db to cache_db. 2010-07-07 00:27:54 -04:00
Samuel Clay
81f5d0d1e0 Google Reader import now allows you to create an account after you import your feeds. Also highlighted on front page. 2010-07-05 17:11:04 -04:00
Samuel Clay
b508680d0e Handling faulty OAuth token. 2010-06-30 17:35:06 -04:00
Samuel Clay
ce932a95ec Finishing off Google Reader OAuth synchronization. Also renamed opml_import -> feed_import. And fixed the height of small modals. 2010-06-29 20:16:09 -04:00