summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Merge branch 'GhassenRjab-fix-trello-import' into develLauri Ojansivu2017-06-242-1/+6
|\ | | | | | | Import due date from Trello. Thanks to GhassenRjab ! Closes #1081
| * Import due date from Trello. Thanks to GhassenRjab ! Closes #1081Lauri Ojansivu2017-06-241-1/+5
| |
| * Update import from Trello featureGhassen Rjab2017-06-231-0/+1
|/ | | Add importing the due date of a card
* Remove git submodules, so that git clone of Wekan repo works now on Windows. ↵Lauri Ojansivu2017-06-231-1/+2
| | | | Closes #977
* Add package-lock.json to .gitignore.Lauri Ojansivu2017-06-231-0/+1
|
* Removing submodules. Closes #977Lauri Ojansivu2017-06-231-3/+0
|
* Removing submodules. Closes #977Lauri Ojansivu2017-06-232-0/+3
|
* Trying to fix fibers on Dockerfile.Lauri Ojansivu2017-06-231-2/+3
|
* Remove submodules and clone them instead, only latest history and one ↵Lauri Ojansivu2017-06-234-10/+8
| | | | branch. Closes #977
* Try again to fix fibers variable.Lauri Ojansivu2017-06-231-1/+1
|
* Revert adding ; because it did not work. Reopens #977Lauri Ojansivu2017-06-231-2/+2
|
* Separate paths with ; so cloning works on Windows. Closes #977Lauri Ojansivu2017-06-231-2/+2
|
* Remove extra - from fibers.Lauri Ojansivu2017-06-231-1/+1
|