summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970Lauri Ojansivu2018-10-252-2/+2
| | | | Thanks to Akuket and xet7 !
* v1.64v1.64Lauri Ojansivu2018-10-243-3/+7
|
* Update translations.Lauri Ojansivu2018-10-243-28/+28
|
* v1.63v1.63Lauri Ojansivu2018-10-243-4/+4
|
* REST API: [Allow to remove the full list of labels/members through the ↵Lauri Ojansivu2018-10-241-0/+17
| | | | | | | | | | | | | | | API](https://github.com/wekan/wekan/pull/1968), with Apache I-CLA: - [Models: Cards: an empty string in members or label deletes the list](https://github.com/wekan/wekan/commit/e5949504b7ed42ad59742d2a0aa001fe6c762873). There is currently no way to remove all members or all labels attached to a card. If an empty string is provided, we can consider as a hint to remove the list from the card. - [Models: Cards: allow singletons to be assigned to members and labelIds](https://github.com/wekan/wekan/commit/2ce1ba37a1d0a09f8b3d2a1db4c8a11d1f98caa0). If we need to set only one member or one label, the data provided will not give us an array, but the only element as a string. We need to detect that and convert the parameter into an array. Thanks to bentiss !
* Merge branch 'bentiss-api-fixes' into edgeLauri Ojansivu2018-10-241-2/+18
|\
| * models: cards: an empty string in members or label deletes the listBenjamin Tissoires2018-10-241-2/+12
| | | | | | | | | | | | There is currently no way to remove all members or all labels attached to a card. If an empty string is provided, we can consider as a hint to remove the list from the card.
| * models: cards: allow singletons to be assigned to members and labelIdsBenjamin Tissoires2018-10-241-2/+8
|/ | | | | | If we need to set only one member or one label, the data provided will not give us an array, but the only element as a string. We need to detect that and convert the parameter into an array.
* v1.62v1.62Lauri Ojansivu2018-10-243-3/+7
|
* - Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964Lauri Ojansivu2018-10-241-1/+0
|
* v1.61v1.61Lauri Ojansivu2018-10-243-3/+7
|
* - Fix lint error. Thanks to xet7 !Lauri Ojansivu2018-10-241-1/+1
|
* v1.60v1.60Lauri Ojansivu2018-10-243-3/+7
|
* Update translations.Lauri Ojansivu2018-10-2444-98/+186
|
* v1.59v1.59Lauri Ojansivu2018-10-243-4/+4
|
* This release adds the beginning of following new features:Lauri Ojansivu2018-10-241-0/+13
| | | | | | | | | - Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7. and fixes the following bugs: - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket. Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7. Closes #1856
* - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵Lauri Ojansivu2018-10-2411-43/+98
| | | | | | | affect change UI yet. Thanks to xet7 ! - Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
* v1.58v1.58Lauri Ojansivu2018-10-233-4/+4
|
* Adds [following new features and ↵Lauri Ojansivu2018-10-231-0/+11
| | | | | | | | | | | fixes](https://github.com/wekan/wekan/pull/1962), with Apache I-CLA: - Also export the cards created with an older wekan instance (without linked cards) (related to #1873); - Fix the GET customFields API that was failing; - Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users); - Allow to change the swimlane of a card from the API. Thanks to bentiss !
* Merge branch 'bentiss-api-fixes' into edgeLauri Ojansivu2018-10-236-14/+63
|\
| * Merge branch 'api-fixes' of https://github.com/bentiss/wekan into ↵Lauri Ojansivu2018-10-236-14/+63
|/| | | | | | | bentiss-api-fixes
| * api: add the ability to change the Swimlane of a cardBenjamin Tissoires2018-10-231-0/+5
| |
| * models: boards: add PUT members entry pointBenjamin Tissoires2018-10-231-0/+32
| | | | | | | | Allows to change the members from the API.
| * models: cards: add members PUT entry pointBenjamin Tissoires2018-10-231-0/+5
| | | | | | | | Allows to change the members from the API
| * models: customFields: fix GET apiBenjamin Tissoires2018-10-231-1/+7
| | | | | | | | | | | | | | Calling GET on /api/board/XXXX/customfields returns a 500 error: TypeError: Converting circular structure to JSON
| * models: make the REST API more uniformBenjamin Tissoires2018-10-232-12/+12
| | | | | | | | | | | | | | All of the other REST API are in the form 'modelId' but a few ones in boards.js and users.js. Change it for a more uniform API.
| * fix cards exportBenjamin Tissoires2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | 6eeb708e4d2eb82f (Fix cards export and add customFields export.) is incomplete as it allows to export newer cards inserted in the db after the linkedId has been set, but not older cards present in an earlier version of wekan. Allow both null and empty value to be retrieved to match all cards. related #1873
| * Dockerfile: use set -o xtraceBenjamin Tissoires2018-10-231-0/+1
| | | | | | | | | | This allows to see the progress of the generation of the Docker image.
* | v1.57v1.57Lauri Ojansivu2018-10-233-4/+4
| |
* | v1.56Lauri Ojansivu2018-10-231-0/+9
| |
* | - This docker-compose.yml uses prebuilt image.Lauri Ojansivu2018-10-231-2/+0
| | | | | | | | Thanks to xet7 !
* | - Add separate docker-compose-build.ymlLauri Ojansivu2018-10-231-0/+219
| | | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2018-10-231-1/+1
| |
* | - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-238-99/+81
| | | | | | | | Thanks to xet7 !
* | Merge branch 'devel' into edgeLauri Ojansivu2018-10-230-0/+0
|\ \ | |/ |/|
| * Update translations.Lauri Ojansivu2018-10-171-63/+63
| |
| * v1.55v1.55Lauri Ojansivu2018-10-163-4/+4
| |
| * Update translations.Lauri Ojansivu2018-10-161-4/+4
| |
| * - [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954).Lauri Ojansivu2018-10-161-0/+12
| | | | | | | | | | | | - [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/issues/1952). Thanks to Akuket !
| * - Fix: Update broke the ability to mute notifications;Lauri Ojansivu2018-10-163-14/+8
| | | | | | | | | | | | | | | | - Automatically close the sidebar. Thanks to Akuket ! Closes #1952
| * v1.54v1.54Lauri Ojansivu2018-10-143-4/+4
| |
| * - [REST API: Get cards by swimlane ↵Lauri Ojansivu2018-10-141-1/+2
| | | | | | | | | | | | | | | | id](https://github.com/wekan/wekan/pull/1944). Please [add docs](https://github.com/wekan/wekan/wiki/REST-API-Swimlanes). Thanks to dcmcand ! Closes #1934
| * - [REST API: Get cards by swimlane ↵Lauri Ojansivu2018-10-141-0/+23
| | | | | | | | | | | | | | | | id](https://github.com/wekan/wekan/pull/1944). Please [add docs](https://github.com/wekan/wekan/wiki/REST-API-Swimlanes). Thanks to dcmcand ! Closes #1934
| * - [Improve notifications](https://github.com/wekan/wekan/pull/1948).Lauri Ojansivu2018-10-141-0/+1
| | | | | | | | | | | | Thanks to Akuket ! Closes #1304
| * - [Improve notifications](https://github.com/wekan/wekan/pull/1948).Lauri Ojansivu2018-10-146-60/+3
| | | | | | | | | | | | Thanks to Akuket ! Closes #1304
| * - [Fix deleting Custom Fields, removing broken ↵Lauri Ojansivu2018-10-131-1/+2
| | | | | | | | | | | | | | | | references](https://github.com/wekan/wekan/issues/1872). Thanks to Akuket and Clement87 ! Closes #1872
| * - [Fix deleting Custom Fields, removing broken ↵Lauri Ojansivu2018-10-132-0/+24
| | | | | | | | | | | | references](https://github.com/wekan/wekan/issues/1872). Thanks to Akuket and Clement87 !
| * Update translations.Lauri Ojansivu2018-10-1345-208/+433
| |
| * - [Fix vertical text for swimlanes in ↵Lauri Ojansivu2018-10-131-0/+8
| | | | | | | | | | | | | | | | IE11](https://github.com/wekan/wekan/issues/1798). Thanks to tomodwyer ! Closes #1798
| * Merge pull request #1951 from tomodwyer/ie11-fix-swimlanesLauri Ojansivu2018-10-131-0/+1
| |\ | | | | | | Fix vertical text for swimlanes in IE11