Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add: invite user via email, invited user can accept or decline, allow member ↵ | floatinghotpot | 2015-12-07 | 2 | -19/+172 |
| | | | | to quit | ||||
* | i18n-ize meteor email templates | floatinghotpot | 2015-12-04 | 1 | -0/+10 |
| | |||||
* | Fix code style | Xavier Priour | 2015-12-02 | 1 | -4/+1 |
| | |||||
* | Import trello: map card author and board admins | Xavier Priour | 2015-12-02 | 1 | -17/+37 |
| | |||||
* | Import trello: map comment author | Xavier Priour | 2015-12-02 | 1 | -18/+32 |
| | |||||
* | Fix #417: exception when importing older boards (missing creationDate) | Xavier Priour | 2015-12-02 | 1 | -14/+35 |
| | |||||
* | code review fixes | Xavier Priour | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | Import attachments | Xavier Priour | 2015-11-16 | 2 | -62/+119 |
| | |||||
* | Import members: board import | Xavier Priour | 2015-11-14 | 1 | -5/+30 |
| | |||||
* | Import members: working on card import | Xavier Priour | 2015-11-13 | 1 | -3/+19 |
| | |||||
* | merge with /devel | Xavier Priour | 2015-11-13 | 3 | -17/+21 |
|\ | |||||
| * | Add eslint-plugin-meteor | Dominik Ferber | 2015-10-27 | 2 | -14/+20 |
| | | | | | | | | | | | | | | | | Add rules for eslint-plugin-meteor. Use local version of eslint and eslint-plugin-meteor, instead of relying on global versions. Ensures consistent versions of eslint and eslint-plugin-meteor for all developers. | ||||
| * | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | 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()`. | ||||
* | | Import members: UI flow ok | Xavier Priour | 2015-11-13 | 1 | -1/+3 |
|/ | |||||
* | Prefer ES5 methods over underscore utilities | Maxime Quandalle | 2015-10-22 | 2 | -9/+9 |
| | | | | | | | | | | | | | | Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim` polyfill to support methods like `Array.prototype.forEach` in a consistent way across all supported browsers (IE8+). MDG recently released a blog post recommending the use of these native methods instead of underscore [0]. We know follow this recommendation. This commit also favor some ES6 features (argument defaults, destructing assignment) in places where we didn’t use them. [0]: http://info.meteor.com/blog/es2015-get-started | ||||
* | Upgrade kenton:accounts-sandstorm package to 0.1.6 | Maxime Quandalle | 2015-10-21 | 1 | -0/+13 |
| | | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves. | ||||
* | Merge branch 'xavierpriour-devel' into devel | Maxime Quandalle | 2015-10-20 | 2 | -103/+353 |
|\ | | | | | | | | | Conflicts: models/import.js | ||||
| * | Provide a default date for lists and cards creation date | Maxime Quandalle | 2015-10-20 | 1 | -24/+36 |
| | | | | | | | | | | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base. | ||||
| * | Import board: map team permission, and refactor code to share with card import | Xavier Priour | 2015-10-19 | 2 | -132/+80 |
| | | |||||
| * | Import board: check json structure before importing | Xavier Priour | 2015-10-19 | 1 | -6/+58 |
| | | |||||
| * | Import board: set proper color and modifiedAt dates | Xavier Priour | 2015-10-19 | 1 | -7/+28 |
| | | |||||
| * | Import board: import comments and log activities | Xavier Priour | 2015-10-19 | 1 | -49/+117 |
| | | |||||
| * | Import board: create board, lists, and cards | Xavier Priour | 2015-10-18 | 1 | -13/+66 |
| | | |||||
| * | Import board: now proper createdAt dates | Xavier Priour | 2015-10-17 | 1 | -0/+73 |
| | | |||||
| * | Import board: added UI | Xavier Priour | 2015-10-17 | 1 | -5/+20 |
| | | |||||
* | | Re-implement label deletion | Maxime Quandalle | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This was not ported during v0.9 re-factor. Fixes #322 | ||||
* | | Prevent duplicate board labels | Maxime Quandalle | 2015-10-16 | 2 | -42/+31 |
|/ | | | | | | 43de3b8 did prevent empty labels with the same color, but we also want to prevent label with the same non-empty name and same color because the rationale is identical. | ||||
* | Add some ESLint rules and fix some related issues | Maxime Quandalle | 2015-10-14 | 1 | -8/+7 |
| | |||||
* | Prevent dublicated empty labels of the same color | Maxime Quandalle | 2015-10-14 | 1 | -5/+14 |
| | |||||
* | Import single card: proper error handling | Xavier Priour | 2015-10-14 | 1 | -22/+26 |
| | |||||
* | Import single card: create an 'importCard' activity entry | Xavier Priour | 2015-10-14 | 1 | -8/+22 |
| | |||||
* | Import single card: check user authorized | Xavier Priour | 2015-10-14 | 1 | -10/+16 |
| | |||||
* | Import single card: now uses historical dates | Xavier Priour | 2015-10-14 | 1 | -11/+20 |
| | |||||
* | Import single card: refactor to meteor method | Xavier Priour | 2015-10-14 | 1 | -0/+98 |
| | |||||
* | Import single card: archived card | Xavier Priour | 2015-10-14 | 1 | -2/+3 |
| | |||||
* | Import single card: map labels | Xavier Priour | 2015-10-14 | 1 | -2/+8 |
| | |||||
* | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 9 | -0/+1166 |
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. |