summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-10-13Create setting to control if a new line will be indented or notLuiza 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-10Merge pull request #2730 from emilyxxie/clientready_hookStefan
added clientReady hook
2015-10-10Merge pull request #2799 from Gared/fix_url_location_errorStefan
Fix decode error if pad name contains special characters and is sanitized
2015-10-09if granularity is negative, endNum is negative and loopwebzwo0i
2015-10-09check if ChangesetRequest granularity is a number (#2796)webzwo0i
2015-10-08Fix decode error if pad name contains special characters and is sanitizedStefan
2015-10-07Get git commit hash even if the repo only points to a bare repo.Robin Schneider
* Used by https://github.com/debops/ansible-etherpad
2015-09-30Fix off-by-one: The chatHead is in fact a valid message index.Andreas Fried
This fixes #2751.
2015-09-28Merge pull request #2777 from storytouch/fix2772Luiza Pagliari
Fix 2772. Skipping line marker when applying attribs to a range
2015-09-25Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-09-17Fixing ed52626. It was closing the span with </span data-TAG=VALUE>, not </span>Luiza Pagliari
2015-09-16Merge pull request #2774 from ether/timeslider-fixStefan
Timeslider: Fix "Return to pad" button
2015-09-10Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-09-08Fix 2772. Skipping line marker when applying attribs to a rangeLuiza Pagliari
2015-09-07Generating pad HTML with tags like <span data-TAG="VALUE"> instead of ↵Luiza Pagliari
<TAG:VALUE>
2015-09-05Merge pull request #2743 from lpagliari/developStefan
Removing style that makes editor scroll to the top on iOS without any action from the user
2015-09-03Timeslider: Fix "Return to pad" buttonRobin Buse
Closes #2768
2015-08-30Merge pull request #2757 from Gared/doc_append_chat_messageStefan
Add appendChatMessage API to docs
2015-08-24Accepting Arrays on 'exportHtmlAdditionalTags' to handle attributes stored ↵Luiza Pagliari
as ['key', 'value'] (and not only ['key', 'true'])
2015-08-15Fix missing bracketStefan
2015-08-15Fix API call appendChatMessage to send new message to all connected clientsStefan
2015-08-07Merge pull request #2 from CodeMichael/patch-1CodeMichael
allow admin to run on a sub-directory
2015-08-07allow /admin to run on a sub-directoryCodeMichael
2015-08-07allow admin to run on a sub-directoryCodeMichael
2015-08-05Release version 1.5.7Stefan
2015-08-05Fix broken switchToPad methodStefan
2015-08-04Removing style that makes editor scroll to the top on iOS without any action ↵Luiza Pagliari
from the user
2015-08-03Fix link to etherpad-lite on GitHubThomas Russell Murphy
2015-07-27Avoid space removal when pasting text from word processor.Olivier Tétard
Since bf380eea504662ea41aa431e30d7e30ad6a36cd3, some spaces were removed when pasting text from a word processor (at least using Libre Office). To avoid double space creations and space removal, we only remove line break which are tight to a space character.
2015-07-23Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-07-20clientReady hook- pass entire message, updated docEmily Xie
2015-07-17Merge pull request #2721 from lpagliari/developPeter 'Pita' Martischka
Complementing #2718 + Fixing empty toolbar when on read-only & menu_left has no button
2015-07-14Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-07-11Add a aceSelectionChanged hook to allow plugins to react when the cursorXavid
location changes.
2015-07-08Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-07-07Fix editbar height for read-only padsLuiza Pagliari
2015-07-07Adding missing code to make toolbar be fixed on top/bottom of the screen for ↵Luiza Pagliari
iOS devices. This commit complements 9ccaeb5.
2015-07-03Fixing chat on bottom of the page for mobile devicesLuiza Pagliari
2015-07-02Fixing toolbar on top of the page for mobile devicesLuiza Pagliari
2015-07-01Added Helvetica Neue to the Normal fontGerhard Großmann
2015-07-01Added CSS fallback fontsGerhard Großmann
I’m not sure if this is the correct and only place where to change this. I just gave the present fonts some fallbacks (when possible) but didn’t add, remove or merge fonts.
2015-06-30Restore newline-adding to setText() if passed string does not end in '\n'.Xavid
Add a test for the ending-in-'\n' case and update tests for the other case.
2015-06-28aria-labels for everythingJohn McLear
2015-06-24Check for valid session in handleUserInfoUpdateClark 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-24Fixing @font-face src path to be able to use font icons on plugins when ↵Luiza Pagliari
minify is on. This is a commit similar to 56ce8e8, which did the same for 'opendyslexic'.
2015-06-22Merge pull request #2699 from xavidotron/developJohn McLear
Add author information to the context for padCreate and padUpdate hooks.
2015-06-22Localisation updates from https://translatewiki.net.Siebrand Mazeland
2015-06-21Add an 'author' entry to the context for the padCreate and padUpdate hooks.Xavid
2015-06-19Allow a return keypress in a list on the last line of a pad to create a newXavid
line.
2015-06-19Allow a pad to only end with a single newline, rather than requiring two.Xavid