meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
Migrated from: meteor/meteor#5456
`accounts-password` has a tight coupling with email. This is restrictive. While accounts-password has a lot of nifty features (password verification, change, reset etc), email is not the only possible transport....
Yesterday we faced an issue where we would send a request to a client’s webhook endpoint and the endpoint would respond with an error and a huge body (couple of...
Since MongoDB 3.6 there is a feature where you can provide more complicated array queries through `arrayFilters` argument to `update`. Ideally, this should be available through MiniMongo as well.
**Reduce the connection when creating a subscribe**. Currently in the client, when calling a subscribe. We will create a recurrent subscription and start the workflow, every time we call subscribe...
I'm opening this issue to track it. I may work on a PR myself as this should be a fairly straightforward feature to add. I'd like to add a timestamp...
Hello, I'm wondering if theres an easy way to limit the size of DDP messages sent to the server. ### Problem Currently, the DDP server is using [sockjs-node](https://github.com/sockjs/sockjs-node) for websockets...
When writing atmosphere packages, you may want to use dev-only functionalities. These functionalities should not be compiled for production by the `meteor build` command. `package.js` file should allow to define...
This is my proposal for an enhancement to the Meteor MongoDB code to improve the scalability of Meteor apps that use MongoDB in [Oplog tailing mode](https://blog.mlab.com/2014/07/tutorial-scaling-meteor-with-mongodb-oplog-tailing/) This would further add...