aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixes #43Cédric Bonhomme2019-05-12
* Temporary fix for the logging module. Closes #44Cédric Bonhomme2019-05-12
* Uses getboolean instead of get in conf.pyCédric Bonhomme2019-05-11
* fix: edition of user's password was brokenCédric Bonhomme2019-02-04
* added a command to add new admin user via command lineCédric Bonhomme2019-02-04
* fix: Entity User has no property 'password', changed to 'pwdhash'.Cédric Bonhomme2019-02-04
* Merge branch 'master' of gitlab.com:newspipe/newspipeCédric Bonhomme2018-11-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
* | Removed now useless stop words lists.Cédric Bonhomme2018-11-04
|/
* 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
| * Added a link to the public user stream pae from the profile 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
|/
* async is now a reserved wordCédric Bonhomme2018-08-07
* Removed now useless files.Cédric Bonhomme2018-07-01
* bugfixCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Updated copyrightsCédric Bonhomme2018-07-01
* Removed useless code.Cédric Bonhomme2018-07-01
* Validate the nickname of the user before account creation.Cédric Bonhomme2018-07-01
* Removed a now useless route.Cédric Bonhomme2018-06-24
* Removed now useless form.Cédric Bonhomme2018-04-24
* Fixed table from the dashboard.Cédric Bonhomme2018-04-05
* Updated signup form.Cédric Bonhomme2018-04-04
* account checking without storing the email of the userCédric Bonhomme2018-04-04
* Removed email field.Cédric Bonhomme2018-04-04
* Typo.Cédric Bonhomme2018-03-31
* Even better like this.Cédric Bonhomme2018-03-31
* Redirect the user to the feeds page when logged in.Cédric Bonhomme2018-03-31
* Correct spelling mistakes.Edward Betts2018-03-31
bgstack15