summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLog.Lauri Ojansivu2020-05-161-1/+7
|
* Merge branch 'CidKramer-master'Lauri Ojansivu2020-05-163-0/+235
|\
| * Merge branch 'master' of https://github.com/CidKramer/wekan into ↵Lauri Ojansivu2020-05-163-0/+235
|/| | | | | | | CidKramer-master
| * Added clearblue themeCidKramer2020-05-153-0/+235
| |
* | Update ChangeLog.Lauri Ojansivu2020-05-161-0/+9
| |
* | Fix lint.Lauri Ojansivu2020-05-161-1/+1
| |
* | Update translations.Lauri Ojansivu2020-05-163-45/+45
| |
* | Fix Can't Scroll on All Boards on mobile phone. Added drag handles.Lauri Ojansivu2020-05-163-0/+26
| | | | | | | | | | | | Thanks to xet7 ! Fixes #3096
* | v4.02v4.02Lauri Ojansivu2020-05-157-335/+347
| |
* | Update translations.Lauri Ojansivu2020-05-155-47/+47
|/
* Merge branch 'marc1006-fixes'Lauri Ojansivu2020-05-1458-77/+240
|\
| * Add popup and changelog for linked card fixes.Lauri Ojansivu2020-05-143-2/+25
| |
| * Update translations.Lauri Ojansivu2020-05-1453-69/+175
| |
| * Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-144-8/+42
|/|
| * Fix typoMarc Hartmayer2020-04-301-1/+1
| |
| * Refuse to delete a card as long as there is link to itMarc Hartmayer2020-04-302-3/+25
| | | | | | | | This fixes https://github.com/wekan/wekan/issues/2785.
| * Fix creation of card linksMarc Hartmayer2020-04-302-4/+16
| | | | | | | | | | Without this fix, orphaned card links are created and therefore this leads to problems as described in https://github.com/wekan/wekan/issues/2785.
* | Update ChangeLog.Lauri Ojansivu2020-05-131-0/+5
| |
* | Add Spanish (Chile).Lauri Ojansivu2020-05-1354-46/+908
| | | | | | | | | | | | Thanks to isos. Update translations.
* | Update translations.Lauri Ojansivu2020-05-131-0/+1
| |
* | Update ChangeLog.Lauri Ojansivu2020-05-131-0/+2
| |
* | Merge pull request #3088 from krupupakku/masterLauri Ojansivu2020-05-131-1/+1
|\ \ | | | | | | Swimlanes ID missing in new boards
| * | Swimlanes ID missing in new boardsmvolo172020-05-131-1/+1
| | | | | | | | | | | | when creating a new card in a new board there were and error on console. Result: card was not created. adding this parenthesis it works now. Just for info. without this change if you want to create a card you need to change view to swimlines and go back to list view
* | | Update translations.Lauri Ojansivu2020-05-135-81/+81
| | |
* | | Merge branch 'brymut-add-more-import-export-options'Lauri Ojansivu2020-05-1363-267/+1820
|\ \ \
| * | | Fix syntax. Maybe sometime later think about translations.Lauri Ojansivu2020-05-133-3/+26
| | | | | | | | | | | | | | | | Thanks to xet7 !
| * | | Update translations.Lauri Ojansivu2020-05-1352-58/+932
| | | |
| * | | Merge branch 'add-more-import-export-options' of ↵Lauri Ojansivu2020-05-1312-209/+865
|/| | | | | | | | | | | | | | | https://github.com/brymut/wekan into brymut-add-more-import-export-options
| * | | add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-109-213/+470
| | | |
| * | | add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-079-14/+413
| | | |
* | | | Update ChangeLog.Lauri Ojansivu2020-05-131-0/+3
| | | |
* | | | Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-05-131-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #3084 from wackazong/master-patch-1Lauri Ojansivu2020-05-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | Create card does not allow an empty member list
| | * | | | Create card does not allow an empty member listwackazong2020-05-081-1/+1
| | |/ / / | | | | | | | | | | When I create a card via the API I always have the authorId in members, even if I pass an empty string as member list. Workaround: I can empty the member list by passing an empty string in a PUT request. This pull request proposes to not add the authorId to the member list when creating a card and the member list is empty.
* | / / / Update translations.Lauri Ojansivu2020-05-1351-204/+306
|/ / / /
* | | | Merge branch 'NicoP-S-master'Lauri Ojansivu2020-05-1311-65/+279
|\ \ \ \
| * | | | Update translations and fix syntax.Lauri Ojansivu2020-05-131-0/+1
| | | | |
| * | | | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-05-1311-66/+279
|/| | | |
| * | | | API add boards to json where user is member ofNico2020-05-031-1/+40
| | | | |
| * | | | Card vote options in new forkNico2020-05-0310-65/+239
| |/ / /
* | | | Update ChangeLog.Lauri Ojansivu2020-05-131-0/+2
| | | |
* | | | Merge branch 'krupupakku-master'Lauri Ojansivu2020-05-132-0/+4
|\ \ \ \
| * | | | Merge branch 'master' of https://github.com/krupupakku/wekan into ↵Lauri Ojansivu2020-05-132-0/+4
|/| | | | | | |/ / | |/| | | | | | krupupakku-master
| * | | avatar-image fixMarco Volo2020-05-082-0/+4
| |/ /
* | | Update ChangeLog.Lauri Ojansivu2020-05-131-0/+3
| | |
* | | Merge branch 'helioguardabaxo-master'Lauri Ojansivu2020-05-132-1/+4
|\ \ \
| * | | Merge branch 'master' of https://github.com/helioguardabaxo/wekan into ↵Lauri Ojansivu2020-05-132-1/+4
|/| | | | | | | | | | | | | | | helioguardabaxo-master
| * | | Add white-space:normal to copy-to-clipboard button in card detailshelioguardabaxo2020-05-022-1/+4
| |/ /
* | | Update translations.Lauri Ojansivu2020-05-123-58/+58
| | |
* | | Update ChangeLog.Lauri Ojansivu2020-05-121-1/+9
| | |