pad.libre-service.eu-etherpad/src/node/db
John McLear 680d9a2811 Don't try to populate padlist on each req
This is an important fix, prolly wants merging into master ASAP.  

Before this fix each new pad request would re-populate the all pads object, this is a blocking procedure and slows down the loading to a point where it's almost useless :(

Testing didn't find this because our testing stack isn't populated with pad data :|  TLDR.  Our tests still suck, hard.
2013-10-13 16:39:45 +01:00
..
API.js ‘Etherpad Lite’ -> ‘Etherpad’ 2013-09-29 13:57:37 +02:00
AuthorManager.js allow author manager to use custom error module 2013-10-03 14:45:23 +01:00
DB.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
GroupManager.js API: fix createGroup for mapper endpoint for cases when a mapped group has been deleted 2013-09-18 16:04:10 +02:00
Pad.js Added colors to pad diff 2013-01-27 16:45:09 +00:00
PadManager.js Don't try to populate padlist on each req 2013-10-13 16:39:45 +01:00
ReadOnlyManager.js Don't create new pad if a non-existant read-only pad is accessed 2013-10-12 18:41:48 +02:00
SecurityManager.js Don't create new pad if a non-existant read-only pad is accessed 2013-10-12 18:41:48 +02:00
SessionManager.js Begin supporting the database but still have a problem where it generates new key on restart... 2013-02-13 01:33:22 +00:00
SessionStore.js expires was never defined 2013-03-23 18:01:44 +00:00