aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/api/feed.py
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* making feeds/fetchable and articles/challenge returns 204 on emptyFrançois Schmidts2015-08-05
|
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* adding munin probesFrançois Schmidts2015-07-31
|
* making it possible for super admin to update other's feedFrançois Schmidts2015-07-06
|
* 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
* enforcing better user of user_id in controllersFrançois Schmidts2015-04-23
| | | | | | thus enhancing rights limitations between users wider_controller are a way to say "I was the maximum rights my role allows me"
* making admin able to update all other users feedFrançois Schmidts2015-04-22
|
* Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
|
* 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
* new crawler with cache control and error handlingFrançois Schmidts2015-03-03
|
* continuing refactoFrançois Schmidts2015-03-03
|
* first implementation of fetchable feedsFrançois Schmidts2015-03-03
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
|
* splitting and refactoring the Restful api partFrançois Schmidts2015-03-03
bgstack15