Commit Graph

22831 Commits

Author SHA1 Message Date
filipenevola
c19bb8f492 Bump package versions for 1.10.3-beta.0 release 2020-06-24 10:06:17 -04:00
filipenevola
225422b27e Fixes error when removing cordova plugin that depends on cli variables 2020-06-24 10:06:17 -04:00
filipenevola
21d0a418cf Bump and publishes url@1.3.1 2020-06-24 09:34:23 -04:00
Filipe Névola
ab37ba32dd Merge pull request #11097 from RobertLowe/hotfix-encodeParams-11092 2020-06-24 09:31:36 -04:00
filipenevola
fdc649bb15 Updates ISSUE_TEMPLATE
- Repository with a reproduction is a must
- Link to Community Slack
2020-06-24 08:45:22 -04:00
Robert Lowe
5c3747c617 Fixes: TypeError: this._encodeParams is not a function #11092 2020-06-19 05:28:01 -04:00
Filipe Névola
19ca2eb004 Merge pull request #11087 from harryadelb/svelte-doc
Add svelte tutorial to the docs
2020-06-10 16:03:44 -04:00
filipenevola
6507c26614 Bump accounts-password package version to 1.6.1 2020-06-10 15:39:07 -04:00
Filipe Névola
5fc6794c53 Merge pull request #11066 from jirikrepl/print-verify-url-in-development
feat: print email verification URL in development
2020-06-10 15:36:58 -04:00
Harry Adel
0f427d763b Add svelte tutorial to the docs 2020-06-09 04:49:03 +02:00
Filipe Névola
60efe9d987 Update Roadmap.md
- Tree shaking update
- Cordova example update
- Windows performance update
- Angular tutorial fix (it is not updated yet)
2020-06-03 05:22:36 -04:00
jirkakrepl
6dfa1a6a9f feat: print email verification URLs in development
solves: https://github.com/meteor/meteor/issues/11060

- print verify email URL on one line in development
- as oppose to URL in the email which is line broken
  because of being complied by MIME
2020-05-29 11:14:35 +02:00
filipenevola
d9c6bde7e8 Updates Roadmap.md and CONTRIBUTING.md 2020-05-21 15:23:48 -04:00
Filipe Névola
81b57029fb Merge pull request #11044 from vparpoil/updateFlowRouterPackage 2020-05-21 11:02:34 -04:00
Filipe Névola
051ebafd41 Merge pull request #11056 from TheRealNate/patch-1 2020-05-21 11:01:25 -04:00
Filipe Névola
e4df3fc573 Merge pull request #11058 from meteor/sebakerckhof-patch-1 2020-05-21 08:20:03 -04:00
filipenevola
f315d7f318 Fixes #11043 Update link of installing-prerequisites for mobile apps 2020-05-21 07:32:35 -04:00
Victor Parpoil
977a0af49e replace Template.dynamic with {{> yield}} 2020-05-20 10:03:23 +02:00
jirkakrepl
49c88df091 feat: print email verification URL in development
solves: https://github.com/meteor/meteor/issues/11060

- print verify email URL on one line in development
- as oppose to URL in the email which is line broken
  because of being complied by MIME
2020-05-18 22:14:20 +02:00
Seba Kerckhof
8891650ac8 Document changes to the URL package 2020-05-12 12:19:01 +02:00
Nathaniel Dsouza
c90749dd07 Add a note about breaking change due to retryWrites option for v1.9.3 2020-05-11 18:35:03 -04:00
Filipe Névola
9343ce2a3e Merge pull request #11054 from StorytellerCZ/patch-1 2020-05-11 15:57:46 -04:00
Jan Dvorak
ec82796ded Fix #11012
Fix wrong links and add link to Google's docs.
2020-05-12 00:23:55 +09:00
filipenevola
a163340182 MongoDB update to 3.5.5 to fix
- updates npm-shrinkwrap.json
2020-05-10 17:52:39 -04:00
Filipe Névola
3d94f88f08 Merge pull request #11047 from meteor/mongodb-update 2020-05-08 15:06:45 -04:00
filipenevola
664b5689f0 MongoDB update to 3.5.5 to fix #11026 2020-05-06 18:32:20 -04:00
Victor Parpoil
189aaa4768 Replace kadira:flow-router with ostrio:flow-router-extra
see issue #11014
2020-05-05 11:26:26 +02:00
Filipe Névola
71f67d9dba Merge pull request #11025 from meteor/release-1.10.2
Release 1.10.2
2020-04-21 18:14:44 -04:00
filipenevola
23dbf94bf7 Bump package versions for 1.10.2 release release/METEOR@1.10.2 2020-04-21 17:32:43 -04:00
filipenevola
0109a5b402 Bump package versions for 1.10.2-rc.0 release release/METEOR@1.10.2-rc.0 2020-04-20 16:55:37 -04:00
Michael Newman
aedcffab3b Convert parse-stack.js to TypeScript (#10653)
* rename

* we don't need underscore to check whether an array is empty

* add types, resolve type issues

* remove unused markTop in run.js

* Make the type a little more consistent

* Tweak a check for an empty array

Co-Authored-By: Marcelo T Prado <marceloterreiroprado@gmail.com>
2020-04-20 14:47:34 -04:00
filipenevola
e25310779c Bump srp package version to 1.1.0 2020-04-17 20:22:07 -04:00
filipenevola
158ca094ce Merge branch 'devel' into release-1.10.2 2020-04-17 20:21:54 -04:00
Seba Kerckhof
85efbce454 Modernize srp package (#10227)
* Modernize srp package
2020-04-17 20:20:57 -04:00
Seba Kerckhof
9c9a8263ab Add separate SERVER_NODE_FLAGS envar (#10965)
* Add separate SERVER_NODE_FLAGS envar

Since Meteor 0.5.3, Meteor allowed to pass node command line flags
to the server node process via the `NODE_OPTIONS` environment variable.

However, since Node version 8 / Meteor 1.6 this has become a default node
envar with the same behavior:
https://nodejs.org/api/cli.html#cli_node_options_options

The side effect is that this now also affects Meteor tool.

The command line parameters could already be set separately via the `TOOL_NODE_FLAGS` envar.
This is now also possible (again) for the server.
2020-04-17 20:17:53 -04:00
James Burgess
302e3b433a Add prepositions to changeAuthorized verbs (#10617) 2020-04-17 20:11:46 -04:00
filipenevola
2f33125265 Bump socket-stream-client package version to 0.3.0 2020-04-17 13:46:07 -04:00
filipenevola
d12f8fd44d Bump minimongo package version to 1.6.0 2020-04-17 13:45:16 -04:00
Florent
b652edf3db [FIX] Support HTTPS_PROXY and NO_PROXY variables (#10914)
* [FIX] Support HTTPS_PROXY and NO_PROXY variables

Closes #11984, #10282, #11484

* Update node.js

Co-authored-by: magicbelette <magicbelette@users.noreply.github.com>
2020-04-17 13:44:51 -04:00
claudiosdc
cba4b7b1b3 Proposed fix for issue #10803 (#11010) 2020-04-17 13:43:19 -04:00
boomfly
49576720c9 add Decimal support to minimongo (#10932)
* add Decimal support to minimongo

* fix weak on client

* fix decimal stub class
2020-04-17 13:38:21 -04:00
filipenevola
5fa1534bce Bump url package version to 1.3.0 2020-04-17 13:36:32 -04:00
Seba Kerckhof
180b450255 Add isomorphic URL api with BC (#10518)
* Add isomorphic URL api with BC

* Add shrinkwrap

* Use core-js for URL polyfill
2020-04-17 13:35:43 -04:00
Christian Klaussner
8077d51724 Update MongoDB to 4.2.5. (#11020) 2020-04-17 13:20:52 -04:00
Brian Mulhall
7bab8aa7fe Update to the RoadMap (Minimongo) (#11011)
I can work on updating the minimongo package, there is a good overview of future work in the NOTES.txt file inside the package itself. I can start with some smaller changes and work my way up to adding support for indexes
2020-04-17 13:11:18 -04:00
Filipe Névola
f80ae8205d Adds support to override mongo options via Meteor settings (#10976)
* Adds support to mongo options via Meteor settings
The options are in the `packages` key in the `mongo` key that is the package name. We should use the pattern every time we need a setting in a package.
2020-04-17 13:04:35 -04:00
filipenevola
070033d741 Updates Node.js version on travis 2020-04-17 12:55:54 -04:00
Kyle Shankwiler
6803d8dfd1 Add an error message warning developers of oversized headers. (#10877)
* Add an error message warning developers of oversized headers.

An explanation of the issue being logged can be found here: https://forums.meteor.com/t/meteor-1-8-1-unexpected-error-too-many-csp-rules/48447/12.

* Ensure the large request header test works as intended
2020-04-17 11:32:21 -04:00
Eric Burel
efeccc85d6 Roadmap: SSR
Edits leader

Co-authored-by: Filipe Névola <filipe@meteor.com>
2020-04-07 15:38:23 -04:00
Brian Mulhall
dbfae02cb2 Deprecate unused meyerweb-reset Meteor package (#11003) 2020-04-03 10:59:35 -04:00