Commit Graph

1677 Commits (7a4864da5e99bbd889c8c068d731dfa06350dc97)

Author SHA1 Message Date
Jesús Espino 7a4864da5e Incremented taiga-contrig-github-auth requirement 2015-02-17 13:07:21 +01:00
Jesús Espino 94d35aac11 Fixed some flake8 errors 2015-02-17 12:53:19 +01:00
Jesús Espino 0905753b0c Moving response generation from auth plugin services to auth api 2015-02-17 12:47:58 +01:00
Jesús Espino 6553b4d8dc Merge pull request #250 from taigaio/refactor/bameda-style
Refactor day: @bameda style
2015-02-17 12:45:30 +01:00
David Barragán Merino 60ab6127aa Refactor day: Use taiga.base.response instead rest_framework.response 2015-02-17 12:25:37 +01:00
David Barragán Merino 5196f1c25d Refactor day: Move RoleViewSet from taiga.projects to taiga.users 2015-02-16 20:04:41 +01:00
David Barragán Merino 589490d7a5 Update django to 1.7.4 and update dev requirements 2015-02-16 19:24:10 +01:00
Alejandro Alonso 147ebbdbbd Fixing bug 2195 - Notifications about points, from and to in incorrect order 2015-02-16 08:56:13 +01:00
David Barragán Merino 3e4e217ec1 Add migration for new user contrib plugins enhacement 2015-02-13 18:02:33 +01:00
David Barragán Merino e937f91245 Update README.md 2015-02-13 10:00:46 +01:00
David Barragán Merino 65c322a85b Update README.md 2015-02-12 09:12:09 +01:00
David Barragán Merino 357d7706a1 Upgrade django-pgjson to 0.2.2 2015-02-11 13:36:47 +01:00
David Barragán Merino 6cf529760d Fix fixture: remove github_id 2015-02-11 13:35:55 +01:00
David Barragán Merino 58e17611e4 Merge pull request #240 from taigaio/bug/2150/bad-field-names-in-email-notifications
Fixing fields in notification emails and lists contents
2015-02-11 11:34:46 +01:00
Alejandro Alonso 3ca137bed0 Fixing fields in notification emails and lists contents 2015-02-11 11:34:27 +01:00
David Barragán Merino 2d69b244b6 Merge pull request #239 from taigaio/bug/2083/user-story-history-repeats-files-and-has-no-order
Locking the element on take_snapshot to avoid racing condition issues
2015-02-11 11:33:38 +01:00
Alejandro Alonso 50fd9b6161 Locking the element on take_snapshot to avoid racing condition issues 2015-02-11 11:10:37 +01:00
David Barragán Merino 985838cd1a Merge pull request #247 from taigaio/refactor/auth-modules
Refactor/auth modules
2015-02-11 11:04:28 +01:00
Jesús Espino c517a8519c Allow auth plugins 2015-02-11 09:36:56 +01:00
David Barragán Merino dd5cff35cf Merge pull request #252 from taigaio/refactor/remove-obsolete-settings
Remove obsolete settings variables
2015-02-10 19:49:28 +01:00
Jesús Espino 26ba8e1a07 Remove obsolete settings variables 2015-02-10 19:49:16 +01:00
David Barragán Merino e14be84527 Merge pull request #248 from taigaio/refactor/2229-standardize-title-fields
Fix wiki reference link title attribute
2015-02-10 19:34:37 +01:00
Jesús Espino 47a0b46b5e Updated django-transactional-cleanup version 2015-02-10 18:59:57 +01:00
Jesús Espino d98e9a2fc7 Fix wiki reference link title attribute 2015-02-10 17:17:16 +01:00
Jesús Espino 62f547c282 Merge pull request #246 from taigaio/upgrades/django-pgjson
Upgrade django-pgjson to 0.2.1
2015-02-09 16:16:49 +01:00
David Barragán Merino 6e13e774d6 Upgrade django-pgjson to 0.2.1 2015-02-09 16:11:31 +01:00
David Barragán Merino 8858c8b782 Revert "Update django-pgjson from 0.2.0 to 0.2.1"
This reverts commit 67ef7de61f.
2015-02-07 00:57:50 +01:00
David Barragán Merino 67ef7de61f Update django-pgjson from 0.2.0 to 0.2.1 2015-02-07 00:26:36 +01:00
David Barragán Merino 951dd14d30 Update AUTHORS 2015-02-06 14:51:53 +01:00
David Barragán Merino e29fa14a56 Update README.md 2015-02-05 13:23:21 +01:00
Alejandro d82418b156 Merge pull request #241 from taigaio/refactor/project_api
Refactors over taiga.projects.api
2015-02-04 14:27:42 +01:00
David Barragán Merino e9093a0567 Refactors over taiga.projects.api:
- use taiga.base instead rest_framework,
 - move some mixins to taiga.projects.mixins.

Fix a typo in taiga.projects.permissions.
2015-02-04 14:04:49 +01:00
Jesús Espino fbb29666b7 Added users_me resource permissions test 2015-02-03 13:36:07 +01:00
Jesús Espino f4856f95ee Merge pull request #236 from astagi/feature/me
Add users me endpoint
2015-02-03 13:34:44 +01:00
Jesús Espino b0182ad7de Merge pull request #233 from taigaio/bug/1972/tasks-should-retain-all-history-in-their-full-view
Tasks should retain all history in their full view
2015-02-03 13:02:52 +01:00
Alejandro Alonso 5a97d41a48 Tasks should retain all history in their full view 2015-02-03 13:02:49 +01:00
Jesús Espino acab7fcdfb Fixing importing userstories promoted from issues 2015-02-03 12:05:40 +01:00
David Barragán Merino a97fd2a91e Improve update-role-points test 2015-02-03 10:26:41 +01:00
David Barragán Merino 213854d8d5 Merge pull request #237 from taigaio/bug/2133/I-cannot-remove-myself-from-watchers
Fixing problem when PATCH in a resource using prefetch_related
2015-02-03 10:16:06 +01:00
Alejandro Alonso 7558bbee79 Fixing problem when PATCH in a resource using prefetch_related 2015-02-03 09:54:51 +01:00
Andrea Stagi f7887798d1 Add users me endpoint 2015-02-03 00:12:44 +01:00
Jesús Espino 2016586afa Merge pull request #215 from taigaio/issue/1886/500_api_filter_by_project_slug
Issue #1886: Bad request when use project.slug instead project.id in API...
2015-02-02 18:10:02 +01:00
David Barragán Merino 268b6a7ad4 Issue #1886: Bad request when use project.slug instead project.id in API calls 2015-02-02 18:05:21 +01:00
Jesús Espino dcb98e7c23 Merge pull request #227 from taigaio/issue/2098-search_error
HTTP 404 for calls to search api with a wront project_id
2015-02-02 16:33:47 +01:00
David Barragán Merino d4a40ad8d3 HTTP 404 for calls to search api with a wront project_id 2015-02-02 16:14:30 +01:00
Jesús Espino c2416dd622 Merge pull request #228 from taigaio/refactor/use_our_get_object_or_404_function
Use our get_object_or_404 function instead the django one
2015-02-02 16:10:27 +01:00
Alejandro Alonso f275ea9b5a Bug 2143 ordering the changes in notification emails 2015-02-02 14:54:07 +01:00
Alejandro Alonso c6b1906378 Adding lost webhooks migration 2015-02-02 09:40:11 +01:00
Alejandro Alonso 252f01c96c Fixing diff emails 2015-02-02 09:18:33 +01:00
David Barragán Merino 560ccec62e Update CHANGELOG 2015-01-31 16:29:48 +01:00