summaryrefslogtreecommitdiff
path: root/src/node/db/PadManager.js
AgeCommit message (Collapse)Author
2013-11-01Update padList correctlyMarcel Klehr
fixes #1971
2013-10-14Pad list cache: You can't change the cache if it's not initiatedMarcel Klehr
(as per 200f2507172d50084cd8cfe6aae6b25a3045fb09 - doh.)
2013-10-13You don't need the padList if you want to alter itMarcel Klehr
Don't query the db for caching a list of pads if you only want to alter the list
2013-10-13Don't try to populate padlist on each reqJohn McLear
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-09clean upJohn McLear
2013-10-09more warnsJohn McLear
2013-10-09suggestionJohn McLear
2013-02-10remove console warnJohn McLear
2013-02-10kinda brutal way of stopping plugins being able to pass *s instead of attributesJohn McLear
2013-01-18listAllPads should return an object, not an arraay. issue #1374Jordan Hollinger
2013-01-11Modified pad list manager to return an ordered list.spcsser
2013-01-11Edited getPads function to be able to work without callbackSwen
2013-01-09Added functionality to use spcsser/ueberDB findKey functionality.Swen
2013-01-08Added commentsSwen
2013-01-08Added commentsSwen
2013-01-08Added functionality to list pads on this server.Swen
2012-03-31fix pitas fixJohn McLear
2012-03-02Merge branch 'pita'Egil Moeller
Resolved conflicts: .gitignore src/static/js/ace.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/domline.js src/static/pad.html src/static/timeslider.html Ignored conflicts (please merge manually later): node/server.js src/node/utils/Minify.js
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller