aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Updated default configuration file.Cédric Bonhomme2020-03-14
|
* fixed generated command to fetch newly created feed.Cédric Bonhomme2020-03-14
|
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-03-14
|\
| * Added screenshot in the README.Cédric Bonhomme2020-03-14
| |
| * Improved the mamagement of parameter transferd via URL for the search of ↵Cédric Bonhomme2020-03-14
| | | | | | | | articles.
| * Minor optimizations of the layout for the home page.Cédric Bonhomme2020-03-14
| |
* | Fixed email notifications.Cédric Bonhomme2020-03-14
|/
* Preparing new 9.1.0 release.Cédric Bonhomme2020-03-12
|
* Improved the search form.Cédric Bonhomme2020-03-12
|
* Improved login form.Cédric Bonhomme2020-03-12
|
* get the search param filtersCédric Bonhomme2020-03-12
|
* Simplified deployment section.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Fixed CSS menu class in article template.Cédric Bonhomme2020-03-11
|
* Uses Bootstrap4 for the pagination component generated by Flask-Pagination.Cédric Bonhomme2020-03-11
|
* fixed some JavaScript to like/unlike an article from the home page.Cédric Bonhomme2020-03-10
|
* removed unused importsCédric Bonhomme2020-03-10
|
* cleaned importsCédric Bonhomme2020-03-10
|
* removed unused variableCédric Bonhomme2020-03-10
|
bgstack15