index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mongodb.py
Commit message (
Collapse
)
Author
Age
*
get_all_articles() now returns a list of dict instead of returning a list of ↵
cedricbonhomme
2012-03-05
|
|
|
|
cursors.
*
Case insensitive sorting of collections by dict id.
cedricbonhomme
2012-03-05
|
*
Added functions to delete a feed and an article.
cedricbonhomme
2012-03-04
|
*
Speed improvement in mark_as_read()
cedricbonhomme
2012-03-04
|
*
Mamangement page is now almost workink.
cedricbonhomme
2012-03-04
|
*
Unread articles page is now completely working. Improvements of the ↵
cedricbonhomme
2012-03-04
|
|
|
|
get_articles_from_collection() function in mongodb.py, the function takes now an aditional argument in order to filter the result.
*
Notifications page is working. Improved get_all_collections function.
cedricbonhomme
2012-03-04
|
*
Mark all articles as read (from the main page) is working.
cedricbonhomme
2012-03-04
|
*
Mark as read for a feed is working.
cedricbonhomme
2012-03-04
|
*
Like/Unlike an article is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Article page is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Main page almost working.
cedricbonhomme
2012-03-03
|
*
feedgetter.py now uses MongoDB database?
cedricbonhomme
2012-03-03
|
*
Draft of the MongoDB implementation.
cedricbonhomme
2012-03-03
|
*
Added initial MongoDB functions.
cedricbonhomme
2012-03-03
|
*
First commit in MongoDB development branch.
cedricbonhomme
2012-03-03
bgstack15