Commit Graph

49 Commits (c3b37fd5e9410548d42a96af9169834f47fce1bc)

Author SHA1 Message Date
Jesús Espino c3b37fd5e9 Fixed problem with a choices import 2013-04-01 10:03:12 +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 7e9d1a0380 Typo's fixes. 2013-03-31 22:59:32 +02:00
Andrey Antukh 9b39a0db28 Minor model and api fixes. 2013-03-31 18:35:08 +02:00
Andrey Antukh 43f2b87d0d Add issues to api. 2013-03-31 18:34:52 +02:00
Andrey Antukh 571d59e6a8 Put owner automaticaly on user story is created. 2013-03-31 04:07:00 +02:00
Andrey Antukh 660932c0f5 Minor tuning on scrum admin part. 2013-03-30 23:14:50 +01:00
Jesús Espino c2654c010b Merge branch 'master' into permissions 2013-03-30 20:24:27 +01:00
Andrey Antukh d3eda0a5cf Minor fixes on ref handling. 2013-03-30 14:57:32 +01:00
Andrey Antukh aa13e95c28 Fixing TagField on serializer. 2013-03-30 14:42:42 +01:00
Andrey Antukh 40266ab8c7 Add is_closed method for us model. 2013-03-30 14:42:42 +01:00
Andrey Antukh 2fb959d741 Remmove filter mixin usage from api views. 2013-03-30 14:41:20 +01:00
Andrey Antukh fff56b52af Update some admin list parameters. 2013-03-30 14:41:01 +01:00
Jesús Espino 3fc0a9de67 Removing base/services.py now not needed 2013-03-30 13:38:23 +01:00
Jesús Espino 3ce98ae1b2 Defining more rest framework permissions handlers 2013-03-30 12:37:31 +01:00
Jesús Espino 1c80e4f6f9 Reordering permissions on models 2013-03-30 12:11:01 +01:00
Jesús Espino 3245393b55 Reestructuring permissions, now discarted django-guardian, and using custom permission system 2013-03-30 11:56:50 +01:00
Andrey Antukh 4c060d3b4e Add neested use story list on milestone serializer. 2013-03-29 00:09:14 +01:00
Andrey Antukh fe0cbbc6e1 Change default filtering system to more simple method. 2013-03-28 12:10:37 +01:00
Andrey Antukh a6d89668b5 Add missing fields. 2013-03-28 11:56:12 +01:00
Jesús Espino e5d8ae6d47 Now working correctly the tags on the api 2013-03-28 11:44:20 +01:00
Jesús Espino 705cbeefc7 Fixed sample_data generation 2013-03-28 11:03:54 +01:00
Jesús Espino 765802e84a Fixed bug on api filtering 2013-03-28 10:15:05 +01:00
Jesús Espino de2df95eb0 Fixing some bugs and sample_data 2013-03-28 10:11:32 +01:00
Jesús Espino 17f5a056e2 Adding filtering to api resources 2013-03-28 09:59:59 +01:00
Andrey Antukh 64eb9bb3b3 Work in progress on sample_data command. 2013-03-27 19:19:03 +01:00
Jesús Espino 79c0630c3f Now working the custom user 2013-03-27 19:10:01 +01:00
Jesús Espino d349baa4f0 Removing profile and adding custom user model 2013-03-27 19:05:39 +01:00
Jesús Espino 4441ed8951 Adding better login rest actions 2013-03-27 18:47:08 +01:00
Andrey Antukh 8654db4ab8 Now can set default colors on task status choices. 2013-03-27 17:36:31 +01:00
Andrey Antukh 0ac03c9070 Add color field. 2013-03-27 17:27:32 +01:00
Jesús Espino 79d97cfaad Migrated to rest-framework login and scrum 2013-03-27 16:53:39 +01:00
Andrey Antukh fa0538bcd1 Add more resources. 2013-03-26 18:05:19 +01:00
Andrey Antukh 38306a176e Refactor choices. 2013-03-26 13:42:09 +01:00
Jesús Espino 814ccb2d54 Removing taggit and other refactors 2013-03-22 22:21:40 +01:00
Jesús Espino faab5b2929 Removing guardian admin from ProjectAdmin, not needed 2013-03-22 21:15:35 +01:00
Jesús Espino a227a95987 Improvements 2013-03-22 21:06:11 +01:00
Jesús Espino 11a63151e0 Working on permissions and groups generation 2013-03-22 18:13:01 +01:00
Jesús Espino a36a130998 Working on permissions and groups generation 2013-03-22 17:52:18 +01:00
Jesús Espino e0e41c7c95 Adding an initial list of permissions 2013-03-22 00:24:33 +01:00
Jesús Espino f0cd604539 Removing dummy and insecure fixture 2013-03-21 20:32:40 +01:00
Jesús Espino 4cb3df6ee9 Refactoring with flake8 2013-03-21 09:11:11 +01:00
Jesús Espino a03fa3f3db Reorganizing a little 2013-03-21 08:27:43 +01:00
Jesús Espino f16899a963 Moving all core module to base module 2013-03-21 08:21:30 +01:00
Jesús Espino 5ac392231b Refactoring models 2013-03-21 07:56:19 +01:00
Jesús Espino bbd6f33d8b Authentication throught session and authorization throught django ACLs configured 2013-03-20 20:14:48 +01:00
Jesús Espino 690252ad05 Adding initial admin files 2013-03-20 07:35:18 +01:00
Jesús Espino 561ac88e24 Initial REST api working, but without all resources 2013-03-19 21:42:18 +01:00
Jesús Espino 5964845710 Initial version 2013-03-19 18:53:07 +01:00