aboutsummaryrefslogtreecommitdiff
path: root/newspipe
Commit message (Expand)AuthorAge
* 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
* 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
* remnoved debug printCédric Bonhomme2020-03-24
* fixes for the crawler.Cédric Bonhomme2020-03-24
* Display some information about the instance in the about/more page.Cé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
* 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
* added files for dockerCédric Bonhomme2020-03-17
* 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
* 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
|\
| * Improved the mamagement of parameter transferd via URL for the search of arti...Cédric Bonhomme2020-03-14
| * 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
* 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
* 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
* Updated Python dependencies.Cédric Bonhomme2020-03-10
bgstack15