summaryrefslogtreecommitdiff
path: root/src/node/utils
AgeCommit message (Expand)Author
2018-01-03Add settings to scroll on edition out of viewport (#3282)Joas Souza
2017-07-05Fetch credentials arg from CLIPatrick Easters
2017-05-11[fix] Have one setting for each shortcut to create ordered listLuiza Pagliari
2017-05-11[fix] Fix shortcut enabling flag for 'ESC'Luiza Pagliari
2017-05-11Merge pull request #2891 from bhldev/padShortcutDisableLuiza Pagliari
2017-04-04[feature] Create option to automatically reconnect after a few secondsLuiza Pagliari
2017-02-07Refactor codejoassouza
2017-02-07Fix minification of codejoassouza
2016-09-09Handle relative paths properly, when `@import`ing.Dan Bornstein
2016-09-09Handle `@import` during CSS minification.Dan Bornstein
2016-09-08Remove unused parameter `noDocType`.Dan Bornstein
2016-09-08Remove the `noDocType` argument, which was only ever passed as `false`.Dan Bornstein
2016-08-24Use an EEJS template for HTML export instead of inlining it in the JS code.Dan Bornstein
2016-06-20Fixed path checkStefan
2016-06-13Merge pull request #2991 from LokeshN/deactivate-settingsJohn McLear
2016-05-22Issue #2960 - deactivate settings.jsonLokeshN
2016-05-16Use fs.statSync instead of fs.existsSync (deprecated)Stefan
2016-04-09include the padIdJohn McLear
2016-01-21Added pad shortcut disabling featureBrian Lim
2015-12-17check for soffice before removing export pathsChris Birk
2015-12-02working logicJohn McLear
2015-11-03Create hook exportHtmlAdditionalTagsWithDataLuiza Pagliari
2015-10-22Merge pull request #2798 from ypid/fixed_get_git_hashJohn McLear
2015-10-22Merge pull request #2805 from storytouch/indentationSettingJohn McLear
2015-10-22Use `Etherpad` rather than `Etherpad Lite` when exporting HTMLSimon Gaeremynck
2015-10-20Allow LibreOffice to be used when exporting a padSimon Gaeremynck
2015-10-13Create setting to control if a new line will be indented or notLuiza Pagliari
2015-10-07Get git commit hash even if the repo only points to a bare repo.Robin Schneider
2015-09-17Fixing ed52626. It was closing the span with </span data-TAG=VALUE>, not </span>Luiza Pagliari
2015-09-07Generating pad HTML with tags like <span data-TAG="VALUE"> instead of <TAG:VA...Luiza Pagliari
2015-08-24Accepting Arrays on 'exportHtmlAdditionalTags' to handle attributes stored as...Luiza Pagliari
2015-08-03Fix link to etherpad-lite on GitHubThomas Russell Murphy
2015-05-22Do not extend Array.prototypeStéphane Alnet
2015-05-22use removeItem instead of remove namespaceJohn McLear
2015-05-19Merge branch 'develop' of github.com:ether/etherpad-lite into developJohn McLear
2015-05-19dont show editing buttons in R/O viewJohn McLear
2015-05-18Using log4js in TidyHtmlSimon Gaeremynck
2015-05-18Tidy HTML before trying to convert it with abiwordSimon Gaeremynck
2015-05-06Fix backend tests with new setText() implementation; tests dependedXavid
2015-04-15revert to old path handling, but strip out "..". fixes #2614Tom Hunkapiller
2015-04-12dont allow directory traversal #2louis
2015-04-11Merge pull request #2604 from ether/pad-optionsJohn McLear
2015-04-11merge object settings into default settingsPeter 'Pita' Martischka
2015-04-11session key is now ignored and also padOptions are available in settingsJohn McLear
2015-04-11Merge pull request #2602 from devoidfury/fix/import-large-etherpadJohn McLear
2015-04-11make setPadRaw async; streamline .etherpad file import handling chainTom Hunkapiller
2015-04-11Move sessionKey setting from settings.json to SESSIONKEY.txtStefan
2015-04-11Log version number and git-sha on server startStefan
2015-04-10Add version number to plugins-info pageStefan
2015-04-10dont allow directory traversalJohn McLear