summaryrefslogtreecommitdiff
path: root/settings.json.template
AgeCommit message (Collapse)Author
2017-05-11[fix] Have one setting for each shortcut to create ordered listLuiza Pagliari
This is an adjustment to #2891.
2017-05-11[fix] Fix shortcut enabling flag for 'ESC'Luiza Pagliari
This is an adjustment to #2891.
2017-05-11[fix] Fix format of settings template + add information about shortcutsLuiza Pagliari
There was an extra comma at the end of shortcut list, this was breaking Etherpad startup. This is an adjustment to #2891.
2017-05-11Merge pull request #2891 from bhldev/padShortcutDisableLuiza Pagliari
Added pad shortcut disabling feature to settings.json
2017-04-04[feature] Create option to automatically reconnect after a few secondsLuiza Pagliari
On some erros that display a modal with "Force reconnect" button, allow Etherpad to automatically reload pad after a few seconds. Amount of seconds is defined on settings.json. Still need to create tests for this feature, and implement i18n.
2016-11-11Correct the spelling of occured to occurredPaul Carver
The correct spelling is occurred. See http://www.gingersoftware.com/english-online/spelling-book/misspelling/occurred-occured-ocurred or other dictionary search results.
2016-08-12Fix value to be valid JSON.Dan Bornstein
Also fixed some errant EOL whitespace.
2016-05-22Issue #2960 - deactivate settings.jsonLokeshN
Deactivate settings.json in Admin dashboard
2016-01-21Added pad shortcut disabling featureBrian Lim
2015-12-21set charset for mysql connection in settings.jsonStefan
2015-12-02remove applySettings hook and allow credentials.json to be part of coreJohn McLear
2015-10-22Merge pull request #2805 from storytouch/indentationSettingJohn McLear
Create setting to control if a new line will be indented or not
2015-10-20Allow LibreOffice to be used when exporting a padSimon 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-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-08-08Fix typo in commentgen2
2015-06-23Update settings.json.templateJohn McLear
2015-05-18Tidy HTML before trying to convert it with abiwordSimon Gaeremynck
2015-04-22Adding support for providing intermediate CA certificates when running ↵Andreas Åkre Solberg
etherpad-lite with ssl through Node/expressjs
2015-04-11session key is now ignored and also padOptions are available in settingsJohn McLear
2015-04-11Move sessionKey setting from settings.json to SESSIONKEY.txtStefan
2015-04-06pass error messages to pad text if shown during startupJohn McLear
2015-02-16allow for load testing connections to hit by a settingJohn McLear
2014-07-22tidy up template a bitJohn McLear
2014-07-22tidy up template a bitJohn McLear
2014-07-22tidy up template a bitJohn McLear
2014-07-22tidy up template a bitJohn McLear
2014-07-22Support to allow for a setting so you can stop unknown file types from being ↵John McLear
imported
2014-06-17Merge pull request #1787 from goldquest/dev_nopass_whensessionMarcel Klehr
Grant access for valid session to password protected group pads so, if user has valid session, they don't need the password
2014-03-30Create a customizable timeslider toolbarMarcel Klehr
2014-03-16Merge branch 'pr/1579' into toolbar-testMarcel Klehr
Conflicts: settings.json.template src/static/js/pad_editbar.js
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-10-19Privacy: Add an option to disable IP loggingGrant Woodford
2013-05-29Grant access, when valid session is available and sessionNoPassword is setgoldquest
2013-04-24updated to use settingsSpruce (Felix Fichte)
updated handler/SocketIORouter.js to use new setting updated hooks/express.js to use new setting updated utils/Settings.js to accept new setting updated settings.json.template so new setting is present
2013-04-13Adding settings.json.template example for the toolbar.cohitre
2013-03-05Remove nested /* */ from settings.json.templateVictor Hooi
2013-03-03Fix comma errors in settings.json.templateyourcelf
2013-03-03Merge pull request #1569 from ether/doc/log4js-appendersJohn McLear
Document the endless possibilities of log4js..
2013-03-03[settings.json.template] Shrink things together a bit and consistently ↵Marcel Klehr
indent comments
2013-03-01remove more references to liteJohn McLear
2013-02-27Document the endless possibilities of log4jsMarcel Klehr
2013-02-13session key in settings file OR generate temp key for instanceJohn McLear
2013-01-24Update settings.json.templateJohn McLear
2013-01-13Add log4js config settingMarcel Klehr
2012-12-10moved to settings.json.template bottom; chg gitignoreWikinaut
2012-12-07merged upstream developWikinaut
2012-12-02removed empty line in settings.json.templateWikinaut
2012-12-02removed wrong comment in settings.json.templateWikinaut
2012-12-02add socketTransportProtocols parameterWikinaut
2012-11-26Added message translatable about features importing without abiwordIván Eixarch