David Barragán Merino
493924c162
Changed 'revert' ro 'restore'
2013-11-22 09:43:30 +01:00
David Barragán Merino
66e096600a
Fixed the pagination of the historical resource
2013-11-17 16:09:50 +01:00
David Barragán Merino
618b81eb2b
Changed the paginate size to ReversionMixin
2013-11-17 14:12:02 +01:00
David Barragán Merino
70095854b0
Added historical and revert actions
2013-11-13 20:34:10 +01:00
Andrey Antukh
3c496eb547
Fixed reversion mixin: remove usage of unexistent method.
2013-10-29 21:16:10 +01:00
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
Andrey Antukh
487a50b900
Replace AtomicMixin with mixins subclasses.
2013-10-23 16:38:41 +02:00
David Barragán Merino
9ad0e979c8
Added an API mixin to use a diferent serializers in the list action method
2013-10-21 10:05:51 +02:00
Andrey Antukh
3a08114eea
Refactoring base api classes.
2013-10-16 17:14:48 +02:00
Andrey Antukh
7ad7fe9081
Add precondition viewset method implementation.
2013-10-11 09:40:13 +02:00
Andrey Antukh
0d365b6b9a
Implemented headers pagination and conditional pagination mixins.
2013-10-10 16:44:20 +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
David Barragán Merino
e67c8146bf
Smallfix: Added some deleted base class
2013-10-03 11:06:57 +02:00
David Barragán Merino
d8516a20c7
Refactor: greenmine.base
2013-10-01 13:17:02 +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
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
Andrey Antukh
9eb35a898a
Add RecoverPassword api view.
2013-07-29 21:55:06 +02:00
Andrey Antukh
d2ada59b6f
Minor refactor.
2013-07-17 15:23:13 +02:00
Alejandro Alonso
e5f270abcd
User stories
2013-07-17 13:46:53 +02:00
Andrey Antukh
f2bf3f457c
Add tasks attachments api views.
2013-05-15 19:08:01 +02:00
Alejandro Alonso
bce92c42f0
Adding questions support
2013-04-26 10:49:32 +02:00
David Barragán Merino
7df355d92e
Added the UserDatail API
2013-04-26 10:28:13 +02:00
Alejandro Alonso
22528bc9dc
Adding search api
2013-04-25 12:04:23 +02:00
Andrey Antukh
cd7daa0ed9
Fixes milestone creation.
2013-04-22 21:36:15 +02:00
Alejandro Alonso
d3cbb2cb24
Adding role list and user filter to the API
2013-04-08 17:03:22 +02:00
Andrey Antukh
14a68c207e
Api urls refactor.
2013-04-08 13:43:00 +02:00
Andrey Antukh
bc4aa2cb4f
Initial implementation of users list api call.
2013-04-08 12:07:27 +02:00
Jesús Espino
057063d1c4
Removing duplicated issues url on api_root
2013-04-01 09:55:57 +02:00
Jesús Espino
17039f9780
Merge branch 'master' into permissions
...
Conflicts:
greenmine/scrum/api.py
greenmine/scrum/models.py
2013-04-01 09:52:17 +02:00
Andrey Antukh
43f2b87d0d
Add issues to api.
2013-03-31 18:34:52 +02:00
Jesús Espino
3245393b55
Reestructuring permissions, now discarted django-guardian, and using custom permission system
2013-03-30 11:56:50 +01:00
Jesús Espino
faa75c45b3
Reestructuring the base api
2013-03-28 08:28:44 +01:00