Commit Graph

39462 Commits

Author SHA1 Message Date
Nacho Codoñer
dc7003d62b Merge pull request #13677 from harryadel/feature/add-replace-email-utility
Add Accounts.replaceEmailAsync
2025-04-14 13:34:24 +02:00
Nacho Codoñer
65e10c80b8 Merge pull request #13694 from meteor/meteor-profile-build
Support option to profile `meteor build`
2025-04-14 13:34:12 +02:00
Nacho Codoñer
65d294ee29 Merge pull request #13460 from meteor/dev/add-tinytest-filter-option
DEV: Add tinytest `filter` option
2025-04-14 10:40:08 +02:00
Nacho Codoñer
704dfc4ef6 Merge pull request #13692 from welkinwong/fix-callasync-typescript
DEV: Enhance type definitions for Meteor methods
2025-04-14 10:17:04 +02:00
Nacho Codoñer
ba58934ec6 Merge pull request #13693 from meteor/modern-arch-fixes
Fix issues with `modernWebArchsOnly` new config
2025-04-14 10:07:47 +02:00
Nacho Codoñer
7dda78b465 Merge branch 'devel' into release-3.3 2025-04-12 11:35:24 +02:00
9Morello
5f7580c3c9 fix type definition of ServerSink (#13689) 2025-04-10 18:07:08 -03:00
Nacho Codoñer
d170fa1857 document new build option 2025-04-10 14:04:23 +02:00
Nacho Codoñer
86c106c66e document new build option 2025-04-10 14:02:49 +02:00
Nacho Codoñer
89a0b64589 document new build option 2025-04-10 14:01:53 +02:00
9Morello
48f3655777 Update docs for meteor generate CLI command (#13683)
* check for  environment variable before sending package usage stats

* add documentation for the `DO_NOT_TRACK` CLI flag

* update docs for `meteor-generate` to improve clarity
2025-04-10 08:57:58 -03:00
ericm546
7ced1c795e Fix timing issue with oplog include/exclude collections (#13687)
* Fix timing issue with oplog include/exclude collections

* Add a test

---------

Co-authored-by: Jan Dvorak <hello@jandvorak.me>
2025-04-10 08:57:30 -03:00
Welkin Wong
fcb317a31f fix(webapp): prevent truncated agent string in lookupUserAgent (#13686)
* fix(webapp): prevent truncated agent string in lookupUserAgent

In useragent-ng's lookup function implementation, there are security validations and truncation checks for useragent length.  For certain useragent use cases where the length exceeds 150 characters, premature truncation before being passed to the lookup function results in incorrect agent identification.

* test(webapp): add tests for agent identification including special user agent
2025-04-10 08:57:00 -03:00
Nacho Codoñer
f628ed9745 support build option to profile builds 2025-04-10 13:53:36 +02:00
Nacho Codoñer
cf0c412ea6 clean 2025-04-10 12:06:37 +02:00
Nacho Codoñer
fb37a8ee2d ensure web.browser.legacy arch is forced when build commands except if configured modern-only 2025-04-10 12:00:02 +02:00
Nacho Codoñer
f1684b42fe ensure web.cordova arch is forced when cordova commands 2025-04-10 11:00:48 +02:00
Nacho Codoñer
706afaf4e7 Merge branch 'devel' into release-3.3 2025-04-09 15:02:49 +02:00
Welkin Wong
9370fdfd9c DEV: Enhance type definitions for Meteor methods 2025-04-08 15:32:06 +08:00
Harry Adel
38b27850ee Merge branch 'devel' into feature/add-replace-email-utility 2025-04-07 12:17:34 +02:00
Gabriel Grubba
d185a3487d Merge pull request #13684 from meteor/docs/add-llms.txt-and-guide
DOCS: Add llms.txt via vitepress plugin
2025-04-03 22:02:48 -03:00
harryadel
cc360a3e36 Fix doc 2025-04-02 19:01:22 +02:00
harryadel
b620ff222d Apply Nacho fixes 2025-04-02 19:00:00 +02:00
Gabriel Grubba
13066a5238 Update v3-docs/docs/about/install.md
Co-authored-by: Italo José <italo.i@live.com>
2025-04-02 13:28:04 -03:00
Gabriel Grubba
91de1f2c86 DEV: Bump express to 5.1.0 in webapp
Also updated express types
2025-04-02 11:03:20 -03:00
Gabriel Grubba
ac7cdf1ba7 Merge branch 'devel' into docs/add-llms.txt-and-guide 2025-04-02 09:09:27 -03:00
Gabriel Grubba
5adbff5d0d DEV: Bump express to 5.1.0 in webapp
Also updated express types
2025-04-02 09:05:12 -03:00
Nacho Codoñer
e2878a1ab1 Merge branch 'devel' into release-3.3 2025-04-02 09:43:11 +02:00
Gabriel Grubba
8803f52e4a DOCS: Add reference to lm studio 2025-04-01 20:48:54 -03:00
Gabriel Grubba
7d828dd45b DOCS: Add llms.txt guide on how to use with LM Studio 2025-04-01 20:48:01 -03:00
Gabriel Grubba
263657c336 DOCS: Add llms.txt via vitepress plugin 2025-04-01 18:45:21 -03:00
Gabriel Grubba
5e60a7f813 Merge pull request #13682 from meteor/docs/update-roadmap-with-plan
DOCS: Update roadmap with plan for modern bundlers
2025-04-01 18:43:27 -03:00
9Morello
3662d344fa change require call back to JSON.parse, since Windows seems to dislike requiring .js files by their full path 2025-04-01 13:55:07 -03:00
9Morello
168afef6c8 use require instead of JSON.parse 2025-04-01 13:55:07 -03:00
9Morello
de7d9a7a7e default to false if package.json is not found 2025-04-01 13:55:07 -03:00
9Morello
24bc7cb4a9 add modernWebArchsOnly flag to base package.json files used for new projects 2025-04-01 13:55:07 -03:00
9Morello
bf5820feb2 add option to automatically exclude legacy web architectures from builds with a package.json flag 2025-04-01 13:55:07 -03:00
Gabriel Grubba
33338607de DOCS: update naming in roadmap plan 2025-04-01 10:59:20 -03:00
Jan Dvorak
23cf1f6534 Merge branch 'devel' into dev/add-tinytest-filter-option 2025-04-01 13:27:19 +02:00
Gabriel Grubba
1152851a00 DOCS: Update roadmap with plan for modern bundlers 2025-03-31 20:28:08 -03:00
9Morello
05c789131e add documentation for the DO_NOT_TRACK CLI flag 2025-03-31 10:07:16 -03:00
9Morello
9319ca7625 check for environment variable before sending package usage stats 2025-03-31 10:07:16 -03:00
harryadel
d5e479291e Fix test 2025-03-28 23:03:24 +02:00
harryadel
e294d52f8f Add replace email utility 2025-03-28 19:26:39 +02:00
Gabriel Grubba
ae8cf586ac Merge pull request #13670 from meteor/enhance-v3-cli-docs-part2
DOCS: Enhance V3 CLI docs
2025-03-27 13:18:34 -03:00
Frederico Maia
1550d307cd Merge branch 'devel' into enhance-v3-cli-docs-part2 2025-03-27 11:44:46 -03:00
Gabriel Grubba
87559c7f71 Merge pull request #13672 from meteor/update-galaxy-links
DOCS: Update Galaxy documentation links
2025-03-27 11:26:23 -03:00
Gabriel Grubba
6452464b4e Merge branch 'devel' into update-galaxy-links 2025-03-26 10:21:37 -03:00
Frederico Maia
90ee5b12d8 Enhance CLI documentation for meteor create command by adding details on the interactive wizard and clarifying project type options. 2025-03-25 15:44:41 -03:00
Nacho Codoñer
3a855cc1c5 Merge pull request #13610 from meteor/release-3.2
Release 3.2
2025-03-25 19:15:43 +01:00