Commit Graph

673 Commits (c8bacee06c6920b7d1565fd1e7ccea1252fcdf1a)

Author SHA1 Message Date
Andrey Antukh c8bacee06c Add comments and additional docstrings to some functions on events module. 2014-03-24 22:31:11 +01:00
Andrey Antukh 4acb59e3cf Add client interface to taiga-events. 2014-03-24 22:10:14 +01:00
Andrey Antukh 68a5fe32d3 Add session id middleware. 2014-03-24 21:37:13 +01:00
Jesús Espino 230a6cdb28 Fixing some tests 2014-03-24 19:15:46 +01:00
Jesús Espino d254d04428 Fixed notifications problems 2014-03-24 12:30:23 +01:00
David Barragán Merino cf4cc209bf Fix reversion functionality 2014-03-23 18:38:00 +01:00
David Barragán Merino ac6a40e25b Fix some probles with the web API 2014-03-23 13:33:56 +01:00
David Barragán Merino 686e79ccb5 Merge pull request #32 from taigaio/domains-alias
Domains alias
2014-03-22 19:36:28 +01:00
David Barragán Merino 245288b170 Merge pull request #31 from taigaio/rest-framework
Downgrade to Django Rest Framework 2.3.x with backports.
2014-03-22 19:28:52 +01:00
Andrey Antukh f59215129a Change tests because validation changes between 2.4 and 2.3 branches. 2014-03-22 18:38:30 +01:00
Andrey Antukh 04fa6f6715 Downgrade to djangorestframework 2.3.13 and backport some usefull routers and decorators. 2014-03-22 18:38:30 +01:00
Andrey Antukh d72a354927 Fix typo on function alias on domains/__init__.py file. 2014-03-22 18:09:29 +01:00
Andrey Antukh 179915e338 Fix domains module path on settings. 2014-03-22 18:09:29 +01:00
Andrey Antukh 3d932ba569 Fix domains module imports due to previous module relocation. 2014-03-22 18:09:29 +01:00
Andrey Antukh b633c8c115 Move taiga.base.domains to taiga.domains 2014-03-22 18:09:29 +01:00
Andrey Antukh 8318c928f0 Add mission apache license header on main domain modules. 2014-03-22 18:09:29 +01:00
Andrey Antukh 564b62fd1b Add tests for domain app. 2014-03-22 18:09:29 +01:00
Andrey Antukh cbcf9dddc3 Allow add domain aliases.
This implies some minor refactor of domains app code.
2014-03-22 18:09:29 +01:00
Andrey Antukh a3b8362a9e Move all logic from __init__.py to base. 2014-03-22 18:09:29 +01:00
Andrey Antukh 117783f443 Fix randomly exception on remove Membership on signal handler. 2014-03-22 18:07:49 +01:00
Andrey Antukh 855c3c7eb5 Fix worong serialization of exceptions generated by domain application. 2014-03-22 14:29:10 +01:00
Andrey Antukh 71afb1cf79 Fix #187: add timestamp to final path on upload for avoid file renaming. 2014-03-21 21:10:52 +01:00
Andrey Antukh c54b14711c Remove unused HOST setting. 2014-03-21 20:48:34 +01:00
Andrey Antukh b81b53542b Remove duplicate handlers key on logging. 2014-03-21 20:46:04 +01:00
Andrey Antukh 5a9599c756 Add missiong ALLOWED_HOSTS setting on settings/common.py 2014-03-21 20:41:45 +01:00
Andrey Antukh d433ed7867 Remove production not used setting. 2014-03-21 20:39:52 +01:00
Andrey Antukh 87c5346e84 Normalize quote char on settings with minor reorganization and cleaning. 2014-03-21 19:52:10 +01:00
Jesús Espino 2907b2aebf Adding .ctags config file to the repository 2014-03-20 13:59:41 +01:00
David Barragán Merino 93035ca646 Fix bug/enhancement #210: Generate a random hex color for a new users 2014-03-19 20:34:39 +01:00
Andrey Antukh 6af88277e6 Change CORS middleware location on settings. 2014-03-15 21:20:26 +01:00
Andrey Antukh 6b935fdd4e Move CORS middleware to separate module. 2014-03-15 21:19:54 +01:00
Andrey Antukh fe4ae3a90d Add x-session-id header to cors middleware.
And convert all simple quotes to double quotes.
2014-03-15 21:03:51 +01:00
Jesús Espino 4b0bc5f8da Fixed up the previous commit 2014-03-14 10:44:31 +01:00
Jesús Espino 418a0a4a7a Fixed problem with visibility of memberships of other domains 2014-03-14 10:08:24 +01:00
David Barragán Merino 8f38f04f30 Update README.rst 2014-03-13 17:11:36 +01:00
David Barragán Merino 80b6d72bad Update README.rst 2014-03-13 17:10:30 +01:00
David Barragán Merino 8d391c0d69 Update README.rst 2014-03-13 17:08:07 +01:00
David Barragán Merino a631dc7163 US #71: Watchers 2014-03-12 14:00:21 +01:00
David Barragán Merino 4a02935230 Fix Bug #203 2014-03-11 12:36:51 +01:00
David Barragán Merino 4b7a6d256f Smallfix: Change a related name 2014-03-10 18:56:41 +01:00
David Barragán Merino 39ed1f0930 Fix Bug #202: Fix some simbols in the email subjects 2014-03-10 14:46:15 +01:00
David Barragán Merino 0b2aefbb4b Close Bug #201: Fix comments 2014-03-10 10:03:45 +01:00
David Barragán Merino 449548696d US #70: Task #124: Show attachments info in the issues list 2014-03-08 19:48:00 +01:00
David Barragán Merino 3990e3aa64 Remove unnecessary field from IssueSerializer 2014-03-08 19:48:00 +01:00
Jesús Espino d9ab184d0a Bug#199: Now work correctly the filtering of next/prev on retrieve actions 2014-03-07 14:15:57 +01:00
Jesús Espino 5b99acd2a2 Fixup: Limiting the creation of duplicated user/project memberships 2014-03-06 19:19:15 +01:00
Jesús Espino 93aaf6d133 Limiting the creation of duplicated user/project memberships 2014-03-06 19:16:43 +01:00
Jesús Espino 786d6fec47 Revert "Bug#168: A user only can be member of a project one time"
This reverts commit 1e6b4cdf2e.
2014-03-06 18:59:42 +01:00
Jesús Espino 1e6b4cdf2e Bug#168: A user only can be member of a project one time 2014-03-06 18:58:32 +01:00
David Barragán Merino 225cfbc7a0 Minor improvements 2014-03-06 18:37:24 +01:00