aboutsummaryrefslogtreecommitdiff
path: root/src/web/lib
Commit message (Collapse)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
|
* Removed email field.Cédric Bonhomme2018-04-04
|
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
|
* Bugfix: argument of type 'NoneType' is not iterable in html.unescape().Cédric Bonhomme2016-11-16
|
* Safef way to get the tags.Cédric Bonhomme2016-11-11
|
* bug fixCédric Bonhomme2016-11-10
|
* 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
|
* Fetch feeds only if the user do not want to use its own crawler.Cédric Bonhomme2016-10-06
|
* Bugfix.Cédric Bonhomme2016-09-28
|
* Bugfix.Cédric Bonhomme2016-09-28
|
* testCédric Bonhomme2016-09-28
|
* Fixed a bug with SQLite support.Cédric Bonhomme2016-09-27
|
* 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
|
* Updated JARR GitHub address. Thanks GitHub!Cédric Bonhomme2016-04-18
|
* Start to clean generic utils functions.Cédric Bonhomme2016-04-10
|
* 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
|
* app -> applicationCédric Bonhomme2016-02-18
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* article URL resolving has been removed (wasn't used)Cédric Bonhomme2016-02-14
|
* The date of modification of articles is now used to detect changes.Cédric Bonhomme2016-02-13
|
* The classic crawler is now able to update an article. Only content or title ↵Cédric Bonhomme2016-02-09
| | | | are updatable, as discussed in #27. Need to implement the notification system with the boolean when the content of an article has been updated.
* writing a bit of doc, moving crawler togetherFrançois Schmidts2016-02-02
|
* modal from navFrançois Schmidts2016-01-31
|
* a bit of cleaning, putting code where it belongsFrançois Schmidts2016-01-26
|
* base modification in model for category supportFrançois Schmidts2016-01-26
|
* fixing loggingFrançois Schmidts2016-01-26
|
* fixing stuffsFrançois Schmidts2016-01-11
| | | | | | * no more warning on constructing feeds * using the configured user agent for constructing feed * regrouping the logic behind knowing if the parsing of a feed worked
* using user agent in web crawlerFrançois Schmidts2016-01-11
|
* handling failing feed linkFrançois Schmidts2015-12-17
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
bgstack15