summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-01-31Add unit tests for last automatic actionsFrederic Guillot
2016-01-31Merge pull-request #1756Frederic Guillot
2016-01-31Merge Chinese translation update (pull-request #1755)Frederic Guillot
2016-01-31Update TranslationEskiso
2016-01-31Move homepage menu to the user dropdownFrederic Guillot
2016-01-31When creating a new project, have the possibility to select another project ↵Frederic Guillot
to duplicate
2016-01-31Templates cleanupFrederic Guillot
2016-01-31Rename helper methodFrederic Guillot
2016-01-31Move subtask form elements to subtask helperFrederic Guillot
2016-01-31Move task form elements to Task helperFrederic Guillot
2016-01-31Add a "Me" button to assignee form elementFrederic Guillot
2016-01-31Have a new task assigned to the creator by default instead of "no assignee"Frederic Guillot
2016-01-31fix chinese translationrenothing
2016-01-31update chinese translationsrenothing
2016-01-31update chinese translationrenothing
2016-01-30Simplify code to handle ajax popover and redirectsFrederic Guillot
2016-01-30Fix typo in Mysql migrationFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-29Move Gitlab and Github authentication to external pluginsFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2016-01-28Merge pull-request #1745Frederic Guillot
2016-01-28Remove unused use statementFrederic Guillot
2016-01-28Updated translationEskiso
2016-01-28Added automatic actions based on a daily eventFrederic Guillot
2016-01-26Merge pull-request #1737Frederic Guillot
2016-01-26Greek translation integrationFrederic Guillot
2016-01-26Merge pull-request #1735Frederic Guillot
2016-01-26Merge pull-request #1722Frederic Guillot
2016-01-26Added indent and colon to russian translation for:Yaroslav Zemlyanuhin
- Average lead time in Analytics - Average cycle time in Analytics
2016-01-26Update task link tooltip viewOlivier Maridat
2016-01-26greek translationStavrosKa
2016-01-25Merge pull-request #1730Frederic Guillot
2016-01-25Merge and squash pull-request #1726 (German translation)Frederic Guillot
2016-01-25Merge pull-request #1725Frederic Guillot
2016-01-25Update IT_it/translations.phpangystardust
Everything left untranslated has been translated and I also fixed a lot of minor glitches all over. Thanks for you work, Mr @fguillot!
2016-01-25Update translations.php85pando
Bran -> Surely a typo Braun (Amber) -> Bernstein is actually the literal translation of amber and used for the color as well. Lime -> With several shades of green, I think Giftgrün fits more than describing it with the english term. Zuständig -> would be an adjective, Zuständiger is a person.
2016-01-25Russian translations added for new labelsVitaliy Orlov
2016-01-25Added API getUserByName()jf-guillou
Tests and doc included
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-24Split project edition into multiple pagesFrederic Guillot
2016-01-24Add project ownerFrederic Guillot
2016-01-23Replace message when no project notifications are registeredFrederic Guillot
2016-01-23Remove useless permission checkFrederic Guillot
2016-01-23Fix typo in Turkish translationOgün Karakuş
Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
2016-01-23Put back date_moved for the task (revert)Frederic Guillot
2016-01-23Revert back optimization of TaskPositionFrederic Guillot
2016-01-23Check permissions of the data folder when using SqliteFrederic Guillot
2016-01-23Move default-src CSP rule to ClassProviderMarien Fressinaud
It was impossible to override the default-src CSP rule inside a plugin. This commit fixes this limitation by moving the assignation of the rule from Response class to ClassProvider.
2016-01-23Coding style: make cspRules easier to readMarien Fressinaud
2016-01-23Add new API procedures to move and duplicate tasks to another projectFrederic Guillot