Jan Küster
Jan Küster
approving and rejecting scopes is partially implemented to the point where the standard demands it. Beyond that we allow users to have fine grained control over scopes using model implementation....
@saschanaz what do you mean by "duplicating"? You mean because of `verifyScope` and `validateScope`?
Thank you @Maia-Everett for the help and explanation. If you think there are valid use-cases for passing custom data beyond the current structures then feel free to [open this as...
Related code is everything that resolves around - [server's `_preCollection`](https://github.com/veliovgroup/Meteor-Files/blob/master/server.js#L389) - [FilesCursor](https://github.com/veliovgroup/Meteor-Files/blob/master/cursor.js) - [Mongo-like API in FilesCollectionCore](https://github.com/veliovgroup/Meteor-Files/blob/master/core.js#L212) - [MiniMongo impl in client](https://github.com/veliovgroup/Meteor-Files/blob/master/client.js#L70)
How is top-level defined, when being in a package (no .versions file present in folder; no Meteor project in parent folder)? I currently can't publish a migrated package, which runs...
Thank you, it worked! I assumed that it was due to the 2.14 release being pinned globally, which is [why I was asking on the forums how to make the...
@nachocodoner thanks a lot! is there a way to test this with some of our community packages without locally forking and building this specific branch?
Thank you, I will update the tests in the community package repos, once the next beta is out :+1:
Same with Alpha 19
Somebody actually able to reproduce this?