-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggesting an "Etherpad-lite Dashboard": administration web page #192
Comments
Yup, I wrote one in PHP: Demo: http://beta.etherpad.org/example_big.php? I need to sit down and create a "todo" list of all the other functionality required such as user account provision etc. |
I've been trying to join etherpad-lite with my mysql sessions via php but I'm confused as to whether or not I have to edit the settings.json file with my database information or do I just have php combine all thr users and point them to a newly created pad? I think there is another issue open about anyone being able to access the pad by just pointing to (e.g. localhost:9001/newpad) |
Afaik there is a feature request open for "API only access". Not sure if this covers this? |
Not, I checked that, and found it does not cover my request. With "administration page" I mean something which is
basically an integrated interface which does not require PHP or other further stuff. |
I was clicking around a bit in your example_big.php script and it crashes the server for me when loading. Error: [object Object] Error: [object Object] Any ideas? |
yeah, I messed it up |
There seems to be an interface here https://github.com/johnyma22/etherpad-lite-pad-manager anyone know anything about it? |
That’s my branch of Paul Lockerby's work.. His work is on SVN so I brought it over to github but I have somewhat neglected it. See: http://paullockaby.com/projects/project/etherpad-user-interface It requires a new pull from Paul and a bunch of work.. I'm also not sure if I will keep working on it or work w/ some other people to produce a "pad group manager plugin" which should bring it more inline w/ the way the project is going .. It could probably be used for low hanging stuff but it doesn't have a bunch of key functionality to make it production ready enough for us at least. -----Original Message----- There seems to be an interface here https://github.com/johnyma22/etherpad-lite-pad-manager anyone know anything about it? Reply to this email directly or view it on GitHub: |
Are any updates available ? I am still looking for a working administration panel, web page, for my Etherpad Lite installation. The demo mentioned in https://github.com/Pita/etherpad-lite/issues/192#issuecomment-2615654 is unfortunately broken ( http://beta.etherpad.org/example_big.php ). |
An admin panel could be perhaps be written as "plugin", but I do not know, how. |
We are still focusing on getting Etherpad integrated into other web apps and not as a complete app itself so this is still reasonably low priority. -----Original Message----- An admin panel could be perhaps written as "plugin", but I do not know, how. Reply to this email directly or view it on GitHub: |
Why not just make your own and contribute it back to the project? There are some available but none are written as plugins or fully integrated to the point they have begun contributing/extending the API. The API has some missing features that also need adding.. -----Original Message----- Are any updates available ? I am still looking for a working administration panel, web page, for my Etherpad Lite installation. The demo mentioned in https://github.com/Pita/etherpad-lite/issues/192#issuecomment-2615654 is unfortunately broken ( http://beta.etherpad.org/example_big.php ). Reply to this email directly or view it on GitHub: |
|
Not to know is past tense. You are just as capable(if not more) as anyone else to fulfil your own requirements. -----Original Message-----
Reply to this email directly or view it on GitHub: |
Ok. You said that the primary goal is to run Etherpad integrated into other web apps - I understand that this can be WordPress or MediaWiki (I wrote a first plugin for MediaWiki) or similar. So what I do understand is that everything - for example to only allow authenticated users to access EPL - must use the EPL API. And I have to program that by myself ? Is this correct ? |
FYI This now exists in most major CMS' and is being adopted constantly, we're updating our Auth framework to support more methods and to make the docs more clear. A native "teampad" wont happen but could be a plugin :) |
Please create a vote for this plugin / feature on http://etherpad.idea.informer.com/ |
Are any updates available ? I am still looking for a working administration panel, web page, for my Etherpad Lite installation. The demo mentioned in
|
I've seen a java client (with gui!) and the php example, which is open |
There is practically a library available for each major language now and there is also a UI available in most. There is also a plugin to bring in some functionality.. I will consider this closed and issues should be created in the respective libraries/clients/plugins repos. |
Has someone already written an adminstration web page where I can send API commands to manage Etherpad lite online?
This could be started via an additional link on the index.html page, or icon in the pads.
A simple jQuery- and EP-API-powered example framework in the git repository which can fire API calls would be a nice to have and a quick answer and solution to several questions and problems such a pad deletion and pad-wise passwort protection.
I am willing to help.
The text was updated successfully, but these errors were encountered: