Commit Graph

1652 Commits (6e13e774d6c1ea35ed1725934413a29b56ad08c7)

Author SHA1 Message Date
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
Jesús Espino 379283e5ac Fix another problem in export/import system 2015-01-31 11:17:07 +01:00
Jesús Espino a562c39168 Some fixes on export-import 2015-01-29 18:48:38 +01:00
Jesús Espino cc046b5555 Add lxml to requirements.txt file 2015-01-29 13:05:07 +01:00
Jesús Espino be710a4545 Merge branch 'master' into stable
Conflicts:
	taiga/projects/serializers.py
2015-01-29 11:50:03 +01:00
Alejandro Alonso d753f61a57 Updating date in CHANGELOG 2015-01-29 11:28:30 +01:00
Alejandro Alonso 80661af35b Updating CHANGELOG 2015-01-29 11:25:43 +01:00
David Barragán Merino e995b7e3c4 Use our get_object_or_404 function instead the django one 2015-01-29 10:31:41 +01:00
David Barragán Merino 4cb62f2022 Fix indent 2015-01-28 10:12:52 +01:00
David Barragán Merino 954cb2bb0f Fix import and export emails 2015-01-27 20:03:14 +01:00
Jesús Espino 7fc8d32027 Adding ordering to webhooklog and webhooks 2015-01-26 18:06:39 +01:00
Jesús Espino 955a80213a Merge pull request #218 from taigaio/email-trans
Translate and fix all emails
2015-01-26 10:58:12 +01:00
Jesús Espino f106c5d6c0 Show deletion_datetime in localized format (in the future will take the language) and with timezone 2015-01-26 09:44:57 +01:00
David Barragán Merino 006dbd7278 Fix tests 2015-01-26 09:44:57 +01:00
Xavier Julián 97d8ee0bc5 Minor fixes in emails 2015-01-26 09:44:57 +01:00
David Barragán Merino 0d591dcadc Translate and fix all emails 2015-01-26 09:44:57 +01:00
Alejandro 8549b7328b Merge pull request #223 from taigaio/sync-calls-for-resend-and-test-in-webhooks
Now webhook test and webhooklog resend endpoints return the generated we...
2015-01-23 08:37:13 +01:00
David Barragán Merino 90d5eb88e9 Update test_importer_api.py 2015-01-22 21:18:12 +01:00
David Barragán Merino 779a2542d3 Update test_exporter_api.py 2015-01-22 21:15:59 +01:00
David Barragán Merino 62d627beb4 Use _ instead - in response.data 2015-01-22 18:43:57 +01:00
Jesús Espino 37ed0c13dc Merge pull request #224 from taigaio/feedback-emails/set-reply-to
Set reply-to to feedback emails
2015-01-22 16:52:04 +01:00
Jesús Espino 97cec70d55 Now webhook test and webhooklog resend endpoints return the generated webhooklog object 2015-01-22 16:39:17 +01:00
David Barragán Merino 415f8b35d2 Set reply-to to feedback emails 2015-01-22 15:50:32 +01:00
Alejandro 00d94cdeca Merge pull request #222 from taigaio/adding-name-to-webhooks-and-logs-counter-to-API
Adding name to webhooks and logs_counter to webhooks API
2015-01-22 13:13:32 +01:00
Jesús Espino 5b7cb4b13b Add extra data to the WebhookLog model (headers, duration, and creation date) 2015-01-22 12:53:01 +01:00
Alejandro Alonso da156401b0 Adding name to webhooks and logs_counter to webhooks API 2015-01-22 12:53:01 +01:00