Commit graph

12 commits

Author SHA1 Message Date
Andrés Manelli
196f959f1d Add some parameters to webhook 2017-09-29 17:11:13 -03:00
Felix Michels
0bbfa632f7 add translation (en/de) for email notifications regarding checklists and checklist items 2017-09-22 09:50:40 +02:00
Andrés Manelli
f566022aa4 Add activity subscription to integrations. Add API for integrations. Allow multiple integrations per board 2017-08-30 00:56:09 -03:00
Andrés Manelli
a96ece2c11 Add some IDs to webhook body 2017-08-16 11:09:32 -03:00
Ghassen Rjab
2b9bc5d046 Add checklist items to activity log 2017-07-26 22:51:15 +01:00
nztqa
0e6cfdbb2a Add call outgoing webhooks method 2017-07-09 15:21:40 +09:00
maulal
cd6317cedb Improve wekan performance #837 2017-02-22 17:05:30 +02:00
lksime
59731af139 Add checklist feature 2017-01-20 21:05:48 +08:00
Maxime Quandalle
9792193e60
Add MongoDB indexes
These indexes will optimize the queries that are used in the board and card
views.

Fixes #524.
2016-07-18 22:38:38 +02:00
floatinghotpot
39e1cc0237 Improve PR, adding more comments 2016-01-06 16:59:25 +08:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
Maxime Quandalle
45b662a1dd Centralize all mutations at the model level
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.
2015-09-08 20:19:42 +02:00
Renamed from collections/activities.js (Browse further)