zodern
|
018c41c003
|
Fix tracking states with circular dependencies
|
2022-02-15 18:02:21 -06:00 |
|
Renan Castro
|
d4426ddb76
|
Update svelt skel dependencies
|
2022-02-15 11:38:54 -03:00 |
|
Renan Castro
|
676af0add7
|
Merge branch 'devel' into release-2.7
|
2022-02-15 11:18:34 -03:00 |
|
Renan Castro
|
899ccb5c06
|
Change release version to 2.7 instead of 2.6.1
release/METEOR@2.7-beta.0
|
2022-02-14 13:45:10 -03:00 |
|
Renan Castro
|
6836e9bae0
|
Fix install on mac M1 - semver issue
|
2022-02-13 19:54:48 -03:00 |
|
Denilson
|
df80c53b91
|
Merge pull request #11716 from meteor/feature/cordova-guide-update
Cordova guide update
|
2022-02-11 17:28:59 -04:00 |
|
Denilson
|
cdbc6f47f8
|
Merge pull request #11741 from meteor/feature/feth-google
Replace http for fetch in Google login
|
2022-02-11 17:22:46 -04:00 |
|
denihs
|
30468456e9
|
- updating history.md
- adding -beta to package version
|
2022-02-11 17:21:58 -04:00 |
|
Jan Dvorak
|
dcdf26a113
|
Replace http for fetch in Google login
|
2022-02-11 16:50:33 -04:00 |
|
denihs
|
7633fcbd44
|
removing git modules
|
2022-02-11 16:37:55 -04:00 |
|
Denilson
|
9514a1d373
|
Merge pull request #11757 from meteor/feature/facebook-api-12
[Facebook OAuth] Use Facebook API v12
|
2022-02-11 15:40:59 -04:00 |
|
denihs
|
cee715bd18
|
Merge branch 'release-2.6.1' into feature/facebook-api-12
# Conflicts:
# docs/history.md
|
2022-02-11 15:37:24 -04:00 |
|
Denilson
|
591151434a
|
Merge pull request #11891 from meteor/feature/check-if-mail-url-is-set
Throwing error when no mail URL is set but the app is running in a
|
2022-02-11 15:17:37 -04:00 |
|
Denilson
|
436c18b64f
|
Update packages/email/email.js
Co-authored-by: Renan Castro <renanccastro@gmail.com>
|
2022-02-11 15:13:49 -04:00 |
|
Denilson
|
6d58f37f6f
|
Merge pull request #11724 from meteor/feature/github-return-data
GitHub OAuth allow_signup & more data returned
|
2022-02-11 15:07:32 -04:00 |
|
denihs
|
f4a6bc3ebb
|
adding -beta to the github-oauth version
|
2022-02-11 15:06:52 -04:00 |
|
denihs
|
bddbe3e481
|
- updating facebook to version 13.0
|
2022-02-11 14:50:56 -04:00 |
|
denihs
|
eba301095d
|
- updating history.md
- updating facebook to version 13.0
|
2022-02-11 14:48:23 -04:00 |
|
Jan Dvorak
|
0ef7aac788
|
Use Facebook API v12
|
2022-02-11 14:13:15 -04:00 |
|
Filipe Névola
|
2e1130df80
|
Merge pull request #11909 from meteor/docs/2.6.1-postcss
Update docs for PostCSS
|
2022-02-11 17:26:58 +04:00 |
|
Filipe Névola
|
37e488aeba
|
Merge pull request #11906 from meteor/feature/retry-login-after-popup-close
Feature/retry login after popup close
|
2022-02-11 17:21:35 +04:00 |
|
Renan Castro
|
962db08592
|
Update history.md and bum mongo package version
|
2022-02-11 08:16:59 -03:00 |
|
Renan Castro
|
c09bd385c5
|
Merge pull request #11907 from meteor/fix/mongo-insert-return-sync
Fix sync return for insert methods inside _collection private method
|
2022-02-11 08:15:06 -03:00 |
|
Renan Castro
|
d31dc53637
|
Merge branch 'devel' into fix/mongo-insert-return-sync
|
2022-02-11 08:14:51 -03:00 |
|
Renan Castro
|
0dff46f1ce
|
Merge pull request #11908 from meteor/fix/fix-check-for-oplog-supported-cursor
Support the new "projection" field inside the decision of using oplog for a published cursor or not
|
2022-02-11 08:14:30 -03:00 |
|
zodern
|
e66aea0bd9
|
Update 2.6.1 migration for postcss
|
2022-02-10 17:47:18 -06:00 |
|
zodern
|
69ceddc81a
|
Update history
|
2022-02-10 17:41:23 -06:00 |
|
zodern
|
7b91a86478
|
Update hot-module-replacement readme
|
2022-02-10 17:36:56 -06:00 |
|
zodern
|
26bf134bee
|
Update PostCSS docs
|
2022-02-10 17:36:47 -06:00 |
|
Denilson
|
f1e4720992
|
Merge pull request #11850 from meteor/feature/fix-11827
Fix #11827 custom user fields not publishing
|
2022-02-10 17:03:59 -04:00 |
|
Renan Castro
|
25f8facb49
|
Also support the new "projection" field inside the decision of using oplog for a published cursor or not
|
2022-02-10 17:17:13 -03:00 |
|
Renan Castro
|
f936dc4f0a
|
Merge branch 'devel' into fix/mongo-insert-return-sync
|
2022-02-10 16:30:40 -03:00 |
|
Renan Castro
|
b03e3124f4
|
Fix sync return for insert methods inside _collection private method
|
2022-02-10 16:27:01 -03:00 |
|
denihs
|
134f73229b
|
If OAuth._retrieveCredentialSecret() fails trying to get credentials inside Accounts.oauth.tryLoginAfterPopupClosed(), we call it again once more.
|
2022-02-10 15:16:32 -04:00 |
|
denihs
|
ab369149fd
|
Update history.md
|
2022-02-10 14:40:13 -04:00 |
|
Jan Dvorak
|
bad205c90d
|
Make customFields safe to use
|
2022-02-10 14:38:21 -04:00 |
|
Jan Dvorak
|
166d89061f
|
Fix #11827 custom user fields not publishing
|
2022-02-10 14:38:16 -04:00 |
|
Denilson
|
8223359af2
|
Merge pull request #11826 from amka/patch-1
Fix markdown link parsing error
|
2022-02-10 14:14:50 -04:00 |
|
denihs
|
f85f7bc0a0
|
Bump mongo-decimal version
|
2022-02-10 14:13:42 -04:00 |
|
Denilson
|
76f5a6b083
|
Merge pull request #11875 from harryadel/update-mongo-decimal
Update decimal.js
|
2022-02-10 14:11:15 -04:00 |
|
Denilson
|
b7c57b314d
|
Merge pull request #11814 from harryadel/patch-2
Add OWASP cheet sheet for Node.js
|
2022-02-10 14:03:06 -04:00 |
|
Denilson
|
2c85e0e5a6
|
Merge pull request #11862 from eltociear/patch-5
chore(docs): fix typo in email.md
|
2022-02-10 14:00:52 -04:00 |
|
denihs
|
a1bb1ca67f
|
Updating history.md
|
2022-02-10 10:35:12 -04:00 |
|
denihs
|
0d563bd2b0
|
Merge branch 'release-2.6.1' into feature/github-return-data
|
2022-02-10 10:34:30 -04:00 |
|
denihs
|
70c31e0ff9
|
Merge branch 'devel' into feature/github-return-data
# Conflicts:
# History.md
|
2022-02-10 10:33:47 -04:00 |
|
Filipe Névola
|
bcef0313e6
|
Update server-render.md
|
2022-02-10 15:08:39 +04:00 |
|
Filipe Névola
|
9a18217733
|
Bump Meteor version to 2.6.1-beta.3
release/METEOR@2.6.1-beta.3
|
2022-02-10 02:22:36 +04:00 |
|
Filipe Névola
|
f141cb7fe9
|
Bump Meteor version to 2.6.1-beta.2
|
2022-02-10 02:16:54 +04:00 |
|
Filipe Névola
|
f1381016e8
|
Updates history and migration guide about standard-minifier-css and minifier-css-postcss
|
2022-02-10 02:15:38 +04:00 |
|
Filipe Névola
|
20132811b2
|
Merge pull request #11903 from meteor/integrate-standard-minifier-css-with-post-css
Run PostCSS plugins in standard-minifier-css
|
2022-02-10 02:06:06 +04:00 |
|