Tue, 05 Jul 2016 14:03:55 +0200 ymh put task under celery for better perf management
Tue, 05 Jul 2016 13:19:38 +0200 ymh add tracking of renkan create, delete and update
Mon, 04 Jul 2016 00:31:19 +0200 ymh add trace for read and edit
Sun, 03 Jul 2016 18:51:40 +0200 ymh add registration info
Sun, 03 Jul 2016 14:16:07 +0200 ymh add tracking of close + first version of tracking server side
Fri, 01 Jul 2016 12:44:07 +0200 ymh add editin tracking
Mon, 27 Jun 2016 16:12:38 +0200 ymh add vagrant subproject to create a learning locker test VM
Wed, 22 Jun 2016 00:53:58 +0200 ymh add correct object initialization to save
Thu, 19 May 2016 12:58:05 +0200 durandn implemented client-side error handling + translation
Fri, 13 May 2016 13:12:14 +0200 durandn Implemented client-side error notice for renkan in metaeducation
Fri, 13 May 2016 13:11:24 +0200 durandn fixed error in signals
Fri, 13 May 2016 13:09:21 +0200 durandn Migration to remove validator on username
Tue, 12 Apr 2016 11:59:32 +0200 durandn remove default django validator on username
Tue, 12 Apr 2016 11:59:08 +0200 durandn reorganized userfields populating in Auth Code flow + assigning model permissions in signal + added fields for extracting first and last name
Mon, 11 Apr 2016 17:12:51 +0200 durandn removed some unecessary buttons at the top of the renkan editor (via config options)
Mon, 11 Apr 2016 16:47:09 +0200 durandn Added permission management into metaeducation (instead of it being in renkanmanager) + more logging around auth code + corrected client.py for oauth server so it sends the correct content-type when using client credentials
Thu, 21 Apr 2016 16:26:30 +0200 ymh Added tag 00.00.15 for changeset 0ef4bd1957fd
Thu, 21 Apr 2016 16:26:11 +0200 ymh increment version 00.00.15
Thu, 21 Apr 2016 16:25:15 +0200 ymh update admin.py + upgrade renkan dep
Thu, 21 Apr 2016 12:04:32 +0200 durandn Added tag 00.00.14 for changeset c56ca9e06cc8
Thu, 21 Apr 2016 12:04:00 +0200 durandn adapted oauth test server validation service to correct(/itop) token validation format 00.00.14
Thu, 21 Apr 2016 11:27:06 +0200 durandn quickfix #3
Thu, 21 Apr 2016 11:10:54 +0200 durandn Added tag 00.00.13 for changeset 96b86800e7a6
Thu, 21 Apr 2016 11:10:22 +0200 durandn Removed tag 00.00.13 00.00.13
Thu, 21 Apr 2016 11:08:59 +0200 durandn quickfix #2
Thu, 21 Apr 2016 11:04:20 +0200 durandn Added tag 00.00.13 for changeset 0f2d692a8333
Thu, 21 Apr 2016 11:03:50 +0200 durandn Quickfix on token validation json format
Thu, 07 Apr 2016 13:22:04 +0200 ymh Added tag 00.00.12 for changeset c4a026852232
Thu, 07 Apr 2016 13:21:50 +0200 ymh Correct crsf authorization problems + new version 00.00.12
Wed, 06 Apr 2016 13:32:57 +0200 ymh Added tag 00.00.11 for changeset 27773a874acb
Wed, 06 Apr 2016 13:32:44 +0200 ymh upgrade renkan version + new version 00.00.11
Wed, 06 Apr 2016 13:31:49 +0200 ymh As Rest framework indicates return None if it should try other authentication methods
Fri, 01 Apr 2016 15:16:30 +0200 durandn Added tag 00.00.10 for changeset f98640a49e8a
Fri, 01 Apr 2016 15:15:31 +0200 durandn increment version 00.00.10
Fri, 01 Apr 2016 15:13:39 +0200 durandn use a new MTDC_GED_REDIRECT_URI in auth.py instead of MTDC_GED_BASE_URL
Fri, 01 Apr 2016 12:56:16 +0200 durandn added error handling if token validation response is not a valid JSON string
Fri, 01 Apr 2016 11:46:27 +0200 durandn Added tag 00.00.09 for changeset 376b5d6e9756
Fri, 01 Apr 2016 11:46:04 +0200 durandn increment version 00.00.09
Fri, 01 Apr 2016 11:43:01 +0200 durandn Changes on auth.py: better token extraction and validation, better logging, fix to validate response interpretation + changes to oauth.py to properly test changes to auth.py
Thu, 31 Mar 2016 17:16:22 +0200 ymh Added tag 00.00.08 for changeset e6a60234a7a6
Thu, 31 Mar 2016 17:16:05 +0200 ymh update renkan version + new version 00.00.08
Mon, 14 Mar 2016 15:10:50 +0100 durandn Added tag 00.00.07 for changeset 137ed3146f4f
Mon, 14 Mar 2016 15:10:26 +0100 durandn Removed tag 00.00.07 00.00.07
Mon, 14 Mar 2016 15:08:25 +0100 durandn used '%r' and removed '+str()' in logger.debug() calls
Mon, 14 Mar 2016 14:35:10 +0100 durandn Added tag 00.00.07 for changeset c648c98bcee7
Mon, 14 Mar 2016 14:32:59 +0100 durandn increment version
Mon, 14 Mar 2016 14:17:29 +0100 durandn added logging and logs config
Fri, 11 Mar 2016 16:32:30 +0100 durandn Added tag 00.00.06 for changeset 3281d2349f6a
Fri, 11 Mar 2016 16:31:32 +0100 durandn increment version 00.00.06
Fri, 11 Mar 2016 16:28:23 +0100 durandn added uai field to user model and corresponding migrations + edited test oauth server to serve uai info for testing
Fri, 11 Mar 2016 14:47:56 +0100 durandn Added tag 00.00.05 for changeset c3c6f2f85680
Fri, 11 Mar 2016 14:47:16 +0100 durandn use BASE_URL in middleware + increment version 00.00.05
Fri, 11 Mar 2016 11:03:27 +0100 durandn Added tag 00.00.04 for changeset d24c889021e3
Fri, 11 Mar 2016 11:03:07 +0100 durandn increment version 00.00.04
Fri, 11 Mar 2016 11:00:05 +0100 durandn forgot to namespace renkan api url in front_view template
Fri, 11 Mar 2016 10:39:18 +0100 ymh Added tag 00.00.03 for changeset ae8bf1fd7bf9
Fri, 11 Mar 2016 10:39:03 +0100 ymh New version 00.00.03
Fri, 11 Mar 2016 10:38:40 +0100 ymh Bad path for static
Fri, 11 Mar 2016 00:03:15 +0100 ymh Added tag 00.00.02 for changeset dc3f8366729d
Fri, 11 Mar 2016 00:02:57 +0100 ymh Never import signals in init. Use Django applications framework. correct setup.py 00.00.02
Thu, 10 Mar 2016 21:38:36 +0100 ymh Added tag 00.00.01 for changeset c2ce0f0adcc6
Thu, 10 Mar 2016 21:38:27 +0100 ymh Removed tag V00.00.01 00.00.01
Thu, 10 Mar 2016 21:22:37 +0100 ymh Added tag V00.00.01 for changeset 8004d8fc9b38
Thu, 10 Mar 2016 13:32:18 +0100 durandn Corrected settings to support deployment in a subdirectory + protected front_list and front_delete so only staff users can access it + added version display in front_list
Wed, 09 Mar 2016 16:38:39 +0100 ymh Added tag V00.00.01 for changeset c2bd5606534e
Wed, 09 Mar 2016 16:38:29 +0100 ymh some corrections on config files
Thu, 03 Mar 2016 18:01:29 +0100 durandn transferred reference request arg into settings
Thu, 03 Mar 2016 17:06:20 +0100 durandn Added custom user model to store extra data from the GED + corrected signals and api auth class so they interface correctly with the ged
Thu, 03 Mar 2016 16:28:46 +0100 durandn Adjusted oauth test server and client to better reflect GED interface
Wed, 02 Mar 2016 12:12:44 +0100 durandn adding custom user model + corrected provider to correctly create user according to new model
Wed, 02 Mar 2016 10:45:20 +0100 durandn small correction on signals
Tue, 01 Mar 2016 17:39:09 +0100 durandn small corrections on oauth server and allauth provider + implemented post_save signals to reference resources into itop ged
Mon, 29 Feb 2016 12:23:37 +0100 durandn Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
Mon, 29 Feb 2016 12:22:07 +0100 durandn adjustments on Oauth server and mock ged client + Readme
Wed, 17 Feb 2016 16:14:04 +0100 durandn corrected middleware to allow proper redirects
Wed, 17 Feb 2016 11:25:20 +0100 durandn Added link to open a new Renkan from mock GED client
Tue, 16 Feb 2016 15:46:00 +0100 durandn fixed commited oauth settings + edited tmpls and readme
Tue, 16 Feb 2016 15:43:00 +0100 durandn Commit work on metaeducation
Mon, 25 Jan 2016 17:28:14 +0100 ymh first project structure
(0) tip