aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/user.py
Commit message (Expand)AuthorAge
* 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 useless tag cloud.Cédric Bonhomme2018-10-28
* Improved view for the list of public feeds.Cédric Bonhomme2018-10-28
* Filter feeds per category on the user profile page.Cédric Bonhomme2018-10-27
* bugfixCédric Bonhomme2018-07-01
* Removed useless code.Cédric Bonhomme2018-07-01
* Removed email field.Cédric Bonhomme2018-04-04
* Delete all bookmarks.Cédric Bonhomme2017-05-26
* Updated translations.Cédric Bonhomme2016-11-22
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
* Various improvements for the public pages and the private profile edition page.Cédric Bonhomme2016-11-13
* no need to specify an equalityCédric Bonhomme2016-10-24
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
* removed the tag cloud for the public profile page: too slowCédric Bonhomme2016-10-07
* Generates the tag cloud of the user based on the last 10 weeks.Cédric Bonhomme2016-10-07
* Some other new update for the public profile page.Cédric Bonhomme2016-10-07
* Fetch feeds only if the user do not want to use its own crawler.Cédric Bonhomme2016-10-06
* The user can now add its twitter page.Cédric Bonhomme2016-10-06
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
* Minor improvements.Cédric Bonhomme2016-09-26
* add column webpage in the user tableCédric Bonhomme2016-09-21
* Add new stop words.Cédric Bonhomme2016-09-21
* Few improvemnts for the tag cloud of the user's profile pages.Cédric Bonhomme2016-09-20
* Draft for a public user profile page.Cédric Bonhomme2016-09-20
* 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
* Moved notifications module.Cédric Bonhomme2016-04-10
* Add a link to the list of categories.Cédric Bonhomme2016-04-09
* Bug fix.Cédric Bonhomme2016-04-07
* begin integration of the new architectureCédric Bonhomme2016-03-01
* we now specify the validity period of the activation link.Cédric Bonhomme2016-02-18
* Improved confirm_account view.Cédric Bonhomme2016-02-18
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
* bootstraping reactFrançois Schmidts2016-01-26
bgstack15