Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update broke ability to mute notifications | guillaume | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | improve notifications | guillaume | 2018-10-11 | 1 | -11/+0 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2018-09-16 | 1 | -5/+2 |
| | |||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-09-16 | 1 | -0/+11 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | Main flow implemented | Angelo Gallarello | 2018-08-16 | 1 | -5/+5 |
| | | |||||
| * | Almost full circle | Angelo Gallarello | 2018-08-15 | 1 | -0/+11 |
| | | |||||
* | | Add swimlaneId in activity. Create default swimlaneId in API | Andrés Manelli | 2018-09-06 | 1 | -0/+3 |
|/ | |||||
* | Get rid of old implementation for substacks | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Initial implementation for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+3 |
| | |||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+8 |
|\ | |||||
| * | Create custom fields creation UI added to Board Menu, Model in progress | Pouyan Savoli | 2017-09-22 | 1 | -0/+8 |
| | | |||||
* | | 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. |