Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix migration. Replace old checklist-item sort algorithm. | Andrés Manelli | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Fix swimlane info not displayed in activities | Andrés Manelli | 2018-03-16 | 1 | -0/+3 |
| | |||||
* | Add some parameters to webhook | Andrés Manelli | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | add translation (en/de) for email notifications regarding checklists and ↵ | Felix Michels | 2017-09-22 | 1 | -0/+4 |
| | | | | checklist items | ||||
* | Add activity subscription to integrations. Add API for integrations. Allow ↵ | Andrés Manelli | 2017-08-30 | 1 | -3/+3 |
| | | | | multiple integrations per board | ||||
* | Add some IDs to webhook body | Andrés Manelli | 2017-08-16 | 1 | -0/+5 |
| | |||||
* | Add checklist items to activity log | Ghassen Rjab | 2017-07-26 | 1 | -0/+3 |
| | |||||
* | Add call outgoing webhooks method | nztqa | 2017-07-09 | 1 | -0/+5 |
| | |||||
* | Improve wekan performance #837 | maulal | 2017-02-22 | 1 | -0/+2 |
| | |||||
* | Add checklist feature | lksime | 2017-01-20 | 1 | -0/+7 |
| | |||||
* | Add MongoDB indexes | Maxime Quandalle | 2016-07-18 | 1 | -4/+6 |
| | | | | | | | These indexes will optimize the queries that are used in the board and card views. Fixes #524. | ||||
* | Improve PR, adding more comments | floatinghotpot | 2016-01-06 | 1 | -10/+10 |
| | |||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 1 | -0/+73 |
| | |||||
* | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 1 | -0/+51 |
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. |