Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | Update the bowser.js to the new version | joassouza | |
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well. | |||
2015-11-26 | regex incoming colors | John McLear | |
2015-11-24 | Merge pull request #2840 from ether/applySettings | John McLear | |
allow settings to be applied from the filesystem | |||
2015-11-24 | clean up | John McLear | |
2015-11-24 | allow settings to be applied from the filesystem | John McLear | |
2015-11-24 | Merge pull request #2839 from Blake-jne/faster-migration | John McLear | |
Improve DB migration performance. | |||
2015-11-21 | Improve DB migration performance. | Blake Tölva | |
Achieve 10x speedup in migrating a 12mb dirtyDB file by disabling ueberDB caching in this special case. Add some progress messages to the migration script and rename it, as nothing in it is tied to mysql. | |||
2015-11-06 | paste hook and class for editorcontainer | John McLear | |
2015-11-05 | Merge pull request #2828 from Komasa/develop | Stefan | |
Update installDeps.sh to support node v5 | |||
2015-11-04 | Update installDeps.sh | Komasa | |
2015-11-03 | Merge pull request #2827 from storytouch/exportHtmlAdditionalTagsWithData | Luiza Pagliari | |
Create hook exportHtmlAdditionalTagsWithData | |||
2015-11-03 | Create hook exportHtmlAdditionalTagsWithData | Luiza Pagliari | |
The new hook does the same as exportHtmlAdditionalTags, but is declared in another hook to avoid confusion about how to export tags when they are stored as ['tag', 'value'] on attribute pool. This complements #2762, as per @Gared suggestions. | |||
2015-11-02 | Merge pull request #2819 from bradarv90/develop | John McLear | |
Fix for #2809 | |||
2015-11-02 | Merge pull request #2820 from storytouch/fix_2818 | John McLear | |
Fix logic to check if any hook handled ACE key event. Fix #2818 | |||
2015-11-02 | Merge pull request #2822 from storytouch/esc | John McLear | |
Allow plugins handle "esc" key event | |||
2015-10-30 | Merge pull request #2823 from storytouch/develop | Luiza Pagliari | |
Add callstack to aceSelectionChanged context | |||
2015-10-30 | Add callstack to aceSelectionChanged context | Luiza Pagliari | |
2015-10-29 | Allow plugins handle "esc" key event | joassouza | |
2015-10-28 | Fix for #2809 | Bradley Arvin | |
2015-10-27 | Fix logic to check if any hook handled ACE key event. Fix #2818 | Luiza Pagliari | |
Instead of checking if only the first hook had returned true, we check all hooks. | |||
2015-10-26 | Merge pull request #2817 from storytouch/fix_tests_2805 | Luiza Pagliari | |
Fix flaky tests introduced by #2805 | |||
2015-10-24 | Fix flaky tests introduced by #2805 | Luiza Pagliari | |
2015-10-22 | Update installOnWindows.bat | John McLear | |
2015-10-22 | Merge pull request #2724 from xavidotron/develop | John McLear | |
Add a aceSelectionChanged hook to allow plugins to react when the cursor moves | |||
2015-10-22 | Merge pull request #2739 from otetard/bugfix/fix_space_removal | John McLear | |
Avoid space removal when pasting text from word processor. | |||
2015-10-22 | Merge pull request #2748 from CodeMichael/develop | John McLear | |
allow /admin to run in a subdirectory | |||
2015-10-22 | Merge pull request #2797 from ypid/rebuild-better-error | John McLear | |
Give better error message when rebuildPad.js hits a non-existing rev. | |||
2015-10-22 | Merge pull request #2798 from ypid/fixed_get_git_hash | John McLear | |
Get git commit hash even if the repo only points to a bare repo. | |||
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-22 | Merge pull request #2808 from lukeroge/patch-1 | John McLear | |
Pedantic Space | |||
2015-10-22 | Merge pull request #2810 from luser/append-text | John McLear | |
Add an appendText API | |||
2015-10-22 | Use `Etherpad` rather than `Etherpad Lite` when exporting HTML | Simon Gaeremynck | |
2015-10-22 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
2015-10-22 | add classes for bootstrap targeting, pew pew | John McLear | |
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-17 | Merge pull request #2762 from storytouch/exportTagsAsArrays | Stefan | |
Accepting Arrays on 'exportHtmlAdditionalTags' | |||
2015-10-15 | Pedantic Space | Luke Rogers | |
<3 | |||
2015-10-14 | Localisation updates from https://translatewiki.net. | Siebrand Mazeland | |
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-10 | Merge pull request #2799 from Gared/fix_url_location_error | Stefan | |
Fix decode error if pad name contains special characters and is sanitized | |||
2015-10-10 | Merge pull request #2787 from Gared/support_node_4 | Stefan | |
Support version 4 of node.js | |||
2015-10-09 | Merge pull request #2801 from webzwo0i/fix-issue-2796 | webzwo0i | |
Fix pull request 2796 | |||
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-10-08 | Fix decode error if pad name contains special characters and is sanitized | Stefan | |
2015-10-07 | Get git commit hash even if the repo only points to a bare repo. | Robin Schneider | |
* Used by https://github.com/debops/ansible-etherpad | |||
2015-10-07 | Give better error message when rebuildPad.js hits a non-existing rev. | Robin Schneider | |