summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* patch authenticationguillaume2018-11-091-29/+46
|
* Merge https://github.com/wekan/wekan into develguillaume2018-11-095-4/+43
|\
| * Merge remote-tracking branch 'origin/edge' into develLauri Ojansivu2018-11-081-2/+2
| |\
| | * - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 -- correctNunes Nelson2018-11-071-3/+3
| | |
| * | custom fields upgradeNunes Nelson2018-11-054-2/+41
| |/
* | Logout with timerguillaume2018-11-061-0/+2
| |
* | patch authenticationguillaume2018-11-064-84/+27
|/
* - Hide Linked Card and Linked Board on Sandstorm, because they are onlyLauri Ojansivu2018-11-032-15/+21
| | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982
* UI: lists: only output the number of cards for each swimlaneBenjamin Tissoires2018-10-252-1/+11
|
* UI: list headers: show the card count smallerBenjamin Tissoires2018-10-251-3/+2
| | | | | | The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
* - Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964Lauri Ojansivu2018-10-241-1/+0
|
* - Fix lint error. Thanks to xet7 !Lauri Ojansivu2018-10-241-1/+1
|