Commit Graph

1661 Commits (50fd9b61616fb79f86d82feaaa6b36ab5f190b1e)

Author SHA1 Message Date
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
David Barragán Merino 6032ed6c34 Remove an i 2015-01-22 09:31:23 +01:00
David Barragán Merino 8c6588b17a Make human-friendly the name of the dump files and xut some long lines 2015-01-21 15:44:48 +01:00
David Barragán Merino df20fc7f45 Update changelog 2015-01-21 15:07:20 +01:00
David Barragán Merino 1a68998a36 Merge pull request #221 from taigaio/import-api-in-synchronous-mode-returns-project-info
Import API in synchronous mode now returns the new project serialized
2015-01-21 12:08:27 +01:00
Alejandro Alonso 395c35628e Import API in synchronous mode now returns the new project serialized 2015-01-21 11:49:41 +01:00
Alejandro 073ec13373 Merge pull request #219 from taigaio/contrib-plugins
Adding initial contrib modules system
2015-01-21 09:56:46 +01:00
Jesús Espino 1afe78da8f Adding initial contrib modules system 2015-01-20 17:03:02 +01:00
David Barragán Merino 6f4c5a93df Merge pull request #220 from taigaio/refactoring-project-export
Refactoring project export
2015-01-20 11:27:33 +01:00
Alejandro Alonso 5a53e8f78a Refactoring project export 2015-01-20 10:52:39 +01:00
David Barragán Merino e77d2ba783 Ignore .project 2015-01-19 12:26:57 +01:00
David Barragán Merino c0af3a1acf Add license 2015-01-15 18:20:26 +01:00
Alejandro 2fba748487 Merge pull request #209 from taigaio/us/1678/webhooks
US #1678: Add webhooks to the backend
2015-01-14 16:28:42 +01:00
Jesús Espino 47107eb079 US #1678: Add webhooks to the backend 2015-01-14 16:04:22 +01:00
Alejandro 9cc6af9bd6 Merge pull request #203 from taigaio/us/1517/attachment-delete
Add django-transactional-cleanup and configure it
2015-01-14 12:26:58 +01:00
Jesús Espino 6e39a8f7a8 Add django-transactional-cleanup and configure it 2015-01-14 11:57:00 +01:00
David Barragán Merino 834d8dfe3f Use taiga.base.utils.json instead json 2015-01-14 10:54:42 +01:00
Alejandro Alonso b04c220451 Adding lost migrations 2015-01-14 10:54:16 +01:00
Jesús Espino 3403b4c848 Merge pull request #214 from taigaio/issue/1734/change_pasword_github_users
Issue #1734: currentPassword is not needed for github users
2015-01-14 08:21:53 +01:00
David Barragán Merino e81a73e24b Issue #1734: currentPassword is not needed for github users 2015-01-14 08:20:59 +01:00
David Barragán Merino 64dde7870d Remove unnecessary import 2015-01-13 19:10:13 +01:00
Alejandro 97fa6bca56 Merge pull request #204 from taigaio/us/1233/expose-import-export
Us/1233/expose import export
2015-01-13 14:03:50 +01:00
Jesús Espino a8afd77f89 Add import/export functionality to the API 2015-01-13 13:43:09 +01:00
Alejandro Alonso e81cafb3e3 Fixing invitation email 2015-01-13 13:35:59 +01:00
Alejandro Alonso df282a0c94 Fixing register test 2015-01-13 11:24:37 +01:00
Jesús Espino fd0c4faf7b Merge pull request #188 from taigaio/us/1680/email-redesign
Us/1680/email redesign
2015-01-12 18:27:39 +01:00
Jesús Espino 042d2871d6 Add test_emails script to send all emails to test it 2015-01-12 18:07:01 +01:00
Xavier Julián 4fe73aef52 US #1680: Emails redesign 2015-01-12 18:04:41 +01:00
David Barragán Merino e2d071f61c Update CHANGELOG 2015-01-12 17:01:18 +01:00
David Barragán Merino 0a0e46e5a5 Merge pull request #200 from taigaio/improving-api-performance
Some extra api optimizations
2015-01-12 16:41:25 +01:00
Alejandro Alonso ca09cda87c Some extra api optimizations 2015-01-12 16:40:53 +01:00
David Barragán Merino 99691372a5 Update README.md 2015-01-12 16:38:48 +01:00
Xavier Julián a42980282d Email images 2015-01-09 12:50:54 +01:00
Alejandro 65f7014f39 Merge pull request #211 from taigaio/bug/1849/wikilinks-problem
Bug #1849: Fix problem with especial caracter in wikilinks titles
2015-01-08 13:08:30 +01:00
Jesús Espino 42e891e5bc Bug #1849: Fix problem with especial caracter in wikilinks titles 2015-01-08 12:23:56 +01:00
Jesús Espino 09ccf78d7f Merge pull request #210 from taigaio/adding-closed-milestones-counter-to-project-in-api
Adding closed milestones counter to projects API
2015-01-08 11:58:39 +01:00
Alejandro Alonso a4ddac510c Adding closed milestones counter to projects API 2015-01-08 11:55:00 +01:00
Alejandro Alonso f15713f241 [backport] Fixing problem whith parens in links 2015-01-07 15:35:20 +01:00
Jesús Espino 866f213b7f Merge pull request #208 from taigaio/improve-markdown-rendering
Fixing problem whith parens in links
2015-01-07 15:29:55 +01:00
Alejandro Alonso 3afcb0e6b6 Fixing problem whith parens in links 2015-01-07 15:18:56 +01:00
Jesús Espino fa60e2c5e8 Merge pull request #205 from taigaio/archived-userstory-status
Moving archived status from userstory to status
2015-01-02 09:47:22 +00:00
Alejandro Alonso aee57d6110 Moving archived status from userstory to status 2015-01-02 10:44:45 +01:00