Commit Graph

1837 Commits

Author SHA1 Message Date
Gabriel Grubba
1affcd7e4f updated methods in api box 2023-03-07 15:31:18 -03:00
Gabriel Grubba
6bdb0529a9 docs: added docs about ddp 2023-03-07 15:25:31 -03:00
denihs
766e3a32ca Merge branch 'devel' into release-3.0 2023-02-27 10:33:51 -04:00
Gabriel Grubba
1ba5dc1764 docs: adding mssing countDocuments documentation 2023-02-07 16:24:09 -03:00
denihs
482acb00f6 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
Gabriel Grubba
e5e23fb7ce Merge branch 'release-3.0' into release-3.0-tests-webapp
# Conflicts:
#	docs/history.md
2023-01-18 17:45:19 -03:00
denihs
ead8c2a126 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	meteor
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/meteor/package.js
#	scripts/dev-bundle-tool-package.js
2023-01-18 15:37:36 -04:00
denihs
c0a1308cb8 Merge branch 'devel' into release-3.0
# Conflicts:
#	docs/history.md
#	packages/accounts-password/password_server.js
2023-01-18 15:35:03 -04:00
denihs
048f4a0f47 Merge branch 'feature/top-level-await-reify' into release-3.0-tools-and-mongo
# Conflicts:
#	npm-packages/meteor-babel/package-lock.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	tools/isobuild/linker.js
#	tools/static-assets/server/boot.js
2023-01-18 15:13:27 -04:00
denihs
212a668cb7 - These methods are now async:
- `WebAppInternals.reloadClientPrograms()`
    - `WebAppInternals.pauseClient()`
    - `WebAppInternals.generateClientProgram()`
    - `WebAppInternals.generateBoilerplate()`
    - `WebAppInternals.setInlineScriptsAllowed()`
    - `WebAppInternals.enableSubresourceIntegrity()`
    - `WebAppInternals.setBundledJsCssUrlRewriteHook()`
    - `WebAppInternals.setBundledJsCssPrefix()`
2023-01-18 14:52:34 -04:00
Gabriel Grubba
8ab263ef69 docs: minifier-css, minifyCss is now async 2023-01-16 20:14:57 -03:00
Gabriel Grubba
94c668ec94 docs: updated docs config 2023-01-16 16:12:31 -03:00
Gabriel Grubba
2fe9d36b3c docs: changes connect docs by express docs 2023-01-13 16:24:25 -03:00
Gabriel Grubba
d427749a20 docs: added history about changes in webapp
changes connect by express
2023-01-13 16:22:10 -03:00
Gabriel Grubba
d1edb6f738 docs: updated tracker docs regarding 2.10 2023-01-12 18:20:40 -03:00
Gabriel Grubba
94adfe159f docs: updated webapp docs 2023-01-11 18:18:51 -03:00
Gabriel Grubba
eab43ac2e4 docs: updated order and docs for 2.10 2023-01-10 17:27:10 -03:00
Gabriel Grubba
ca4821e84e docs: updated 2.10 docs regarding #12309 2023-01-10 10:14:23 -03:00
Gabriel Grubba
863bc3606b docs: updated 2.10 docs 2023-01-10 09:45:50 -03:00
Gabriel Grubba
b40a247476 docs: updated 2.10 docs 2023-01-09 11:51:01 -03:00
Gabriel Grubba
2c73f46a03 docs: updated changelog showing tracker async 2023-01-06 11:35:12 -03:00
Gabriel Grubba
c3bae92204 docs: updated changelog for callback-hook 2023-01-05 10:07:05 -03:00
Gabriel Grubba
9a4993b643 docs: updated docs from 2.10 2023-01-05 09:57:23 -03:00
Gabriel Grubba
5b2221852c docs: updated oauth2 docs in changelog 2023-01-04 17:41:43 -03:00
Gabriel Grubba
c11dd67656 docs: fixed React typo 2023-01-04 16:49:02 -03:00
Gabriel Grubba
6a331ffe20 docs: added initial docs to 2.10 2023-01-04 16:45:30 -03:00
Gabriel Grubba
2554a46f83 Merge branch 'devel' into release-2.9.1 2023-01-04 13:41:47 -03:00
Gabriel Grubba
1124280714 Merge branch 'release-3.0' into release-3.0-tests-accounts-password
# Conflicts:
#	docs/history.md
2023-01-04 11:45:46 -03:00
Gabriel Grubba
0fe48994de Merge branch 'devel' into bugfix_typos 2023-01-04 10:20:34 -03:00
zodern
1e91d6fbf2 Merge branch 'release-3.0' into feature/top-level-await-reify 2022-12-30 14:41:18 -06:00
Tim Gates
aaefcc9abf docs: Fix a few typos
There are small typos in:
- docs/source/commandline.md
- tools/isobuild/compiler-deprecated-compile-step.js
- tools/utils/buildmessage.js

Fixes:
- Should read `libraries` rather than `libaries`.
- Should read `file name` rather than `filenanme`.
- Should read `compatibility` rather than `compitability`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-30 11:24:39 +11:00
Gabriel Grubba
bd5c1af9cc docs: added oauth1 in changelog 2022-12-28 16:37:03 -03:00
Gabriel Grubba
0a77a3788f docs: updated oauth async methods 2022-12-28 16:34:18 -03:00
Gabriel Grubba
b5f8c837fb Merge pull request #12406 from meteor/release-3.0-tests-oauth
Making oauth async
2022-12-28 15:17:10 -03:00
Gabriel Grubba
d4a61fccaf docs: updated docs on what changed in oauth 2022-12-28 15:11:31 -03:00
Gabriel Grubba
ba98f5288c docs: specified more in changelog 2022-12-28 10:56:43 -03:00
Gabriel Grubba
7fcc826185 docs: updated changelog in what has changed 2022-12-28 10:56:03 -03:00
Gabriel Grubba
b29920b8bf docs: added accounts-2fa to changelog 2022-12-28 10:30:00 -03:00
Gabriel Grubba
f501739f58 docs: updated accounts-password docs 2022-12-28 09:35:04 -03:00
Gabriel Grubba
67ba2f65a6 docs: added missing ponctuation in history.md 2022-12-27 13:43:35 -03:00
Gabriel Grubba
0d9abe8b75 docs: updated unclear definitions 2022-12-27 13:39:40 -03:00
Gabriel Grubba
7ddcb43b0e Merge branch 'release-2.9.1' of https://github.com/meteor/meteor into release-2.9.1 2022-12-27 13:39:29 -03:00
Gabriel Grubba
2be6406937 docs: updated 2.9.1 docs 2022-12-27 13:37:06 -03:00
Gabriel Grubba
04465cde07 Merge branch 'devel' into release-2.9.1 2022-12-27 13:34:33 -03:00
Jan Dvorak
fdec5f2ea6 #12398 doc fix 2022-12-27 10:06:57 +09:00
Gabriel Grubba
82b0407626 docs: updated 2.9.1 docs 2022-12-21 14:25:40 -03:00
Matheus Castro
0389e8b010 Remove Fibers from boilerplate-generator:
- Remove toHTML() method since it was already deprecated, and it also used Fibers.
2022-12-20 17:29:08 -03:00
Gabriel Grubba
7ee47054fd doc: updated 2.9.1 docs 2022-12-19 15:24:30 -03:00
Gabriel Grubba
f474f951e0 Merge branch 'devel' into release-2.9.1 2022-12-19 14:35:18 -03:00
Gabriel Grubba
ba881a21c1 Merge pull request #12385 from meteor/apply-2fa-accounts-password
chore: resetPassword and verifyEmail to no longer sign in the user automatically
2022-12-19 14:27:44 -03:00