Commit graph

11 commits

Author SHA1 Message Date
quenenni
75578aa676 Added test to var coming from settings.json file to avoid errors 2013-04-04 14:57:54 +02:00
quenenni
2efae97d4a Added email confirmation for (un)subscription 2013-04-02 05:14:01 +02:00
quenenni
45259b1207 Removed trailing space 2013-03-30 01:51:31 +01:00
quenenni
330cc427b8 Added global option + malformed email + cleaning
- Added 'panelDisplayLocation' option to choose where to show the subscription form
- Manage malformed email (it crashed EPL)
- Brought back popup form to subscribe (with the new options + unsubscription)
- Popup form is a copy of the form in mysettings menu, so no more 2 html codes in 2 different places
- On unsubscription, only remove the email from "globalAuthor" row if the email is the same.
- Put all css styles in css file
- Some cleaning
2013-03-30 01:34:19 +01:00
quenenni
7d3d2a2920 Changed tabs to spaces & removed trailing spaces 2013-03-27 02:19:27 +01:00
quenenni
907ecb9a7b Small corrections
- put back msgs to the debug level instead of info
- remove a call to ep_etherpad-lite/node/utils/Settings as it was for a function that doesn't exist anymore
- remove checked_state var for the form as I manage myself the default check for the options.
2013-03-26 21:40:02 +01:00
etherpad
53c1df8248 Unsubscription & choose to receive a mail onStart / onEnd
- The subscription panel is placed in the "mysettings" menu (not anymmore a popup)
- A Unsubscribe button were added. It removes the email if found
- The 2 options to receive a mail when someone is starting to edit and finished to edit can be chosen for each user (at least one of the two is compulsory)
- First time you go on the email notification panel in the mysettings menu, a call is made to get the email and options already subscribed for this userId
  * If found, the form is pre-filled with the datas
  * If not, the form is set with defaults values
It's just informative. Users can still subscribe another mail for this userId.
- Removed the integration of this plugin in the "Share this pad" menu. First becaue, imo, it's not the place, and second, because it meant 2 forms with the same id.
2013-03-26 20:44:34 +01:00
John McLear
b4732ecc69 Update handleMessage.js 2013-03-19 22:29:34 +00:00
John McLear
29cb2b2526 remove cursing 2013-01-31 16:02:38 +00:00
John McLear
1e0c0bd586 some fixes 2013-01-31 02:31:59 +00:00
John McLear
36d10a5010 make it send emails 2013-01-31 01:57:12 +00:00