aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* chg: [documentation] Updated screen shot of the home page.Cédric Bonhomme2020-06-06
|
* chg: [views] sort categories by number of unread articles for each categoryCédric Bonhomme2020-06-06
|
* chg: [views] improved article viewCédric Bonhomme2020-06-06
|
* chg: [views] removed delete article button from the home page.Cédric Bonhomme2020-06-06
|
* improved feed menuCédric Bonhomme2020-06-06
|
* removed a useless title in the README.Cédric Bonhomme2020-05-01
|
* Removed Dockerfile and docker-compose.yml.Cédric Bonhomme2020-05-01
|
* Updated URL of the project home page.Cédric Bonhomme2020-05-01
|
* Bump jquery from 3.4.1 to 3.5.0.Cédric Bonhomme2020-04-30
|
* Updated dependencies.Cédric Bonhomme2020-04-29
|
* catch potential errors during creation of the first admin user.Cédric Bonhomme2020-04-07
|
* Initialization of Flask-Migrate.Cédric Bonhomme2020-04-07
|
* removed now useless copy of manager.py with DockerCédric Bonhomme2020-04-07
|
* fixCédric Bonhomme2020-04-07
|
* added the FLASK_APP env variable in subprocess.PopenCédric Bonhomme2020-04-06
|
* Fetch the feeds in a new processus by taking into account the current ↵Cédric Bonhomme2020-04-06
| | | | virtual environment.
* Removed useless import.Cédric Bonhomme2020-04-06
|
* Migrate form Flask-Script to the built-in integration of the click command ↵Cédric Bonhomme2020-04-06
| | | | line interface of Flask.
* Added a link to the documentation in the about page.Cédric Bonhomme2020-04-06
|
* Simplify loading of the configuration file.Cédric Bonhomme2020-04-03
|
* fixed erros reported by flake.Cédric Bonhomme2020-04-03
|
* speed improvements to the /history pageCédric Bonhomme2020-04-03
|
* Updated werkzeug.Cédric Bonhomme2020-04-03
|
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-04-02
|\
| * wipCédric Bonhomme2020-03-30
| |
| * catch ParseError form dateutilCédric Bonhomme2020-03-30
| |
| * catch exception with trying to fetch feed icon with requestsCédric Bonhomme2020-03-30
| |
| * removed debug logCédric Bonhomme2020-03-30
| |
* | Improved the feed creation form.Cédric Bonhomme2020-04-02
|/
* display feeds icon in public pages for feedsCédric Bonhomme2020-03-30
|
* hide feeds with too much erros from the menuCédric Bonhomme2020-03-30
|
* fix: the feed wasn't regularly updatedCédric Bonhomme2020-03-30
|
* return transparent image if no favicon are foundCédric Bonhomme2020-03-30
|
* improvements to the crawlerCédric Bonhomme2020-03-29
|
* 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
|
* docker now exposes port number 5532 for postgresCédric Bonhomme2020-03-28
|
* updated volumes for the newspipe service (npm_components is now ignored)Cédric Bonhomme2020-03-28
|
* remnoved debug printCédric Bonhomme2020-03-24
|
* fixes for the crawler.Cédric Bonhomme2020-03-24
|
* Updated CHANGELOG.Cédric Bonhomme2020-03-22
|
* Display some information about the instance in the about/more page.Cédric Bonhomme2020-03-22
|
* allow insafe-inlineCédric Bonhomme2020-03-22
|
* Removed some inline scripts.Cédric Bonhomme2020-03-22
|
* Added a way to manage Content Security Policy via the configuration file.Cédric Bonhomme2020-03-22
|
* Updated README.Cédric Bonhomme2020-03-22
|
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-03-21
|\
| * Updated README.Cédric Bonhomme2020-03-21
| |
* | Fixes ~cedric/newspipe#2. Issue with Docker.Cédric Bonhomme2020-03-21
|/
bgstack15