taiga-back/greenmine/base
Andrey Antukh 61ce2d1acc Replace reversion middleware with api view mixin.
This is done because django 1.6 has transactions at view level and
current authentication is done at view level instead of using django auth
middleware.
2013-10-29 20:56:03 +01:00
..
auth Change exceptions on token parsing. 2013-10-26 00:57:32 +02:00
formats Moving all core module to base module 2013-03-21 08:21:30 +01:00
notifications Retorning to BooleanField (not NullBooleanField) on notifications mixin 2013-10-24 17:25:32 +02:00
searches Remove unused code. 2013-10-16 20:33:17 +02:00
templates/emails Fixed base email template 2013-10-27 21:23:38 +01:00
users Fixed the recovery password email 2013-10-27 21:24:24 +01:00
utils Remove unused code. 2013-10-16 20:33:17 +02:00
__init__.py Remove unused code. 2013-10-16 20:33:17 +02:00
api.py Replace reversion middleware with api view mixin. 2013-10-29 20:56:03 +01:00
exceptions.py Add precondition viewset method implementation. 2013-10-11 09:40:13 +02:00
filters.py Created tests to milestones app 2013-10-11 09:40:13 +02:00
middleware.py Fix #17 - Implemented stateless, oauth2 like authentication. 2013-10-23 12:35:45 +02:00
models.py Add monky patch for django import_module method. 2013-10-24 17:42:51 +02:00
monkey.py Add monky patch for django import_module method. 2013-10-24 17:42:51 +02:00
pagination.py Change header name on header pagination mixin. 2013-10-11 08:44:11 +02:00
permissions.py Fixed BasePermission to check object owner and project owner too 2013-10-07 17:16:25 +02:00
routers.py Remove old reimplementation of routes. 2013-10-16 17:14:48 +02:00
serializers.py Refactor of scrum app (but not finished yet). 2013-10-02 20:03:50 +02:00
storage.py Add storage subclass. 2013-10-23 15:48:40 +02:00