aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Draft for a public user profile page.Cédric Bonhomme2016-09-20
* lazy loading of the translationCédric Bonhomme2016-09-12
* Updated translations.Cédric Bonhomme2016-09-11
* Bugfix.Cédric Bonhomme2016-09-11
* Fixed bad URL.Cédric Bonhomme2016-09-11
* Updated SQLAlchemy.Cédric Bonhomme2016-09-11
* Fixed some bad URLs in the translation.Cédric Bonhomme2016-09-08
* Merge branch 'master' of github.com:JARR/JARRCédric Bonhomme2016-09-07
|\
| * Update link to readthedocs in the README.Cédric Bonhomme2016-08-31
* | Updated translations.Cédric Bonhomme2016-09-07
* | Display login message as information.Cédric Bonhomme2016-09-07
|/
* update last_seen after each request.Cédric Bonhomme2016-08-30
* Use the supported Python runtime.Cédric Bonhomme2016-08-30
* Updated translations.Cédric Bonhomme2016-08-29
* Updated about page.Cédric Bonhomme2016-08-29
* Updated README.Cédric Bonhomme2016-08-29
* Updated requirements.txt file.Cédric Bonhomme2016-08-29
* add psycopg2 2.6.1 to the list of dependencies.Cédric Bonhomme2016-08-29
* Updated JS libraries.Cédric Bonhomme2016-08-29
* Freezed version of modules in requirements.txtCédric Bonhomme2016-05-29
* Merge branch 'master' of github.com:JARR/JARRCédric Bonhomme2016-05-29
|\
| * Removed now useless function for Article objects.Cédric Bonhomme2016-05-02
* | Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
|/
* Bugfix: it was not possible to delete a user with categories.Cédric Bonhomme2016-05-01
* Fixed a problem in a flash message.Cédric Bonhomme2016-05-01
* Fixed a translation.Cédric Bonhomme2016-04-29
* Moved translation scripts.Cédric Bonhomme2016-04-29
* Updated links to ReadTheDocs.Cédric Bonhomme2016-04-29
* 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
| * Merge branch 'master' into new-apiCédric Bonhomme2016-04-21
| |\
| | * Fixed encoding problems in the translations.Cédric Bonhomme2016-04-21
* | | 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
| * | Added Flask-Restless dependency.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
|/
* Fixed bad links to the logo.Cédric Bonhomme2016-04-18
* Updated JARR GitHub address. Thanks GitHub!Cédric Bonhomme2016-04-18
* 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
* Updated jquery and read-bootstrap.Cédric Bonhomme2016-04-18
* Use request.json if request.args is False.Cédric Bonhomme2016-04-18
bgstack15