aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/controllers
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* fixing warning SAWarning: Can't resolve label reference 'Feed.last_retrieved'François Schmidts2015-10-20
|
* more elegant method to check for iconsFranç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
|
* accelerating the feeds pageFrançois Schmidts2015-07-02
|
* adding comments and testsFrançois Schmidts2015-07-02
|
* adding filters mechanism + splitting tests + adding tests for filtersFrançois Schmidts2015-07-02
|
* The search is now case unsensitive.Cédric Bonhomme2015-06-01
|
* adding base unittestsFrançois Schmidts2015-05-15
|
* 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"
* impacting wosh suppression to controllerFrançois Schmidts2015-04-22
|
* making admin able to update all other users feedFrançois Schmidts2015-04-22
|
* introducing the or filter componentFrançois Schmidts2015-04-16
|
* redoing full text searchFrançois Schmidts2015-04-16
| | | | | using SQL LIKE condition using main home design for displaying results
* getting things out of the view a little moreFrançois Schmidts2015-04-12
|
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* The minimum error count is now specified in the configuration file.Cédric Bonhomme2015-04-08
|
* correcting the way we use the controllers and adding documentationFrançois Schmidts2015-04-07
|
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\ | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html
| * Use more the controllers in views.py. user_id_key is the email.Cédric Bonhomme2015-03-29
| |
| * pylint checkCédric Bonhomme2015-03-15
| |
* | misc updateFrançois Schmidts2015-04-06
| | | | | | | | | | | | updating the way we maintain feed up to date in the database fixing the counter bumping the minimum error count
* | better crawling crontrolFrançois Schmidts2015-03-06
| |
* | correcting wait counter and reactivating last_retrievedFrançois Schmidts2015-03-05
|/
* set again to 5...Cédric Bonhomme2015-03-05
|
* set default limit to 100.Cédric Bonhomme2015-03-05
|
* Fix the authenticate decorator.Cédric Bonhomme2015-03-05
|
* Typo.Cédric Bonhomme2015-03-04
|
* adding some docstringFrançois Schmidts2015-03-03
|
* displaying feed errors in uiFrançois Schmidts2015-03-03
|
* 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
bgstack15