Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-11 | Do not use cookie for pad shortcuts | Luiza Pagliari | |
Users still cannot choose which shortcuts they want to enable/disable, so it does not make sense (yet) to have a cookie with that preference. This can be reverted once we create an UI to change shortcuts, but PLEASE PLEASE PLEASE do not read the cookie every time handleKeyEvent is called!!! This is an adjustment to #2891. | |||
2017-04-04 | [feature] Create option to automatically reconnect after a few seconds | Luiza Pagliari | |
On some erros that display a modal with "Force reconnect" button, allow Etherpad to automatically reload pad after a few seconds. Amount of seconds is defined on settings.json. Still need to create tests for this feature, and implement i18n. | |||
2016-12-22 | Fixed crash on invalid export url | Stefan | |
2016-09-08 | Remove unused parameter `noDocType`. | Dan Bornstein | |
My editor also auto-stripped some EOL whitespace. | |||
2016-09-08 | Remove the `noDocType` argument, which was only ever passed as `false`. | Dan Bornstein | |
2016-04-26 | Update socket.io to version 1.4.5 | Stefan | |
2016-01-08 | hrm, removal | John McLear | |
2016-01-08 | seems to work | John McLear | |
2015-12-21 | include req and res in export convert hook | John McLear | |
2015-12-17 | check for soffice before removing export paths | Chris Birk | |
2015-12-01 | remove unused variable | John McLear | |
2015-12-01 | Hook for export ocnvert control | John McLear | |
2015-11-26 | regex incoming colors | John McLear | |
2015-10-22 | Merge pull request #2805 from storytouch/indentationSetting | John McLear | |
Create setting to control if a new line will be indented or not | |||
2015-10-22 | Merge pull request #2813 from simong/export-libreoffice | John McLear | |
Allow LibreOffice to be used when exporting a pad | |||
2015-10-20 | Allow LibreOffice to be used when exporting a pad | Simon Gaeremynck | |
This commit adds support for LibreOffice when exporting a pad to doc, pdf, .. This commit also cleans up some export logic when exporting to txt | |||
2015-10-19 | Add an appendText API | Ted Mielczarek | |
2015-10-13 | Create setting to control if a new line will be indented or not | Luiza Pagliari | |
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior. | |||
2015-10-10 | Merge pull request #2730 from emilyxxie/clientready_hook | Stefan | |
added clientReady hook | |||
2015-10-09 | if granularity is negative, endNum is negative and loop | webzwo0i | |
2015-10-09 | check if ChangesetRequest granularity is a number (#2796) | webzwo0i | |
2015-08-15 | Fix API call appendChatMessage to send new message to all connected clients | Stefan | |
2015-07-20 | clientReady hook- pass entire message, updated doc | Emily Xie | |
2015-06-24 | Check for valid session in handleUserInfoUpdate | Clark Boylan | |
Address issue 2674 by checking that the session is valid and has a valid author and padId before using it to update the userInfo for that session. Otherwise it is possible that by the time we try to update a session with new userInfo that session has disconnected and is no longer available to be updated. Without this commit the etherpad-lite service gracefully shutsdown whenever this happens. | |||
2015-06-19 | Allow a pad to only end with a single newline, rather than requiring two. | Xavid | |
2015-05-20 | more read only mode fixes andadd support for handleMessageSecurity hook | John McLear | |
2015-05-18 | Tidy HTML before trying to convert it with abiword | Simon Gaeremynck | |
2015-04-29 | plugins always return html so use that endpoint | John McLear | |
2015-04-11 | Merge pull request #2604 from ether/pad-options | John McLear | |
session key is now ignored and also padOptions are available in settings | |||
2015-04-11 | session key is now ignored and also padOptions are available in settings | John McLear | |
2015-04-11 | make setPadRaw async; streamline .etherpad file import handling chain | Tom Hunkapiller | |
2015-04-10 | fix the rest of the deprecation warnings | Tom Hunkapiller | |
2015-04-08 | update for express 4.x | Tom Hunkapiller | |
2015-04-02 | Merge branch 'develop' of github.com:ether/etherpad-lite into ↵ | John McLear | |
editbar-accessibility | |||
2015-04-01 | reintroduce removed api points that were removed by mistake | John McLear | |
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-04-01 | fix import issue with txt files and abiword #2572 | John McLear | |
2015-03-31 | Merge pull request #2530 from ↵ | John McLear | |
webzwo0i/exception-handling-for-mimatched-composition do not crash when encountering mismatched compositions. log the changese... | |||
2015-03-03 | empty author should be allowed to support clearAuthorship functionality | webzwo0i | |
2015-03-03 | - operator do not show up in the attribs of a pad, but authors could still ↵ | webzwo0i | |
leak to the pool | |||
2015-03-03 | check author in = operator | webzwo0i | |
2015-03-02 | print revision numbers - not changesets - in warn-log | webzwo0i | |
2015-03-02 | callback with argument error in async.series instead | webzwo0i | |
2015-02-26 | do not crash when encountering mismatched compositions. log the changesets ↵ | webzwo0i | |
and padid | |||
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-24 | Stop processing a message without auth (i.e. a client did not send | webzwo0i | |
CLIENT_READY) | |||
2015-01-19 | bumpage | John McLear | |