mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Added functionality to list pads on this server.
This commit is contained in:
parent
a42f220ee2
commit
198754222d
4 changed files with 97 additions and 3 deletions
|
@ -42,6 +42,12 @@ exports.deleteGroup = groupManager.deleteGroup;
|
|||
exports.listPads = groupManager.listPads;
|
||||
exports.createGroupPad = groupManager.createGroupPad;
|
||||
|
||||
/**********************/
|
||||
/**PADLIST FUNCTION****/
|
||||
/**********************/
|
||||
|
||||
exports.listAllPads = padManager.getPads;
|
||||
|
||||
/**********************/
|
||||
/**AUTHOR FUNCTIONS****/
|
||||
/**********************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue