Commit Graph

72 Commits (173f4a9f49f063f68da4e1ffed4ce13aa6e155e8)

Author SHA1 Message Date
David Barragán Merino c4ec54d483 Update copyright 2017-02-20 17:57:22 +01:00
Xavier Julián 0cfef30885 Improve 'create project' (new, import, duplicate) 2017-02-20 12:36:34 +01:00
Xavier Julián 2a68d72436 Get in touch with project admins 2016-11-24 10:05:45 +01:00
Xavier Julián e6e4dd35e7 Velocity forecasting 2016-10-31 08:01:05 +01:00
Alejandro Alonso 3d858cf82a Epic detail 2016-09-27 10:05:24 +02:00
David Barragán Merino fbfde871e2 Epic in Admin > Attributes > Custom Fields 2016-09-27 10:05:24 +02:00
David Barragán Merino 605ff1480e Epic in Admin > Attributes > Status 2016-09-27 10:05:24 +02:00
David Barragán Merino a9fca5e43b Epic in Admin > Project > Reports 2016-09-27 10:05:24 +02:00
Xavier Julián cc02221a2d Epics dasboard 2016-09-27 10:05:21 +02:00
Juanfran 59bf55fc30 cards & filters ui refactor 2016-08-01 12:59:29 +02:00
Xavier Julián 8de4db9e37 Show history in all wiki pages 2016-07-06 13:09:11 +02:00
Alejandro Alonso 2e4a63fe75 US #49 (taiga-subscriptions): Transfer project ownership 2016-03-22 14:44:31 +01:00
Juanfran 21d22a7dfb edit project restrictions (max public/private projects) 2016-02-29 10:59:12 +01:00
Alejandro Alonso 40418839b2 US #2127: Discover section [2] 2016-01-21 18:38:58 +01:00
Juanfran 50af448305 New attachments components
- Attachments image gallery.
- Upload attachments on US/issue/task lightbox.
- Drag files from desktop.
- Completly new attachment code.
- Drag files in wysiwyg
2016-01-08 19:14:36 +01:00
Andrey Antukh 9a67121045 Fix my email on copyright preamble on coffee source files. 2016-01-08 16:34:14 +02:00
Andrey Antukh 308d769310 Add missing copyright preamble entries to coffee source files. 2016-01-08 16:34:09 +02:00
David Barragán Merino 2319ba1766 Update license message 2016-01-04 09:04:42 +01:00
David Barragán Merino be60a54449 Update license message 2015-10-30 14:59:29 +01:00
David Barragán Merino d1349c4272 Create vote and watch buttons in story, task and issue detail pages 2015-10-26 15:59:51 +01:00
Alejandro Alonso f52a4ba788 External apps authentication 2015-09-09 13:09:57 +02:00
Juanfran 74193e681f same behavior for issues filters and backlog filters
all filter attributes are OR except tags

related #2648

test with taiga-back refactoring-filter-data-API
2015-07-28 08:21:57 +02:00
Juanfran 870cb09f56 fix user timeline activity 2015-06-11 13:40:52 +02:00
Juanfran 4f0cac687d user profile 2015-05-29 09:52:36 +02:00
Juanfran b6d04a70b7 rename profile-timeline to user-timeline 2015-05-29 09:52:34 +02:00
Juanfran 74aa3a5d75 users resources 2015-05-29 09:51:00 +02:00
Juanfran 4ae492996d user service to get contacts 2015-05-29 09:51:00 +02:00
Alejandro Alonso 032aeb2280 Refactoring navbar 2015-05-29 09:50:57 +02:00
Juanfran 2c1de83d85 comments in timelines 2015-05-29 09:44:39 +02:00
David Barragán Merino eb3c417857 [Refactor] resources.urls list 2015-04-20 11:52:21 +02:00
David Barragán Merino ea1c3c19b9 Set default language from configuration and get locale list from the server 2015-04-14 13:06:30 +02:00
Xavier Julián 31cd4d4393 US#1913: CSV Reports 2015-03-10 10:23:26 +01:00
David Barragán Merino 08f0a2262a Fix userstory custom attributes values 2015-03-03 13:04:15 +01:00
David Barragán Merino 408c6f95cc Update, Delete and Order Custom Attributes 2015-03-03 13:04:15 +01:00
Alejandro Alonso c45a51f313 Detail integration 2015-03-03 13:04:14 +01:00
Xavier Julián 7585ad3450 Webhook responses 2015-01-26 16:50:16 +01:00
Xavier Julián 5c9ad4b19b 'Export/import project' feature 2015-01-26 16:49:10 +01:00
Juanfran ed7a176fe0 fix #1714 - bulk resort tasks in the taskboard 2014-12-02 19:21:06 +01:00
Juanfran 1129469cce github form integration 2014-11-13 11:48:27 +01:00
Alejandro Alonso 5fd9a950a1 Adding cancel account with token functionality 2014-10-15 10:37:42 +02:00
Andrey Antukh 03ef9aec42 Fix comaptibility with new config. 2014-10-08 12:15:04 +02:00
David Barragán Merino cde5b7040e US #954: Task #1118: Integrate the feedback form with the API endpoint 2014-10-04 17:13:25 +02:00
David Barragán Merino 4a68f728f6 US #903: Task #1035: Saved statusViewModes in local storage 2014-09-18 11:55:46 +02:00
Andrey Antukh ade97c19fd Add separated method for bulk order update for: backlog, kanban and sprint. 2014-09-17 16:03:36 +02:00
Jesús Espino f326d6f12e Delete comments functionality 2014-09-16 16:20:50 +02:00
Andrey Antukh 4bd1f40893 Rewrite attachments directives and make them work as isolated components.
Also, it fixes #914 issue.
2014-09-11 20:34:17 +02:00
Andrey Antukh 5b173463ed Add tgHistory directive.
This is a complete rewrite of the old tgChange directive
that has a lot of functions that works only with dom mutability
and with unclear name. This new version works in majority of
time with immutable operations and only mutates the dom in
the last render step.
2014-09-09 17:47:34 +02:00
Jesús Espino 00a8d9feb3 Allow user save own filters 2014-08-26 09:23:43 +02:00
Jesús Espino 8f5eead730 User profile integration 2014-08-05 10:38:04 +02:00
Jesús Espino 62f31aeab3 Adding admin roles page 2014-07-30 10:27:41 +02:00