index
:
etherpad-lite
cr/openbsd_install
develop
master
Really real-time collaborative document editing. http://etherpad.org
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
db
/
API.js
Age
Commit message (
Expand
)
Author
2012-02-26
The Big Renaming - etherpad is now an NPM module
Egil Moeller
2011-12-22
Bugfix to API calling indexOf on an undefined padID
Jordan
2011-12-10
replaced all stop callbacks with customError callbacks. Fixes #270
Peter 'Pita' Martischka
2011-12-04
Changed all error handling to async-stacktrace style + fixed import/export on...
Peter 'Pita' Martischka
2011-11-17
Hook the ImportHtml module into the API
Lorenzo Gil Sanchez
2011-10-31
Allow to get the HTML of the pad with the API
Lorenzo Gil
2011-08-16
added deletePad API function
Peter 'Pita' Martischka
2011-08-16
ensure password and publicStatus functions are only used with group pads
Peter 'Pita' Martischka
2011-08-11
changed copyright from Peter 'Pita' Martischka to Peter 'Pita' Martischka (Pr...
Peter 'Pita' Martischka
2011-08-10
added setPublicStatus, getPublicStatus, setPassword and isPasswordProtected
Peter 'Pita' Martischka
2011-08-10
changed name of getMapped*4 functions to create*IfNotExistsFor
Peter 'Pita' Martischka
2011-08-09
clean up
Peter 'Pita' Martischka
2011-08-09
added listSessionsOfGroup and listSessionsOfAuthor
Peter 'Pita' Martischka
2011-08-09
added createSession and getSessionInfo
Peter 'Pita' Martischka
2011-08-09
added getMappedAuthor4
Peter 'Pita' Martischka
2011-08-09
added create Author
Peter 'Pita' Martischka
2011-08-08
added the listPads and createGroupPad
Peter 'Pita' Martischka
2011-08-08
added getMappedGroup4 and createGroup
Peter 'Pita' Martischka
2011-08-04
added createPad
Peter 'Pita' Martischka
2011-08-04
added getReadOnlyID
Peter 'Pita' Martischka
2011-08-04
added getRevisionsCount
Peter 'Pita' Martischka
2011-08-04
added setText and simplified getText
Peter 'Pita' Martischka
2011-08-03
Installed API infrastructure, getText works already
Peter 'Pita' Martischka