aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add the link to the tracker.Cédric Bonhomme2019-10-29
* Updated URL to home page of the project.Cédric Bonhomme2019-10-29
* Updated Python dependencies.Cédric Bonhomme2019-10-28
* Updated old links.Cédric Bonhomme2019-10-28
* README is now written in markdown.Cédric Bonhomme2019-10-28
* Updated JavaScript libraries (solve security issues)Cédric Bonhomme2019-09-30
* The import 'werkzeug.generate_password_hash' is deprecated.Cédric Bonhomme2019-09-30
* fixed wront definition of indexesCédric Bonhomme2019-09-30
* Set resolv to false by default.Cédric Bonhomme2019-05-24
* Improved the search of existing articles.Cédric Bonhomme2019-05-24
* Do not raise connection error from jarr_getCédric Bonhomme2019-05-23
* Updated revision date of the crawler.Cédric Bonhomme2019-05-23
* Improved default crawler.Cédric Bonhomme2019-05-23
* Rmoved list of created articles.Cédric Bonhomme2019-05-23
* Removed Heroke deploy buttom from the about page.Cédric Bonhomme2019-05-22
* Feeds are now retrieved with requests. feedparser is only used for the parsing.Cédric Bonhomme2019-05-22
* Updated dependencies.Cédric Bonhomme2019-05-22
* Updated max size of the asyncio queue.Cédric Bonhomme2019-05-21
* Do not update existing articles.Cédric Bonhomme2019-05-21
* 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
bgstack15