summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-28FIX-2864: Add useAbiword flagJainendra Mandavi
This is a fix for the issue - 2864 Which is import failure of PDF after importing a text file
2017-07-27Localisation updates from https://translatewiki.net.translatewiki.net
2017-07-26Fix AbiWord wikilink and capitalization (#3227)Matic Potočnik
2017-07-12Added support for the Montserrat Font as discussed in #3201 (#3205)Jan Holub
* Added support for the Montserrat Font as discussed in #3201 I chose a thin version of the Font (namely Montserrat Light) as the regular font and Montserrat Regular as the bold version. The thin fonts just look better in my opinion.
2017-07-12Merge pull request #3206 from 00SteinsGate00/RobotoMonoLuiza Pagliari
Added RobotoMono as a more modern and pretty monospaced font
2017-07-12Merge pull request #3214 from patrickeasters/add_credentials_argLuiza Pagliari
Add credentials arg to CLI module
2017-07-10fix typoMikołaj Biel
2017-07-06Localisation updates from https://translatewiki.net.translatewiki.net
2017-07-05Fetch credentials arg from CLIPatrick Easters
2017-07-04Localisation updates from https://translatewiki.net.translatewiki.net
2017-07-03Localisation updates from https://translatewiki.net.translatewiki.net
2017-06-26Localisation updates from https://translatewiki.net.translatewiki.net
2017-06-21Added RobotoMono as a more modern and pretty monospaced font, addressing #3201Jan Holub
I added RobotoMono-Regular and RobotoMono-Bold as TrueTypeFont files and included them into the list. I tred to stay in alphabetical order where possible. The author of #3201 was asking for a more modern monospaced font.
2017-06-19Localisation updates from https://translatewiki.net.translatewiki.net
2017-06-15Localisation updates from https://translatewiki.net.translatewiki.net
2017-06-05Localisation updates from https://translatewiki.net.translatewiki.net
2017-06-01Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-29Merge pull request #3182 from storytouch/fix/do_not_hide_force_reconnect_modalLuiza Pagliari
Improvements on modals and "force reconnect" messages
2017-05-29Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-21Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-20Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-18[feat] New server-side hook: padCopyLuiza Pagliari
Let plugins know when a pad is copied.
2017-05-12[fix] Do not close ANY "force reconnect" messageLuiza Pagliari
Fix previous commit. As "force reconnect" buttons have all the same id on DOM, on the previous commit we were only disallowing the first button with that id on DOM -- "userdup" -- to be closed by a click on editor. Casually the tests were using the same error to simulate a "force reconnect", so even the tests were not getting the issue.
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-11Do not use cookie for pad shortcutsLuiza Pagliari
Users still cannot choose which shortcuts they want to enable/disable, so it does not make sense (yet) to have a cookie with that preference. This can be reverted once we create an UI to change shortcuts, but PLEASE PLEASE PLEASE do not read the cookie every time handleKeyEvent is called!!! 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-05-11Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-05Pad_cookie.js to have isCookiesEnabled() cause wasNoCookie() is also true ↵Mikk Andresen
when User visits first time.
2017-05-05Use padcookie instead of raw prefs cookie readingMikk Andresen
2017-05-05Fix regexpMikk Andresen
2017-05-05Use different cookie name for different protocols - ↵Mikk Andresen
https://github.com/ether/etherpad-lite/issues/3179
2017-05-04[fix] Do not close "force reconnect" messagesLuiza Pagliari
If a "force reconnect" message is displayed to the user, it means the only way to go back to a healthy state is to reload the pad. So we cannot hide this kind of message, like what is done with other modals (eg: "settings").
2017-05-04[fix] Close modals when user clicks both on pad inner and outerLuiza Pagliari
Also: split tests for automatic reconnection and regular modal tests.
2017-05-04Localisation updates from https://translatewiki.net.translatewiki.net
2017-05-03[fix] Block user from changing pad after he/she is disconnectedLuiza Pagliari
Use same approach of when channel state is chaged to "DISCONNECTED".
2017-05-02Localisation updates from https://translatewiki.net.translatewiki.net
2017-04-27Localisation updates from https://translatewiki.net.translatewiki.net
2017-04-24Localisation updates from https://translatewiki.net.translatewiki.net
2017-04-20Localisation updates from https://translatewiki.net.translatewiki.net
2017-04-18Merge pull request #3161 from ether/feature/automatic_force_reconnectLuiza Pagliari
Feature: automatic force reconnect
2017-04-15Butt On -> buttonAdam Niederer
2017-04-06Localisation updates from https://translatewiki.net.translatewiki.net
2017-04-05[feature] Only automatically reconnect if can establish connection to serverLuiza Pagliari
Avoid trying to reload pad when network is not available.
2017-04-04[feature] i18n for automatic reconnection messages/buttonsLuiza Pagliari
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.
2017-04-03Localisation updates from https://translatewiki.net.translatewiki.net
2017-03-30Localisation updates from https://translatewiki.net.translatewiki.net
2017-03-20Localisation updates from https://translatewiki.net.translatewiki.net
2017-03-13Localisation updates from https://translatewiki.net.translatewiki.net