aboutsummaryrefslogtreecommitdiff
path: root/src/web/controllers
Commit message (Collapse)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
|
* Correct spelling mistakes.Edward Betts2018-03-31
|
* Limit the search for duplicates to 1000 articles.Cédric Bonhomme2018-03-10
|
* Improved UI for bookmarks. It is now possible to search bookmarks through ↵Cédric Bonhomme2017-05-30
| | | | titles and descriptions.
* hackCédric Bonhomme2017-05-30
|
* A tag can be uppercaseCédric Bonhomme2017-05-30
|
* It is now possible to filter bookmarks by tags.Cédric Bonhomme2017-05-29
|
* Added database migration script.Cédric Bonhomme2017-05-23
|
* tags are lowercaseCédric Bonhomme2017-05-23
|
* Update tags of bookmarks.Cédric Bonhomme2017-05-23
|
* Removed debug printCédric Bonhomme2017-04-22
|
* wipCédric Bonhomme2017-02-13
|
* prototypefor bookmarksCédric Bonhomme2017-02-12
|
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
|
* Bugfix: should import Article in order to resolve the 'date' column for the ↵Cédric Bonhomme2016-11-16
| | | | ordering of the 'articles' relationship.
* 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)
* set result to None by defaultCédric Bonhomme2016-11-02
|
* testCédric Bonhomme2016-10-31
|
* Rollback if the last query fails.Cédric Bonhomme2016-10-28
|
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
|
* more testsCédric Bonhomme2016-09-28
|
* Improved the way we count feeds by link.Cédric Bonhomme2016-09-20
|
* Fixed a bug in the article controller.Cédric Bonhomme2016-04-10
|
* Fixed merge conflicts.Cédric Bonhomme2016-04-06
|\
| * fixesCédric Bonhomme2016-03-22
| |
| * fix...Cédric Bonhomme2016-03-22
| |
| * check the value of 'category_id'.Cédric Bonhomme2016-03-22
| |
| * Code update. Some problems with CSRF token on Chromium...Cédric Bonhomme2016-03-02
| |
* | major problems fixed.Cédric Bonhomme2016-04-06
|/
* 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
|
* impact on menus when loading articleFrançois Schmidts2016-01-29
|
* bootstraping reactFrançois Schmidts2016-01-26
|
* adding, improving UI to manage categoriesFrançois Schmidts2016-01-26
|
* removing misplaced stuffs from views, more controllers useFranç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
|
* base category creation/editionFrançois Schmidts2016-01-26
|
* base modification in model for category supportFrançois Schmidts2016-01-26
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15