loopback/lib
Miroslav Bajtoš cf2acb3cd2 Conflict resolution and Access control
Add end-to-end unit-tests verifying enforcement of access control during
conflict resolution.

Implement two facade methods providing REST API for Change methods used
by conflict resolution:

    PersistedModel.findLastChange
    GET /api/{model.pluralName}/{id}/changes/last

    PersistedModel.updateLastChange
    PUT /api/{model.pluralName}/{id}/changes/last

By providing these two methods on PersistedModel, replication users
don't have to expose the Change model via the REST API. What's even
more important, these two methods use the same set of ACL rules
as other (regular) PersistedModel methods.

Rework `Conflict.prototype.changes()` and `Conflict.prototype.resolve()`
to use these new facade methods.

Implement a new method `Conflict.prototype.swapParties()` that provides
better API for the situation when a conflict detected in Remote->Local
replication should be resolved locally (i.e. in the replication target).
2015-04-14 08:23:24 +02:00
..
connectors Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
access-context.js AccessControl for change replication 2015-04-07 19:53:58 +02:00
application.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
browser-express.js Emit a 'modelRemoted' event by app.model() 2014-07-24 17:00:27 -07:00
builtin-models.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
express-middleware.js Expose more loopback middleware for require 2014-11-19 11:32:22 -08:00
global-registry.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
loopback.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
model.js AccessControl for change replication 2015-04-07 19:53:58 +02:00
persisted-model.js Conflict resolution and Access control 2015-04-14 08:23:24 +02:00
registry.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
runtime.js Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
server-app.js Add a workaround to avoid conflicts with NewRelic 2015-02-25 09:47:18 -08:00