Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-31 | Added a new API method getPadID for reversing the Readonly ID and introduced ↵ | Stephan Jauernick | |
the API level 1.4.1. Based on: https://github.com/disy-mk/etherpad-lite/commit/97402f60b89549b32238505397c781dce8d79a4c | |||
2014-05-21 | bump ueberdb for more performance on mysql | John McLear | |
2014-05-15 | Fix race condition | Marcel Klehr | |
2014-05-15 | Update ExportHandler.js | John McLear | |
2014-05-14 | Merge pull request #1984 from ldidry/fix/getRevisionChangeset-crash | John McLear | |
Fix getRevisionChangeset API call making etherpad crash | |||
2014-05-12 | use full string not first char | John McLear | |
2014-05-12 | use call first and update docs | John McLear | |
2014-05-12 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-05-09 | Update ImportHandler.js | John McLear | |
2014-05-08 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-05-07 | make async, please check | John McLear | |
2014-05-07 | remove eplite add etherpad | John McLear | |
2014-05-06 | working logic for allowing a server side hook to modify the export file name ↵ | John McLear | |
but NOT the extension | |||
2014-05-06 | abiword shouldnt be used for HTML native documents | John McLear | |
2014-05-03 | Merge pull request #2138 from ether/fix-user-icon-color-and-count | Marcel Klehr | |
Fix showusers button: Show authorcolor and user_count again | |||
2014-04-30 | Fix #online_count | Marcel Klehr | |
Rather dirty, but works. | |||
2014-04-21 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-04-15 | fix color | John McLear | |
2014-04-14 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-04-06 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-03-31 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-03-31 | Toolbar: Fix timeslider button | Marcel Klehr | |
Wouldn't play nice with url params in document.location fixes #2124 | |||
2014-03-30 | Fix redo toolbar command, again. | Marcel Klehr | |
2014-03-30 | Create a customizable timeslider toolbar | Marcel Klehr | |
2014-03-30 | Fix timeslider export dropdown | Marcel Klehr | |
2014-03-29 | fix error on focus remove from import/export | John McLear | |
2014-03-26 | Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messages | John McLear | |
Fix crash with queued messages | |||
2014-03-26 | changelog, package file and fix for redo | John McLear | |
2014-03-20 | Fix REQ_CS rev boundary check | Marcel Klehr | |
fixes #2096 | |||
2014-03-18 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-03-17 | quick formatting clean up | John McLear | |
2014-03-16 | Refactor toolbar.js to use consistent naming | Marcel Klehr | |
2014-03-16 | Toolbar: Allow custom dropdowns for plugins | Marcel Klehr | |
2014-03-16 | Merge branch 'pr/1579' into toolbar-test | Marcel Klehr | |
Conflicts: settings.json.template src/static/js/pad_editbar.js | |||
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-03-13 | Merge pull request #2089 from dmitryuv/changesetslib-fixes | John McLear | |
fix for infinite loop on bad changeset | |||
2014-03-13 | Merge pull request #2080 from ether/ignore-ctrl-pageup | John McLear | |
allow tabs to be cycled when focus is in editor | |||
2014-03-12 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-03-05 | cleaner logic | John McLear | |
2014-03-05 | merge | John McLear | |
2014-03-04 | fix dintenation | John McLear | |
2014-03-04 | preprocessor for domline attributes | John McLear | |
2014-02-26 | Merge pull request #2095 from vvision/develop | Marcel Klehr | |
Fix plugins not being fetched (update npm) | |||
2014-02-26 | Merge pull request #2074 from ↵ | Marcel Klehr | |
webzwo0i/fix-disconnect-on-new-changes-in-padinitialization don't call ace_getInInternationalComposition if editor is not fully load... | |||
2014-02-24 | Updated npm version. | vvision | |
2014-02-20 | remember user session because it can be gone when finalHandler is called | webzwo0i | |
2014-02-20 | fix crash if disconnect happens for sessions that have messages queued | webzwo0i | |
2014-02-20 | fix for infinite loop on bad changeset | Dmitry Uvarov | |
2014-02-19 | Addressed a potential never finishing forEach in PadMessageHandler.padUsers | Simon Gaeremynck | |
If the session info for a client would be null or undefined, the forEach callback would never get called which means the padUsers callback would never get trigged. This could potentially block API request as this function is exposed at an HTTP API endpoint. | |||
2014-02-17 | escape rendered npm package info | Benjamin Chodoroff | |