aboutsummaryrefslogtreecommitdiff
path: root/newspipe/bootstrap.py
Commit message (Expand)AuthorAge
* clean upB. Stack2023-08-31
* use prefix() in all templates that need itB. Stack2023-08-31
* disambiguate prefixB. Stack2023-08-31
* add prefix() to context_processor and hardcoded urlsB. Stack2023-08-31
* disable adding prefix to _uf?B. Stack2023-08-31
* improve debug by printfB. Stack2023-08-31
* use local var instead of application.configB. Stack2023-08-31
* try a context processorB. Stack2023-08-31
* improve syntaxB. Stack2023-08-30
* check config after loading configB. Stack2023-08-30
* add support for reverse-proxy in configB. Stack2023-08-30
* Added __init_.py in newspipe module (fixes a mypy issue). !minorCédric Bonhomme2023-01-16
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
* deleted read article (and not liked) that are retrieved since more than 15 days.Cédric Bonhomme2021-07-03
* Initialization of Flask-Migrate.Cédric Bonhomme2020-04-07
* Migrate form Flask-Script to the built-in integration of the click command li...Cédric Bonhomme2020-04-06
* Simplify loading of the configuration file.Cédric Bonhomme2020-04-03
* improvements to the crawlerCédric Bonhomme2020-03-29
* Added a way to manage Content Security Policy via the configuration file.Cédric Bonhomme2020-03-22
* added files for dockerCédric Bonhomme2020-03-17
* fixed wrong importCédric Bonhomme2020-03-14
* Updated translations.Cédric Bonhomme2020-03-14
* Improved the mamagement of parameter transferd via URL for the search of arti...Cédric Bonhomme2020-03-14
* removed unused importsCédric Bonhomme2020-03-10
* cleaned importsCédric Bonhomme2020-03-10
* removed unused variableCédric Bonhomme2020-03-10
* added a way to specify a configuration file via an environment variableCédric Bonhomme2020-03-10
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
* Refactoring the backend.Cédric Bonhomme2020-03-09
* Removed deprecated API.Cédric Bonhomme2020-03-02
* added a little black magicCédric Bonhomme2020-02-26
* Removed Flask-SSLify and Heroku default support.Cédric Bonhomme2020-02-26
* The project is now using Poetry.Cédric Bonhomme2020-02-26
bgstack15