aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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)
* Closes section HTML tag.Cédric Bonhomme2016-11-07
|
* Minor improvements to the layout template.Cédric Bonhomme2016-11-07
|
* Some improvements for the manager and the asyncio crawler.Cédric Bonhomme2016-11-03
|
* Fixed an error in the logging after the insertion of an articleCédric Bonhomme2016-11-03
|
* Starting to improve the loging for Heroku (with logging.StreamHandler).Cédric Bonhomme2016-11-03
|
* useless returnCédric Bonhomme2016-11-02
|
* set result to None by defaultCédric Bonhomme2016-11-02
|
* Only set those two options when using SQLAlchemy.Cédric Bonhomme2016-11-02
|
* testCédric Bonhomme2016-10-31
|
* log thisCédric Bonhomme2016-10-31
|
* debugCédric Bonhomme2016-10-31
|
* strange problem hereCédric Bonhomme2016-10-31
|
* updated -> updated_dateCédric Bonhomme2016-10-31
|
* Uses a strem handler for the logging on Heroku.Cédric Bonhomme2016-10-29
|
* Rollback if the last query fails.Cédric Bonhomme2016-10-28
|
* a messCédric Bonhomme2016-10-28
|
* testCédric Bonhomme2016-10-28
|
* Reduce the number of connections.Cédric Bonhomme2016-10-28
|
* This option should be useless (on Heroku).Cédric Bonhomme2016-10-28
|
* Try to limit the pool size and the number of connections that can be created ↵Cédric Bonhomme2016-10-28
| | | | after the pool reached its maximum size.
* Updated some glyphicons.Cédric Bonhomme2016-10-25
|
* add a way to edit the visibity of a feed via the react interfaceCédric Bonhomme2016-10-24
|
* no need to specify an equalityCédric Bonhomme2016-10-24
|
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
|
* Updated deprecated code.Cédric Bonhomme2016-10-19
|
* add a link to the public profiles of users (if the opt in for it)Cédric Bonhomme2016-10-19
|
* Datatables for the feeds page.Cédric Bonhomme2016-10-18
|
* Datatables for the user public profile page.Cédric Bonhomme2016-10-18
|
* added bower in the postdeployment of the appCédric Bonhomme2016-10-18
|
* cleanCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* testCédric Bonhomme2016-10-10
|
* Updated about page.Cédric Bonhomme2016-10-10
|
* fixed bug in the translations.Cédric Bonhomme2016-10-10
|
* try to fixCédric Bonhomme2016-10-10
|
* fixCédric Bonhomme2016-10-10
|
* call SSLify in bootstrapCédric Bonhomme2016-10-10
|
* updated default email addressCédric Bonhomme2016-10-10
|
* restoring TLSCédric Bonhomme2016-10-10
|
* letencrypt validationCédric Bonhomme2016-10-10
|
* new name: the last one.Cédric Bonhomme2016-10-10
|
* new name: the last one.Cédric Bonhomme2016-10-10
|
* updated platform URLCédric Bonhomme2016-10-10
|
* 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
|
* Redirect to the dashboard.Cédric Bonhomme2016-10-07
|
bgstack15