ymh <ymh.work@gmail.com> [Mon, 20 Jun 2016 17:50:47 +0200] rev 616
forgotten field modification in migration. Cleaning after debug
ymh <ymh.work@gmail.com> [Mon, 20 Jun 2016 14:44:40 +0200] rev 615
redo foreign key for renkanmanager, optimize property access, correct unit tests
ymh <ymh.work@gmail.com> [Wed, 15 Jun 2016 16:31:43 +0200] rev 614
Change guid fields to more optimal type + migration
ymh <ymh.work@gmail.com> [Mon, 13 Jun 2016 14:23:58 +0200] rev 613
make renkanmanager test run locally
durandn [Tue, 07 Jun 2016 10:46:20 +0200] rev 612
admin for renkan objects
durandn [Tue, 07 Jun 2016 10:44:41 +0200] rev 611
serverside: translation + timestamp handling + logging
durandn [Tue, 03 May 2016 14:32:28 +0200] rev 610
reworked views and serializers to pass and take into account the "validation timestamp" to the model + refactored models to have a content validation method + adapted tests
durandn [Wed, 27 Apr 2016 16:36:30 +0200] rev 609
models refactoring to use ForeignKey fields + associated migrations
durandn [Mon, 11 Apr 2016 16:28:05 +0200] rev 608
permission implementation has to be client-side and not in the generic api package + deleted duplicate migration
ymh <ymh.work@gmail.com> [Thu, 21 Apr 2016 16:18:08 +0200] rev 607
Added tag V00.12.19 for changeset e7e699f3cf97
ymh <ymh.work@gmail.com> [Thu, 21 Apr 2016 16:17:50 +0200] rev 606
update version nb
durandn [Thu, 21 Apr 2016 15:18:19 +0200] rev 605
updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:18:32 +0200] rev 604
Added tag V00.12.18 for changeset d8abed25f44a
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:18:15 +0200] rev 603
Upgrade version
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:14:36 +0200] rev 602
It is not up to the generic api to decide on CSRF policy. This must be left to client applications
ymh <ymh.work@gmail.com> [Tue, 05 Apr 2016 18:32:47 +0200] rev 601
Added tag V00.12.17 for changeset e12243191095
ymh <ymh.work@gmail.com> [Tue, 05 Apr 2016 18:32:32 +0200] rev 600
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com> [Thu, 31 Mar 2016 17:12:55 +0200] rev 599
Added tag V00.12.16 for changeset eb4f4eceada0
ymh <ymh.work@gmail.com> [Thu, 31 Mar 2016 17:12:38 +0200] rev 598
create new renkan version
ymh <ymh.work@gmail.com> [Fri, 18 Mar 2016 14:15:23 +0100] rev 597
small documentation improvements
durandn [Thu, 31 Mar 2016 16:38:35 +0200] rev 596
fix on authentication_classes on RenkanDetail view
ymh <ymh.work@gmail.com> [Wed, 09 Mar 2016 15:53:15 +0100] rev 595
Added tag V00.12.15 for changeset b45eb8244cd9
durandn [Thu, 03 Mar 2016 18:04:27 +0100] rev 594
Added default to the RENKAN_USER_DISPLAY_FIELD setting. Will default to the USERFIELD_NAME for the user model
durandn [Thu, 03 Mar 2016 17:09:27 +0100] rev 593
corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information
durandn [Tue, 01 Mar 2016 17:39:39 +0100] rev 592
small corrections on serializers to sort out post_save signals
durandn [Mon, 29 Feb 2016 17:03:44 +0100] rev 591
corrected permissions
durandn [Mon, 22 Feb 2016 10:41:11 +0100] rev 590
API versioning via namespace
durandn [Tue, 02 Feb 2016 16:21:20 +0100] rev 589
Moved python2/django into a django2 folder for consistency + clarified serializers fields name
durandn [Tue, 26 Jan 2016 17:18:04 +0100] rev 588
Minor adjustements to properly interact with Renkan client
durandn [Mon, 11 Jan 2016 18:24:14 +0100] rev 587
transfer work on renkanmanager into a renkan/server/python2 folder: reworked models, implemented simple API basic permissions, wrote tests