summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Travis CI errors, againGhassen Rjab2017-06-171-6/+4
* Fix Travis CI errorsGhassen Rjab2017-06-171-5/+5
* Fix export pathGhassen Rjab2017-06-161-1/+7
* Add translation: en-GBLauri Ojansivu2017-06-132-1/+356
* Re-enable Export Wekan board. Thanks to nebulade !Lauri Ojansivu2017-06-121-2/+4
* Merge branch 'cloudron-io-devel' into develLauri Ojansivu2017-06-122-33/+33
|\
| * Reenable the export featureJohannes Zellner2017-06-122-33/+33
|/
* Merge branch 'nztqa-delete-cards' into develLauri Ojansivu2017-06-072-1/+3
|\
| * When deleting list, delete list's cards too. Thanks to nztqa !Lauri Ojansivu2017-06-071-1/+2
| * Add delete the card belonging to when deleting the listnztqa2017-06-071-0/+1
|/
* Update translations.Lauri Ojansivu2017-06-061-21/+21
* Merge branch 'nztqa-fix-dragboard' into develLauri Ojansivu2017-06-062-2/+6
|\
| * Fix IE 11 Drag Board To Scroll. Thanks to nztqa !Lauri Ojansivu2017-06-061-1/+5
| * Fix Drag Board To Scrollnztqa2017-06-061-1/+1
|/
* Update translations.Lauri Ojansivu2017-06-042-26/+26
* Fix lint errors.Lauri Ojansivu2017-06-021-1/+1
* Fix lint errors.Lauri Ojansivu2017-06-021-35/+36
* Fix some lint errors.Lauri Ojansivu2017-06-023-67/+68
* Merge branch 'BaobabCoder-devel' into develLauri Ojansivu2017-06-0232-97/+242
|\
| * Change the way to delete a list (card-like). Closes #1023Lauri Ojansivu2017-06-021-1/+2
| * Merge branch 'devel' of https://github.com/BaobabCoder/wekan into BaobabCoder...Lauri Ojansivu2017-06-0232-97/+241
|/|
| * Remove translation for transifexBaobabCoder2017-06-0223-110/+0
| * Change text : delete instead of removeBaobabCoder2017-06-0222-22/+22
| * Fix missing popup titleBaobabCoder2017-06-0224-6/+53
| * Change the way to remove a list (card like)BaobabCoder2017-06-0225-104/+170
* | Update translations.Lauri Ojansivu2017-06-0129-347/+347
* | Remove bountysource while setting it up. Add OpenHub stats.Lauri Ojansivu2017-05-291-1/+1
* | Change bounty urlLauri Ojansivu2017-05-291-1/+1
* | Add bounty.Lauri Ojansivu2017-05-291-0/+2
* | Wekan release v0.23v0.23Lauri Ojansivu2017-05-214-4/+4
* | Update translations.Lauri Ojansivu2017-05-193-94/+445
* | Add vanila chat back, part of community is there.Lauri Ojansivu2017-05-191-0/+4
* | Change chat to Freenode IRC channel wekan.Lauri Ojansivu2017-05-181-3/+1
* | Upgrade npm to v4.6.1Lauri Ojansivu2017-05-181-1/+1
* | Authorization improvements etc to REST API. Thanks to mayjs !Lauri Ojansivu2017-05-181-1/+2
* | Merge branch 'mayjs-rest-api-pr' into develLauri Ojansivu2017-05-185-6/+70
|\ \
| * | Merge branch 'rest-api-pr' of https://github.com/mayjs/wekan into mayjs-rest-...Lauri Ojansivu2017-05-185-6/+70
|/| |
| * | Fixed a typo..mayjs2017-05-161-1/+1
| * | Implemented the change of /api/user/boards as proposed by huneaumayjs2017-05-161-1/+5
| * | Revert "Added my local test http file to .gitignore"mayjs2017-05-151-2/+1
| * | Fixed eslint errorsmayjs2017-05-153-13/+13
| * | Added readonly user access to cardsmayjs2017-05-151-2/+2
| * | Modified access to GET /api/boards/:boardId/lists/:listIdmayjs2017-05-151-1/+1
| * | Modified access to GET /api/boards/:boardId/listsmayjs2017-05-151-1/+2
| * | Extracted board access check functionmayjs2017-05-152-4/+10
| * | Changed GET /api/boards/:id to allow access by the normally also allowed users.mayjs2017-05-151-2/+5
| * | Added a simple authorization functionmayjs2017-05-151-0/+12
| * | Fixed a typo and removed an old todo commentmayjs2017-05-151-2/+2
| * | Changed /api/user/boards to only check if the user is logged inmayjs2017-05-151-1/+1
| * | let -> constmayjs2017-05-152-2/+2