This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
1.90.0 (2017-06-28)
chore
- eslint: update to latest eslint (#252) r=vbudhram (1157bb2)
- train: uplift train 89 (#253), r=@philbooth (06944e8)
Features
- db: store flowIds with signinCodes (3fac7d7)
- email: Update procedures to use email table (#245), r=@philbooth, @rfk (b896063)
- tokens: Add ability to reset accounts tokens (#249), r=@philbooth (92199bc)
1.89.3 (2017-06-21)
Features
- email: Don't use subquery on email verify update (#251), r=@jbuck (102dea4)
1.89.2 (2017-06-21)
Features
- email: Remove temporary table from
accountEmails query (#250), r=@rfk, @jbuck (e9d0335)
1.89.1 (2017-06-14)
Features
- email: Add email table migration script (#247), r=@rfk, @jbuck (9ef8cbf)
1.89.0 (2017-06-13)
Features
- db: enable signinCode expiry (2b53553)
- email: Keep account email and emails table in sync (#241), r=@rfk, @philbooth (78d5559)
Refactor
- test: refactor our tests to use Mocha instead of TAP (0441ea9)
1.87.0 (2017-05-17)
Bug Fixes
- docs: update authors and node.js version in README (5610b92)
- email: Use correct delete account procedure (#231) (4a16bf3)
chore
- docker: Use official node image & update to Node.js v4.8.2 (#225) r=vladikoff (2298e38)
Features
- docker: add custom feature branch (#237) r=jrgm (d21a8df)
- email: Add get email endpoint (#227), r=@vladikoff, @rfk (8f5653c)
- signinCodes: migration and endpoints for signinCodes table (#235), r=@vbudhram (b740793)
- tokens: prune tokens older than 3 months (#224) r=vladikoff (fdc19c1), closes #219
1.86.0 (2017-05-01)
Bug Fixes
- docs: update authors and node.js version in README (6d89d30)
chore
- docker: Use official node image & update to Node.js v4.8.2 (#225) r=vladikoff (2298e38)
Features
- email: Add get email endpoint (#227), r=@vladikoff, @rfk (8f5653c)
- tokens: prune tokens older than 3 months (#224) r=vladikoff (fdc19c1), closes #219
1.85.0 (2017-04-18)
Bug Fixes
- install: add formatter to main package.json (#222) (f4cb995)
- security: escape json output (#220) r=vladikoff (13b9f70)
chore
- dependencies: update all our production dependencies (#217) r=vladikoff (e008849)
0.83.0 (2017-03-21)
Bug Fixes
- config: Add environment variable for ipHmacKey (65f6d78)
- emailBounces: receive the email parameter in the url as hex (e1c078b)
- security-events: Correctly handle tokenless security events in mem backend (#215) r=vladikoff,sea (0f816cb)
Features
- email: Add support for adding additional emails (#211), r=@seanmonstar, @rfk (1c436c9)
0.82.0 (2017-03-06)
Features
- docker: add docker via Circle CI (#212) r=jbuck,seanmonstar (8f913be), closes #208
- sessions: update the sessions query to include device information (#203) r=vbudhram (70dcc5b)
0.81.0 (2017-02-23)
Bug Fixes
- email: Return
createdAt when calling db.emailRecord (#209), r=@rfk (1a226cc)
- reminders: adjust mysql procedures (#200) r=rfk (4b6a92d)
- style: replace tab char with a space (#207) r=rfk (44470ad)
Features
- db: add emailBounces table (4fe29fa)
- tokens: add prune token maxAge and update pruning (#206); r=rfk (699c352)
- tokens: get the device associated with a tokenVerificationId (#204) r=vladikoff (7f45075)
0.76.0 (2016-12-13)
Bug Fixes
- schema: Complete final phase of several previous migrations (7eddbc9)
chore
- deps: add new shrinkwrap command (#193) (b33c750), closes #189
0.75.0 (2016-11-30)
Bug Fixes
- bufferize: Only bufferize params we explicitly want as buffers. (#182); r=philbooth (a461769)
- bufferize: Only bufferize params we explicitly want as buffers. (#187) r=vladikoff (aad12bb)
Reverts
- bufferize: revert the extra bufferize logic (e913a66)
0.74.0 (2016-11-15)
chore
- lint: Include ./bin/*.js in eslint coverage (6c8eeba)
- securityEvents: Stop writing to the
securityEvents.tokenId column. (1e3763d)
Features
- eventLog: Remove the unused "eventLog" feature. (a138e76)
0.72.0 (2016-10-19)
Bug Fixes
- securityEvents: Tweak securityEvents db queries based on @jrgm feedback (ffa5561)
0.71.0 (2016-10-05)
Bug Fixes
- travis: drop node 0.10 test config (c1b1841)
chore
- travis: add node 6 explicitly to travis (#175) r=vladikoff (c1556ab)
Features
- unblock: add unblockCode support (12fb9df)
0.70.0 (2016-09-24)
Bug Fixes
- security: Fix the endpoints for /securityEvents. (5dfd5f8), closes #171
Features
- db: return account.email from accountDevices (b090367)
- security: add security events (cc31172)
0.69.0 (2016-09-09)
Bug Fixes
- db: don't return zombie devices from accountDevices (6e5c2db)
- db: Fix the typo (7bfdf91)
- db: Update resetAccount to not delete from accountUnlockCodes (616602a)
- shrinkwrap: refresh shrinkwrap (83d94d4)
feature
- newrelic: add optional newrelic integration (fca7e2e)
Refactor
- db: Remove account unlock related code. (340e299)
0.68.0 (2016-08-24)
Bug Fixes
- db: ensure that devices get deleted with session tokens (840dda6)
- db: use an index when deleting device records by sessionToken id. (f5bbb60)
- scripts: add process.exit to populate script (7820fdc)
- scripts: ensure changelog is updated sanely (24376cc)
Features
- scripts: add device records to the populate script (c235696)
0.67.0
- fix(deps): update dev dependencies #143
- fix(deps): update prod dependencies #144
- chore(readme): update travis status badge url
- fix(tests): switch coverage tool, add coveralls #145
- chore(deps): update to latest request and sinon #148
- feat(db): Remove account lockout #147
- fix(db): remove createAccountResetToken stored procedure and endpoint #154
- refactor(db): remove openId #153
- feat(db): Record whether we must verify each unverified token #155
0.63.0
- feat(db): implement verification state for key fetch tokens #138
- chore(travis): drop node 0.12 support #139
- feat(reminders): add verification reminders #127
- chore(mozlog): update from mozlog@2.0.3 to 2.0.5 #140
- chore(scripts): sort scripts alphabetically #140
- chore(shrinkwrap): add "npm run shrinkwrap" script #140
0.62.0
- feat(mx-stats): Add a script to print stats on popular mail providers #134
- feat(db): store push keys according to the current implementation #133
- feat(db): implement new token verification logic #132
0.59.0
- fix(logging): log connection config and charset info at startup #131
- fix(tests): adjust notifier tests monkeypatching to accept mozlog signature #130
- fix(logging): adjust logging method calls to use mozlog signature #130
- fix(tests): enforce mozlog rules in test logger #130
0.58.0
- fix(db): expunge devices in resetAccount sproc #128
0.57.0
- feat(devices): added sessionWithDevice endpoint
- chore(dependencies): upgrade mozlog to 2.0.3
0.55.0
- feat(docker): Additional Dockerfile for self-hosting #121
- docs(contributing): Mention git commit guidelines #122
train-53
- chore(deps): Update mysql package dependency to latest version #112
- fix(tests): Upgrade test runner and fix some test declarations #112
train-51
- fix(travis): build and test on 0.10, 0.12 and 4.x, and allow failure on >= 5.x
- chore(shrinkwrap): update npm-shrinkwrap.json
train-50.1
- fix(db): fix memory-store initialisation of device fields to null #117
- fix(version): print out constructor class name; adds /version alias #118
train-50
- chore(nsp): re-added shrinkwrap validation to travis
- fix(server): fix bad route parameter name
- feat(db): update devices to match new requirements
train-49
- reverted some dependencies to previous versions due to #113
train-48
- feat(db): add device registration and management endpoints #110
train-46
- feat(db): add endpoint to return a user's sessions #102
- feat(db): return accountCreatedAt from sessionToken stored procedure #105
- chore(metadata): Update package metadata for stand-alone server lib. #106
train-45
- fix(metrics): measure request count and time in perf tests - #97
- fix(metrics): append delimiter to metrics output - #94
- chore(version): generate legacy-format output for ./config/version.json - #101
- chore(metrics): add script for creating dummy session tokens - #100
- chore(metrics): report latency in performance tests - #99
- chore(eslint): change complexity rule - #96
- chore(metrics): add scripts for perf-testing metrics queries - #88
train-44
- There are no longer separate fxa-auth-db-mysql and fxa-auth-db-server repositories - assemble all db repos - #56
- preliminary support for authenticating with OpenID - #78
- feat(db): add script for reporting metrics #80
- feat(db): store user agent and last-access time in sessionTokens - #65
- refactor(config): Use human-readable duration values in config - #62
- fix(tests): used a randomized openid url - #92
- fix(db): default user-agent fields to null in memory backend - #90
- fix(server): prevent insane bufferization of non-hex parameters - #89
- chore(configs): eliminate sub-directory dotfiles - #69
- chore(package): expose scripts for running and testing db-mem - #71
- chore(project): merge db-server project admin/config stuff to top level - #74
- chore(docs): update readme and api docs for merged repos - #76
- reshuffle package.json (use file paths, not file: url) - #77
- chore(coverage): exclude fxa-auth-db-server/node_modules from coverage checks - #82
train-42
- fix(tests): pass server object to backend tests - #63
- refactor(db): remove verifyHash from responses - #48
- chore(shrinkwrap): update shrinkwrap for verifyHash removal - #61
- chore(shrinkwrap): update shrinkwrap, principally to head of fxa-auth-db-server - #63
train-41
- feat(api): Return the account email address on passwordChangeToken - #59
- chore(travis): Tell Travis to use #fxa-bots - #60
train-40
- fix(notifications): always return a promise from db.processUnpublishedEvents, fixes #49 - #52
- fix(npm): Update npm-shrinkwrap to include the last version of fxa-auth-db-server - #50
- chore(cleanup): Fixed some syntax errors reported by ESLint - #55
- fix(db): Return 400 on incorrect password - #53
- refactor(db): Remove old stored procedures that are no longer used - #57
train-39
- fix(npm): Update npm-shrinkwrap to include the last version of fxa-auth-db-server - #50
- Added checkPassword_1 stored procedure - #45
- Use array for Mysql read() bound parameters - #45
- chore(license): Update license to be SPDX compliant - #46
train-37
- refactor(lib): move most things into lib/
- build(travis): Test on both io.js v1 and v2
- chore(shrinkwrap): update shrinkwrap picking up lib changes in fxa-auth-db-server
train-36
- refactor(db): Change table access in stored procedures to be consistent - #36
- fix(db): Fix reverse patches 8->7 and 9->8 - #38
- fix(package): Remove uuid completely since no longer needed - #37
- chore(package): Update to mysql-patcher@0.7.0 - #39
- chore(copyright): Update to grunt-copyright v0.2.0 - #40
- chore(test): Test on node.js v0.10, v0.12 and the latest io.js - #41
train-35
- there was no train-35 for fxa-auth-db-mysql
train-34
- feat(events): Publish account events to notification server in a background loop - #25
- Note: this feature is disabled by default (see 'config.notifications.publishUrl'),
and will not be enabled in train-34
- fix(notifier): allow us to use the json secret key from the auth-server directly for the notifier - #29
- fix(db): do not set createdAt, verifierSetAt or normalizedEmail here - #31
- fix(logging): load the logger from the new location - #32
- fix(release): add tasks "grunt version" and "grunt version:patch" to - #34
- chore(tests): Remove console logging during test run - #25
- chore(tests): Don't assume log.info message order during tests - #25
- chore(tests): Remove some apparently-unused files in 'test' directory - #25
- chore(package.json): add extra fields related to the repo - #30
- chore(shrinkwrap): update shrinkwrap - #33
train-33
- Log account activity events for later publishing to notification service - #20
- Fix tests to do more reliable error-message detection - #20
- Correctly pass pool name when getting a connection - #23
- Use mozlog for logging - #21
- Log memory-usage stats emitted by fxa-auth-db-server - #24
- Some documentation and packaging tweaks - #17, #18
train-32
- Add ability to mark an account as "locked" for security reasons - #7
- Add support for docker-based development workflow - #13
train-31
- Only fail with a DB patch level less than the one expected
- (hotfix) regenerated npm-shrinkwrap.json that uses the correct version of fxa-auth-db-server - #15
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.