aboutsummaryrefslogtreecommitdiff
path: root/src/web/models/user.py
Commit message (Collapse)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
|
* Updated Python dependencies.Cédric Bonhomme2020-02-25
|
* Updated some linksCédric Bonhomme2018-10-15
|
* Removed email field.Cédric Bonhomme2018-04-04
|
* Removed prototype code for bookmarks from master branch.Cédric Bonhomme2017-04-09
|
* prototypefor bookmarksCédric Bonhomme2017-02-12
|
* various improvements to the crawler (better use of coroutines, test if an ↵Cédric Bonhomme2016-11-08
| | | | article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles)
* new name: the last one.Cédric Bonhomme2016-10-10
|
* 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
|
* Fixed a bug when removing a user who have feeds in categories.Cédric Bonhomme2016-10-04
|
* add column webpage in the user tableCédric Bonhomme2016-09-21
|
* 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
|
* Bugfix: it was not possible to delete a user with categories.Cédric Bonhomme2016-05-01
|
* Updated JARR GitHub address. Thanks GitHub!Cédric Bonhomme2016-04-18
|
* Fixed a bug for non-administor users.Cédric Bonhomme2016-04-07
|
* Send an email for the account confirmation.Cédric Bonhomme2016-04-07
|
* begin integration of the new architectureCédric Bonhomme2016-03-01
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR...Cédric Bonhomme2016-02-14
|
* Updated Copyright years.Cédric Bonhomme2016-02-05
|
* removing misplaced stuffs from views, more controllers useFrançois Schmidts2016-01-26
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15