Commit Graph

646 Commits (2907b2aebf1532584ec0f56e0d942baf3e98ab2c)

Author SHA1 Message Date
Andrey Antukh 52d92892bd Add psycopg2 to requirements. 2013-04-01 18:31:02 +02:00
Andrey Antukh 0f539bd31c Add missing path_to_project on wiki permissions. 2013-04-01 17:20:08 +02:00
Andrey Antukh c736ba03be Now owner field allows blank values. 2013-04-01 17:19:51 +02:00
Andrey Antukh 1a75b09510 Add missing pre_save method. 2013-04-01 17:16:12 +02:00
Xavier Julián b4824ae136 Fixed initial data json 2013-04-01 16:41:33 +02:00
Andrey Antukh 88f345c174 Remove guardian references (old) 2013-04-01 16:18:30 +02:00
Andrey Antukh 075a67b2a6 Fixing duplicated permissions introduced in the last commits. 2013-04-01 15:54:27 +02:00
Andrey Antukh 6494574ee1 Remove invalid line from initial_data.json fixture. 2013-04-01 13:51:48 +02:00
Andrey Antukh 6877689f39 Add missing permissions to models. 2013-04-01 13:27:44 +02:00
Andrey Antukh 4802a76d2e Add IsAuthenticated perrmission to api views. 2013-04-01 13:27:29 +02:00
Andrey Antukh 378122ac42 Improve initial fixture. 2013-04-01 13:27:00 +02:00
Andrey Antukh d68b4c3e92 Now sample_data add members to a created projects. 2013-04-01 12:22:00 +02:00
Andrey Antukh 4e56c0b431 Add patch permission. 2013-04-01 12:21:39 +02:00
Andrey Antukh e10bb00f8a Add permission and membership objects to admin. 2013-04-01 12:21:05 +02:00
Jesús Espino 224f2f5a32 Fixing some problems in api filtering 2013-04-01 10:29:57 +02:00
Jesús Espino c3b37fd5e9 Fixed problem with a choices import 2013-04-01 10:03:12 +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
Jesús Espino deee53f78f changing language-force paramter on ctags with languages parameter 2013-04-01 09:49:02 +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 95174c4d9c Add .ctags file. 2013-03-31 18:23:48 +02:00
Andrey Antukh 571d59e6a8 Put owner automaticaly on user story is created. 2013-03-31 04:07:00 +02:00
Andrey Antukh 90b5888fbc Create new auth backend for rest_framework based on session, but without csrf. 2013-03-31 04:06:09 +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
Andrey Antukh f9396d6ef2 Add patch method to corss middleware. 2013-03-30 14:40:42 +01:00
Jesús Espino 3fc0a9de67 Removing base/services.py now not needed 2013-03-30 13:38:23 +01:00
Jesús Espino 91aeb00297 Now working correctly the create and modify user on the admin 2013-03-30 13:30:57 +01:00
Jesús Espino b7a6d89530 Removing django-guardian from installed apps 2013-03-30 12:55:01 +01:00
Jesús Espino 8fe9b45823 Adding basic permissions management to wiki page 2013-03-30 12:46:26 +01:00
Jesús Espino 6447b176a1 Adding basic permissions management to documents and questions 2013-03-30 12:42:32 +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 1a052a080c Code cleaning on slug.py 2013-03-28 11:57:59 +01:00
Andrey Antukh a6a41bc1d6 Add missing spaces on base/models.py 2013-03-28 11:57:03 +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