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.
2018-10-24 16:55:33 +02:00
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.
2018-10-24 16:55:27 +02:00
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
2018-10-24 11:39:45 +03:00
Benjamin Tissoires
dfdba25ea0
api: add the ability to change the Swimlane of a card
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
f61942e5cb
models: boards: add PUT members entry point
...
Allows to change the members from the API.
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
33d4ad76ca
models: cards: add members PUT entry point
...
Allows to change the members from the API
2018-10-23 18:48:05 +02:00
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
2018-10-23 18:48:01 +02:00
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.
2018-10-23 18:02:15 +02:00
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
2018-10-23 18:02:15 +02:00
Akuket
50edffee47
Merge branch 'edge' into edge
2018-10-16 11:46:21 +02:00
guillaume
41330b15dc
update broke ability to mute notifications
2018-10-16 11:33:16 +02:00
Lauri Ojansivu
25ab20bcb4
Merge branch 'edge' of https://github.com/Akuket/wekan into edge
2018-10-12 23:03:03 +03:00
guillaume
5c588b2424
patch for customFields when deleting them
2018-10-12 11:18:11 +02:00
Lauri Ojansivu
178beee476
- Fix lint errors.
...
Note: variable trackingUsers is not used anywhere, so it was removed.
Thanks to xet7 !
2018-10-11 23:41:50 +03:00
Lauri Ojansivu
b4402b72ac
Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge
2018-10-11 22:47:11 +03:00
guillaume
b925b8e74d
improve notifications
2018-10-11 16:44:52 +02:00
Lauri Ojansivu
d4774d398e
- Fix lint error: tab to spaces.
...
Thanks to xet7 !
2018-10-10 00:40:42 +03:00
Lauri Ojansivu
04f5bda70a
Merge branch 'dcmcand-dev' of https://github.com/dcmcand/wekan into dcmcand-dcmcand-dev
2018-10-10 00:36:42 +03:00
Lauri Ojansivu
3a7ae7c5f2
Fix lint errors.
2018-10-09 21:16:47 +03:00
Chuck McAndrew
be42b8d4cb
Add route to get cards by swimlaneid
2018-10-09 15:05:57 +00:00
Akuket
28a01862d0
Merge branch 'edge' into edge
2018-10-09 14:49:12 +02:00
guillaume
3b4f285fea
add ldap support | simplify authentications
2018-10-09 14:14:39 +02:00
Lauri Ojansivu
58855ada97
- Fix lint errors and warnings.
...
Thanks to xet7 !
2018-10-08 00:44:02 +03:00
Lauri Ojansivu
d91e0358f3
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-10-08 00:06:55 +03:00
Angelo Gallarello
ebd884e654
Fixed lint errors
2018-10-07 17:27:26 +02:00
Lauri Ojansivu
288800eafc
- Add LDAP. In progress.
...
Thanks to maximest-pierre, Akuket and xet.
Related #119
2018-10-03 11:50:52 +03:00
Lauri Ojansivu
33caf1809a
- REST API: Add member with role to board. Remove member from board.
...
Docs: https://github.com/wekan/wekan/wiki/REST-API-Role
- OAuth2: Change Oidc preferred_username back to username.
Thanks to xet7 !
Related #1861
2018-10-02 00:21:43 +03:00
Lauri Ojansivu
51ac6c839e
- REST API: Change role on board. Docs: https://github.com/wekan/wekan/wiki/REST-API-Role
...
Thanks to entrptaher and xet7 !
2018-09-30 02:37:16 +03:00
Lauri Ojansivu
734e4e5f3f
- Try to fix OAuth2: Change oidc username to preferred_username.
...
Thanks to xet7 !
2018-09-22 11:02:29 +03:00
Angelo Gallarello
dba5de1882
Lint fix
2018-09-21 20:19:47 +02:00
Angelo Gallarello
99d38f2d61
Fixed card move to top/bottom
2018-09-21 17:06:22 +02:00
Angelo Gallarello
93e69c94a2
Fixed card filter
2018-09-21 15:32:38 +02:00
Angelo Gallarello
1f02321e27
Fixed rules about member and box dropdowns width
2018-09-21 14:53:04 +02:00
Angelo Gallarello
37a53e7466
Fixed some rules
2018-09-21 14:22:00 +02:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
b3a752ef34
Merge rules.
2018-09-16 00:44:41 +03:00
Lauri Ojansivu
6ab5f093d5
Detele temp files.
2018-09-16 00:11:55 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Angelo Gallarello
8cb132f492
Export/Import done for rules
2018-09-14 19:20:24 +02:00
Angelo Gallarello
a57806b054
Fixed listid
2018-09-14 18:03:57 +02:00
Angelo Gallarello
25da8376ca
Beautyfied
2018-09-14 17:39:37 +02:00
Angelo Gallarello
30a3daa6af
Finished alpha rules
2018-09-14 17:35:14 +02:00
Angelo Gallarello
fc73dc5bbc
Refactoring rules description
2018-09-14 16:49:06 +02:00
Angelo Gallarello
34b37116cf
Fixed rule allows
2018-09-12 00:52:29 +02:00
Lauri Ojansivu
45c0343f45
- Fix lint error.
...
Thanks to xet7 !
2018-09-09 22:12:47 +03:00
Lauri Ojansivu
6eeb708e4d
- Fix cards export and add customFields export.
...
Thanks to ymeramees !
Closes #1873 ,
related #1775
2018-09-09 21:40:23 +03:00
Lauri Ojansivu
1e0fdf8abc
- REST API: Add startAt/dueAt/endAt etc. https://github.com/wekan/wekan/wiki/REST-API-Cards
...
Thanks to xet7 !
Closes #1879
2018-09-07 12:30:06 +03:00
Lauri Ojansivu
0a001d505d
- Fix "No Comments" permission on Wekan and Trello import.
...
Thanks to xet7 !
2018-09-06 19:29:52 +03:00
Lauri Ojansivu
334c15ff71
Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel
2018-09-06 12:06:54 +03:00
Lauri Ojansivu
9cea76e4ef
- REST API: Create board options to be modifiable, like
...
permissions, public/private board - now private by default,
and board background color.
Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards
Thanks to xet7 !
Related #1037
2018-09-06 11:56:38 +03:00