MobileBlur

Check-in [cbc0649388]
Login
Overview
Comment:Moved newsblur library from urllib to Requests. Moved username storage to the DB. Store cookie in the DB. Centralize a login function that checks the DB for a user's cookie on each page load and logs the user in if there's no cookie.
Timelines: family | ancestors | descendants | both | develop
Files: files | file ages | folders
SHA1: cbc064938826076f057efd9ce59a865c90ff79c2
User & Date: spiffy on 2011-11-20 03:03:33
Other Links: branch diff | manifest | tags
Context
2011-11-20
03:12
Added a button to mark a feed as read check-in: b74e6c434b user: spiffy tags: develop
03:03
Moved newsblur library from urllib to Requests. Moved username storage to the DB. Store cookie in the DB. Centralize a login function that checks the DB for a user's cookie on each page load and logs the user in if there's no cookie. check-in: cbc0649388 user: spiffy tags: develop
2011-08-15
01:53
Mobileblur can log in for a user and get all feeds with unread content above a hardcoded threshold check-in: 6548f791b4 user: spiffy tags: develop
Changes

Modified applications/mobileblur/controllers/default.py from [2721664ca4] to [f7fe7a35c9].    [diff]

Modified applications/mobileblur/controllers/feeds.py from [ae6b12dd5f] to [61898c0aad].    [diff]

Added applications/mobileblur/controllers/stories.py version [59984e848a].

Added applications/mobileblur/models/0_helpers.py version [d9e34b5918].

Modified applications/mobileblur/models/db.py from [f6575d3cb8] to [9c80a3439c].    [diff]

Modified applications/mobileblur/modules/newsblur.py from [9e60ae12cf] to [8c37485973].    [diff]

Modified applications/mobileblur/modules/python-newsblur/newsblur.py from [9e60ae12cf] to [8c37485973].    [diff]

Added applications/mobileblur/views/feeds/view.html version [de27b8829a].

Added applications/mobileblur/views/stories/view.html version [859afcf521].