aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
Commit message (Expand)AuthorAge
...
* 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
|\
| * Updated preprocessors for the v3 Article API.Cédric Bonhomme2016-04-24
* | Renamed a function to is_authorized?Cédric Bonhomme2016-04-26
|/
* Fix conflicts.Cédric Bonhomme2016-04-20
|\
| * Added a blueprint for the Flask-Restless feed api.Cédric Bonhomme2016-04-19
* | Authenticate the user via the request.Cédric Bonhomme2016-04-20
|/
* Added preprocessor for GET_MANY.Cédric Bonhomme2016-04-19
* Defined an url prefix for the new API.Cédric Bonhomme2016-04-19
* Check is the user is authenticated before checking if the user is authorized ...Cédric Bonhomme2016-04-19
* Test preprocessors with Flask-Restless.Cédric Bonhomme2016-04-19
* set the default value of the parse with the values from the request.Cédric Bonhomme2016-04-18
* models.Article is not imported here...Cédric Bonhomme2016-04-18
* fixing relative date translationsCédric Bonhomme2016-04-18
* Use request.json if request.args is False.Cédric Bonhomme2016-04-18
* handling date formating server sideCédric Bonhomme2016-04-18
* Fix conflictsCédric Bonhomme2016-04-16
|\
| * Merge branch 'new-api'Cédric Bonhomme2016-04-15
| |\
| | * Fixed a bug recently introduced that caused problems to the mobile app.Cédric Bonhomme2016-04-15
* | | prepare the mergeCédric Bonhomme2016-04-16
|/ /
* | Merge branch 'new-api'Cédric Bonhomme2016-04-14
|\|
| * Bug fix: arguments in the URL weren't processed.Cédric Bonhomme2016-04-14
| * testing a new APICédric Bonhomme2016-04-14
* | Removed links between current article and the previous/next articles.Cédric Bonhomme2016-04-12
|/
* Start to clean generic utils functions.Cédric Bonhomme2016-04-10
* Moved notifications module.Cédric Bonhomme2016-04-10
* Updated translations.Cédric Bonhomme2016-04-09
* Add a link to the list of categories.Cédric Bonhomme2016-04-09
* Users created by the admin are active by default.Cédric Bonhomme2016-04-09
* Bug fix: unorderable types when listing the categories.Cédric Bonhomme2016-04-09
* 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
* Bug fix.Cédric Bonhomme2016-04-07
* Bug fix.Cédric Bonhomme2016-04-07
* delete a userCédric Bonhomme2016-04-07
* Send an email for the account confirmation.Cédric Bonhomme2016-04-07
* Bug fix.Cédric Bonhomme2016-04-07
* Bug fix.Cédric Bonhomme2016-04-07
* Fixed merge conflicts.Cédric Bonhomme2016-04-07
|\
| * Fixed merge conflicts.Cédric Bonhomme2016-04-06
| |\
| | * create a new user is now workingCédric Bonhomme2016-03-22
bgstack15