mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
added listSessionsOfGroup and listSessionsOfAuthor
This commit is contained in:
parent
4b48380a2f
commit
dbf9dc6dfb
4 changed files with 89 additions and 90 deletions
|
@ -46,10 +46,8 @@ var functions = {
|
|||
"createSession" : ["groupID", "authorID", "validUntil"],
|
||||
// "deleteSession" : ["sessionID"],
|
||||
"getSessionInfo" : ["sessionID"],
|
||||
// "listSessionsOfGroup" : ["groupID"],
|
||||
// "listSessionsOfAuthor" : ["authorID"],
|
||||
// "deleteAllSessionsOfGroup" : ["groupID"],
|
||||
// "deleteAllSessionsOfAuthor" : ["authorID"],
|
||||
"listSessionsOfGroup" : ["groupID"],
|
||||
"listSessionsOfAuthor" : ["authorID"],
|
||||
"getText" : ["padID", "rev"],
|
||||
"setText" : ["padID", "text"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue