etherpad-lite/src/node/db
muxator 1a93ab4eb5 db/Pad: reversed truthy condition to make core logic evident
Since the original comparison compared for truthy and not for "===", and it's
3 AM now, I blindly negated it, in order to show how fragile it was in the first
instance.

No functional changes.

This is the final commit of this refactoring series.
2018-08-29 03:03:34 +02:00
..
API.js db/API.js: early return to make error handling evident. No functional changes 2018-08-29 02:18:32 +02:00
AuthorManager.js db/AuthorManager: early return, no functional changes 2018-08-29 02:28:40 +02:00
DB.js Update DB.js 2016-01-06 00:01:48 +00:00
GroupManager.js db/GroupManager: early return, no functional changes 2018-08-29 02:42:29 +02:00
Pad.js db/Pad: reversed truthy condition to make core logic evident 2018-08-29 03:03:34 +02:00
PadManager.js db/PadManager: early return, no functional changes 2018-08-29 01:47:38 +02:00
ReadOnlyManager.js convert over to server-side crypto 2014-01-15 11:44:57 -08:00
SecurityManager.js SecurityManager.js: early return, no functional changes 2018-08-29 02:33:29 +02:00
SessionManager.js db/API.js, SessionManager: lot of copied & pasted code in integer parsing 2018-08-29 02:08:05 +02:00
SessionStore.js update for express 4.x 2015-04-08 23:12:11 -05:00