aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Improved crawler.Cédric Bonhomme2019-05-21
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2019-05-19
|\
| * typoCédric Bonhomme2019-05-12
| * Updated Python version (security issue)Cédric Bonhomme2019-05-12
| * Updated JavaScript dependencies.Cédric Bonhomme2019-05-12
| * Fixes #43Cédric Bonhomme2019-05-12
* | Removed debug printCédric Bonhomme2019-05-19
* | fixed module name of the crawler in bootstrap.pyCédric Bonhomme2019-05-19
|/
* Temporary fix for the logging module. Closes #44Cédric Bonhomme2019-05-12
* Now using psycopg2-binary instead of using psycopg.Cédric Bonhomme2019-05-12
* Uses getboolean instead of get in conf.pyCédric Bonhomme2019-05-11
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2019-05-11
|\
| * fix: edition of user's password was brokenCédric Bonhomme2019-02-04
| * added a command to add new admin user via command lineCédric Bonhomme2019-02-04
| * fix: Entity User has no property 'password', changed to 'pwdhash'.Cédric Bonhomme2019-02-04
| * Updated Python runtime for HerokuCédric Bonhomme2019-01-24
| * Updated Python depencies.Cédric Bonhomme2019-01-24
| * Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-11-10
| |\
| * | Updated dependencies.Cédric Bonhomme2018-11-10
* | | Updated README.Cédric Bonhomme2019-05-11
* | | Updated README.Cédric Bonhomme2019-05-11
| |/ |/|
* | Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-11-04
|\ \
| * | Offers more filtering possibilities on the popular feeds view for the userCédric Bonhomme2018-11-02
| * | Ignore feeds with too much errors when calculating most popular feeds.Cédric Bonhomme2018-11-02
| |/
* / Removed now useless stop words lists.Cédric Bonhomme2018-11-04
|/
* Added an option to not include dead feeds in the OPML export.Cédric Bonhomme2018-10-31
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-10-31
|\
| * Removed deug print.Cédric Bonhomme2018-10-29
| * Improved the pagination and sorting of the list of articles of the public page.Cédric Bonhomme2018-10-29
| * Updated Python dependencies.Cédric Bonhomme2018-10-29
| * Added a link to the public user stream pae from the profile page.Cédric Bonhomme2018-10-29
* | Improved the import/export functions for data liberation. It is now possible ...Cédric Bonhomme2018-10-31
|/
* Improved filtering to get only articles from public feed via the public profi...Cédric Bonhomme2018-10-28
* Updated comment.Cédric Bonhomme2018-10-28
* Fixed a bug: this view is accessible without authenticationCédric Bonhomme2018-10-28
* Added a listbox to select the categories.Cédric Bonhomme2018-10-28
* Proposition for the new stream page.Cédric Bonhomme2018-10-28
* Removed tag cloud from the public feed page.Cédric Bonhomme2018-10-28
* Removed useless tag cloud.Cédric Bonhomme2018-10-28
* Improved view for the list of public feeds.Cédric Bonhomme2018-10-28
* specify npm versionCédric Bonhomme2018-10-27
* specify node versionCédric Bonhomme2018-10-27
* specify node versionCédric Bonhomme2018-10-27
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-10-27
|\
| * Updated NPM engine.Cédric Bonhomme2018-10-24
| * Upgrading to heroku-18 on Heroku.Cédric Bonhomme2018-10-24
| * Fixed a bug when an administrator wanted to edit a user.Cédric Bonhomme2018-10-24
| * Updated some linksCédric Bonhomme2018-10-15
* | Filter feeds per category on the user profile page.Cédric Bonhomme2018-10-27
|/
* Merge branch 'master' of github.com:newspipe/newspipeCédric Bonhomme2018-09-21
|\
bgstack15