summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the 'Add Swimlane' entry and replace it by a plus signBenjamin Tissoires2019-01-246-43/+41
| | | | | Still need to create the swimlane right after the one that has been created
* swimlane-view: have the swimlane header horizontalBenjamin Tissoires2019-01-245-62/+34
| | | | | | | This allows to use the header as a separator between swimlanes. This will be most useful when we can set the background color of these headers.
* card colors: remove unused variablesBenjamin Tissoires2019-01-242-5/+0
|
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-243-3/+11
| | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward.
* rules: set card color: use the color pickerBenjamin Tissoires2019-01-243-28/+68
|
* set card colors: properly set the title of the popupsBenjamin Tissoires2019-01-241-4/+1
|
* card colors: force overwrite of text colorBenjamin Tissoires2019-01-241-11/+11
| | | | | This allows to show checks on the color with the correct color instead of plain white.
* Fix: Translate and add colors to IFTTT Rules dropdown."Benjamin Tissoires2019-01-221-0/+2
| | | | | | | This fixes commit 44e4df2492b95226f1297e7f556d61b1afaab714. When the label has a name, not setting `translatedname` results in a blank item in the IFTTT label trigger.
* - Translate and add colors to IFTTT Rules dropdown.Lauri Ojansivu2019-01-223-18/+19
| | | | Thanks to xet7 !
* Set the card color with the color pickerBenjamin Tissoires2019-01-222-38/+41
| | | | When triggered from the hamburger
* add action: set card colorBenjamin Tissoires2019-01-222-6/+53
|
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-222-1/+46
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-226-2/+168
| | | | Currently the only way to set it is via the REST API
* - Merge duplicate translation.Lauri Ojansivu2019-01-043-15/+15
| | | | Thanks to xet7 !
* - Remove duplicate translation.Lauri Ojansivu2019-01-041-2/+2
| | | | Thanks to xet7 !
* - Fix lint errors.Lauri Ojansivu2019-01-043-8/+8
| | | | Thanks to xet7 !
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2019-01-0412-75/+363
|\ | | | | | | Angtrim-feature-rules
| * Fixed errorsAngelo Gallarello2019-01-025-36/+32
| |
| * Added create card actionAngelo Gallarello2019-01-022-0/+42
| |
| * Added notesAngelo Gallarello2019-01-022-0/+11
| |
| * Add action: create checklist with itemsAngelo Gallarello2019-01-024-1/+67
| |
| * Finished triggers improvementsAngelo Gallarello2019-01-024-65/+82
| |
| * Added popupAngelo Gallarello2018-12-315-5/+21
| |
| * Added swimlane triggerAngelo Gallarello2018-12-305-53/+54
| |
| * Triggers by username, updated descAngelo Gallarello2018-12-291-1/+4
| |
| * Added triggers by usernameAngelo Gallarello2018-12-295-2/+138
| |
* | Issue: Hard to use Wekan on mobile because of UI/UX issues #953hupptechnologies2019-01-013-6/+4
| | | | | | | | Resolved #953
* | - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-245-69/+94
|/ | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
* Merge branch 'ui-feature-drag-handler' of ↵Lauri Ojansivu2018-12-213-0/+22
|\ | | | | | | https://github.com/hupptechnologies/wekan into hupptechnologies-ui-feature-drag-handler
| * Issue : UI feature suggestion: drag handles and long press #1772hupptechnologies2018-12-203-0/+22
| | | | | | | | Resolved #1772
* | Fix lint errors.Lauri Ojansivu2018-12-212-10/+14
| |
* | Patch currentBoard doesn't exist when logoutguillaume2018-12-191-4/+9
| |
* | Improves UI for ldap error messagesguillaume2018-12-191-13/+28
| |
* | Removes the dropdown for the authentication methodguillaume2018-12-194-90/+41
|/
* - Trying to get custom HTML working as described atLauri Ojansivu2018-12-162-2/+11
| | | | | | | https://guide.meteor.com/v1.3/blaze.html#rendering-html Still does not work yet. Thanks to xet7 !
* - Maybe custom html should be here. But it still does not work yet.Lauri Ojansivu2018-12-162-2/+2
| | | | Thanks to xet7 !
* - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵Lauri Ojansivu2018-12-163-0/+12
| | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 !
* - Remove Wekan_version translation string.Lauri Ojansivu2018-12-161-1/+1
| | | | Thanks to xet7 !
* - Fix favicon paths for non-suburl cases.Lauri Ojansivu2018-12-161-4/+4
| | | | | | Thanks to xet7 ! Related #1692
* - Fix [Popup class declares member name _current but use current ↵Lauri Ojansivu2018-12-161-2/+2
| | | | | | | | instead](https://github.com/wekan/wekan/issues/2059). Thanks to peishaofeng ! Closes #2059
* - Remove not working duplicate saveMailServerInfo, to removeLauri Ojansivu2018-12-151-2/+0
| | | | | | error from browser dev tools console. Thanks to xet7 !
* - Admin Panel / Layout / Custom Product Name now changes webpage title.Lauri Ojansivu2018-12-152-0/+22
| | | | | | Thanks to xet7 ! Related #1196
* Fix lineter issuehupptechnologies2018-12-081-3/+1
|
* Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-082-2/+10
| | | | Resolved #1404
* autoamted local changehupptechnologies2018-11-272-1/+3
|
* - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+1
| | | | | | Thanks to hupptechnologies ! Closes #1800
* - Fix: When saving Admin Panel / Layout, save also SMTP settings.Lauri Ojansivu2018-11-201-0/+2
| | | | Thanks to xet7 !
* Admin Panel / Layout: Hide Logo: Yes / No. This does hide Wekan logo on ↵Lauri Ojansivu2018-11-206-6/+43
| | | | Login page and Board page. Thanks to xet7.
* - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-174-45/+83
| | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* Fix lint errors.Lauri Ojansivu2018-11-161-3/+3
|