Commit Graph

127 Commits (e3d825964499b7584d3e29d24b4fbaf096483399)

Author SHA1 Message Date
Andrey Antukh ad8263e837 Remove unused code. 2013-10-16 20:33:17 +02:00
Andrey Antukh f84d44fb9a Minor changes on auth/users api/models 2013-10-16 20:15:46 +02:00
Andrey Antukh cfc4087526 Remove unused serializers from users app. 2013-10-16 17:47:38 +02:00
Andrey Antukh e13f5dfe42 Refactoring user resource. 2013-10-16 17:14:48 +02:00
Andrey Antukh 4b7b2727a3 Remove old reimplementation of routes. 2013-10-16 17:14:48 +02:00
Andrey Antukh 3a08114eea Refactoring base api classes. 2013-10-16 17:14:48 +02:00
Andrey Antukh 68f0dd7928 Add password recovery email templates. 2013-10-16 17:14:47 +02:00
David Barragán Merino 7ae7266b2c Changed projects to a list of dicts 2013-10-16 13:44:21 +02:00
David Barragán Merino 7df1762d29 Set null to true 2013-10-16 13:44:21 +02:00
Andrey Antukh 851d5df3a8 Remove haystack indexes modules. 2013-10-15 23:10:05 +02:00
Andrey Antukh 63e53fec5d Reimplemented search api using postgresql full-text-search capability. 2013-10-15 23:07:49 +02:00
Jesús Espino dd4c39fe27 Better browseable api 2013-10-15 09:58:12 +02:00
Andrey Antukh 7ad7fe9081 Add precondition viewset method implementation. 2013-10-11 09:40:13 +02:00
David Barragán Merino 7bac976b8b Created tests to milestones app 2013-10-11 09:40:13 +02:00
David Barragán Merino 7c4ab12ec5 Created tests to projects app 2013-10-11 09:40:12 +02:00
David Barragán Merino fd14b1132c Created tests to users app 2013-10-11 09:40:12 +02:00
Andrey Antukh 04dfceaecf Change header name on header pagination mixin. 2013-10-11 08:44:11 +02:00
Andrey Antukh 0d365b6b9a Implemented headers pagination and conditional pagination mixins. 2013-10-10 16:44:20 +02:00
David Barragán Merino c98adad075 Refactor: Moved some models to projects app 2013-10-09 17:20:51 +02:00
Andrey Antukh 5ca3bad10f Add monkey patching for strange behavior for method serializer with obj as None. 2013-10-09 15:28:19 +02:00
Andrey Antukh 1636a9c838 Code cleaning on notification app. 2013-10-08 17:46:23 +02:00
David Barragán Merino 797e37d3c0 Fixed BasePermission to check object owner and project owner too 2013-10-07 17:16:25 +02:00
Jesús Espino 31d96b7cb1 SmallFix: now using rest framework model viewsets as base class of our viewsets 2013-10-07 10:34:02 +02:00
Andrey Antukh ed8f6bae27 Convert all __unicode__ methods into __str__. 2013-10-05 11:47:53 +02:00
Andrey Antukh de28c23403 Fixing search result. 2013-10-04 10:11:06 +02:00
Andrey Antukh e49da9db67 Fixing fixtures. 2013-10-04 10:05:43 +02:00
Andrey Antukh f81aee8f14 Minor refactor on base/filters. 2013-10-03 20:19:38 +02:00
Andrey Antukh 130c98a702 Now compatible with python 3.3 2013-10-03 19:50:44 +02:00
Andrey Antukh 5359cc06a0 Fix a lot of import fixes. 2013-10-03 15:08:13 +02:00
Andrey Antukh bd77a001de Change docstring at custom restfw auth backend. 2013-10-03 12:16:58 +02:00
David Barragán Merino 2993912924 Smallfix: Fixed the fixture 2013-10-03 11:06:57 +02:00
David Barragán Merino e67c8146bf Smallfix: Added some deleted base class 2013-10-03 11:06:57 +02:00
Andrey Antukh 9ae1a9b0a4 Add base.decorators module. 2013-10-03 11:03:50 +02:00
Andrey Antukh ec61beb1ed Now LoginView and LogoutView are AuthView 2013-10-03 11:03:06 +02:00
Andrey Antukh 4375f98276 Reorder users api imports. 2013-10-03 11:02:30 +02:00
Andrey Antukh 7e3f1b88f5 Add exceptions hierarchy. 2013-10-03 11:00:32 +02:00
David Barragán Merino c93baac1c3 Refactor of scrum app (but not finished yet).
TODO:

 - Migrate Wiki app to new django-restframework version.
 - Migrate Questions app to new django-restframework version.
 - Added tests

s Please enter the commit message for your changes. Lines starting
2013-10-02 20:03:50 +02:00
David Barragán Merino d8516a20c7 Refactor: greenmine.base 2013-10-01 13:17:02 +02:00
David Barragán Merino fa3d982d6c Smallfix: Added backspaces and encoding 2013-09-30 18:02:01 +02:00
David Barragán Merino 9b1ab20d0a Smallfix: Fixed some problems with Routers 2013-09-30 18:02:01 +02:00
David Barragán Merino 09b1de6196 Created a backend filter to filter the queryset by project__memberships 2013-09-30 17:36:53 +02:00
Andrey Antukh fd06b683bb Improved regenerate. 2013-07-29 22:45:28 +02:00
Andrey Antukh 6dac3e9d35 Change default role name from Developer to Dev 2013-07-29 22:15:42 +02:00
Andrey Antukh 80f8b14e28 Filter nothing if filter_fields is not defined on a view. 2013-07-29 21:55:07 +02:00
Andrey Antukh 701220b21d Reimplement login and logout as separate viewsets. 2013-07-29 21:55:07 +02:00
Andrey Antukh 317d0e8515 Add version to api. 2013-07-29 21:55:07 +02:00
Andrey Antukh 2d31e9754d Port scrum api views to use viewsets and routers. 2013-07-29 21:55:07 +02:00
Andrey Antukh ef2137a045 Add greenmine version router subclass. 2013-07-29 21:55:07 +02:00
Andrey Antukh e86f393bfd Minor fixes on search api viewset. 2013-07-29 21:55:07 +02:00
Andrey Antukh a022085497 Refactoring base views (update to new viewsets) 2013-07-29 21:55:06 +02:00