aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Migrating frontend to Bootstrap 4.Cédric Bonhomme2020-02-29
|
* Updated README.Cédric Bonhomme2020-02-27
|
* bumped release number.Cédric Bonhomme2020-02-27
|
* Removed now useless link to the list of articles of a feed.Cédric Bonhomme2020-02-26
|
* cleaningCédric Bonhomme2020-02-26
|
* Updated README.Cédric Bonhomme2020-02-26
|
* only uses markdownCédric Bonhomme2020-02-26
|
* Removed useless JavaScript code.Cédric Bonhomme2020-02-26
|
* Updated CHANGELOG.Cédric Bonhomme2020-02-26
|
* removed install.shCédric Bonhomme2020-02-26
|
* removing all this bad codeCédric Bonhomme2020-02-26
|
* Removed some useless JavaScript.Cédric Bonhomme2020-02-26
|
* added a little black magicCédric Bonhomme2020-02-26
|
* Removed sendgrid dependency.Cédric Bonhomme2020-02-26
|
* Removed Flask-SSLify and Heroku default support.Cédric Bonhomme2020-02-26
|
* typoCédric Bonhomme2020-02-26
|
* The project is now using Poetry.Cédric Bonhomme2020-02-26
|
* Updated Python dependencies.Cédric Bonhomme2020-02-25
|
* Updated Heroku Python runtime.Cédric Bonhomme2019-12-03
|
* 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
|\
bgstack15