summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add http packagenztqa2017-07-091-0/+1
|
* Update translations.Lauri Ojansivu2017-07-051-9/+9
|
* Merge branch 'nztqa-improve-ui' into develLauri Ojansivu2017-07-042-1/+5
|\ | | | | | | Improve UI design of checklist items. Thanks to nztqa !
| * Improve UI design of checklist items. Thanks to nztqa !Lauri Ojansivu2017-07-041-1/+2
| |
| * Improve UI Design (checklists item)nztqa2017-07-031-0/+3
|/ | | | | 1. Change background color on mouseover and remove it after mouseout 2. Increase the clickable area of title
* Update translations.Lauri Ojansivu2017-07-021-15/+15
|
* Merge branch 'nztqa-fix-checklistitem-empty' into develLauri Ojansivu2017-07-023-9/+20
|\ | | | | | | | | Fix: Possible to add empty item to checklist. Thanks to nztqa ! Closes #1103
| * Fix: Possible to add empty item to checklist.Lauri Ojansivu2017-07-021-0/+4
| | | | | | | | Thanks to nztqa ! Closes #1103
| * Add check to see if input is emptynztqa2017-07-012-9/+16
|/
* Merge branch 'nztqa-improve-checklist' into develLauri Ojansivu2017-06-303-3/+12
|\ | | | | | | | | When finished input of checklist item, open new checklist item. Thanks to nztqa ! Closes #828
| * When finished input of checklist item, open new checklist item.Lauri Ojansivu2017-06-301-2/+4
| | | | | | | | Thanks to nztqa ! Closes #828
| * Improve input of checklistnztqa2017-06-302-1/+8
|/ | | | When finished input of checklist item title, open new checklist item.
* Merge branch 'zarnifoulette-devel' into develLauri Ojansivu2017-06-292-4/+5
|\ | | | | | | | | Fix: REST API: Add PUT method to update a card. Thanks to zarnifoulette ! Related to #1037
| * Fix: REST API: Add PUT method to update a card. Thanks to zarnifoulette ! ↵Lauri Ojansivu2017-06-291-1/+2
| | | | | | | | Related to #1037
| * Merge branch 'devel' of https://github.com/zarnifoulette/wekan into ↵Lauri Ojansivu2017-06-291-3/+3
| |\ | | | | | | | | | zarnifoulette-devel
| | * fixe errorzago2017-06-291-3/+3
| | |
* | | Merge branch 'zarnifoulette-devel' into develLauri Ojansivu2017-06-292-0/+37
|\| | | | | | | | | | | | | | REST API: Add PUT method to update a card. Thanks to zarnifoulette ! Related to #1037
| * | REST API: Add PUT method to update a card. Thanks to zarnifoulette ! Related ↵Lauri Ojansivu2017-06-291-0/+8
| |/ | | | | | | to #1037
| * linebreaker fixingzago2017-06-291-24/+23
| |
| * adding a put method to update a cardzago2017-06-291-0/+30
|/
* v0.27Lauri Ojansivu2017-06-281-2/+2
|
* v0.27v0.27Lauri Ojansivu2017-06-282-2/+2
|
* Merge branch 'nztqa-fix-checklist' into develLauri Ojansivu2017-06-282-2/+9
|\ | | | | | | Fix duplicate id generation. Thanks to nztqa ! Closes #1090
| * Fix duplicate id generation. Thanks to nztqa ! Closes #1090Lauri Ojansivu2017-06-281-1/+2
| |
| * Merge branch 'fix-checklist' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-281-1/+7
|/| | | | | | | nztqa-fix-checklist
| * Fix: id generationnztqa2017-06-281-1/+7
| |
* | Update translations.Lauri Ojansivu2017-06-271-19/+19
| |
* | Merge branch 'kubiko-devel' into develLauri Ojansivu2017-06-2712-2/+391
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | Add snapcraft build support from source. Thanks to kubiko ! This can be used together with launchpad build system for continuous integration. Intention is to push snaps build from devel branch to edge channel, which can be installed by calling: $ snap install -edge wekan device will keep automatically updating to revisions as they are released to edge channel.
| * Add snapcraft build support from source. Thanks to kubiko !Lauri Ojansivu2017-06-271-2/+6
| |
| * Adding snapcraft build support from sourceOndrej Kubik2017-06-2711-0/+385
|/ | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
* Update translations.Lauri Ojansivu2017-06-273-29/+29
|
* Fix link to card. Thanks to nztqa ! Closes #975Lauri Ojansivu2017-06-271-0/+1
|
* Merge branch 'nztqa-fix-link-card' into develLauri Ojansivu2017-06-271-1/+1
|\ | | | | | | Fix link to card. Thanks to nztqa ! Closes #975
| * Merge branch 'fix-link-card' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-271-1/+1
|/| | | | | | | nztqa-fix-link-card
| * Fix link to cardnztqa2017-06-271-1/+1
| |
* | Merge branch 'nztqa-fix-wrong-links' into develLauri Ojansivu2017-06-274-4/+12
|\ \ | |/ |/| | | | | Fix incorrect attachment link with subfolder in the url. Thanks to nztqa ! Closes #1015
| * Fix incorrect attachment link with subfolder in the url. Thanks to nztqa ! ↵Lauri Ojansivu2017-06-271-0/+8
| | | | | | | | Closes #1015
| * Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-273-4/+4
|/
* Update translations.Lauri Ojansivu2017-06-262-5/+5
|
* v0.26v0.26Lauri Ojansivu2017-06-262-2/+2
|
* Merge branch 'nztqa-fix-i18n-subfolder' into develLauri Ojansivu2017-06-263-1/+3
|\ | | | | | | Fix i18n route for subfolder. Thanks to nztqa ! Related: #973
| * Fix i18n route for subfolder. Thanks to nztqa ! Related: #973Lauri Ojansivu2017-06-261-0/+1
| |
| * Merge branch 'fix-i18n-subfolder' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-06-262-1/+2
|/| | | | | | | nztqa-fix-i18n-subfolder
| * Update: camelcase to never does not check property names at all.nztqa2017-06-261-1/+1
| | | | | | | | http://eslint.org/docs/2.0.0/rules/camelcase
| * Add i18n file route for subfoldernztqa2017-06-261-0/+1
| |
* | Merge branch 'nztqa-fix-adminPanel-subfolder' into develLauri Ojansivu2017-06-262-1/+9
|\ \ | |/ |/| | | Fix admin panel route for subfolder. Thanks to nztqa ! Related: #973
| * Fix admin panel route for subfolder. Thanks to nztqa ! Related: #973Lauri Ojansivu2017-06-261-0/+8
| |
| * Add admin panel route for subfoldernztqa2017-06-261-1/+1
|/
* Wekan relase v0.25v0.25Lauri Ojansivu2017-06-242-2/+2
|
* NPM back to version 4.6.1Lauri Ojansivu2017-06-241-1/+1
|