Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | fix typo | Mikołaj Biel | |
2017-05-18 | [feat] New server-side hook: padCopy | Luiza Pagliari | |
Let plugins know when a pad is copied. | |||
2016-05-28 | fixes #2945 | John McLear | |
2016-01-06 | Update DB.js | John McLear | |
2015-11-10 | Protects against a null atext in cloneAText | Francois Cassin | |
2015-10-28 | Fix for #2809 | Bradley Arvin | |
2015-10-19 | Add an appendText API | Ted Mielczarek | |
2015-09-30 | Fix off-by-one: The chatHead is in fact a valid message index. | Andreas Fried | |
This fixes #2751. | |||
2015-08-30 | Merge pull request #2757 from Gared/doc_append_chat_message | Stefan | |
Add appendChatMessage API to docs | |||
2015-08-15 | Fix missing bracket | Stefan | |
2015-08-15 | Fix API call appendChatMessage to send new message to all connected clients | Stefan | |
2015-06-30 | Restore newline-adding to setText() if passed string does not end in '\n'. | Xavid | |
Add a test for the ending-in-'\n' case and update tests for the other case. | |||
2015-06-21 | Add an 'author' entry to the context for the padCreate and padUpdate hooks. | Xavid | |
2015-05-05 | When using setText(), replace the entire existing text of the pad, | Xavid | |
rather than replacing all except the last letter. | |||
2015-04-11 | Merge pull request #2302 from Gared/create_pad_special_characters | John McLear | |
Add check for special url characters to createPad API function | |||
2015-04-11 | Merge branch 'master' of git://github.com/ether/etherpad-lite into ↵ | Stefan | |
create_pad_special_characters | |||
2015-04-08 | update for express 4.x | Tom Hunkapiller | |
2015-04-01 | tests and fix up sloppy code by original author | John McLear | |
2015-04-01 | Merge branch 'feature/append-chat-api' of github.com:derosm2/etherpad-lite ↵ | John McLear | |
into append-chat-api | |||
2015-02-25 | Add backend tests for new API functions | Luc Didry | |
These new functions are: * getSavedRevisionsCount * listSavedRevisions * saveRevision + typo fixing in backend tests | |||
2015-02-25 | Add a saveRevision API function | Luc Didry | |
Calling saveRevision create an author which name is "API" | |||
2015-02-24 | Fixes #1870 | Luc Didry | |
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions | |||
2015-02-09 | Adding api call for appending a chat message. | Mike DeRosa | |
2015-01-19 | more fixing | John McLear | |
2015-01-19 | bumpage | John McLear | |
2014-12-29 | delay write to fix copypad -- bad practice but due to db.set not allowing ↵ | John McLear | |
callback | |||
2014-12-29 | resolve merge conflict | John McLear | |
2014-12-17 | fix typo in addSavedRevisions | webzwo0i | |
2014-12-16 | remove more dead requires. | webzwo0i | |
2014-12-16 | Merge pull request #2373 from webzwo0i/avoid-global-vairables | John McLear | |
dont make local variables global | |||
2014-12-14 | dont make local variables global | webzwo0i | |
2014-11-15 | Merge pull request #1682 from luto/fix-listSessionsOfGroup | John McLear | |
Don't error in listSessionsOfGroup when there are non-existing sessions | |||
2014-11-12 | Update API.js | Cristo | |
2014-11-12 | Update API.js | Cristo | |
2014-11-12 | Update API.js | Cristo | |
2014-11-12 | update pad clients | Cristo | |
2014-11-08 | Add check for special url characters to createPad API function | Stefan | |
2014-11-08 | comment addded | Cristo | |
2014-11-08 | Added option to restore revisions #1791 | Cristo | |
2014-07-08 | Merge pull request #2174 from ether/fix/copy-pad-update-lists | Marcel Klehr | |
Fix #2136: update cache and group list when copying pads | |||
2014-07-07 | Fix Pad#copy routine for updating group list | Marcel Klehr | |
2014-06-17 | Merge pull request #1787 from goldquest/dev_nopass_whensession | Marcel Klehr | |
Grant access for valid session to password protected group pads so, if user has valid session, they don't need the password | |||
2014-06-11 | Fix #2136: update cache and group list when copying pads | Marcel Klehr | |
2014-06-01 | Renamed the variable to prevent possible problems. | Stephan Jauernick | |
2014-05-31 | Enhanced the Example for the API Method getPadID and make the return value ↵ | Stephan Jauernick | |
consistent to other functions | |||
2014-05-31 | Implemented the the new API method getPadID for reversing the Readonly ID. ↵ | Stephan Jauernick | |
Based on: https://github.com/disy-mk/etherpad-lite/commit/ff88c19fc12887a49fdb752adb15ee3145f521f0 | |||
2014-05-14 | Merge pull request #1984 from ldidry/fix/getRevisionChangeset-crash | John McLear | |
Fix getRevisionChangeset API call making etherpad crash | |||
2014-03-14 | Sometimes, the author2session / group2session don't exist anymore, but the ↵ | goldquest | |
session does. It should be possible to delete a session, if they don't exist | |||
2014-01-15 | convert over to server-side crypto | Robert Helmer | |
2013-12-17 | Don't crash if CHANGESET_REQ fails | Marcel Klehr | |