summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-31Added 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-21bump ueberdb for more performance on mysqlJohn McLear
2014-05-15Fix race conditionMarcel Klehr
2014-05-15Update ExportHandler.jsJohn McLear
2014-05-14Merge pull request #1984 from ldidry/fix/getRevisionChangeset-crashJohn McLear
Fix getRevisionChangeset API call making etherpad crash
2014-05-12use full string not first charJohn McLear
2014-05-12use call first and update docsJohn McLear
2014-05-12Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-05-09Update ImportHandler.jsJohn McLear
2014-05-08Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-05-07make async, please checkJohn McLear
2014-05-07remove eplite add etherpadJohn McLear
2014-05-06working logic for allowing a server side hook to modify the export file name ↵John McLear
but NOT the extension
2014-05-06abiword shouldnt be used for HTML native documentsJohn McLear
2014-05-03Merge pull request #2138 from ether/fix-user-icon-color-and-countMarcel Klehr
Fix showusers button: Show authorcolor and user_count again
2014-04-30Fix #online_countMarcel Klehr
Rather dirty, but works.
2014-04-21Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-04-15fix colorJohn McLear
2014-04-14Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-04-06Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-03-31Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-03-31Toolbar: Fix timeslider buttonMarcel Klehr
Wouldn't play nice with url params in document.location fixes #2124
2014-03-30Fix redo toolbar command, again.Marcel Klehr
2014-03-30Create a customizable timeslider toolbarMarcel Klehr
2014-03-30Fix timeslider export dropdownMarcel Klehr
2014-03-29fix error on focus remove from import/exportJohn McLear
2014-03-26Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messagesJohn McLear
Fix crash with queued messages
2014-03-26changelog, package file and fix for redoJohn McLear
2014-03-20Fix REQ_CS rev boundary checkMarcel Klehr
fixes #2096
2014-03-18Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-03-17quick formatting clean upJohn McLear
2014-03-16Refactor toolbar.js to use consistent namingMarcel Klehr
2014-03-16Toolbar: Allow custom dropdowns for pluginsMarcel Klehr
2014-03-16Merge branch 'pr/1579' into toolbar-testMarcel Klehr
Conflicts: settings.json.template src/static/js/pad_editbar.js
2014-03-14Sometimes, 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-13Merge pull request #2089 from dmitryuv/changesetslib-fixesJohn McLear
fix for infinite loop on bad changeset
2014-03-13Merge pull request #2080 from ether/ignore-ctrl-pageupJohn McLear
allow tabs to be cycled when focus is in editor
2014-03-12Localisation updates from https://translatewiki.net.Siebrand Mazeland
2014-03-05cleaner logicJohn McLear
2014-03-05mergeJohn McLear
2014-03-04fix dintenationJohn McLear
2014-03-04preprocessor for domline attributesJohn McLear
2014-02-26Merge pull request #2095 from vvision/developMarcel Klehr
Fix plugins not being fetched (update npm)
2014-02-26Merge 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-24Updated npm version.vvision
2014-02-20remember user session because it can be gone when finalHandler is calledwebzwo0i
2014-02-20fix crash if disconnect happens for sessions that have messages queuedwebzwo0i
2014-02-20fix for infinite loop on bad changesetDmitry Uvarov
2014-02-19Addressed a potential never finishing forEach in PadMessageHandler.padUsersSimon 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-17escape rendered npm package infoBenjamin Chodoroff