Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prettier & eslint project style update | Justin Reynolds | 2019-06-28 | 1 | -55/+87 |
| | |||||
* | Fix missing profile checks | Justin Reynolds | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | colors: add per list color | Benjamin Tissoires | 2019-01-25 | 1 | -0/+37 |
| | | | | | | | | | Hamburger menu only. Note that I am definitively not responsible for the resulting Christmas tree. fixes #328 | ||||
* | UI: lists: only output the number of cards for each swimlane | Benjamin Tissoires | 2018-10-25 | 1 | -0/+10 |
| | |||||
* | Fix #1570, now zero means hide cards count | Andrés Manelli | 2018-04-16 | 1 | -1/+2 |
| | |||||
* | Fix #1577 | Andrés Manelli | 2018-04-16 | 1 | -2/+2 |
| | |||||
* | Optimize for mobile web, show single list per page with navigate bar | nztqa | 2017-11-29 | 1 | -0/+3 |
| | |||||
* | added soft wip limit feature, fixed wipLimit=0 bug (??) | amadilsons | 2017-10-31 | 1 | -10/+26 |
| | |||||
* | added i18n translation, minor fix | amadilsons | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | feature implemented, known bugs fixed | amadilsons | 2017-10-05 | 1 | -33/+21 |
| | |||||
* | most work concluded, code needs clean up, further testing required | amadilsons | 2017-10-04 | 1 | -59/+42 |
| | |||||
* | on its way | amadilsons | 2017-10-04 | 1 | -6/+71 |
| | |||||
* | mostly frontend work, lists coll update with wipLimit field | amadilsons | 2017-09-29 | 1 | -5/+15 |
| | |||||
* | basic frontend setup, List model updated with wipLimit field | amadilsons | 2017-09-28 | 1 | -0/+6 |
| | |||||
* | #1233 Added plus button to add card on top of the list | Mário Orlický | 2017-09-24 | 1 | -8/+7 |
| | |||||
* | 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 |
| | |||||
* | Change the way to remove a list (card like) | BaobabCoder | 2017-06-02 | 1 | -57/+60 |
| | |||||
* | Fix activity message for list deletion | Béranger Campardou | 2017-01-20 | 1 | -0/+1 |
| | |||||
* | merge wefork | Béranger Campardou | 2017-01-13 | 1 | -0/+8 |
|\ | |||||
| * | New option to set up minimum limit to show cards count for each list in board | Mario Orlicky | 2016-11-25 | 1 | -0/+8 |
| | | |||||
* | | missing coma | Béranger Campardou | 2017-01-13 | 1 | -1/+1 |
| | | |||||
* | | Remove a list | Béranger Campardou | 2017-01-12 | 1 | -0/+5 |
|/ | |||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 1 | -0/+18 |
| | |||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 1 | -4/+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. | ||||
* | Remove the import trello card feature | Maxime Quandalle | 2015-12-22 | 1 | -1/+0 |
| | | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089 | ||||
* | Remove the move and archive all cards of a list feature | Maxime Quandalle | 2015-12-09 | 1 | -19/+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. | ||||
* | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | 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 | 1 | -3/+3 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | This change includes method renames and others UI related packages updates. | ||||
* | Import board: added UI | Xavier Priour | 2015-10-17 | 1 | -39/+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 | 1 | -23/+39 |
| | |||||
* | Import single card: refactor to meteor method | Xavier Priour | 2015-10-14 | 1 | -54/+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 | 1 | -0/+2 |
| | |||||
* | Fix Popup.afterCommit | Alexander Sulfrian | 2015-09-20 | 1 | -1/+1 |
| | | | | | | We need to use "function() {}" instead of the ES6 style "() {}" with popup.afterCommit because we need the original value of "this" inside the callback. | ||||
* | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 1 | -29/+10 |
| | | | | | | | | | | | | | | | This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections. | ||||
* | Enforce a consistent ES6 coding style | Maxime Quandalle | 2015-09-03 | 1 | -31/+31 |
| | | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object). | ||||
* | Improve the list menu | Maxime Quandalle | 2015-08-28 | 1 | -0/+53 |
| | | | | | | | | | * Grow the click-able zone of the list menu * Remove a dead link on the list menu * Merge list menu files with header menu to be consistent with the board components internal organization Closes #106 | ||||
* | More explicit file names | Maxime Quandalle | 2015-08-28 | 1 | -0/+25 |