Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | - Some fixes to Wekan import: | Lauri Ojansivu | 2018-11-08 | 3 | -23/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - isCommentOnly and isNoComments are now optional - Turn off import error checking, so something is imported anyway, and import does not stop at error. - Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing. - Sandstorm Import Wekan board warning messages are now translateable. Thanks to xet7 ! Closes #1945, closes #1616, closes #1903 | |||||
| * | | custom fields upgrade | Nunes Nelson | 2018-11-05 | 1 | -0/+8 | |
| |/ | ||||||
* | | Logout with timer | guillaume | 2018-11-06 | 1 | -0/+23 | |
| | | ||||||
* | | patch authentication | guillaume | 2018-11-06 | 1 | -4/+4 | |
|/ | ||||||
* | models: cards: an empty string in members or label deletes the list | Benjamin Tissoires | 2018-10-24 | 1 | -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 labelIds | Benjamin Tissoires | 2018-10-24 | 1 | -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. | |||||
* | - Custom Product Name in Admin Panel / Layout. In Progress, setting does not ↵ | Lauri Ojansivu | 2018-10-24 | 1 | -0/+4 | |
| | | | | | | | 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 | |||||
* | api: add the ability to change the Swimlane of a card | Benjamin Tissoires | 2018-10-23 | 1 | -0/+5 | |
| | ||||||
* | models: boards: add PUT members entry point | Benjamin Tissoires | 2018-10-23 | 1 | -0/+32 | |
| | | | | Allows to change the members from the API. | |||||
* | models: cards: add members PUT entry point | Benjamin Tissoires | 2018-10-23 | 1 | -0/+5 | |
| | | | | Allows to change the members from the API | |||||
* | models: customFields: fix GET api | Benjamin Tissoires | 2018-10-23 | 1 | -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 uniform | Benjamin Tissoires | 2018-10-23 | 2 | -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 export | Benjamin Tissoires | 2018-10-23 | 1 | -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 | |||||
* | Merge branch 'edge' into edge | Akuket | 2018-10-16 | 2 | -4/+27 | |
|\ | ||||||
| * | Merge branch 'edge' of https://github.com/Akuket/wekan into edge | Lauri Ojansivu | 2018-10-12 | 1 | -0/+6 | |
| |\ | ||||||
| * | | - Fix lint errors. | Lauri Ojansivu | 2018-10-11 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 ! | |||||
| * | | Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge | Lauri Ojansivu | 2018-10-11 | 3 | -15/+1 | |
| |\ \ | ||||||
| * | | | - Fix lint error: tab to spaces. | Lauri Ojansivu | 2018-10-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Thanks to xet7 ! | |||||
| * | | | Merge branch 'dcmcand-dev' of https://github.com/dcmcand/wekan into ↵ | Lauri Ojansivu | 2018-10-10 | 1 | -0/+23 | |
| |\ \ \ | | | | | | | | | | | | | | | | dcmcand-dcmcand-dev | |||||
| | * | | | Add route to get cards by swimlaneid | Chuck McAndrew | 2018-10-09 | 1 | -0/+23 | |
| | | | | | ||||||
| * | | | | Fix lint errors. | Lauri Ojansivu | 2018-10-09 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | update broke ability to mute notifications | guillaume | 2018-10-16 | 1 | -2/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | patch for customFields when deleting them | guillaume | 2018-10-12 | 1 | -0/+6 | |
| |_|/ |/| | | ||||||
* | | | improve notifications | guillaume | 2018-10-11 | 3 | -15/+1 | |
|/ / | ||||||
* | | Merge branch 'edge' into edge | Akuket | 2018-10-09 | 2 | -11/+11 | |
|\ \ | ||||||
| * | | - Fix lint errors and warnings. | Lauri Ojansivu | 2018-10-08 | 1 | -6/+6 | |
| | | | | | | | | | | | | Thanks to xet7 ! | |||||
| * | | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-10-08 | 2 | -7/+7 | |
| |\ \ | | |/ | |/| | | | | Angtrim-feature-rules | |||||
| | * | Fixed lint errors | Angelo Gallarello | 2018-10-07 | 2 | -7/+7 | |
| | | | ||||||
* | | | add ldap support | simplify authentications | guillaume | 2018-10-09 | 2 | -7/+9 | |
|/ / | ||||||
* | | - Add LDAP. In progress. | Lauri Ojansivu | 2018-10-03 | 2 | -3/+45 | |
| | | | | | | | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119 | |||||
* | | - REST API: Add member with role to board. Remove member from board. | Lauri Ojansivu | 2018-10-02 | 1 | -1/+76 | |
| | | | | | | | | | | | | | | | | | | Docs: https://github.com/wekan/wekan/wiki/REST-API-Role - OAuth2: Change Oidc preferred_username back to username. Thanks to xet7 ! Related #1861 | |||||
* | | - REST API: Change role on board. Docs: ↵ | Lauri Ojansivu | 2018-09-30 | 1 | -3/+27 | |
| | | | | | | | | | | | | https://github.com/wekan/wekan/wiki/REST-API-Role Thanks to entrptaher and xet7 ! | |||||
* | | - Try to fix OAuth2: Change oidc username to preferred_username. | Lauri Ojansivu | 2018-09-22 | 1 | -1/+1 | |
|/ | | | | Thanks to xet7 ! | |||||
* | Lint fix | Angelo Gallarello | 2018-09-21 | 1 | -2/+2 | |
| | ||||||
* | Fixed card move to top/bottom | Angelo Gallarello | 2018-09-21 | 1 | -0/+11 | |
| | ||||||
* | Fixed card filter | Angelo Gallarello | 2018-09-21 | 1 | -1/+1 | |
| | ||||||
* | Fixed rules about member and box dropdowns width | Angelo Gallarello | 2018-09-21 | 1 | -2/+4 | |
| | ||||||
* | Fixed some rules | Angelo Gallarello | 2018-09-21 | 1 | -2/+2 | |
| | ||||||
* | Fix lint errors. | Lauri Ojansivu | 2018-09-16 | 10 | -343/+338 | |
| | ||||||
* | Merge rules. | Lauri Ojansivu | 2018-09-16 | 2 | -7/+0 | |
| | ||||||
* | Detele temp files. | Lauri Ojansivu | 2018-09-16 | 1 | -0/+0 | |
| | ||||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-09-16 | 13 | -243/+964 | |
|\ | | | | | | | Angtrim-feature-rules | |||||
| * | Export/Import done for rules | Angelo Gallarello | 2018-09-14 | 2 | -192/+351 | |
| | | ||||||
| * | Fixed listid | Angelo Gallarello | 2018-09-14 | 1 | -81/+286 | |
| | | ||||||
| * | Beautyfied | Angelo Gallarello | 2018-09-14 | 1 | -14/+1 | |
| | | ||||||
| * | Finished alpha rules | Angelo Gallarello | 2018-09-14 | 2 | -159/+33 | |
| | | ||||||
| * | Refactoring rules description | Angelo Gallarello | 2018-09-14 | 2 | -27/+164 | |
| | | ||||||
| * | Fixed rule allows | Angelo Gallarello | 2018-09-12 | 3 | -62/+29 | |
| | | ||||||
| * | Completed rules | Angelo Gallarello | 2018-08-19 | 3 | -0/+22 | |
| | | ||||||
| * | Fixed triggers to use names and not id | Angelo Gallarello | 2018-08-17 | 3 | -0/+11 | |
| | |