aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bootstrap is no longer deployed as a submoduleCédric Bonhomme2017-04-07
|
* Heroku Button will not work with repos that have Git submodules. Heroku ↵Cédric Bonhomme2017-04-07
| | | | Button relies on the Build API and uses tarballs fetched from GitHub...
* change order of buildpacksCédric Bonhomme2017-04-07
|
* Set all the buildpacks.Cédric Bonhomme2017-04-07
|
* fix the link where bootstrao should be clonedCédric Bonhomme2017-04-07
|
* Python >= 3.5Cédric Bonhomme2017-04-07
|
* Vagrant installations now uses Python 3.6.1.Cédric Bonhomme2017-04-07
|
* fixed postdeploy script.Cédric Bonhomme2017-04-06
|
* typoCédric Bonhomme2017-04-06
|
* validate and update app.jsonCédric Bonhomme2017-04-06
|
* Added registration status.Cédric Bonhomme2017-04-06
|
* Displays if the the instance is running on Heroku.Cédric Bonhomme2017-04-06
|
* Removed now useless endpoint.Cédric Bonhomme2017-04-06
|
* Updated about page.Cédric Bonhomme2017-04-06
|
* Added a page which displays some information about the instance.Cédric Bonhomme2017-04-06
|
* Now using Heroku Python runtime 3.6.1.Cédric Bonhomme2017-04-05
|
* updated requirements.txtCédric Bonhomme2017-02-12
|
* Bugfix. The auto-crawling was broken.Cédric Bonhomme2017-02-12
|
* New https certificateCédric Bonhomme2017-01-07
|
* Renamed crawler name.Cédric Bonhomme2016-11-22
|
* Updated translations.Cédric Bonhomme2016-11-22
|
* Updated translations.Cédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Updated app.jsonCédric Bonhomme2016-11-21
|
* Cleaning config variables.Cédric Bonhomme2016-11-17
|
* Updated CHANGELOG.Cédric Bonhomme2016-11-17
|
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
|
* Bugfix: should import Article in order to resolve the 'date' column for the ↵Cédric Bonhomme2016-11-16
| | | | ordering of the 'articles' relationship.
* Bugfix: argument of type 'NoneType' is not iterable in html.unescape().Cédric Bonhomme2016-11-16
|
* Updated CHANGELOG.Cédric Bonhomme2016-11-14
|
* Updated translations.Cédric Bonhomme2016-11-14
|
* The user should mark a feed as private when there is a private token in the ↵Cédric Bonhomme2016-11-14
| | | | link of the feed.
* Better checks for the public pages.Cédric Bonhomme2016-11-14
|
* Various improvements for the public pages and the private profile edition page.Cédric Bonhomme2016-11-13
|
* Format the date.Cédric Bonhomme2016-11-13
|
* Added a column for the date of the articles.Cédric Bonhomme2016-11-13
|
* check if feed is privateCédric Bonhomme2016-11-13
|
* Added page for public feeds.Cédric Bonhomme2016-11-13
|
* Updated CHANGELOG.Cédric Bonhomme2016-11-12
|
* Safef way to get the tags.Cédric Bonhomme2016-11-11
|
* Added a template for articles of public feeds.Cédric Bonhomme2016-11-11
|
* Simpler format for the logs when the application is running on Heroku.Cédric Bonhomme2016-11-11
|
* Updated Python dependencies.Cédric Bonhomme2016-11-11
|
* bug fixCédric Bonhomme2016-11-10
|
* It is now possible to configure the refresh interval of feeds (in minutes).Cédric Bonhomme2016-11-10
|
bgstack15