Nacho Codoñer
4132a0fdc5
Meteor version to 3.2.0-beta.0 ☄️
2025-02-07 15:12:07 +01:00
Nacho Codoñer
ce9054693b
Merge pull request #13608 from meteor/minisat-allow-memory-growth
...
Recompile minisat with ALLOW_MEMORY_GROWTH option
2025-02-07 14:38:08 +01:00
Nacho Codoñer
3a07b7b523
Merge branch 'devel' into minisat-allow-memory-growth
2025-02-07 14:36:32 +01:00
Nacho Codoñer
4b9b25edb0
Merge branch 'devel' into argon2-support
2025-02-07 14:33:18 +01:00
Nacho Codoñer
8f5cd46a30
Meteor version to 3.1.2 ☄️
2025-02-06 15:58:39 +01:00
Nacho Codoñer
64697ad9aa
fix code styling on affected files
2025-02-05 18:29:04 +01:00
Nacho Codoñer
7cf9c36089
update minisat to custom generated code
2025-02-05 18:21:12 +01:00
Nacho Codoñer
f4e8985e63
update minisat to custom generated code
2025-02-05 18:17:04 +01:00
Nacho Codoñer
c3805c7178
fix versions for next alpha
2025-02-05 17:38:00 +01:00
Nacho Codoñer
4e57697b13
specify alpha version for new feature
2025-02-05 17:16:42 +01:00
Nacho Codoñer
aa3b2208bd
add waitUntil on brypt and argon2 migration to solve flakiness on slower execution contexts
2025-02-04 17:52:15 +01:00
Nacho Codoñer
bc9e24e12b
fix waitUntil scenario
2025-02-04 17:51:38 +01:00
Nacho Codoñer
0288391d36
Meteor version to 3.1.2-beta.0 ☄️
2025-02-04 15:06:38 +01:00
Nacho Codoñer
8f8d7a85ca
Merge pull request #13606 from ref-app/devel
...
Implement #13605 to opt-in to legacy
2025-02-04 13:47:34 +01:00
Per Bergland
cbbe3d411c
Implement #13605 to opt-in to legacy
2025-02-04 12:21:15 +01:00
Mike Cunneen
1859048f29
perf(logic-solver): ⚡ minisat.js 236KB => 116KB
...
new minisat.js file, built from new meteor/minisat emscripten compiler optimizations, to reduce minisat.js file size from 236KB to 116KB .
Recompiled minisat.js as at https://github.com/cunneen/minisat/commit/8dc794e
Related to #12902 :"Cannot enlarge memory arrays"
2025-02-03 22:48:16 +08:00
Mike Cunneen
316d55cc72
feat(logic-solver): ⚡ recompile minisat with ALLOW_MEMORY_GROWTH option
...
Fixes issue #12902 with minisat: "Cannot enlarge memory arrays". Recompiled minisat.js as per https://github.com/cunneen/minisat/commit/9068151
Addresses #12902
2025-02-03 22:47:52 +08:00
Nacho Codoñer
4b327b5f9c
Merge branch 'release-3.1.2' into feature/docs-setMinimumBrowserVersions
...
# Conflicts:
# v3-docs/docs/package-lock.json
# v3-docs/docs/package.json
2025-02-03 15:08:18 +01:00
Nacho Codoñer
1ffb748ad7
Merge pull request #13596 from julio-rocketchat/bump-openpgp
...
Bump nodemailer-openpgp to fix vulnerabilities
2025-02-03 14:09:10 +01:00
Victor Parpoil
df0a2ef6ae
feat: enable rollback from argon2 to bcrypt
2025-01-31 15:18:30 +01:00
Victor Parpoil
107f2621ca
feat: add tests for argon : migration, set password and argon parameters change
2025-01-31 15:18:30 +01:00
Victor Parpoil
15c249f656
fix: rename hashPassword in test file to hashPasswordWithSha to avoid confusion with server side hashPassword used to encrypt password
2025-01-31 15:18:30 +01:00
Victor Parpoil
41de1fe907
fix: revert to initial password_tests file
2025-01-31 15:18:30 +01:00
Victor Parpoil
9325a6f1df
fix: remove console log of Urls when Meteor.isPackageTest
2025-01-31 15:18:30 +01:00
Victor Parpoil
48e33b7bdc
feat: add feature toggle argon2Enabled
2025-01-31 15:18:30 +01:00
Julio Araujo
78bbb9908c
Bump openpgp
2025-01-30 16:23:41 +01:00
Nacho Codoñer
fde0eff996
Merge pull request #13593 from ref-app/devel
...
Fix edgeMobile problem
2025-01-30 16:01:54 +01:00
Gabriel Grubba
8bf745795f
Merge branch 'release-3.1.2' into feature/docs-setMinimumBrowserVersions
2025-01-30 08:51:44 -03:00
Per Bergland
4309505ce5
add test
2025-01-30 09:36:23 +01:00
Per Bergland
8d1ddbc702
Fixes #13592 by adding an alias
2025-01-30 08:29:36 +01:00
Jan Dvorak
ef2ba0b42f
Update useragent-ng to v2.4.4, fix #13539
2025-01-28 20:38:24 +01:00
Nacho Codoñer
26835f35a9
Merge branch 'devel' into feature/argon2-password-encryption
2025-01-20 16:08:32 +01:00
Victor Parpoil
c3b3e4c42e
update tests for argon2 settings
2025-01-20 12:29:42 +01:00
Victor Parpoil
78f16e4642
enable using other argon2 settings
2025-01-20 12:29:38 +01:00
Victor Parpoil
bd5b155633
remove old comments (replaced by jsdoc)
2025-01-20 12:29:38 +01:00
Victor Parpoil
30be82af61
accounts-password: major version and more documentation about password encryption
2025-01-20 09:42:15 +01:00
Victor Parpoil
c9c8fbc6d3
account-password: bump version to 3.0.4
2025-01-17 18:18:26 +01:00
Victor Parpoil
ccaeffd2d3
Accounts-passowrd: Adding a test case to ensure smooth migration from bcrypt to argon2
2025-01-17 18:15:18 +01:00
Victor Parpoil
9f0bef76c3
Update accounts-password to use argon2 instead of bcrypt
...
Users that have a bcrypt password stored get progressively migrated to argon2 when their password is checked by `checkPasswordAsync`
2025-01-17 18:13:39 +01:00
Nacho Codoñer
584867ec84
Meteor version to 3.1.1 ☄️
2025-01-15 14:07:30 +01:00
Nacho Codoñer
7dddee0383
Merge pull request #13421 from meteor/feature/13414-pass-extra-to-url
...
Pass extra to Accounts.urls.loginToken
2025-01-14 12:49:36 +01:00
Nacho Codoñer
253397e1e3
Merge branch 'release-3.1.1' into feature/13414-pass-extra-to-url
2025-01-13 16:50:32 +01:00
Nacho Codoñer
9c1236873b
fix code style issues
2025-01-13 15:50:33 +01:00
Nacho Codoñer
b8f5862304
add a log to warn about existing deprecation warnings
2025-01-13 15:41:12 +01:00
Nacho Codoñer
0b5045ff08
affect node's no-deprecation on meteor deprecation warnings
2025-01-13 15:13:38 +01:00
Nacho Codoñer
16e123d1eb
ensure deprecations will only be shown once
2025-01-13 15:07:41 +01:00
Leonardo Venturini
ac9257c0bd
ensure an env variable that handles deprecation messages
2025-01-13 14:50:44 +01:00
Leonardo Venturini
a993b78f86
Merge pull request #13527 from meteor/leonardo/remove-handle
...
fix: observe handle stop context is lost on callbacks
2025-01-10 08:08:18 -04:00
Leonardo Venturini
3e9a981a9b
add comments
2024-12-30 14:48:16 -03:00
Leonardo Venturini
74cc407e1e
remove unnecessary checks
2024-12-30 14:45:02 -03:00