summaryrefslogtreecommitdiff
path: root/node/db
AgeCommit message (Expand)Author
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller
2012-02-14Merge branch 'modulize-share'Chad Weider
2012-02-14Correct typo in 363e1685618b1bb05802a221021549eb0ee7a3bd.Chad Weider
2012-02-14Merge pull request #422 from jhollinger/fix_listPadsPeter 'Pita' Martischka
2012-02-10Share `randomString` method.Chad Weider
2012-02-10Share the `AttributePoolFactory`, `Changeset`, and `contentcollector` modules.Chad Weider
2012-02-06HTTP API listPads should return an arrayJordan
2012-01-30remove joose dependencybooo
2012-01-28move randomString function into modulebooo
2012-01-08Merge pull request #289 from jhollinger/no_spacesJohn McLear
2011-12-22Bugfix to API calling indexOf on an undefined padIDJordan
2011-12-16Sanitize pad namesJordan
2011-12-10replaced all stop callbacks with customError callbacks. Fixes #270Peter 'Pita' Martischka
2011-12-08Don't make the globalPads too global ;)Peter 'Pita' Martischka
2011-12-04Changed all error handling to async-stacktrace style + fixed import/export on...Peter 'Pita' Martischka
2011-11-26Merge pull request #222 from jhollinger/masterPeter 'Pita' Martischka
2011-11-21Add editOnly optionJordan
2011-11-21Implement a 'requireSession' mode, which requires any user to have a valid se...Jordan
2011-11-17Hook the ImportHtml module into the APILorenzo Gil Sanchez
2011-10-31Allow to get the HTML of the pad with the APILorenzo Gil
2011-09-30make globalPads into an ad-hoc Object that can store values with arbitrary na...Rob Speer
2011-08-22added deleteGroup API functionPeter 'Pita' Martischka
2011-08-17moved require joose to the correct placePeter 'Pita' Martischka
2011-08-17ensure wrong socketio messages doesn't kill the serverPeter 'Pita' Martischka
2011-08-16added deletePad API functionPeter 'Pita' Martischka
2011-08-16ensure password and publicStatus functions are only used with group padsPeter 'Pita' Martischka
2011-08-13added a security manager to control pad access on group padsPeter 'Pita' Martischka
2011-08-13fixed regular expression PadID checkPeter 'Pita' Martischka
2011-08-11changed copyright from Peter 'Pita' Martischka to Peter 'Pita' Martischka (Pr...Peter 'Pita' Martischka
2011-08-10added setPublicStatus, getPublicStatus, setPassword and isPasswordProtectedPeter 'Pita' Martischka
2011-08-10harmonize different ID types, improved the prefixesPeter 'Pita' Martischka
2011-08-10added deleteSessionPeter 'Pita' Martischka
2011-08-10changed name of getMapped*4 functions to create*IfNotExistsForPeter 'Pita' Martischka
2011-08-09clean upPeter 'Pita' Martischka
2011-08-09added listSessionsOfGroup and listSessionsOfAuthorPeter 'Pita' Martischka
2011-08-09added createSession and getSessionInfoPeter 'Pita' Martischka
2011-08-09added getMappedAuthor4Peter 'Pita' Martischka
2011-08-09added create AuthorPeter 'Pita' Martischka
2011-08-09cleaned up authormanagerPeter 'Pita' Martischka
2011-08-08added the listPads and createGroupPadPeter 'Pita' Martischka
2011-08-08added getMappedGroup4 and createGroupPeter 'Pita' Martischka
2011-08-04added createPadPeter 'Pita' Martischka
2011-08-04added getReadOnlyIDPeter 'Pita' Martischka
2011-08-04added getRevisionsCountPeter 'Pita' Martischka
2011-08-04added setText and simplified getTextPeter 'Pita' Martischka
2011-08-04check the padID with a regular expressionPeter 'Pita' Martischka
2011-08-03Installed API infrastructure, getText works alreadyPeter 'Pita' Martischka
2011-08-01replaced tabs with spacesPeter 'Pita' Martischka
2011-07-31bugfix bugfixPeter 'Pita' Martischka
2011-07-31Installed log4js as logging frameworkPeter 'Pita' Martischka