aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Use the PEP 0492 for the legacy crawler.Cédric Bonhomme2015-12-07
|/
* Updated README.Cédric Bonhomme2015-11-27
|
* fixCédric Bonhomme2015-11-27
|
* Use a newer version of Vagrant.Cédric Bonhomme2015-11-27
|
* Solves an issue with pip.Cédric Bonhomme2015-11-27
|
* Now using Wily server for Vagrant.Cédric Bonhomme2015-11-27
|
* Updated Vagrant configuration file.Cédric Bonhomme2015-11-27
|
* Updated link to the documentation.Cédric Bonhomme2015-11-26
|
* switch theme to classicCédric Bonhomme2015-11-26
|
* More refactorization.Cédric Bonhomme2015-11-26
|
* Bug fix in the crawler when logging the creation of articles.Cédric Bonhomme2015-11-26
|
* fix import nameCédric Bonhomme2015-11-26
|
* Updated README.Cédric Bonhomme2015-11-25
|
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* Updated default platform URL (for Heroku...).Cédric Bonhomme2015-11-25
|
* Improved the way arguments are parsed (usefull for the mobile version of ↵Cédric Bonhomme2015-11-24
| | | | pyAggr3g470r).
* Add a way to get the json encoded by jquery in the URL when using the GET ↵Cédric Bonhomme2015-11-19
| | | | method.
* simplificationCédric Bonhomme2015-11-17
|
* Disable SQLALCHEMY_TRACK_MODIFICATIONS.Cédric Bonhomme2015-11-17
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-11-17
|\
| * Merged in jaesivsm/pyaggr3g470r (pull request #22)Cédric Bonhomme2015-10-23
| |\ | | | | | | | | | Fix on the http crawler
| | * limiting the feed editing request by removing the dull updating of etag and ↵François Schmidts2015-10-21
| | | | | | | | | | | | last modified of no meaning
| | * fixing warning SAWarning: Can't resolve label reference 'Feed.last_retrieved'François Schmidts2015-10-20
| | |
| | * fixing stupid, stupid bug where we instanciated multiple threadpoolFrançois Schmidts2015-10-20
| |/
* / minor improvements when deleting old articles, this was stupid...Cédric Bonhomme2015-11-17
|/
* Updated Python runtime for Heroku.Cédric Bonhomme2015-09-18
|
* With the new version of Flask-Login is_authenticated is now a property.Cédric Bonhomme2015-09-18
|
* Removed the article from the table of the page of favorite articles when it ↵Cédric Bonhomme2015-09-13
| | | | is unstared.
* updated changelogCédric Bonhomme2015-08-25
|
* updated changelogCédric Bonhomme2015-08-25
|
* updated changelogCédric Bonhomme2015-08-25
|
* Renamed the CHANGELOG.Cédric Bonhomme2015-08-25
|
* Now using https when sharing a link via reddit.Cédric Bonhomme2015-08-17
|
* Removed Google tracker.Cédric Bonhomme2015-08-16
|
* Merged in jaesivsm/pyaggr3g470r (pull request #21)Cédric Bonhomme2015-08-06
|\ | | | | | | fixing bug on http crawler and light refact
| * fixing bug preventing from bumping error count from api crawler for none ↵François Schmidts2015-08-05
| | | | | | | | admin user
| * making it easier to request with listsFrançois Schmidts2015-08-05
| |
| * refact feed listFrançois Schmidts2015-08-05
| |
| * redoing the way the crawler wait on itselfFrançois Schmidts2015-08-05
| |
| * making feeds/fetchable and articles/challenge returns 204 on emptyFrançois Schmidts2015-08-05
| |
| * more elegant method to check for iconsFrançois Schmidts2015-08-05
| |
* | Ensuere that the arguments is an integer.Cédric Bonhomme2015-08-05
|/
* Updated translations.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
|
* Secure back redirects with WTForms.Cédric Bonhomme2015-08-04
|
* Updated NEWS.rst file.Cédric Bonhomme2015-08-04
|
* By hoping this closes #9 without adding another bug.Cédric Bonhomme2015-08-04
|
* Merged in jaesivsm/pyaggr3g470r (pull request #20)Cédric Bonhomme2015-08-03
|\ | | | | | | perf improvement
| * sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | | | | | so i choosed to move the icons into their own table
| * ensuring the icon isn't empty and redoing a bit of loggingFrançois Schmidts2015-07-31
| |
bgstack15