Benjamin Tissoires
e5949504b7
models: cards: an empty string in members or label deletes the list
...
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.
7 years ago
Benjamin Tissoires
2ce1ba37a1
models: cards: allow singletons to be assigned to members and labelIds
...
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.
7 years ago
Lauri Ojansivu
6d4ffdd8b4
v1.62
7 years ago
Lauri Ojansivu
8ff2e1f16a
- Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964
7 years ago
Lauri Ojansivu
09b05ea3fb
v1.61
7 years ago
Lauri Ojansivu
90a0478d0b
- Fix lint error. Thanks to xet7 !
7 years ago
Lauri Ojansivu
ecb3a18206
v1.60
7 years ago
Lauri Ojansivu
e580109dd6
Update translations.
7 years ago
Lauri Ojansivu
9561049668
v1.59
7 years ago
Lauri Ojansivu
d4dd646bf4
This release adds the beginning of following new features:
...
- 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
7 years ago
Lauri Ojansivu
4cb25a5bcf
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not 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
7 years ago
Lauri Ojansivu
82e90f7b94
v1.58
7 years ago
Lauri Ojansivu
760c008f5b
Adds [following new features and 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 !
7 years ago
Lauri Ojansivu
54f8d4f308
Merge branch 'bentiss-api-fixes' into edge
7 years ago
Lauri Ojansivu
0de0135619
Merge branch 'api-fixes' of https://github.com/bentiss/wekan into bentiss-api-fixes
7 years ago
Benjamin Tissoires
dfdba25ea0
api: add the ability to change the Swimlane of a card
7 years ago
Benjamin Tissoires
f61942e5cb
models: boards: add PUT members entry point
...
Allows to change the members from the API.
7 years ago
Benjamin Tissoires
33d4ad76ca
models: cards: add members PUT entry point
...
Allows to change the members from the API
7 years ago
Benjamin Tissoires
53c8e63a09
models: customFields: fix GET api
...
Calling GET on /api/board/XXXX/customfields
returns a 500 error:
TypeError: Converting circular structure to JSON
7 years ago
Benjamin Tissoires
9aa5584c9c
models: make the REST API more uniform
...
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.
7 years ago
Benjamin Tissoires
24f66c9f88
fix cards export
...
6eeb708e4d
(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
7 years ago
Lauri Ojansivu
fa548a4c32
v1.57
7 years ago
Lauri Ojansivu
10bc2c0d1a
v1.56
7 years ago
Lauri Ojansivu
5188f2f2c9
- This docker-compose.yml uses prebuilt image.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
1019f6272e
- Add separate docker-compose-build.yml
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
dbd34c3254
Update translations.
7 years ago
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
96151a54fb
Merge branch 'devel' into edge
7 years ago
Benjamin Tissoires
ccf66905e7
Dockerfile: use set -o xtrace
...
This allows to see the progress of the generation of the
Docker image.
7 years ago
Lauri Ojansivu
ced56ed83f
- Add info about using prebuild image.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
790234775f
Update translations.
7 years ago
Lauri Ojansivu
aac8933186
Update translations.
7 years ago
Lauri Ojansivu
73edfd90a6
v1.55.1
7 years ago
Lauri Ojansivu
a168f885d9
Update translations.
7 years ago
Lauri Ojansivu
50136fe314
v1.55
7 years ago
Lauri Ojansivu
6308352f90
Update translations.
7 years ago
Lauri Ojansivu
ba5ee34d83
- [Automatically close the sidebar]( https://github.com/wekan/wekan/pull/1954 ).
...
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/issues/1952 ).
Thanks to Akuket !
7 years ago
Lauri Ojansivu
849f15ceee
- Fix: Update broke the ability to mute notifications;
...
- Automatically close the sidebar.
Thanks to Akuket !
Closes #1952
7 years ago
Lauri Ojansivu
5979fc1d3d
- [Automatically close the sidebar]( https://github.com/wekan/wekan/pull/1954 );
...
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/pull/1954 ).
Thanks to Akuket !
7 years ago
Lauri Ojansivu
81f98e2da1
Merge branch 'Akuket-edge' into edge
7 years ago
Akuket
50edffee47
Merge branch 'edge' into edge
7 years ago
guillaume
41330b15dc
update broke ability to mute notifications
7 years ago
Lauri Ojansivu
f5125b76bc
v1.54
7 years ago
Lauri Ojansivu
ad663d2df9
- [REST API: Get cards by swimlane 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
7 years ago
Lauri Ojansivu
9faa85a1c3
- [REST API: Get cards by swimlane 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
7 years ago
Lauri Ojansivu
cb98b1326d
- [Improve notifications]( https://github.com/wekan/wekan/pull/1948 ).
...
Thanks to Akuket !
Closes #1304
7 years ago
Lauri Ojansivu
e9f8e150e7
- [Improve notifications]( https://github.com/wekan/wekan/pull/1948 ).
...
Thanks to Akuket !
Closes #1304
7 years ago
Lauri Ojansivu
a90f648d5e
- [Fix deleting Custom Fields, removing broken references]( https://github.com/wekan/wekan/issues/1872 ).
...
Thanks to Akuket and Clement87 !
Closes #1872
7 years ago
Lauri Ojansivu
8cd5f7c185
- [Fix deleting Custom Fields, removing broken references]( https://github.com/wekan/wekan/issues/1872 ).
...
Thanks to Akuket and Clement87 !
7 years ago
Lauri Ojansivu
bedd3767ce
Update translations.
7 years ago