Andrey Antukh
|
b94465500d
|
Minor improvements on tasks api tests.
|
2013-10-23 20:28:06 +02:00 |
Andrey Antukh
|
13dfdcb52e
|
Now use again ATOMIC_REQUESTS.
|
2013-10-23 20:10:35 +02:00 |
Andrey Antukh
|
ae87c52ca5
|
Add task diff for testing.
|
2013-10-23 20:10:09 +02:00 |
Andrey Antukh
|
3de111fc58
|
Remove unused files.
|
2013-10-23 20:09:44 +02:00 |
Andrey Antukh
|
7bf0900746
|
Minor change on .travis.ymld file.
|
2013-10-23 19:23:08 +02:00 |
Andrey Antukh
|
487a50b900
|
Replace AtomicMixin with mixins subclasses.
|
2013-10-23 16:38:41 +02:00 |
Andrey Antukh
|
7d2d047177
|
Add storage subclass.
|
2013-10-23 15:48:40 +02:00 |
Andrey Antukh
|
8fbd7e2e07
|
Properly catch wrong signature exception.
|
2013-10-23 15:00:38 +02:00 |
Andrey Antukh
|
fa2864ba19
|
Fix wrong role points output.
|
2013-10-23 14:07:14 +02:00 |
Andrey Antukh
|
de95fb2a91
|
Fix #17 - Implemented stateless, oauth2 like authentication.
|
2013-10-23 12:35:45 +02:00 |
David Barragán Merino
|
274c8fe647
|
Added the file size to the serializer
|
2013-10-23 10:20:13 +02:00 |
Andrey Antukh
|
a7673d4707
|
Update django version to 1.6rc1
|
2013-10-23 09:06:31 +02:00 |
David Barragán Merino
|
a08986dd01
|
Issue #16: Implement the API for memberships
|
2013-10-22 21:36:33 +02:00 |
David Barragán Merino
|
cc8543c2e6
|
Fix an error in WikiAttachmentViewSet
|
2013-10-22 14:56:20 +02:00 |
David Barragán Merino
|
e24b3261a0
|
Enhancements into the admin panel with the Attachment inlines
|
2013-10-22 13:58:18 +02:00 |
David Barragán Merino
|
d865ab1615
|
Now the sample-data command generate attachments and a main wiki page per project
|
2013-10-22 13:58:03 +02:00 |
David Barragán Merino
|
dfde44a12a
|
Added two more reloes
|
2013-10-21 12:09:01 +02:00 |
David Barragán Merino
|
6ec795c600
|
Added a serializer to use for the project list
|
2013-10-21 12:05:57 +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
|
00d8a9cd3b
|
Cleaning obsolete settings.
|
2013-10-19 01:07:58 +02:00 |
David Barragán Merino
|
c4e9c10941
|
Added memberships to the serializer of the project
|
2013-10-17 15:39:10 +02:00 |
David Barragán Merino
|
6b5aad4bef
|
Moved list_of_milestones method from the model to the serializer
|
2013-10-17 15:39:10 +02:00 |
David Barragán Merino
|
3df7eea9e9
|
Made improvements in the user serializer
|
2013-10-17 15:39:10 +02:00 |
Andrey Antukh
|
d00c077676
|
Remove some repeated content from NOTICE file.
|
2013-10-17 13:25:58 +02:00 |
Andrey Antukh
|
57586a7980
|
Implemented a properly separation between computable and not computable roles.
|
2013-10-17 12:23:14 +02:00 |
David Barragán Merino
|
dc2672078c
|
Updated the readme file
|
2013-10-17 11:49:02 +02:00 |
David Barragán Merino
|
4572907a49
|
Exclude some files into the stats of the coverage
|
2013-10-17 11:37:41 +02:00 |
David Barragán Merino
|
4866010c26
|
Fixed tests
|
2013-10-17 10:29:24 +02:00 |
David Barragán Merino
|
9851ceeb7e
|
Added color to the users and assigned to a project
|
2013-10-17 01:12:05 +02:00 |
David Barragán Merino
|
948112982a
|
Fixup
|
2013-10-17 00:45:11 +02:00 |
David Barragán Merino
|
9c9f17e4e1
|
Added a field to order the roles
|
2013-10-17 00:44:32 +02:00 |
David Barragán Merino
|
b8ac8ebd2c
|
Added roles front, back, UX and design
|
2013-10-17 00:34:10 +02:00 |
David Barragán Merino
|
8239519a90
|
Fixed the Task pre_save signal
|
2013-10-16 23:36:19 +02:00 |
David Barragán Merino
|
e3d8259644
|
Fixed sample data command
|
2013-10-16 21:59:01 +02:00 |
David Barragán Merino
|
6653f93497
|
Added my email to the travis notificaion list
|
2013-10-16 21:25:27 +02:00 |
David Barragán Merino
|
3213d1f549
|
Removed greenmine.questions of the installed apps
|
2013-10-16 20:41:34 +02:00 |
David Barragán Merino
|
6deed1231c
|
Fixed some sample texts
|
2013-10-16 20:41:34 +02:00 |
Andrey Antukh
|
ad8263e837
|
Remove unused code.
|
2013-10-16 20:33:17 +02:00 |
Andrey Antukh
|
0b4e7d9f20
|
Add tranvis/coveralls badges.
|
2013-10-16 20:20:01 +02:00 |
Andrey Antukh
|
f84d44fb9a
|
Minor changes on auth/users api/models
|
2013-10-16 20:15:46 +02:00 |
David Barragán Merino
|
103771e143
|
Changed the name to a post_save handler function
|
2013-10-16 18:26:08 +02:00 |
David Barragán Merino
|
f52905dba9
|
Created necessary RolePoint objects at UserStory post_save signal and cleaned the sample_data command
|
2013-10-16 18:23:15 +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 |
Andrey Antukh
|
b7a486145f
|
Add me to .travis.yml
|
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 |