aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
Commit message (Expand)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
* The import 'werkzeug.generate_password_hash' is deprecated.Cédric Bonhomme2019-09-30
* fix: edition of user's password was brokenCédric Bonhomme2019-02-04
* fix: Entity User has no property 'password', changed to 'pwdhash'.Cédric Bonhomme2019-02-04
* Offers more filtering possibilities on the popular feeds view for the userCédric Bonhomme2018-11-02
* Ignore feeds with too much errors when calculating most popular feeds.Cédric Bonhomme2018-11-02
* 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
|/
* Improved filtering to get only articles from public feed via the public profi...Cédric Bonhomme2018-10-28
* Updated comment.Cédric Bonhomme2018-10-28
* Fixed a bug: this view is accessible without authenticationCédric Bonhomme2018-10-28
* Added a listbox to select the categories.Cédric Bonhomme2018-10-28
* Proposition for the new stream page.Cédric Bonhomme2018-10-28
* Removed tag cloud from the public feed page.Cédric Bonhomme2018-10-28
* Removed useless tag cloud.Cédric Bonhomme2018-10-28
* Improved view for the list of public feeds.Cédric Bonhomme2018-10-28
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-10-27
|\
| * Fixed a bug when an administrator wanted to edit a user.Cédric Bonhomme2018-10-24
| * Updated some linksCédric Bonhomme2018-10-15
* | Filter feeds per category on the user profile page.Cédric Bonhomme2018-10-27
|/
* bugfixCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Removed useless code.Cédric Bonhomme2018-07-01
* Removed a now useless route.Cédric Bonhomme2018-06-24
* account checking without storing the email of the userCédric Bonhomme2018-04-04
* Removed email field.Cédric Bonhomme2018-04-04
* Correct spelling mistakes.Edward Betts2018-03-31
* Renew certificate.Cédric Bonhomme2018-03-22
* Renew certificate.Cédric Bonhomme2018-03-22
* Renew certificate (fix).Cédric Bonhomme2017-12-22
* Renew certificate.Cédric Bonhomme2017-12-22
* renew certificateCédric Bonhomme2017-09-24
* Updating certificate with certbot.Cédric Bonhomme2017-07-05
* After the deletion of a bookmark, returns to the list of bookmarks.Cédric Bonhomme2017-06-28
* JSON export of bookmarks (compatible with Pinboard)Cédric Bonhomme2017-06-12
* test tag for bookmarksCédric Bonhomme2017-06-11
* URLs added via the bookmarklet are shared by default.Cédric Bonhomme2017-06-01
* Bookmarklet now get the title of the document.Cédric Bonhomme2017-06-01
* Display only recent bookmarks when disconnected.Cédric Bonhomme2017-06-01
* Updated comments.Cédric Bonhomme2017-05-31
* Improved the bookmapks.list_ route.Cédric Bonhomme2017-05-31
* Improved UI for bookmarks. It is now possible to search bookmarks through tit...Cédric Bonhomme2017-05-30
* It is now possible to filter bookmarks by tags.Cédric Bonhomme2017-05-29
* added some fitlters for the bookmarks pageCédric Bonhomme2017-05-29
* updated layoutCédric Bonhomme2017-05-26
* Display all shared bookmarks for a guest.Cédric Bonhomme2017-05-26
* Delete all bookmarks.Cédric Bonhomme2017-05-26
bgstack15