Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-06-01 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-29 | Merge pull request #3182 from storytouch/fix/do_not_hide_force_reconnect_modal | Luiza Pagliari | |
Improvements on modals and "force reconnect" messages | |||
2017-05-29 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-21 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-18 | [feat] New server-side hook: padCopy | Luiza Pagliari | |
Let plugins know when a pad is copied. | |||
2017-05-12 | [fix] Do not close ANY "force reconnect" message | Luiza 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 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 | Do not use cookie for pad shortcuts | Luiza 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-11 | Merge pull request #2891 from bhldev/padShortcutDisable | Luiza Pagliari | |
Added pad shortcut disabling feature to settings.json | |||
2017-05-11 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-05 | Pad_cookie.js to have isCookiesEnabled() cause wasNoCookie() is also true ↵ | Mikk Andresen | |
when User visits first time. | |||
2017-05-05 | Use padcookie instead of raw prefs cookie reading | Mikk Andresen | |
2017-05-05 | Fix regexp | Mikk Andresen | |
2017-05-05 | Use 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" messages | Luiza 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 outer | Luiza Pagliari | |
Also: split tests for automatic reconnection and regular modal tests. | |||
2017-05-04 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-05-03 | [fix] Block user from changing pad after he/she is disconnected | Luiza Pagliari | |
Use same approach of when channel state is chaged to "DISCONNECTED". | |||
2017-05-02 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-27 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-24 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-18 | Merge pull request #3161 from ether/feature/automatic_force_reconnect | Luiza Pagliari | |
Feature: automatic force reconnect | |||
2017-04-15 | Butt On -> button | Adam Niederer | |
2017-04-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-04-05 | [feature] Only automatically reconnect if can establish connection to server | Luiza Pagliari | |
Avoid trying to reload pad when network is not available. | |||
2017-04-04 | [feature] i18n for automatic reconnection messages/buttons | Luiza Pagliari | |
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. | |||
2017-04-03 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-30 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-20 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-13 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-03-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-02-27 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-02-23 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-02-08 | Merge pull request #3136 from joassouza/fix_minify | Luiza Pagliari | |
Fix minification of JS files | |||
2017-02-07 | Refactor code | joassouza | |
2017-02-07 | Fix minification of code | joassouza | |
2017-02-06 | Localisation updates from https://translatewiki.net. | translatewiki.net | |
2017-02-02 | Merge pull request #3119 from storytouch/fix_3118 | Luiza Pagliari | |
Create plugin to run tests for line attribs + fix #3118 | |||
2017-01-29 | Merge pull request #3131 from Sjord/remove-outdated-comment | Stefan | |
Remove deprecated comment | |||
2017-01-26 | Remove deprecated comment | Sjoerd Langkemper | |
The session key is currently stored in SESSIONKEY.txt, so it is no longer reset every time the server starts. | |||
2017-01-12 | [fix] Consider line attribs of plugins when building changesets | Luiza Pagliari | |
When checking the places on text that are identical between content before and after a changeset, we were considering only the standard (Etherpad-core) attributes, and not taking into account attributes created by the plugins. One consequence was that the '*' marker of lines with line attribs were being kept, even when the new lines have different line attribs. See #3118 for more details. Fix #3118. | |||
2017-01-02 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-12-29 | Localisation updates from https://translatewiki.net. | Niklas Laxström | |
2016-12-23 | Release version 1.6.1 | Stefan | |
2016-12-22 | Fixed crash on invalid export url | Stefan | |