aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|/
* improved signup template.Cédric Bonhomme2020-03-21
|
* fixed email encoding issueCédric Bonhomme2020-03-21
|
* msg.as_string enode the content in base64Cédric Bonhomme2020-03-21
|
* removed notification to bccCédric Bonhomme2020-03-21
|
* Bumped version number.Cédric Bonhomme2020-03-20
|
* Updated CHANGELOG and README.Cédric Bonhomme2020-03-20
|
* Updated docker file.Cédric Bonhomme2020-03-20
|
* redirect output of db_create to /dev/nullCédric Bonhomme2020-03-20
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-03-20
|\
| * Python 3.8 is the minimum.Cédric Bonhomme2020-03-18
| |
| * Updated dependencies.Cédric Bonhomme2020-03-18
| |
* | 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
|
* Date of publication is not displayed on small devices.Cédric Bonhomme2020-03-14
|
* fixed wrong importCédric Bonhomme2020-03-14
|
* Updated translations.Cédric Bonhomme2020-03-14
|
* compile translationsCédric Bonhomme2020-03-14
|
* hide the feed column when a specific feed is selectedCédric Bonhomme2020-03-14
|
* fixed layou of home page when a user has no feedCédric Bonhomme2020-03-14
|
bgstack15