aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
Commit message (Expand)AuthorAge
...
| * Bugfix. The auto-crawling was broken.Cédric Bonhomme2017-02-12
* | wipCédric Bonhomme2017-02-13
* | Bugfix. The auto-crawling was broken.Cédric Bonhomme2017-02-12
* | prototypefor bookmarksCédric Bonhomme2017-02-12
|/
* New https certificateCédric Bonhomme2017-01-07
* Renamed crawler name.Cédric Bonhomme2016-11-22
* Updated translations.Cédric Bonhomme2016-11-22
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
* Better checks for the public pages.Cédric Bonhomme2016-11-14
* Various improvements for the public pages and the private profile edition page.Cédric Bonhomme2016-11-13
* check if feed is privateCédric Bonhomme2016-11-13
* Added page for public feeds.Cédric Bonhomme2016-11-13
* Added a template for articles of public feeds.Cédric Bonhomme2016-11-11
* no need to specify an equalityCédric Bonhomme2016-10-24
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
* 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
* letencrypt validationCédric Bonhomme2016-10-10
* new name: the last one.Cé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
* An administrator is now able to set the value of 'auto_crawling' for a user.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
* The export to HTML webzine functionality has been removed.Cédric Bonhomme2016-10-06
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
* Fixed a bug when getting the last retrieved article for the generation of the...Cédric Bonhomme2016-09-27
* 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
* Added more comments.Cédric Bonhomme2016-09-21
* set the limit of days to 1000 (for the tests).Cédric Bonhomme2016-09-20
* the number of days can be give in the urlCédric Bonhomme2016-09-20
* Return the most popular feeds for the last 30 days (before the date of the la...Cédric Bonhomme2016-09-20
* Display only the 100 most popular feeds.Cédric Bonhomme2016-09-20
* Improved the way we count feeds by link.Cédric Bonhomme2016-09-20
* simple test of a 'popular' page.Cédric Bonhomme2016-09-20
* 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
* lazy loading of the translationCédric Bonhomme2016-09-12
* Display login message as information.Cédric Bonhomme2016-09-07
* update last_seen after each request.Cédric Bonhomme2016-08-30
* Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
* Fixed a problem in a flash message.Cédric Bonhomme2016-05-01
* All preprocessors for the v3 Article Web service are implemented.Cédric Bonhomme2016-04-29
* Improved the Web services processors.Cédric Bonhomme2016-04-26
* Merge branch 'new-api' of github.com:JARR/JARR into new-apiCédric Bonhomme2016-04-26
|\
bgstack15