aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/feed.py
Commit message (Expand)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
* Added an option to not include dead feeds in the OPML export.Cédric Bonhomme2018-10-31
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-10-31
|\
| * Removed deug print.Cédric Bonhomme2018-10-29
| * Improved the pagination and sorting of the list of articles of the public page.Cédric Bonhomme2018-10-29
* | Improved the import/export functions for data liberation. It is now possible ...Cédric Bonhomme2018-10-31
|/
* Removed tag cloud from the public feed page.Cédric Bonhomme2018-10-28
* Improved view for the list of public feeds.Cédric Bonhomme2018-10-28
* Bugfix. The auto-crawling was broken.Cédric Bonhomme2017-02-12
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
* Better checks for the public pages.Cédric Bonhomme2016-11-14
* check if feed is privateCédric Bonhomme2016-11-13
* Added page for public feeds.Cédric Bonhomme2016-11-13
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
* Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
* Start to clean generic utils functions.Cédric Bonhomme2016-04-10
* Feeds are ordered by tittle in the feeds page.Cédric Bonhomme2016-04-07
* Code update. Some problems with CSRF token on Chromium...Cédric Bonhomme2016-03-02
* begin integration of the new architectureCédric Bonhomme2016-03-01
* Check if the id of the category is '0'.Cédric Bonhomme2016-02-16
* Fixed an error when redirecting to home from the 'duplicates' page.Cédric Bonhomme2016-02-10
* using api and repairing feed pageFrançois Schmidts2016-02-02
* handling errors from one page appFrançois Schmidts2016-01-31
* modal from navFrançois Schmidts2016-01-31
* redoing navbar in reactFrançois Schmidts2016-01-31
* bootstraping reactFrançois Schmidts2016-01-26
* fixing sqlalchemy resolving warningFrançois Schmidts2016-01-26
* adding, improving UI to manage categoriesFrançois Schmidts2016-01-26
* a bit of cleaning, putting code where it belongsFrançois Schmidts2016-01-26
* assigning categories to feeds and articlesFrançois Schmidts2016-01-26
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15