Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+66 |
|\ | |||||
| * | text custom fields are now editable using inlinedForm | Pouyan Savoli | 2017-09-22 | 1 | -2/+10 |
| | | |||||
| * | show custom fields on cards but still with dummy value | Pouyan Savoli | 2017-09-22 | 1 | -0/+21 |
| | | |||||
| * | card model and card ui preparation for custom fields #2 | Pouyan Savoli | 2017-09-22 | 1 | -2/+6 |
| | | |||||
| * | card model and card ui preparation for custom fields | Pouyan Savoli | 2017-09-22 | 1 | -0/+33 |
| | | |||||
* | | Fix lint error. | Lauri Ojansivu | 2018-05-05 | 1 | -1/+1 |
| | | | | | | | | Related https://github.com/wekan/wekan/pull/1626 | ||||
* | | API Edit Card Labels | thisNeko | 2018-05-04 | 1 | -0/+5 |
| | | |||||
* | | POST /cards: allow setting card members | couscous3 | 2018-05-03 | 1 | -1/+2 |
| | | | | | | if members isn't specified then the authorId will be the only member of the card, otherwise the provided members attribute will be used | ||||
* | | Add additional dates (received & end), default title of checklists to ↵ | RJevnikar | 2018-03-26 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist | ||||
* | | Add checklist ordering capability | Andrés Manelli | 2018-03-19 | 1 | -1/+1 |
| | | |||||
* | | Fix lint warnings | Ghassen Rjab | 2018-02-27 | 1 | -5/+5 |
| | | |||||
* | | add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route | couscous3 | 2018-02-19 | 1 | -0/+1 |
| | | |||||
* | | Fix move parameters | Andrés Manelli | 2018-02-07 | 1 | -3/+2 |
| | | |||||
* | | Add siwmlane button. Allow card drop between swimlanes | Andrés Manelli | 2018-01-19 | 1 | -1/+2 |
| | | |||||
* | | First swimlane draft, no functionality | Andrés Manelli | 2018-01-19 | 1 | -0/+3 |
| | | |||||
* | | Fix lint errors. | Lauri Ojansivu | 2017-12-03 | 1 | -18/+18 |
| | | |||||
* | | Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵ | Lauri Ojansivu | 2017-11-21 | 1 | -2/+24 |
|\ \ | | | | | | | | | | thuanpq-card-spent-time | ||||
| * | | Add card spent time to log time what can be overtime or not (will support ↵ | Thuan Pham Quoc | 2017-11-20 | 1 | -2/+24 |
| | | | | | | | | | | | | filtering in future) | ||||
* | | | Move cards cross boards | Ghassen Rjab | 2017-11-14 | 1 | -1/+5 |
|/ / | |||||
* | | fix: always restore archived cards if wip limit is soft | amadilsons | 2017-10-31 | 1 | -1/+1 |
| | | |||||
* | | feature implemented, known bugs fixed | amadilsons | 2017-10-05 | 1 | -1/+1 |
| | | |||||
* | | most work concluded, code needs clean up, further testing required | amadilsons | 2017-10-04 | 1 | -0/+8 |
|/ | |||||
* | direct hook to bypass the checking step with API request | zago | 2017-07-19 | 1 | -130/+167 |
| | |||||
* | fixe travis | zago | 2017-07-07 | 1 | -18/+18 |
| | |||||
* | checking the authorId when adding card | zago | 2017-07-07 | 1 | -15/+22 |
| | |||||
* | fixe error | zago | 2017-06-29 | 1 | -3/+3 |
| | |||||
* | linebreaker fixing | zago | 2017-06-29 | 1 | -24/+23 |
| | |||||
* | adding a put method to update a card | zago | 2017-06-29 | 1 | -0/+30 |
| | |||||
* | Added readonly user access to cards | mayjs | 2017-05-15 | 1 | -2/+2 |
| | |||||
* | add token authentication, only admin can use api | huneau romain | 2017-05-11 | 1 | -0/+4 |
| | |||||
* | REST API - Meteor 1.4 - first step issue | Lauri Ojansivu | 2017-04-27 | 1 | -19/+79 |
| | |||||
* | Bug: orphan documents were created when cards were deleted | maulal | 2017-02-25 | 1 | -0/+10 |
| | |||||
* | Improve wekan performance #837 | maulal | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | [BUG] Bug when we're removing user from board that generate activity for all ↵ | Florent MONTHEL | 2017-02-21 | 1 | -7/+10 |
| | | | | the card of the board | ||||
* | Add checklist feature | lksime | 2017-01-20 | 1 | -0/+30 |
| | |||||
* | Adds start and due date to cards model. | shoetten | 2016-11-21 | 1 | -0/+24 |
| | |||||
* | Add MongoDB indexes | Maxime Quandalle | 2016-07-18 | 1 | -0/+6 |
| | | | | | | | These indexes will optimize the queries that are used in the board and card views. Fixes #524. | ||||
* | Models: Replace before.insert with autoValues | Alexander Sulfrian | 2016-06-03 | 1 | -12/+20 |
| | | | | | | | | The before.insert hooks have the problem, that they are executed in a different order if called from the client or from the server. If called from the client, the before.insert hook is called before validation of the schema, but if called from the server, the validation is called first and fails. | ||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 1 | -5/+1 |
| | |||||
* | Import attachments | Xavier Priour | 2015-11-16 | 1 | -1/+4 |
| | |||||
* | Import single card: archived card | Xavier Priour | 2015-10-14 | 1 | -2/+3 |
| | |||||
* | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 1 | -0/+291 |
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. |