Commit Graph

1373 Commits (bd519b3d64241909be92efbe3c05525f356443ab)

Author SHA1 Message Date
Andrey Antukh 47dcd22b95 [backport] Fix possible race condition on register using select for update. 2014-10-02 04:25:09 +02:00
Andrey Antukh 295ed2b6e7 Fix possible race condition on register using select for update. 2014-10-02 04:25:00 +02:00
Andrey Antukh 81591a6294 [backport] Fix wrong handling patch request with user_stories list on milestone resource. (fix #1163) 2014-10-02 04:19:24 +02:00
Andrey Antukh b1cb7fdf66 Fix wrong handling patch request with user_stories list on milestone resource. (fix #1163) 2014-10-02 04:14:59 +02:00
Andrey Antukh 4ac1d8f55d [backport] Fix wrong handing integrity error on register or accept invitation. 2014-10-02 03:39:09 +02:00
Andrey Antukh 56e98bba11 Fix wrong handing integrity error on register or accept invitation. 2014-10-02 03:32:38 +02:00
Jesús Espino 081b5381f0 Fix problem on user deletion 2014-10-02 02:36:36 +02:00
Jesús Espino 50fbd00b3e Fix problem on user deletion 2014-10-02 02:36:15 +02:00
Jesús Espino 673edc294f Fix small test fails introduced in the commit 27f12f7 2014-10-02 01:45:07 +02:00
Jesús Espino 7c5b85ea5c Fix small test fails introduced in the commit 27f12f7 2014-10-02 01:44:48 +02:00
Alejandro Alonso db812101b0 Fixing speed calculation when there are no sprints 2014-10-02 00:11:41 +02:00
Jesús Espino a3e4f8c2a3 Fixed security bug on users info 2014-10-01 23:49:56 +02:00
Jesús Espino 27f12f7be9 Fixed security bug on users info 2014-10-01 23:49:37 +02:00
Jesús Espino 20ae48a6b0 Merge pull request #82 from MDamien/patch-1
Typo in local_settings: Githup -> Github
2014-10-01 23:37:55 +02:00
Damien ef82bc62cf Typo in local_settings: Githup -> Github
Kebap ou Kebab ?
2014-10-01 23:31:42 +02:00
Jesús Espino 52d9463331 Merge pull request #80 from AEAMcNett/patch-1
Typo in README.rst
2014-10-01 21:12:20 +02:00
Andrew McNett 7213006402 Typo in README.rst
Ttaiga -> Taiga
2014-10-01 12:03:35 -07:00
David Barragán Merino 548188a499 Merge pull request #79 from cure/master
Fix typo in README.rst
2014-10-01 20:31:07 +02:00
David Barragán Merino 9de7bac1b6 Generate migration for my last change in userstories models 2014-10-01 20:22:59 +02:00
Ward Vandewege 83308c351b Fix typo in README.rst 2014-10-01 13:25:10 -04:00
Alejandro Alonso 2adc1f3fe3 Considering only closed sprints for calculating average speed 2014-10-01 17:06:46 +02:00
Alejandro Alonso 02d3008180 Adding extra info for stats 2014-10-01 12:47:33 +02:00
David Barragán Merino 5e7a7c5eaa 💩 -> 🚽 2014-09-30 09:20:05 +02:00
Andrey Antukh 6abc792e13 Minor changes on readme. 2014-09-29 23:35:32 +02:00
Andrey Antukh 0e535cf0f1 Fix unclear message on requirements.txt. 2014-09-29 23:28:09 +02:00
Jesús Espino 85901336e9 Changed default events queue to postgresql queue 2014-09-29 18:33:55 +02:00
David Barragán Merino 6725a43a4f Merge pull request #76 from taigaio/events-improvements
Taiga-events integration (realtime taiga)
2014-09-29 18:06:38 +02:00
Andrey Antukh 43e16c2c13 Taiga-events integration (realtime taiga) 2014-09-29 17:49:47 +02:00
Andrey Antukh 98dd64bab2 Minor fixes on sample data related to attachments model changes. 2014-09-29 17:41:03 +02:00
Alejandro Alonso 666af83401 Merge branch 'avatar-refactor' 2014-09-29 12:17:06 +02:00
Alejandro Alonso 3945aa5772 Updating default avatar image 2014-09-29 12:16:35 +02:00
Andrey Antukh 2e3abe60f0 Minor improvements on avatar/gravatar settings. 2014-09-29 12:16:35 +02:00
Alejandro Alonso bfecc26158 Avatar refactoring 2014-09-29 12:16:35 +02:00
David Barragán Merino fbff7a8b88 Add Copyright+license text 2014-09-29 11:57:57 +02:00
David Barragán Merino b14c8d84bf Merge pull request #75 from taigaio/user-resources-dead-code
Remove useless permissions check code from users resource.
2014-09-26 01:10:20 +02:00
Andrey Antukh aa45781848 Remove useless permissions check code from users resource.
The permissions sistem handles well these conditions.
2014-09-25 20:38:29 +02:00
Andrey Antukh 7bdab61b62 Merge pull request #74 from taigaio/refactor/user-profile-form
Refactor user profile form and fix #1098
2014-09-25 20:12:49 +02:00
David Barragán Merino b01396028d Refactor user profile form and fix #1098 2014-09-25 20:05:34 +02:00
David Barragán Merino 894fb34439 Fix email of changes 2014-09-25 17:30:36 +02:00
Andrey Antukh 7bc9cb1703 Merge pull request #72 from taigaio/refactor/signals
Refactor signals of tasks, userstories and issues modules (and fix bug #1061)
2014-09-25 11:46:27 +02:00
David Barragán Merino 7a88df1e08 Change django.db.models.loading.get_model (deprecated in django 1.7) to django.apps.apps.get_model 2014-09-25 11:32:50 +02:00
David Barragán Merino 8c5695974d 👻 Fix a strange behavior with get_model in taiga.projects.history.services 2014-09-25 11:32:49 +02:00
David Barragán Merino d4b34be47e Refactor signals of tasks, userstories and issues modules 2014-09-25 11:32:49 +02:00
Andrey Antukh 202e7b75a4 Merge branch 'fix-problem-with-undefined-fields' 2014-09-24 13:44:42 +02:00
Alejandro Alonso 43ea08da90 Fixing problem with saving default values on issues. 2014-09-24 13:44:33 +02:00
Andrey Antukh 897058ca6c Convert urlpatterns to plain lists. 2014-09-24 10:38:58 +02:00
David Barragán Merino fc6a70fffc 🚽 💩 2014-09-24 09:45:19 +02:00
Andrey Antukh ced000b109 Fix regular expresion on migrate_attachments script. 2014-09-22 11:30:00 +02:00
Andrey Antukh 8df1b2a799 Regression fix: history entry should not be marked as hidden ...
... when change comes with a comment.
2014-09-18 14:42:13 +02:00
Jesús Espino 1dd5c4c768 Merge pull request #70 from taigaio/django1.7-step3-order-refactor
Order refactor
2014-09-17 17:52:07 +02:00