Commit Graph

41045 Commits

Author SHA1 Message Date
Nacho Codoñer
a807cb7613 disable submodule update failure check in install.ps1 2025-12-16 09:43:08 -03:00
Nacho Codoñer
df803cd58b clean 2025-12-16 09:43:08 -03:00
Nacho Codoñer
f8ed28e6be re-run checks 2025-12-16 09:43:08 -03:00
Nacho Codoñer
f59201bc68 re-run checks 2025-12-16 09:43:08 -03:00
Jacob Gilbert
0d652f4dd6 Update 3.forms-and-events.md
In the instructions to add onSubmit and onChange to TaskForm.jsx there was an unused import for TaskCollections. Removing this had no effect on the useability of the code in this step.
2025-12-16 09:43:08 -03:00
dupontbertrand
f4b7873e3c Update docs for upsert in ServiceConfiguration 2025-12-16 09:43:07 -03:00
Frederico Maia
526019f0bc Fix CLI and ecmascript links and add leonardoventurini:scss as the recommended scss package. 2025-12-16 09:43:07 -03:00
Nacho Codoñer
a24a361be5 use Windows tar instead of Git tar in workflow 2025-12-16 09:43:07 -03:00
Nacho Codoñer
d7afa91df3 update caching strategy in meteor-selftest-windows workflow 2025-12-16 09:43:07 -03:00
Gabriel Grubba
d96657d343 FEATURE: Remove import React from 'react'; from skels
With our SWC changes, we can both remove this import line and add an example of swc configuration
2025-12-16 09:43:07 -03:00
mjaruzel
7db44d90d1 fix: displaying google maps in mobile application 2025-12-16 09:43:07 -03:00
carraes
c93b6ff702 feat: add support for dots in minimongo key names
Minimongo now allows dots (.) in MongoDB key names, aligning with modern
MongoDB support.

Fixes #13552
2025-12-16 09:43:04 -03:00
zodern
86be8517db Fix error generating xunit output 2025-12-16 09:42:21 -03:00
italo jose
ee3dfb66e2 test-packages: run workflow on pull_request and rename to "Package tests" 2025-12-08 17:00:44 -03:00
Italo José
97954799b2 Merge pull request #14035 from meteor/ci/removing-travis
Ci/removing travis
2025-12-08 14:21:43 -03:00
italo jose
7930ecfd6f remove this commit 2025-12-05 09:17:13 -03:00
italo jose
5fd859bb88 socket file tests: fail when no writable group could be determined instead of no-op 2025-12-05 06:53:50 -03:00
Italo José
b3a56011c4 Merge pull request #13293 from ReinaT5678/code-smells-meteor
simplified the utils.js code
2025-12-04 16:12:05 -03:00
Italo José
2ed2192580 Merge pull request #13927 from graemian/minimongo-safe-async-loop
Use concurrency-safe iteration in Minimongo async methods
2025-12-04 16:07:49 -03:00
Italo José
247c59383c Merge pull request #13941 from paritoshdey-dev/fix/docs-paramtable-search
Fix #13937 make ParamTable always render so Chrome search can detect text
2025-12-04 15:59:54 -03:00
Italo José
cd5256b745 Merge pull request #13947 from meteor/feature/oauth-config-update
Update OAuth configuration instructions
2025-12-04 15:37:34 -03:00
Italo José
c370c836e3 Merge pull request #14014 from bratelefant/fix/14013
Fix for #14013
2025-12-04 15:33:51 -03:00
Italo José
86410c69d1 Merge pull request #14018 from meteor/fix/observeChanges-tailable
Fix "observeChanges - tailable" test
2025-12-04 15:32:21 -03:00
Italo José
3b626349df Merge pull request #13242 from meteor/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 2 to 4
2025-12-03 10:47:44 -03:00
Italo José
a7646cca7e Merge pull request #13442 from 9Morello/fix-passwordless-tests-not-running
Fix accounts-passwordless tests failing due to a misconfiguration
2025-12-03 09:08:23 -03:00
dependabot[bot]
75bc1e8d5e Merge pull request #13784 from meteor/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2025-12-02 16:35:34 -03:00
Italo José
7ddf28336f Merge branch 'devel' into fix/docs-paramtable-search 2025-12-02 16:16:33 -03:00
italo jose
ef0cbbdb17 Remove redundant await when returning promises
Remove unnecessary `await` keywords in several server methods and test helpers to avoid extra microtask scheduling and simplify code:
- packages/accounts-2fa/2fa-server.js: has2faEnabled
- packages/accounts-base/accounts_server.js: login/attempt/token helper returns
- packages/accounts-base/accounts_tests_setup.js: forceEnableUser2fa return
- packages/accounts-password/email_tests_setup.js: createUserOnServer return
2025-12-02 15:39:22 -03:00
Tajagn Garala
30cd44bc56 docs: add documentation for loginWithToken in accounts.md (#13839)
* Duplicate forEachAsync definition removed.

* going back

* docs: add loginWithToken to accounts.md

* repush the brench

* Restore accounnt-ui documentation line and keel loginWithToken docs

* Fix formatting in accounts.md documentation

* Fix formatting issue in accounts.md

---------

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 15:29:12 -03:00
Italo José
37845f196b Merge branch 'devel' into minimongo-safe-async-loop 2025-12-02 15:13:56 -03:00
Victor Parpoil
9f4a310636 Docs: bring Production > Security content from the Guide to v3 docs (#13934)
* feat: add security from meteor guide to v3-docs tutorial folder

* fix: use markdown tags for titles

* fix: rework on methods

* fix: finalize changes of urls and adaptations to jam:method

---------

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 15:13:41 -03:00
Jan Dvorak
ebc124dd80 Add docs for OAuth configurations (#13946)
Also includes auto generated stuff

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 14:50:08 -03:00
Italo José
d81f8be1b7 Merge branch 'devel' into feature/oauth-config-update 2025-12-02 14:47:25 -03:00
Sankalp Tripathi
b7ae160464 docs: clarify forbidClientAccountCreation requires client+server config (#13961)
- Add clear warning that forbidClientAccountCreation must be set on both client and server
- Include practical example showing shared config file approach
- Fixes issue where UI still shows 'Create account' link when only set on server

Fixes #13922

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 14:43:41 -03:00
Christian Wahle
ea67c78249 Update packages/roles/roles_common_async.js
Co-authored-by: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com>
2025-12-02 18:26:31 +01:00
Gabriel Grubba
e12e82ed43 Merge pull request #14029 from meteor/feature/add-deferrable-functions-to-meteor.d.ts
FEATURE: Add deferrable functions to meteor.d.ts
2025-11-28 17:49:37 -03:00
Gabriel Grubba
4ee0fdd206 FEATURE: Add deferrable functions to meteor.d.ts 2025-11-28 10:57:22 -03:00
Nacho Codoñer
c1e7ea252f Meteor version to 3.4-rc.1 ☄️ release/METEOR@3.4-rc.1 2025-11-27 17:23:18 +01:00
Nacho Codoñer
5263e44f87 upgrade Playwright to version 1.57.0 2025-11-27 17:19:00 +01:00
Nacho Codoñer
d331ba7e6d update @rspack/cli and @rspack/core to version 1.6.5 2025-11-27 16:53:35 +01:00
Nacho Codoñer
881d6ac4d3 Meteor version to 3.4-rc.0 ☄️ release/METEOR@3.4-rc.0 2025-11-27 15:37:44 +01:00
Nacho Codoñer
6bdbae02bb re-run checks 2025-11-27 15:23:15 +01:00
Nacho Codoñer
2d493f9686 Update BUNDLE_VERSION to 22.21.1.4 2025-11-27 15:12:09 +01:00
Italo José
1a694755e5 Disable ambiguous error messages in password tests (#14027)
Set Accounts._options.ambiguousErrorMessages = false in password_tests.js
so tests receive specific, deterministic error reasons instead of ambiguous
messages.
2025-11-27 10:37:56 -03:00
Nacho Codoñer
2a09d6c8cd refactor dependency installation to separate dev and regular deps 2025-11-27 14:04:36 +01:00
Nacho Codoñer
199885e459 Update @meteorjs/swc-core to version 1.15.3 2025-11-27 13:53:42 +01:00
Italo José
6068f8c88a Merge branch 'devel' into ci/removing-travis 2025-11-26 18:39:31 -03:00
italo jose
1aba25288a Remove TINYTEST_FILTER from test-packages workflow 2025-11-26 18:39:06 -03:00
italo jose
016b6e8aca Remove MAIL_URL, settings and production flag from missing-mail error message
Previously the thrown error included the MAIL_URL environment value, package
settings JSON, and Meteor.isProduction flag. That could leak sensitive
configuration into logs. Replace it with the original concise guidance and
link to the docs.
2025-11-26 18:19:43 -03:00
italo jose
8641b08334 Unquote TINYTEST_FILTER value and add NODE_ENV: CI to test-packages workflow 2025-11-26 15:14:05 -03:00