Commit Graph

837 Commits (aa7ca6e3fcb97f58191eb5ef1f717f1b16125cb3)

Author SHA1 Message Date
David Barragán Merino 4bfea3567a Fix a minor bug in the project tasgs API call 2014-04-29 10:39:55 +02:00
Jesús Espino eb48d72afe Fixed get template on post_save handler 2014-04-29 10:11:27 +02:00
Jesús Espino 39e0e2dcf7 Adding tests for create_from_project on ProjectTemplate api 2014-04-28 17:19:12 +02:00
David Barragán Merino b087127d6b Add order to the model Attachment 2014-04-28 16:28:39 +02:00
Jesús Espino fb580e90b2 Working create_from_project template list_route 2014-04-28 16:31:03 +02:00
Jesús Espino ca983f4184 Adding unique membership per user/project/email 2014-04-28 16:31:03 +02:00
David Barragán Merino 5daffd2e5d Fix an indentation error 2014-04-28 16:19:05 +02:00
David Barragán Merino 406518823e Added fields description and is_deprecated to Attachment model 2014-04-28 15:44:50 +02:00
Jesús Espino 82f87ebad9 Adding default_onwer_role migration 2014-04-28 15:53:09 +02:00
Jesús Espino 7ee252205f Fixing tests 2014-04-26 22:09:45 +02:00
Jesús Espino 6b9c314992 Now on project template aplication add a membership for the project owner 2014-04-25 13:14:50 +02:00
David Barragán Merino 234ee7a2bc Remove the coding lines 2014-04-25 12:33:16 +02:00
Jesús Espino 9cda1b5700 US#45: Testing and adding migrations on project templates 2014-04-25 07:13:17 +02:00
Jesús Espino ee75818a18 US#45: Working the base of the proyect template system 2014-04-25 07:13:17 +02:00
David Barragán Merino 4887ca55a9 Fix a bug: Sent notifications when a user only add a comment 2014-04-24 12:54:47 +02:00
David Barragán Merino 342a764f47 Delete an i 2014-04-23 13:12:35 +02:00
Jesús Espino 4212197c36 Merge pull request #36 from taigaio/license
Change license to AGPL-3.0 (minor fixes)
2014-04-23 13:18:47 +02:00
David Barragán Merino 2c973f50cd Change license to AGPL-3.0 (minor fixes) 2014-04-23 13:03:47 +02:00
Jesús Espino a946f47bc2 Merge pull request #33 from taigaio/auth-move
Auth module refactor.
2014-04-22 13:06:18 +02:00
Jesús Espino 53bc472724 Changed the path of users app on dumpdata_rol.sh script 2014-04-22 10:03:07 +02:00
Jesús Espino 71479e415c removed unnecesary line 2014-04-21 18:11:50 +02:00
Andrey Antukh 6ecbfd39df Uncomment enum34 on requirements.txt 2014-04-21 17:31:40 +02:00
Andrey Antukh dfd794036a Add tests for auth services. 2014-04-21 17:31:40 +02:00
Andrey Antukh b7df530546 Refactorized auth controllers.
Now controllers only have presentation logic. All domain
logic is moved to separate transactional service functions.
2014-04-21 17:31:40 +02:00
Andrey Antukh 9d41a48a46 Move taiga/base/users to taiga/users 2014-04-21 17:27:22 +02:00
Andrey Antukh 2ebdfca253 Change auth backends authentication on common settings. 2014-04-21 17:27:22 +02:00
Andrey Antukh 842d02ed12 Move contents from __init__.py to backends.py with much more docstrings. 2014-04-21 17:27:22 +02:00
Andrey Antukh c206f34644 Move taiga/base/auth to taiga/auth 2014-04-21 17:27:22 +02:00
Jesús Espino 9f8351b46f Merge pull request #34 from taigaio/license
License
2014-04-21 16:59:14 +02:00
Jesús Espino 8d8c6c9e6c Some Apache license references removed 2014-04-21 16:34:02 +02:00
Andrey Antukh 2b775293f3 Replace license on taiga main module. 2014-04-21 16:34:02 +02:00
Andrey Antukh deaec99eff Replace license on taiga.projects module. 2014-04-21 16:34:02 +02:00
Andrey Antukh a5c65fb6a6 Replace license on taiga.projects.wiki module. 2014-04-21 16:33:05 +02:00
Andrey Antukh dd582ce3b1 Replace license on taiga.projects.userstories module. 2014-04-21 16:33:05 +02:00
Andrey Antukh 0529bf19c3 Replace license on taiga.projecrs.issues module. 2014-04-21 16:33:05 +02:00
Andrey Antukh afa974d745 Replace license on taiga.projects.tasks module. 2014-04-21 16:33:05 +02:00
Andrey Antukh 39b7ad5516 Replace license on taiga.projects.aggregates module. 2014-04-21 16:33:05 +02:00
Andrey Antukh f3f79f69a6 Replace license on taiga.events module. 2014-04-21 15:29:22 +02:00
Andrey Antukh df0ad35a7c Replace license on taiga.domains module. 2014-04-21 15:29:21 +02:00
Andrey Antukh 8b8c95e0cb Replace main license file. 2014-04-21 15:29:21 +02:00
Andrey Antukh 5aa4a8a784 Unify aggregates and project services. 2014-04-20 04:01:26 +02:00
Andrey Antukh 3927c354e0 Cosmetic fixes on choices and models of projects app. 2014-04-20 03:43:51 +02:00
Andrey Antukh 30a1e58cfb Move videoconference choices from project models to choices modules. 2014-04-20 03:43:21 +02:00
Andrey Antukh 2ad28a56c7 Convert bulk update services classes to simple functions.
Because we are using python and not java ;)
2014-04-20 01:10:08 +02:00
Andrey Antukh eac6ac05ad Cosmetic changes on taiga/routers.py 2014-04-19 23:47:59 +02:00
Andrey Antukh d4867d8f37 Cosmetic changes on taiga.routers module. 2014-04-19 22:57:13 +02:00
Andrey Antukh 9e53372555 Micro refactor on domain api viewsets. 2014-04-19 22:56:48 +02:00
Andrey Antukh a1dba18d33 Add new NotSupported exception. 2014-04-19 22:56:17 +02:00
Andrey Antukh 48d6d0cf28 Add own subclass of generic view set. 2014-04-19 22:56:02 +02:00
Andrey Antukh d296387651 Partial update method now is also transactional as its friend update method. 2014-04-19 22:55:10 +02:00