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
/
pyaggr3g470r
/
models.py
Commit message (
Expand
)
Author
Age
*
Improved models with a new index for articles.
Cédric Bonhomme
2013-12-24
*
It is now possible to enable or disable (stop checking for updates) a feed.
Cédric Bonhomme
2013-11-23
*
Added comments in models.py.
Cédric Bonhomme
2013-11-17
*
Removed old module for the MongoDB connection.
Cédric Bonhomme
2013-11-17
*
Enable or disable email notification.
Cédric Bonhomme
2013-11-10
*
Restored headers.
Cédric Bonhomme
2013-11-05
*
Try to speed the search of article.
Cédric Bonhomme
2013-11-03
*
feeds are compared with their ids
Cédric Bonhomme
2013-11-03
*
The link of the feed is unique.
Cédric Bonhomme
2013-11-02
*
Bugfix when deleting an entire feed.
Cédric Bonhomme
2013-11-02
*
It is now possible to delete an article or an entire feed.
Cédric Bonhomme
2013-11-01
*
Improved sort of feeds.
Cédric Bonhomme
2013-11-01
*
no reverse
Cédric Bonhomme
2013-11-01
*
It is now possible to add a feed via a form for different users.
Cédric Bonhomme
2013-11-01
*
Added users management.
Cédric Bonhomme
2013-11-01
*
Added authentication with Flask-Login.
Cédric Bonhomme
2013-10-30
*
Sorting of articles seems to be working ;-)
Cédric Bonhomme
2013-10-28
*
Updated importer.
Cédric Bonhomme
2013-10-27
*
Trying to sort articles (SortedListField(ReferenceField('Article')).
Cédric Bonhomme
2013-10-13
*
First implementation of /favorites page.
Cédric Bonhomme
2013-10-13
*
Mark an article as read.
Cédric Bonhomme
2013-10-13
*
First prototype for the /article page.
Cédric Bonhomme
2013-10-13
*
Added new files. First prototype with the Flask micro-framework.
Cédric Bonhomme
2013-10-13
bgstack15