mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-23 18:17:14 +00:00
Merge pull request #1342 from spcsser/feature/padlisting
API & backend to list pads on epl instance
This commit is contained in:
commit
654654b4e1
5 changed files with 121 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