Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Usernames should be able to include dots (.) | Jonas Oberg | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Add delete the card belonging to when deleting the list | nztqa | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -35/+36 |
| | |||||
* | Fix some lint errors. | Lauri Ojansivu | 2017-06-02 | 1 | -58/+59 |
| | |||||
* | Merge branch 'devel' of https://github.com/BaobabCoder/wekan into ↵ | Lauri Ojansivu | 2017-06-02 | 2 | -58/+78 |
|\ | | | | | | | BaobabCoder-devel | ||||
| * | Fix missing popup title | BaobabCoder | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | Change the way to remove a list (card like) | BaobabCoder | 2017-06-02 | 2 | -58/+78 |
| | | |||||
* | | comment only working, naive implementation complete | Ryan Helsing | 2017-03-18 | 1 | -2/+2 |
| | | |||||
* | | current progress | Ryan Helsing | 2017-03-18 | 3 | -2/+9 |
| | | |||||
* | | dont show list options | Ryan Helsing | 2017-03-18 | 1 | -10/+11 |
| | | |||||
* | | Fix executeUpTo label when dragging cards | Curtis G | 2017-02-05 | 1 | -1/+1 |
|/ | | | 'popup' is not in the predefined hierarchy | ||||
* | Fix activity message for list deletion | Béranger Campardou | 2017-01-20 | 1 | -0/+1 |
| | |||||
* | merge wefork | Béranger Campardou | 2017-01-13 | 2 | -0/+12 |
|\ | |||||
| * | New option to set up minimum limit to show cards count for each list in board | Mario Orlicky | 2016-11-25 | 2 | -0/+12 |
| | | |||||
* | | missing coma | Béranger Campardou | 2017-01-13 | 1 | -1/+1 |
| | | |||||
* | | Remove a list | Béranger Campardou | 2017-01-12 | 2 | -0/+8 |
|/ | |||||
* | Upgrade ESLint to v2 | Maxime Quandalle | 2016-03-17 | 1 | -1/+3 |
| | | | | This commit also tweak the code style following backward-incompatible v2 rules. | ||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 3 | -0/+27 |
| | |||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 3 | -16/+0 |
| | | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. | ||||
* | Fix drag and drop on Sandstorm | Maxime Quandalle | 2015-12-30 | 1 | -3/+9 |
| | | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453 | ||||
* | Remove the import trello card feature | Maxime Quandalle | 2015-12-22 | 2 | -2/+0 |
| | | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089 | ||||
* | add: support compact mode for mobile web, auto adapt to small screen/window | Liming Xie | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Dynamically resize the new card form if the title is too long | Maxime Quandalle | 2015-12-09 | 1 | -1/+6 |
| | |||||
* | Remove the move and archive all cards of a list feature | Maxime Quandalle | 2015-12-09 | 2 | -28/+0 |
| | | | | | | | | | | This operation should now be handled using the multi-selection feature, ie “select all cards” and then move them or click the “archive selection” button. This new process add an extra click which I consider reasonable enough for a relatively rare operation -- plus I want to encourage mutli-selection usage. Closes #390. | ||||
* | bugfix: only care active members, also optimize some code | floatinghotpot | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 4 | -89/+86 |
| | | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342 | ||||
* | Merge branch 'devel' into minicard-editor | Maxime Quandalle | 2015-10-31 | 4 | -10/+13 |
|\ | | | | | | | | | Conflicts: client/components/lists/listBody.js | ||||
| * | Fix some bugs introduced in aa974aa | Maxime Quandalle | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am. | ||||
| * | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 2 | -6/+6 |
| | | | | | | | | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`. | ||||
| * | Upgrade peerlibrary:blaze-components to v0.14 | Maxime Quandalle | 2015-10-21 | 3 | -4/+4 |
| | | | | | | | | | | This change includes method renames and others UI related packages updates. | ||||
| * | Import board: added UI | Xavier Priour | 2015-10-17 | 2 | -48/+0 |
| | | |||||
| * | Add some ESLint rules and fix some related issues | Maxime Quandalle | 2015-10-14 | 1 | -4/+2 |
| | | |||||
| * | Import single card: proper error handling | Xavier Priour | 2015-10-14 | 2 | -23/+41 |
| | | |||||
| * | Import single card: refactor to meteor method | Xavier Priour | 2015-10-14 | 2 | -55/+14 |
| | | |||||
| * | Import single card: archived card | Xavier Priour | 2015-10-14 | 1 | -0/+1 |
| | | |||||
| * | Import single card: map labels | Xavier Priour | 2015-10-14 | 1 | -10/+33 |
| | | |||||
| * | Import single card: now with description and comments | Xavier Priour | 2015-10-14 | 1 | -1/+16 |
| | | |||||
| * | Import single card: title and proper sort index | Xavier Priour | 2015-10-14 | 1 | -0/+26 |
| | | |||||
| * | Add card import UI | Xavier Priour | 2015-10-14 | 2 | -0/+11 |
| | | |||||
| * | Use a better API to retrieve the new card position | Maxime Quandalle | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | Fixes #347 | ||||
* | | Made colours light grey in the labels dropdown | Kenton Hamaluik | 2015-10-10 | 1 | -1/+6 |
| | | |||||
* | | Added coloured label badges in autocomplete list | Kenton Hamaluik | 2015-10-08 | 1 | -5/+14 |
| | | |||||
* | | Pressing escape while autocomplete is open no longer closes the minicard | Kenton Hamaluik | 2015-10-08 | 1 | -0/+5 |
| | | |||||
* | | Now cards with *only* metadata aren't created empty | Kenton Hamaluik | 2015-10-08 | 1 | -27/+27 |
| | | |||||
* | | Added space after if to conform to formatting | Kenton Hamaluik | 2015-10-08 | 1 | -3/+3 |
| | | |||||
* | | Fixed issue with possible race condition, suggested by @mquandalle | Kenton Hamaluik | 2015-10-08 | 1 | -8/+4 |
| | | |||||
* | | Fixed typo in template for quick-adding a user. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+1 |
| | | |||||
* | | Made eslinter happy. | Kenton Hamaluik | 2015-10-03 | 1 | -12/+12 |
| | | |||||
* | | Conformed to the 80-character line length limit. | Kenton Hamaluik | 2015-10-03 | 1 | -9/+11 |
| | |