aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/models/feed.py
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* the icon featureFrançois Schmidts2015-07-03
| | | | | | * icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date
* adding filters fieldFrançois Schmidts2015-07-02
|
* making admin able to update all other users feedFrançois Schmidts2015-04-22
|
* No bad default 'No title' for feed creationFrançois Schmidts2015-04-16
|
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\ | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html
| * changed the type of the column 'last_modified' to string.Cédric Bonhomme2015-03-10
| |
| * Typo.*Cédric Bonhomme2015-03-09
| |
| * Bug fix.Cédric Bonhomme2015-03-09
| |
* | correcting wait counter and reactivating last_retrievedFrançois Schmidts2015-03-05
|/
* Typo.Cédric Bonhomme2015-03-04
|
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
| | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
* splitting modelsFrançois Schmidts2015-03-03
bgstack15