meteor-feature-requests icon indicating copy to clipboard operation
meteor-feature-requests copied to clipboard

A tracker for Meteor issues that are requests for new functionality, not bugs.

Results 100 meteor-feature-requests issues
Sort by recently updated
recently updated
newest added

Migrated from: meteor/meteor#5456

Project:Accounts:OAuth

`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....

Project:Accounts:Password

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...

Project:Utilities:HTTP

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.

Project:Minimongo
Project:Mongo Driver

Migrated from: meteor/meteor#1473

Project:Minimongo

**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...

Project:DDP

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...

Project:DDP

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...

Project:DDP

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...

Project:Mongo Driver