Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | Correct error message. | Marcel Klehr | |
2012-07-05 | Allow v0.6.0 on UNIX | Marcel Klehr | |
2012-07-05 | Merge pull request #829 from marcelklehr/support-node-0.8 | John McLear | |
Support node 0.8 | |||
2012-07-05 | Merge pull request #838 from redhog/master | John McLear | |
Bug workaround for plugin manager | |||
2012-07-05 | Quick hack to hide ep_etherpad-lite in plugin list | Egil Moeller | |
2012-07-05 | Add latest versions of async, express and connect. | Marcel Klehr | |
2012-07-05 | Allow node v0.6.x and 0.8.x | Marcel Klehr | |
2012-07-05 | Merge pull request #826 from marcelklehr/remove-windows-settings-json | John McLear | |
Remove windows settings json | |||
2012-07-03 | Merge pull request #837 from redhog/master | John McLear | |
Changes from pita/master not in develop :( | |||
2012-07-03 | Merge branch 'master' of git://github.com/Pita/etherpad-lite | Egil Moeller | |
Conflicts: src/node/hooks/express/padurlsanitize.js | |||
2012-07-03 | Merge pull request #835 from redhog/restartserver | John McLear | |
Makes plugin install/uninstall restart Express&socket.io | |||
2012-07-03 | Merge branch 'develop' of git://github.com/Pita/etherpad-lite into restartserver | Egil Moeller | |
2012-07-03 | Make the server restart on plugin install | Egil Moeller | |
2012-07-03 | Merge pull request #833 from MarkTraceur/develop | John McLear | |
Don't rewrite in a stupid way | |||
2012-07-02 | Don't rewrite in a stupid way | Mark Holmquist | |
Since we're already in the proper path for the pad, why worry about it? Replacing the entire path of the URL with /p/padname may have seemed like a good idea at the time, but really, for a 302 we only need a relative pathname. This patch provides the proper way. | |||
2012-06-30 | Use node v0.8.1 / allow node v0.8 | Marcel Klehr | |
2012-06-30 | Replace path.exists with fs.exists | Marcel Klehr | |
2012-06-29 | Merge pull request #827 from MarkTraceur/develop | John McLear | |
Add in padUsersCount method and API call | |||
2012-06-29 | Add in padUsersCount method and API call | Mark Holmquist | |
The PadMessageHandler objects now have a new API call associated with them. I'm sure that's a funny place to put it, but the pad2sessions object in that file seems to be the only place user counts are stored! Anyway, I hope this is helpful. I know it would be for me :) | |||
2012-06-29 | Remove settings.json.template_windows | Marcel Klehr | |
Use settings.json.template | |||
2012-06-29 | Merge pull request #824 from marcelklehr/fix-windows-install-fix | Peter 'Pita' Martischka | |
Fix windows install [important] | |||
2012-06-29 | Fix windows install script | Marcel Klehr | |
* would overwrite settings.json * didn't correctly copy custom templates * cleans var/minified* now | |||
2012-06-29 | Fix plugin loader | Marcel Klehr | |
make it work on client side and with relative paths | |||
2012-06-28 | Merge pull request #822 from marcelklehr/fix-windows-install | John McLear | |
Fix windows install | |||
2012-06-28 | Add windows install script | Marcel Klehr | |
2012-06-28 | Fix plugin loader to work with windows paths (e.g. 'D:\foo\...') | Marcel Klehr | |
2012-06-27 | Merge pull request #821 from marcelklehr/fix-contributor-api-methods | John McLear | |
Fix contributor api methods | |||
2012-06-27 | Some fixes to the contributor API methods | Marcel Klehr | |
Mostly these are coding style adjustments | |||
2012-06-27 | Merge pull request #819 from marcelklehr/contributor-api-methods | John McLear | |
Contributor api methods (listPadsOfAuthor & listAuthorsOfPad ) | |||
2012-06-27 | Merge pull request #820 from MarkTraceur/develop | John McLear | |
Add in getLastEdited API call | |||
2012-06-27 | Add in getLastEdited API call | Mark Holmquist | |
This new HTTP API call, getLastEdited, will return the time of the last revision, in UNIX timestamp format. | |||
2012-06-27 | Add 2 new APIs: listPadsOfAuthor and listAuthorsOfPad | Marcel Klehr | |
Return all pads that a given author has contributed to (not just created) and return all authors who has contributed to a given pad. | |||
2012-06-26 | Merge pull request #818 from MarkTraceur/kick-on-deauth | John McLear | |
Kick on deauth | |||
2012-06-26 | Fix glaring problem with pull request | Mark Holmquist | |
I accidentally forgot to call finalHandler if there was no padID .... :) | |||
2012-06-26 | Merge pull request #817 from MarkTraceur/kick-on-deauth | John McLear | |
Kick on deauth | |||
2012-06-26 | Refuse connection if the user is no longer authorized | Mark Holmquist | |
This should do the trick for issue 815. Please review and merge if it works. Try again: Fewer variables. | |||
2012-06-26 | Merge pull request #816 from MarkTraceur/develop | John McLear | |
Add in a new hook for handleMessage | |||
2012-06-26 | Add in a new hook for handleMessage | Mark Holmquist | |
Add a new hook: handleMessage. Whenever a message comes in, it is intercepted by this hook. | |||
2012-06-22 | Merge pull request #810 from redhog/aceEditEvent | John McLear | |
Plugin/hook features&bugfixes | |||
2012-06-22 | Merge branch 'master' into aceEditEvent | Egil Moeller | |
2012-06-20 | Merge pull request #803 from ametaireau/postgres-in-settings | John McLear | |
mention postgres in the default settings | |||
2012-06-20 | mention postgres in the default settings | Alexis Metaireau | |
2012-06-13 | Merge pull request #784 from jhollinger/master | John McLear | |
Pad name sanitizer shouldn't drop query params | |||
2012-06-13 | The pad name sanitizer shouldn't drop query params. issue #779 | Jordan Hollinger | |
2012-06-13 | Merge pull request #783 from jhollinger/develop | John McLear | |
Pad name sanitizer shouldn't drop query params | |||
2012-06-13 | The pad name sanitizer shouldn't drop query params. issue #779 | Jordan Hollinger | |
2012-06-13 | #763: Use spaces instead of tabs | 0ip | |
2012-06-12 | Merge pull request #763 from cboylan/fix_padjs_customStart | John McLear | |
Fix pad.js' customStart. | |||
2012-06-12 | Merge pull request #777 from cboylan/dev_fix_padjs_customStart | John McLear | |
Fix pad.js' customStart. | |||
2012-06-12 | Fix pad.js' customStart. | Clark Boylan | |
Appears that sourcing of static/custom/pad.js was removed from templates/pad.html. This prevented static/custom/pad.js:customStart from running. Add it back to get customStart working again. |