Commit Graph

12 Commits

Author SHA1 Message Date
Benjamin Dauvergne 4524cb32e0 misc: python3 compatibility (#41302) 2020-04-06 14:06:40 +02:00
Benjamin Dauvergne 3ad3bb14d3 models: use kilobytes in size limits, use bigintegerfield for partner.size (fixes #19497)
Make test on partner size limits clearer by nost using JSON, and just sending
plain text documents of the needed sizes.
2017-10-18 16:32:15 +02:00
Benjamin Dauvergne a968380ae5 ensure concurrent PUT does not raise an IntegrityError (fixes #19384) 2017-10-11 18:23:13 +02:00
Josue Kouka fc3b6e5ae1 add idp based cut control (#14976) 2017-07-21 10:53:43 +02:00
Josue Kouka a47fa1b264 deleguate authentication to authentic (#16579) 2017-06-14 00:21:10 +02:00
Benjamin Dauvergne a3a56dbb0f never returns cut-not-found until we really check against authentic 2017-03-30 00:15:32 +02:00
Benjamin Dauvergne 561ee48423 add migrations, rename model and fields
CUTIdentifier is renamed CUT.
partner_id is renamed partner and cut_id is renamed cut.
2017-03-29 23:21:53 +02:00
Benjamin Dauvergne 74c9ac409b clean everything 2017-03-29 17:17:11 +02:00
Josue Kouka 1d35d73c7f enforce size limitation control (#15350) 2017-03-14 16:50:49 +01:00
Josue Kouka ea9adffdbe use ACL custom manager to check access 2017-02-27 17:59:59 +01:00
Josue Kouka d81848a499 Improve ACL model 2017-02-27 11:58:49 +01:00
Josue Kouka 4487292906 add ACL tests 2017-02-20 19:11:56 +01:00