Commit Graph

14395 Commits

Author SHA1 Message Date
Nacho Codoñer
bc9e24e12b fix waitUntil scenario 2025-02-04 17:51:38 +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
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
Leonardo Venturini
555f9eb731 rename test and make sure the check occurs before it finishes 2024-12-30 14:43:33 -03:00
Leonardo Venturini
8db7c8e733 properly test handle state as we cannot intercept errors from bindEnvironment 2024-12-30 09:17:14 -03:00
Leonardo Venturini
781f079e2d bind context correctly by using property instead 2024-12-30 09:16:35 -03:00
Nacho Codoñer
bfc13f51aa Meteor version to 3.1.1-beta.2 ☄️ 2024-12-23 17:03:19 +01:00
Nacho Codoñer
2b7c969c00 Merge pull request #13525 from meteor/upgrade-json5-semver
Update `json5` and `semver` dependencies
2024-12-23 14:09:55 +01:00
Leonardo Venturini
d0ed35ab8c attempt to trigger race condition 2024-12-20 17:59:25 -04:00
Leonardo Venturini
73c7979993 add test 2024-12-20 10:44:05 -04:00
Nacho Codoñer
d7a58873f8 Merge pull request #13522 from meteor/object-id-alias
[Meteor.deprecate] ObjectID alias to backward compatible of meteor packages and allow-deny changes
2024-12-20 06:31:04 +01:00
Nacho Codoñer
9e0f15b53d upgrade json and semver dependencies 2024-12-20 06:22:28 +01:00
Nacho Codoñer
4d2ff46751 trace the line that caused the stop 2024-12-20 05:54:26 +01:00
Nacho Codoñer
f0da097ae8 safety update to avoid crashes 2024-12-20 05:48:18 +01:00
Nacho Codoñer
fc543ae4b6 transform code 2024-12-19 18:40:45 +01:00
Nacho Codoñer
3b6363455d transform code 2024-12-19 18:37:44 +01:00
Nacho Codoñer
fe96f3df56 replace const by var 2024-12-19 18:23:50 +01:00
Nacho Codoñer
7b775016bf remove updateAsync as update rule already covers it 2024-12-19 18:14:48 +01:00
Nacho Codoñer
e44a14e99d apply Meteor.deprecate on allow-deny and ObjectID 2024-12-19 18:13:57 +01:00
Nacho Codoñer
601820f7e5 implement machinery to Meteor.deprecate 2024-12-19 18:13:36 +01:00
Nacho Codoñer
560e2e5f70 fix log 2024-12-19 16:33:03 +01:00
Nacho Codoñer
2070514ffd use a proxy for deprecation 2024-12-19 16:26:37 +01:00
Nacho Codoñer
bd68461e5d ensure cancel error is triggered if exit and oauth not processed 2024-12-19 15:28:40 +01:00
Nacho Codoñer
adf5df9de0 add ObjectID alias to backward compatible of meteor packages 2024-12-19 14:54:38 +01:00
Nacho Codoñer
d6688c6f1c ignore syntax errors on parse, these are not important to exit early and manage cancel of login 2024-12-18 18:03:22 +01:00
Nacho Codoñer
991248c381 ensure scenario of login performaed twice but the last one without the secret that triggered the login (producing a wrong/extra cancel) 2024-12-16 17:17:32 +01:00
Nacho Codoñer
596bbfbce1 implement a retry mechanism over a second 2024-12-16 16:53:07 +01:00