aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/feed.py
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* Ensuere that the arguments is an integer.Cédric Bonhomme2015-08-05
|
* It is now possible to mark articles as read only older than 1 day or 10 days.Cédric Bonhomme2015-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
* redoing the etag matching mechanismFrançois Schmidts2015-07-31
|
* The numver ov values of the splited string is variable (sometimes the ↵Cédric Bonhomme2015-07-22
| | | | charset encoding is present, sometimes not).
* fetching mimetypes with imagesFrançois Schmidts2015-07-21
|
* adding a no change return policyFrançois Schmidts2015-07-21
|
* Updated translations.Cédric Bonhomme2015-07-10
|
* Management of connection errors when adding a new feed.Cédric Bonhomme2015-07-10
|
* Only start the classic crawler if we were able to get the feed of the site.Cédric Bonhomme2015-07-10
|
* protecting pyagg against empty feedFrançois Schmidts2015-07-07
|
* adding feed icons on feed pagesFrançois Schmidts2015-07-06
|
* adding cache control on iconsFrançois Schmidts2015-07-06
|
* the icon isn't a url but a b64 dumpFrançois Schmidts2015-07-06
|
* light refactFrançois Schmidts2015-07-06
| | | | | * both crawlers now use the same utils methods * the original crawler use now more of the controllers, enabling the filters feature
* making bookmaklet work for any urlFrançois Schmidts2015-07-06
|
* constructing feed from normal url alsoFrançois Schmidts2015-07-06
|
* basic UI to maniuplate filtersFrançois Schmidts2015-07-02
|
* a more bootstrap edit feed page & removing unused codeFrançois Schmidts2015-07-02
|
* adding unread count when listing feeds, using count_by_feed for user managementFrançois Schmidts2015-07-02
|
* accelerating the feeds pageFrançois Schmidts2015-07-02
|
* The bookmarklet to subscribe to a feed has been slightly updated.Cédric Bonhomme2015-06-03
|
* Only display this message when the crawling has been launched.Cédric Bonhomme2015-04-23
|
* better title handlingFrançois Schmidts2015-04-22
|
* making fetch call dependent to the crawling method optionFrançois Schmidts2015-04-14
|
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
|
* Automatically download articles for the new feed.Cédric Bonhomme2015-04-14
|
* It is now possible to add a new feed from any page via a dropdown menu.Cédric Bonhomme2015-04-12
|
* first take on redoing the menuFrançois Schmidts2015-04-12
|
* correcting a bug where we didn't allow to edit a feedFrançois Schmidts2015-04-12
|
* adding a reset link to the feed pageFrançois Schmidts2015-04-12
|
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* Fixed a minor bug in the '/feed' page.Cédric Bonhomme2015-03-23
|
* Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
|
* fixing/restoring logging levelFrançois Schmidts2015-03-03
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
bgstack15