Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-11 | [fix] Have one setting for each shortcut to create ordered list | Luiza 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 shortcuts | Luiza 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-11 | Merge pull request #2891 from bhldev/padShortcutDisable | Luiza Pagliari | |
Added pad shortcut disabling feature to settings.json | |||
2017-04-04 | [feature] Create option to automatically reconnect after a few seconds | Luiza 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-11 | Correct the spelling of occured to occurred | Paul 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-12 | Fix value to be valid JSON. | Dan Bornstein | |
Also fixed some errant EOL whitespace. | |||
2016-05-22 | Issue #2960 - deactivate settings.json | LokeshN | |
Deactivate settings.json in Admin dashboard | |||
2016-01-21 | Added pad shortcut disabling feature | Brian Lim | |
2015-12-21 | set charset for mysql connection in settings.json | Stefan | |
2015-12-02 | remove applySettings hook and allow credentials.json to be part of core | John McLear | |
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-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-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-08-08 | Fix typo in comment | gen2 | |
2015-06-23 | Update settings.json.template | John McLear | |
2015-05-18 | Tidy HTML before trying to convert it with abiword | Simon Gaeremynck | |
2015-04-22 | Adding support for providing intermediate CA certificates when running ↵ | Andreas Åkre Solberg | |
etherpad-lite with ssl through Node/expressjs | |||
2015-04-11 | session key is now ignored and also padOptions are available in settings | John McLear | |
2015-04-11 | Move sessionKey setting from settings.json to SESSIONKEY.txt | Stefan | |
2015-04-06 | pass error messages to pad text if shown during startup | John McLear | |
2015-02-16 | allow for load testing connections to hit by a setting | John McLear | |
2014-07-22 | tidy up template a bit | John McLear | |
2014-07-22 | tidy up template a bit | John McLear | |
2014-07-22 | tidy up template a bit | John McLear | |
2014-07-22 | tidy up template a bit | John McLear | |
2014-07-22 | Support to allow for a setting so you can stop unknown file types from being ↵ | John McLear | |
imported | |||
2014-06-17 | Merge pull request #1787 from goldquest/dev_nopass_whensession | Marcel 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-30 | Create a customizable timeslider toolbar | Marcel Klehr | |
2014-03-16 | Merge branch 'pr/1579' into toolbar-test | Marcel Klehr | |
Conflicts: settings.json.template src/static/js/pad_editbar.js | |||
2013-12-05 | Replace tabs indentation with spaces indentation | Luc Didry | |
Some files are obviously external libraries, I didn't touch them | |||
2013-10-19 | Privacy: Add an option to disable IP logging | Grant Woodford | |
2013-05-29 | Grant access, when valid session is available and sessionNoPassword is set | goldquest | |
2013-04-24 | updated to use settings | Spruce (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-13 | Adding settings.json.template example for the toolbar. | cohitre | |
2013-03-05 | Remove nested /* */ from settings.json.template | Victor Hooi | |
2013-03-03 | Fix comma errors in settings.json.template | yourcelf | |
2013-03-03 | Merge pull request #1569 from ether/doc/log4js-appenders | John 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-01 | remove more references to lite | John McLear | |
2013-02-27 | Document the endless possibilities of log4js | Marcel Klehr | |
2013-02-13 | session key in settings file OR generate temp key for instance | John McLear | |
2013-01-24 | Update settings.json.template | John McLear | |
2013-01-13 | Add log4js config setting | Marcel Klehr | |
2012-12-10 | moved to settings.json.template bottom; chg gitignore | Wikinaut | |
2012-12-07 | merged upstream develop | Wikinaut | |
2012-12-02 | removed empty line in settings.json.template | Wikinaut | |
2012-12-02 | removed wrong comment in settings.json.template | Wikinaut | |
2012-12-02 | add socketTransportProtocols parameter | Wikinaut | |
2012-11-26 | Added message translatable about features importing without abiword | Iván Eixarch | |