aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
Commit message (Expand)AuthorAge
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
* Bugfix: 'feeds' is now a list.Cédric Bonhomme2016-10-05
* Removed duplicate glyphicon.Cédric Bonhomme2016-10-03
* Updated about page.Cédric Bonhomme2016-09-23
* Missing anchor ending tag added.Cédric Bonhomme2016-09-22
* Updated translations.Cédric Bonhomme2016-09-21
* Add a new feed from the popular feeds page.Cédric Bonhomme2016-09-21
* Updated translations.Cédric Bonhomme2016-09-21
* Improved the profile form.Cédric Bonhomme2016-09-21
* add column webpage in the user tableCédric Bonhomme2016-09-21
* Minor improvements fort he public profile template.Cédric Bonhomme2016-09-20
* Added link to the 'popular' page.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
* Updated translations.Cédric Bonhomme2016-09-11
* Bugfix.Cédric Bonhomme2016-09-11
* Updated about page.Cédric Bonhomme2016-08-29
* Updated links to ReadTheDocs.Cédric Bonhomme2016-04-29
* Updated JARR GitHub address. Thanks GitHub!Cédric Bonhomme2016-04-18
* Removed links between current article and the previous/next articles.Cédric Bonhomme2016-04-12
* Updated translations.Cédric Bonhomme2016-04-09
* Add a link to the list of categories.Cédric Bonhomme2016-04-09
* Bug fix: unorderable types when listing the categories.Cédric Bonhomme2016-04-09
* Better like that.Cédric Bonhomme2016-04-09
* Updated Navbar.Cédric Bonhomme2016-04-09
* Authentication to JARR with email address or nickname.Cédric Bonhomme2016-04-08
* Feeds are ordered by tittle in the feeds page.Cédric Bonhomme2016-04-07
* Removed the endponint to see stats about a user.Cédric Bonhomme2016-04-07
* delete a userCédric Bonhomme2016-04-07
* Removed recaptcha.Cédric Bonhomme2016-04-07
* Bug fix in the dashboard template.Cédric Bonhomme2016-04-07
* Fixed merge conflicts.Cédric Bonhomme2016-04-06
|\
| * create a new user is now workingCé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
* Useless if no category set.Cédric Bonhomme2016-02-21
* Minor improvements to the list of feeds.Cédric Bonhomme2016-02-21
* With the new home page we do not need anymore the link to see all articles of...Cédric Bonhomme2016-02-19
* With the new home page we do not need anymore the link to see all articles of...Cédric Bonhomme2016-02-19
* Removes unused emails templates.Cédric Bonhomme2016-02-18
* Added a template for the password recovery notifications.Cédric Bonhomme2016-02-18
* Rephrasing...Cédric Bonhomme2016-02-18
* we now specify the validity period of the activation link.Cédric Bonhomme2016-02-18
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
* Removed the possibility to see the list of feeds of a user. A new column in t...Cédric Bonhomme2016-02-16
* It is again possible (for an administrator) to delete the feed of a user.Cédric Bonhomme2016-02-15
* The OPML generation now includes the category of the feeds.Cédric Bonhomme2016-02-10
* Fixed 'Page not found' error for the 'recover' page.Cédric Bonhomme2016-02-03
bgstack15