Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2014-02-09 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-02-02 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-02-01 | allow tabs to be cycled when focus is in editor | John McLear | |
2014-01-28 | don't call ace_getInInternationalComposition if editor is not fully loaded | webzwo0i | |
2014-01-25 | Merge pull request #2052 from ether/fix/l10n-fallbacks-related-langs | Marcel Klehr | |
Try to find related languages as a fallback | |||
2014-01-24 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-01-24 | Merge pull request #2062 from Gared/enable_import_buttons | Marcel Klehr | |
Fix #1835 Enable import buttons after failed import (timeout) | |||
2014-01-24 | fix randomstring | webzwo0i | |
2014-01-19 | Fix #1835 Enable import buttons after failed import (timeout) | Gared | |
2014-01-19 | Fix #2058 Add square brackets to url characters | Gared | |
2014-01-15 | convert over to server-side crypto | Robert Helmer | |
2014-01-15 | new randomString function should take len arg | Robert Helmer | |
2014-01-15 | mozilla bug 844796 - use node crypto module for randomString | Robert Helmer | |
2014-01-11 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2014-01-06 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2013-12-30 | Try to find related languages as a fallback | Marcel Klehr | |
fixes #2029 | |||
2013-12-28 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2013-12-23 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2013-12-18 | expose update browser selection function | John McLear | |
2013-12-18 | dont error when pressing del on rep 0 0 | John McLear | |
2013-12-17 | Merge pull request #2041 from ether/fix-get-attr | John McLear | |
better handling for attribute queries | |||
2013-12-17 | better handling for attribute queries | John McLear | |
2013-12-17 | Don't crash if CHANGESET_REQ fails | Marcel Klehr | |
2013-12-17 | Fix server side bug index overflow | s1341 | |
The server wasn't properly checking that the changesets it needed to return for changeset_requests actually existed. | |||
2013-12-17 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2013-12-16 | Merge pull request #1514 from ether/dont-die-on-bad-html | John McLear | |
dont die on bad html but only warn to api logger but dont tell client th... | |||
2013-12-14 | Add input validation for html param in setHTML() | Lennart Brinkmann | |
2013-12-10 | Merge branch 'fix-exporthtml-styling-tags' of ↵ | John McLear | |
https://github.com/webzwo0i/etherpad-lite into develop | |||
2013-12-09 | resolve merge conflict | John McLear | |
2013-12-09 | Merge pull request #2028 from webzwo0i/remove-deadcode | John McLear | |
Remove deadcode | |||
2013-12-09 | Merge pull request #2030 from ether/import_hook | John McLear | |
Working import hooks | |||
2013-12-09 | Remove console logs | John McLear | |