Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api: export board: allow authentication through generic authentication | Benjamin Tissoires | 2019-01-22 | 1 | -3/+5 |
| | | | | | | | | | This allows to retrieve the full export of the board from the API. When the board is big, retrieving individual cards is heavy for both the server and the number of requests. Allowing the API to directly call on export and then treat the data makes the whole process smoother. | ||||
* | color: add option in hamburger to change the card color | Benjamin Tissoires | 2019-01-22 | 1 | -0/+11 |
| | | | | | | Currently only dropdown, no palette Fixes: #428 | ||||
* | Add the ability to change the card background | Benjamin Tissoires | 2019-01-22 | 1 | -0/+32 |
| | | | | Currently the only way to set it is via the REST API | ||||
* | Update upcase/lowercase. | Lauri Ojansivu | 2019-01-20 | 1 | -4/+4 |
| | |||||
* | RESTAPI: Add some JSDoc | Benjamin Tissoires | 2019-01-18 | 11 | -11/+994 |
| | | | | So we can have a decent REST API documentation generated. | ||||
* | Revert "models: boards: add PUT members entry point" | Benjamin Tissoires | 2019-01-18 | 1 | -32/+0 |
| | | | | | | | | | | | | This reverts commit f61942e5cb672d3e0fd4df6c5ff9b3f15f7cb778. Adding a member is actually already handled by POST', '/api/boards/:boardId/members/:userId/add' So this function is purely duplicated. Not to mention that the '/add' one allows to set permissions so this one in this commit is less interesting. | ||||
* | Finished triggers improvements | Angelo Gallarello | 2019-01-02 | 1 | -0/+1 |
| | |||||
* | Added swimlane trigger | Angelo Gallarello | 2018-12-30 | 1 | -0/+2 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | Add a new env var to select the default authentication method | guillaume | 2018-12-19 | 1 | -0/+4 |
| | |||||
* | - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵ | Lauri Ojansivu | 2018-12-16 | 1 | -0/+8 |
| | | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 ! | ||||
* | - Admin Panel / Layout / Custom Product Name now changes webpage title. | Lauri Ojansivu | 2018-12-15 | 3 | -4/+17 |
| | | | | | | Thanks to xet7 ! Related #1196 | ||||
* | - Fix Reference error. | Lauri Ojansivu | 2018-12-13 | 1 | -1/+1 |
| | | | | Thanks to Akuket ! | ||||
* | - Fix [Cannot login with new LDAP account when auto-registration disabled ↵ | Lauri Ojansivu | 2018-12-13 | 1 | -3/+7 |
| | | | | | | | | | | | (request invitation code)](https://github.com/wekan/wekan-ldap/issues/29); - Fix [Unable to create new account from LDAP](https://github.com/wekan/wekan-ldap/issues/32). Thanks to Akuket ! Closes wekan/wekan-ldap#29, closes wekan/wekan-ldap#32 | ||||
* | - Fix lint warning. | Lauri Ojansivu | 2018-12-07 | 1 | -1/+2 |
| | | | | Thanks to xet7 ! | ||||
* | - Partial fix to unchecked rule, and tips for fixing. | Lauri Ojansivu | 2018-12-06 | 1 | -1/+14 |
| | | | | Related #1972 | ||||
* | - Fix IFTTT Rule action/trigger: When a checklist is completed/made incomplete. | Lauri Ojansivu | 2018-12-05 | 1 | -1/+1 |
| | | | | | | Thanks to BurakTuran9 ! Related #1972 | ||||
* | This release fixes the following bugs: | Lauri Ojansivu | 2018-12-05 | 1 | -30/+0 |
| | | | | | | | | | | - Partially #2045 revert [Improve authentication](https://github.com/wekan/wekan/issues/2016), adding back password/LDAP dropdown, because login did now work. NOTE: This was added in v1.71, reverted at v1.73 because login did not work, added back at v1.79, and then reverted partially at v1.82 because login did not work. Related LDAP logout timer does not work yet. Thanks to xet7 ! | ||||
* | Fix lint errors. | Lauri Ojansivu | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | revert changes for patch authentication | guillaume | 2018-11-22 | 2 | -4/+34 |
| | |||||
* | Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵ | Lauri Ojansivu | 2018-11-20 | 1 | -0/+4 |
| | | | | Login page and Board page. Thanks to xet7. | ||||
* | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 2 | -35/+4 |
| | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | patch authentication | guillaume | 2018-11-09 | 1 | -0/+8 |
| | |||||
* | Merge https://github.com/wekan/wekan into devel | guillaume | 2018-11-09 | 4 | -23/+36 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/edge' into devel | Lauri Ojansivu | 2018-11-08 | 3 | -23/+28 |
| |\ | |||||
| | * | - 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 |
|\ \ |