Commit Graph

11510 Commits

Author SHA1 Message Date
Filipe Névola
e0906400a2 Update npm-shrinkwrap.json of babel-compiler 2022-02-05 17:11:00 +00:00
Filipe Névola
d3409d9b4c Bump Meteor version to 2.6.1-beta.0 2022-02-05 14:49:56 +00:00
Filipe Névola
33ad4b58b9 Merge pull request #11882 from meteor/build-plugins-handle-css-minifier-caching
Have build plugins handle caching for css minifiers
2022-02-05 14:43:19 +00:00
Filipe Névola
329a82d904 Merge branch 'devel' into release-2.6.1
# Conflicts:
#	docs/history.md
2022-02-05 14:42:07 +00:00
Filipe Névola
9f92f1ab04 Published mongo@1.14.1. 2022-02-04 15:30:48 +00:00
denihs
5c510e22b1 Merge branch 'feature/accounts-ui-config-via-settings' into release-2.6.1
# Conflicts:
#	History.md
#   docs
2022-02-04 10:25:28 -04:00
denihs
bf1e391358 Merge branch 'release-2.6.1' into feature/accounts-ui-config-via-settings
# Conflicts:
#	History.md
#	docs/source/api/accounts.md
2022-02-04 10:21:06 -04:00
denihs
3be36a6b76 Merge branch 'feature/email-field-check' of https://github.com/djroxx2000/meteor into release-2.6.1
# Conflicts:
#	History.md
2022-02-04 10:09:21 -04:00
Renan Castro
832efd1baa Fix comment phrasing on oplog converter 2022-02-04 08:55:21 -03:00
Renan Castro
2b0485ce73 Remove only from oplog tests 2022-02-04 08:50:44 -03:00
Renan Castro
b23c22de23 Fix flatten object issue when the object is empty on oplog converter - fix #11884 2022-02-04 08:07:31 -03:00
zodern
6cc35b7783 Cache minified stylesheets 2022-02-01 18:53:10 -06:00
Renan Castro
ffc4300f23 Release 2.6 🎉! 2022-02-01 15:55:48 -03:00
denihs
532e420936 Updating @meteor/babel to version 7.16.0-beta.0 2022-02-01 11:44:57 -04:00
denihs
f00f7534a2 Merge branch 'refactoring/update-ts-4.5' of https://github.com/itgenio/meteor into release-2.6.1 2022-02-01 11:22:00 -04:00
Denilson
6a1f28c73f Merge pull request #11818 from meteor/feature/accounts-2fa-package
accounts-2fa package
2022-01-31 16:29:28 -04:00
Renan Castro
260a3299ca Meteor 2.6-rc.2 2022-01-31 10:56:24 -03:00
denihs
a7fc599b42 Changes requested on code review
- improving documentation
2022-01-28 15:59:16 -04:00
Filipe Névola
9c5f92e689 Bump Meteor version to 2.6-rc.1 2022-01-28 15:49:31 -04:00
denihs
0eec37fe62 Merge branch 'devel' into feature/accounts-2fa-package 2022-01-27 15:24:21 -04:00
denihs
b299363055 Changes requested on code review
- improving documentation
2022-01-27 15:23:50 -04:00
Filipe Névola
1f156fd711 Improves history and migration guide for 2.6 2022-01-27 13:53:22 -04:00
Filipe Névola
a5a82619b8 Update npm-mongo npm-shrinkwrap.json 2022-01-27 10:54:15 -04:00
Filipe Névola
8843535527 Bump Meteor version to 2.6-rc.0 2022-01-27 10:42:06 -04:00
Filipe Névola
9db1dfa31a Improves history and migration guide for 2.6 2022-01-27 09:24:58 -04:00
Filipe Névola
82745790ea Moving warning about _ensureIndex only _ensureIndex is really used internally 2022-01-26 19:23:16 -04:00
denihs
f51a5e86fd Fixing tests 2022-01-25 16:49:45 -04:00
denihs
71b0514c74 Bump accounts-passwordless 2022-01-25 16:20:08 -04:00
denihs
4278732df8 Create the same integration with 2fa inside accounts-passwordless 2022-01-25 11:28:49 -04:00
denihs
374b0198a3 Makes the param appName mandatory in the function generate2faActivationQrCode 2022-01-25 10:12:27 -04:00
denihs
68867d5e86 Move "twoFactorAuthentication" field to be inside "services->twoFactorAuthentication->{type, secret}" 2022-01-25 09:50:47 -04:00
denihs
f9ce040fc3 Move the loginWithPasswordAnd2faCode to the accounts-password package 2022-01-25 09:38:08 -04:00
Renan Castro
8ad876da0d Use fibers 5.0.1 version - release meteor 2.5.6 2022-01-25 10:09:35 -03:00
denihs
1fded10402 Changes requested on code review
- callback not optional
2022-01-24 15:37:33 -04:00
denihs
bedc947195 Changes requested on code review
- loginWithPasswordAnd2faCode on the right package
2022-01-24 14:51:47 -04:00
denihs
47d6f5e01d Changes requested on code review
- Improving docs
2022-01-24 14:44:40 -04:00
denihs
bdae542df2 Fixing property check 2022-01-24 10:17:19 -04:00
denihs
febb8290e1 Changes requested on code review 2022-01-21 16:55:57 -04:00
Filipe Névola
9203c3181a Bump Meteor version to 2.6-beta.4 2022-01-21 13:42:18 -04:00
Renan Castro
f3c38b8cb0 New beta: 2.6-beta.3 2022-01-21 13:30:02 -04:00
Renan Castro
1630a794b4 Fix Oplog Tailing high cpu usage with new Mongodb driver. As the old way of passing the "tailable" option to find cursors is now removed, the cursor was dying and making calls all the time.
Fix it by using addCursorFlag
2022-01-21 13:30:02 -04:00
Renan Castro
c4d4ea2a09 Improve primary detection mechanism to be compatible with older mongodb instances
Generate 2.6 beta 2
2022-01-21 13:30:02 -04:00
Renan Castro
c8eb086116 Update mongodb driver to latest 4.3 version released 16 hours ago.
Add fallback to hello command for mongo 4 servers
Bump all packages to new beta
2022-01-21 13:30:01 -04:00
Renan Castro
cb0533c35d Remove wrong "only" clause on test 2022-01-21 13:30:01 -04:00
Renan Castro
c0f290a6e7 Prepare Meteor 2.6 beta-0 release 2022-01-21 13:30:01 -04:00
Renan Castro
1329238201 Prepare Meteor 2.6 beta-0 release 2022-01-21 13:29:59 -04:00
Renan Castro
05869e86f7 Document new changes on mongodb driver in our history.md - code style improvements 2022-01-21 13:29:38 -04:00
Renan Castro
34d25f181d Fix oplog converter case in which there is no need to convert - new test 2022-01-21 13:28:51 -04:00
Renan Castro
316f5d4512 Fix oplog converter case in which there is no need to convert 2022-01-21 13:28:51 -04:00
Renan Castro
d8fd0fb5ce Fix oplog converter case in which the value is an array but shouldnt be flattened 2022-01-21 13:28:50 -04:00