summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax.Lauri Ojansivu2018-10-303-10/+10
|
* Update translations.Lauri Ojansivu2018-10-301-2/+2
|
* - Fix typos in CHANGELOG.md, thanks to loginKing !Lauri Ojansivu2018-10-301-1/+1
| | | | https://github.com/wekan/wekan/pull/1975
* Merge pull request #1975 from loginKing/patch-1Lauri Ojansivu2018-10-301-4/+4
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdloginKing2018-10-291-4/+4
|/
* - Typo fix etc.Lauri Ojansivu2018-10-261-0/+11
|
* docker-compose.yml and docker-compose-build.yml:Lauri Ojansivu2018-10-262-112/+118
| | | | | | | - Remove single quotes, because settings are quoted automatically. - Comment out most settings that have default values. Thanks to xet7 !
* Update translations.Lauri Ojansivu2018-10-261-2/+2
|
* Merge pull request #1974 from Hillside502/patch-1Lauri Ojansivu2018-10-261-1/+1
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdHillside5022018-10-261-1/+1
|/ | | typo
* v1.65v1.65Lauri Ojansivu2018-10-253-4/+4
|
* Update translations (bg).Lauri Ojansivu2018-10-251-21/+21
|
* This release adds the [following new ↵Lauri Ojansivu2018-10-251-0/+9
| | | | | | | | | features](https://github.com/wekan/wekan/pull/1967), with Apache I-CLA: - UI: list headers: show the card count smaller in grey color below list name - UI: lists: only output the number of cards for each swimlane Thanks to bentiss !
* Merge branch 'bentiss-ui-fixes' into edgeLauri Ojansivu2018-10-252-3/+12
|\
| * Merge branch 'ui-fixes' of https://github.com/bentiss/wekan into ↵Lauri Ojansivu2018-10-252-3/+12
| |\ | | | | | | | | | bentiss-ui-fixes
| | * UI: lists: only output the number of cards for each swimlaneBenjamin Tissoires2018-10-252-1/+11
| | |
| | * UI: list headers: show the card count smallerBenjamin Tissoires2018-10-251-3/+2
| | | | | | | | | | | | | | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
* | | v1.64.2v1.64.2Lauri Ojansivu2018-10-253-3/+11
| | |
* | | - Additional fix to [Impossible to connect to LDAP if UserDN contain ↵Lauri Ojansivu2018-10-251-1/+1
| | | | | | | | | | | | | | | | | | space(s)](https://github.com/wekan/wekan/issues/1970). Thanks to Akuket and xet7 !
* | | v1.64.1v1.64.1Lauri Ojansivu2018-10-252-3/+3
| | |
* | | - Fix: [Impossible to connect to LDAP if UserDN contain ↵Lauri Ojansivu2018-10-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | space(s)](https://github.com/wekan/wekan/issues/1970). Thanks to Akuket and xet7 ! Closes #1970
* | | Remove console.logLauri Ojansivu2018-10-251-1/+0
| | |
* | | - 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.