Commit Graph

458 Commits (6d0e03c98d1d39b530096e07b95393335812e7a6)

Author SHA1 Message Date
Jesús Espino dd4c39fe27 Better browseable api 2013-10-15 09:58:12 +02:00
Jesús Espino 55fd3cc0f0 Adding null=True to the userstore status field 2013-10-15 09:38:06 +02:00
Jesús Espino 1611e97446 Adding on_delete SET_NULL to userstories foreign keys to milestones 2013-10-15 09:35:25 +02:00
Jesús Espino af5d4bfbab Adding milestone id to the sprint milestones list 2013-10-14 18:39:35 +02:00
David Barragán Merino 579c84a9a6 Created tests to wiki app 2013-10-11 09:40:13 +02:00
David Barragán Merino e0257ba7c6 Created tests to issues app 2013-10-11 09:40:13 +02:00
David Barragán Merino 5f1c5030b7 Created tests to tasks app 2013-10-11 09:40:13 +02:00
David Barragán Merino 0c929607b3 Created tests to userstories app 2013-10-11 09:40:13 +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 81fcc4351a Add default pagination settings for rest framework. 2013-10-10 16:45:56 +02:00
Andrey Antukh ab3e2b5336 Fixed import of points object. 2013-10-10 16:45:17 +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 789984307b Add total points method to user story model. 2013-10-09 15:30:08 +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 8847e088f6 Document some method related to create role points relations. 2013-10-09 13:21:34 +02:00
Andrey Antukh c2fb79d4e7 Remove some unused lines from project models. 2013-10-08 19:31:16 +02:00
Andrey Antukh 67e543c1c7 Remove notifications from project model. 2013-10-08 17:46:38 +02:00
Andrey Antukh 1636a9c838 Code cleaning on notification app. 2013-10-08 17:46:23 +02:00
Jesús Espino 3cd8d913fa Adding required=False to milestone generated fields 2013-10-07 17:37:43 +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 14a2d7f283 SmallFix: Fixed lost import reversion 2013-10-07 17:15:16 +02:00
Jesús Espino 6b6b4a4df2 Implemented milestone points calculations 2013-10-07 15:31:32 +02:00
Andrey Antukh 83deab108b Set postgresql as default database configuration on common settings 2013-10-07 13:20:50 +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 05d36688f8 Remove unused commented code. 2013-10-05 11:45:04 +02:00
David Barragán Merino 7af3f25596 Smallfixes in the attachment of the objects 2013-10-04 10:35:23 +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 6794d06036 Cleaning wiki application. 2013-10-03 20:19:38 +02:00
Andrey Antukh f81aee8f14 Minor refactor on base/filters. 2013-10-03 20:19:38 +02:00
Andrey Antukh d390dd54d0 Fix grappelli dashboard. 2013-10-03 19:56:10 +02:00
Andrey Antukh 130c98a702 Now compatible with python 3.3 2013-10-03 19:50:44 +02:00
David Barragán Merino 41277a1f83 Made a refactor of questions app 2013-10-03 19:39:06 +02:00
David Barragán Merino 4620e14028 Fixed a problems with the get_history method 2013-10-03 19:37:27 +02:00
David Barragán Merino 89f6740344 Added a missing import 2013-10-03 19:37:27 +02:00
Andrey Antukh 2ea5a94de2 Minor fixes on wiki pages. 2013-10-03 18:21:15 +02:00
David Barragán Merino 164e45b4b0 Update owner only on created 2013-10-03 17:46:55 +02:00
David Barragán Merino cb3694d414 Fixed the settings for tests 2013-10-03 17:46:09 +02:00
Andrey Antukh 5359cc06a0 Fix a lot of import fixes. 2013-10-03 15:08:13 +02:00
Andrey Antukh 4ebec2dcfb Reorder imports on issues api module. 2013-10-03 12:23:47 +02:00
Andrey Antukh bd77a001de Change docstring at custom restfw auth backend. 2013-10-03 12:16:58 +02:00
David Barragán Merino 4ec6e6c67a Removed unnecessary import sentence 2013-10-03 11:38:50 +02:00
David Barragán Merino 3dc9a7bb19 Fixed the sample_data command 2013-10-03 11:06:58 +02:00
David Barragán Merino 218f9fa793 Smallfix: Removed an 'i' 2013-10-03 11:06: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 9307da1097 Reorder imports on routers module. 2013-10-03 11:03:27 +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 cda7e7d756 Refactor: greenmine.documents - Migrated api views to viewsets 2013-09-30 18:02:01 +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 91855c72ff Remove unnecesary settings. 2013-07-29 23:12:59 +02:00
Andrey Antukh 25935fc4fd Change logging configuration. 2013-07-29 22:59:48 +02:00
Andrey Antukh b1e9d2214f Code style on settings __init__ file. 2013-07-29 22:56:41 +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 6090254821 Minor changes on wiki api. 2013-07-29 21:55:07 +02:00
Andrey Antukh d36d19b796 Minor changes on settings. 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 4804c7a12b Minor changes. 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
Andrey Antukh 9eb35a898a Add RecoverPassword api view. 2013-07-29 21:55:06 +02:00
Andrey Antukh fdd23c4de3 Add djmail to installed apps. 2013-07-22 20:15:44 +02:00
Andrey Antukh 99c609d02c Minor changes. 2013-07-19 11:59:24 +02:00
Andrey Antukh 513910c4a8 Bugfixes. 2013-07-18 17:51:09 +02:00
David Barragán Merino fbec917229 Made some minor fixes in the notifications app 2013-07-18 15:39:18 +02:00
David Barragán Merino 19177a4773 Added all the notifications fields to the user admin panel 2013-07-18 13:40:07 +02:00
David Barragán Merino dc090766da Smallfix: Fixed task detail 2013-07-18 12:31:58 +02:00
David Barragán Merino 11ce7e3aca Added djmail settings 2013-07-18 12:19:16 +02:00
Alejandro Alonso c2fd51b969 Fixing history for issues and us 2013-07-18 12:05:07 +02:00
Andrey Antukh 81024ec63f Minor fixes on notification system. 2013-07-17 19:21:05 +02:00
Andrey Antukh 5fe54263b1 Now user_story field on task is nullable. 2013-07-17 18:27:48 +02:00
Andrey Antukh d2ada59b6f Minor refactor. 2013-07-17 15:23:13 +02:00
David Barragán Merino a16847ce58 Added email templates (not finished) and defined the notifiable fields for all models 2013-07-17 15:22:14 +02:00
Alejandro Alonso 4becf63ce4 Fixing US permissions 2013-07-17 14:00:04 +02:00
Alejandro Alonso e5f270abcd User stories 2013-07-17 13:46:53 +02:00
David Barragán Merino f05858bd03 Smallfix: removed notification.email from the settings 2013-07-17 11:42:11 +02:00
David Barragán Merino 50566807c0 Merge branch 'notifications'
Conflicts:
	greenmine/scrum/api.py
	greenmine/scrum/models.py
2013-07-17 11:11:25 +02:00
David Barragán Merino 641ecfbc22 Added all notification emails 2013-07-17 11:08:06 +02:00
David Barragán Merino a4925e8be5 Made a refactor of the notifications app 2013-07-17 10:48:20 +02:00
Alejandro Alonso 71c4782c67 Adding role api 2013-07-17 10:04:12 +02:00
Alejandro Alonso 9a1c9c8403 Different kind of points for US API 2013-07-17 09:12:58 +02:00
David Barragán Merino a4777190a1 Merge branch 'notifications' of github.com:kaleidos/greenmine-back into notifications
Conflicts:
	greenmine/base/models.py
	greenmine/scrum/models.py
2013-07-16 22:46:38 +02:00
David Barragán Merino 109a1d03b7 Smallfix: Fixed minor syntax error 2013-07-16 22:42:06 +02:00
David Barragán Merino cba0774595 Smallfix: Send more print message to sys.stderr 2013-07-16 22:42:06 +02:00
Andrés Moya fbdb889f55 Add notifications module (not finished) 2013-07-16 22:42:06 +02:00
David Barragán Merino fcdcf2b997 Smallfix: Send print message to sys.stderr 2013-07-16 22:39:32 +02:00
Andrés Moya 6e71ebde5e Add notifications module (not finished) 2013-07-16 22:39:32 +02:00
Andrey Antukh 28a59bbc88 Comment some milestone methods. 2013-07-16 22:00:31 +02:00
Andrey Antukh dff434e49a Now user_story field on task is nullable. 2013-07-16 14:47:37 +02:00
Alejandro Alonso be0aa8b5f6 Updating project role points when create/edit/delete memberships 2013-07-16 13:04:12 +02:00
David Barragán Merino 066ed5124d Smallfix: Fixed minor syntax error 2013-07-16 12:22:55 +02:00
David Barragán Merino 63316366ff Smallfix: Fixed a 'trospido' rebase 2013-07-16 12:22:54 +02:00
David Barragán Merino 29e01ab226 Smallfix: Send more print message to sys.stderr 2013-07-16 12:21:19 +02:00
Andrés Moya 2c8349f355 Add notifications module (not finished) 2013-07-16 12:21:18 +02:00
David Barragán Merino fd7c55f080 Smallfix: Set user token not unique 2013-07-16 12:09:40 +02:00
David Barragán Merino ab319206bc Smallfix: Fixed the fixture, added a , 2013-07-16 12:09:40 +02:00
Alejandro Alonso 0a58d85f8b Updating initial user password 2013-07-16 12:09:40 +02:00
Andrey Antukh 3ac7398dc5 Update requirements. 2013-07-16 12:09:40 +02:00
Alejandro Alonso abef486f28 Adding US points to django admin 2013-07-16 11:49:10 +02:00
Alejandro Alonso f6d8d34433 Fixing sample data 2013-07-16 11:36:39 +02:00
Alejandro Alonso 240d57194f Decoupling points 2013-07-16 11:18:55 +02:00
David Barragán Merino b0ed850da2 Smallfix: Send print message to sys.stderr 2013-07-16 10:46:21 +02:00
David Barragán Merino a7104009d2 Smallfix: Removed a commented code line 2013-07-16 10:45:37 +02:00
David Barragán Merino 0b441953dc Smallfix: Set user token not unique 2013-07-16 10:28:16 +02:00
David Barragán Merino f24f1df583 Smallfix: Fixed the fixture, added a , 2013-07-16 10:14:33 +02:00
Alejandro Alonso 795b002470 Updating initial user password 2013-07-16 09:56:46 +02:00
Andrey Antukh 382b165e21 Update requirements. 2013-07-15 19:44:45 +02:00
Andrés Moya 59b9e65fe5 Merge branch 'master' into notifications
Conflicts:
	greenmine/base/models.py
	greenmine/scrum/models.py
2013-07-15 11:09:23 +02:00
Andrés Moya 48b5dcb2a3 Add notifications module (not finished) 2013-07-15 11:00:13 +02:00
Alejandro Gómez 328f2bfcf0 Return also the projects owned by the logged in user in the projects API endpoint 2013-06-02 10:57:37 +02:00
Jesús Espino 621a636da2 Fix GitHub issue #1: Now project owner is null=False and blank=False 2013-06-02 10:51:22 +02:00
Jesús Espino ec3a211d7b Improving a little the sample_data 2013-06-02 10:45:11 +02:00
Andrey Antukh f2bf3f457c Add tasks attachments api views. 2013-05-15 19:08:01 +02:00
Andrey Antukh b1b23c9f6b Fixed wrong increment of ref value on tasks and user stories. 2013-05-15 19:07:37 +02:00
Andrey Antukh 69bd2f5746 Fixed wrong issue history. 2013-05-15 09:55:55 +02:00
Jesús Espino 74d453a316 Better sample data 2013-05-10 16:51:56 +02:00
Jesús Espino be8aeff41e Adding is_iocanie flag to tasks 2013-05-10 14:05:05 +02:00
Jesús Espino 7d3dc0f28a Changing the usage of now to use the timezone now 2013-05-10 14:04:40 +02:00
Jesús Espino 3e4d3034b6 Now greenmine session middleware is based on SessionMiddleware 2013-05-10 10:57:35 +02:00
Jesús Espino c27e5e07f3 Adding issue is_closed property 2013-05-10 10:52:34 +02:00
Jesús Espino 1a0b9c90a9 Fixed calculation of client an team increments 2013-05-08 11:20:50 +02:00
Jesús Espino bc6117d644 Adding backlog increments calculation on backend 2013-05-07 17:15:28 +02:00
Jesús Espino 623597a175 Adding improvements for backlog and dashboard graph drawing 2013-05-07 16:53:48 +02:00
Jesús Espino ecd27d822d Adding auto update user story finish date on all task close and task finished_date on task close 2013-05-07 10:22:37 +02:00
David Barragán Merino 8cb299c218 Mede some minor fixes 2013-04-26 15:47:32 +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
David Barragán Merino af893793bb Set a default color 2013-04-26 10:22:09 +02:00
Alejandro Alonso 22528bc9dc Adding search api 2013-04-25 12:04:23 +02:00
Andrey Antukh 1986b6a2d2 Improved wiki api. 2013-04-24 15:34:37 +02:00
Andrey Antukh 5da1a7e1c8 Change permission name for issue delete action. 2013-04-24 12:27:30 +02:00
Andrey Antukh 8fbb269ca1 Remove again severity and priority fron task model. 2013-04-23 22:33:52 +02:00
Andrey Antukh cd7daa0ed9 Fixes milestone creation. 2013-04-22 21:36:15 +02:00
Andrés Moya fdc72d06ff More fixes 2013-04-17 09:59:35 +02:00
Andrés Moya 66c72473af Some small fixes 2013-04-17 09:35:17 +02:00
Andrés Moya 30ec03b196 Refactor blank, null and verbose names, review related fields 2013-04-16 18:31:34 +02:00
Andrés Moya 93daf68420 Start adding coding rules 2013-04-11 18:36:39 +02:00
Andrey Antukh 86bc6d3bc5 Minor changes on attachment api view. 2013-04-09 20:38:03 +02:00
Andrey Antukh 217e07eefb Now can filter and upload issue attachments. 2013-04-08 23:53:08 +02:00
Andrey Antukh 00c5ff9d70 Update some queries on attachment api calls. 2013-04-08 17:53:43 +02:00
Andrey Antukh e0b32366a2 Now can filter issue attachments by issue id 2013-04-08 17:53:43 +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
Andrey Antukh 31c86c8f8d Minor fixes. 2013-04-04 17:19:43 +02:00
Andrey Antukh ef7c15ec1d Add initial_user fixture 2013-04-04 15:59:45 +02:00
Alejandro Alonso 20ac0dce27 Fixing small bug in issue history 2013-04-02 10:33:41 +02:00
Alejandro Alonso b49b2dce49 Addin comment support in issues history 2013-04-02 10:04:13 +02:00
Alejandro Alonso f114381883 Adding 'by' info to issue history 2013-04-02 08:59:00 +02:00
Alejandro Alonso c9635159b1 Adding support in the API for issue history 2013-04-01 21:09:11 +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
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 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
Jesús Espino 17f5a056e2 Adding filtering to api resources 2013-03-28 09:59:59 +01:00
Jesús Espino faa75c45b3 Reestructuring the base api 2013-03-28 08:28:44 +01:00
Jesús Espino 6e3f9d63a3 Migrating wiki app to rest_framework 2013-03-28 08:13:37 +01:00
Jesús Espino 6d72a69dc8 Migrating questions app to rest_framework 2013-03-27 23:18:59 +01:00
Jesús Espino e17a902e56 Migrating documents app to rest_framework 2013-03-27 23:04:00 +01:00
Jesús Espino 7bff4ae6c2 Removing reset password token from the api 2013-03-27 19:22:23 +01:00
Jesús Espino b2cb2a065f Now the login api return more data about the custom user 2013-03-27 19:20:42 +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
Andrey Antukh b2bbc933c7 Minor fixes on urls. 2013-03-27 17:25:44 +01:00
Andrey Antukh a4f4c816c7 Add coors middleware. 2013-03-27 17:25:34 +01:00
Jesús Espino e6011ae777 Restoring old login views 2013-03-27 17:17:47 +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
Andrey Antukh 28650f46c4 Minor changes on settings. 2013-03-26 00:43:04 +01:00
Andrey Antukh 2c67e002ff Make login view accept json instead of form encoded data. 2013-03-26 00:17:55 +01:00
Jesús Espino d9c142491f Removing unused search app 2013-03-22 22:23:23 +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 bf512bfde7 Adding grappelli dashboard 2013-03-22 18:44:08 +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 005029cd1e Adding configuration for anonymous user of guardian app 2013-03-21 22:09:28 +01:00
Jesús Espino 44cc1f3c57 Adding django-guardian 2013-03-21 20:39:01 +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