wekan/models
Alexander Sulfrian a2888250f4 Models: Replace before.insert with autoValues
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.
2016-06-03 03:56:35 +02:00
..
activities.js Improve PR, adding more comments 2016-01-06 16:59:25 +08:00
attachments.js Update some meta-data 2016-01-02 17:15:19 +01:00
avatars.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
boards.js Models: Replace before.insert with autoValues 2016-06-03 03:56:35 +02:00
cardComments.js Models: Replace before.insert with autoValues 2016-06-03 03:56:35 +02:00
cards.js Models: Replace before.insert with autoValues 2016-06-03 03:56:35 +02:00
export.js Favor FlowRouter.url over Meteor.absoluteUrl 2016-01-05 13:37:15 +01:00
import.js Upgrade ESLint to v2 2016-03-17 16:26:14 +01:00
lists.js Models: Replace before.insert with autoValues 2016-06-03 03:56:35 +02:00
unsavedEdits.js Models: Replace before.insert with autoValues 2016-06-03 03:56:35 +02:00
users.js Fix initials avatar generation (#577) 2016-04-21 19:24:08 +02:00
watchable.js Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00