aboutsummaryrefslogtreecommitdiff
path: root/instance
Commit message (Collapse)AuthorAge
* chg: [style] Format with black.Cédric Bonhomme2021-12-28
|
* chg: updated default configuration for SQLite.Cédric Bonhomme2021-10-15
|
* fixed name of protocol in the database URI configuration variableCédric Bonhomme2021-07-03
|
* new [commands]: added fix_article_entry_id command.Cédric Bonhomme2021-04-14
|
* harmonize CRAWLER_RESOLVE_ARTICLE_URL configuration variable.Cédric Bonhomme2020-12-10
|
* Minor fixes to the crawler.Cédric Bonhomme2020-03-29
|
* set DEBUG to True also when SQLite is used.Cédric Bonhomme2020-03-29
|
* DEBUG set to False by default.Cédric Bonhomme2020-03-29
|
* allow insafe-inlineCédric Bonhomme2020-03-22
|
* Added a way to manage Content Security Policy via the configuration file.Cédric Bonhomme2020-03-22
|
* Added Dockerfile, images: python3.8-alpine and postgres.Cédric Bonhomme2020-03-20
|
* added files for dockerCédric Bonhomme2020-03-17
|
* Updated default SQLite configuration file.Cédric Bonhomme2020-03-15
|
* Updated default configuration file.Cédric Bonhomme2020-03-14
|
* Fixed email notifications.Cédric Bonhomme2020-03-14
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Added SQLite configuration file.Cé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
|
* Fixed typo.Cédric Bonhomme2020-03-10
|
* Removed useless configuration variables.Cédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* Updated defautl configuration file.Cédric Bonhomme2020-03-09
|
* Refactoring the backend.Cédric Bonhomme2020-03-09
bgstack15