Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-25 | fix paths in convert.js so it works | John McLear | |
2012-10-25 | fix marcels trailing , | John McLear | |
2012-10-25 | Merge pull request #1088 from marcelklehr/fix/update-npm | John McLear | |
Update npm | |||
2012-10-25 | Merge pull request #1089 from marcelklehr/legal/extend-collaboraters | John McLear | |
Add myself to the list of contributers | |||
2012-10-25 | Add "Marcel Klehr" to contributers list | Marcel Klehr | |
2012-10-25 | Update npm (fix #1012) | Marcel Klehr | |
2012-10-25 | Fix broken layout (Chrome Mobile) | 0ip | |
2012-10-25 | Merge pull request #1081 from clkao/develop | Matthias Bartelmeß | |
Do not assume window object exists | |||
2012-10-23 | Do not assume window object exists | Chia-liang Kao | |
2012-10-16 | Merge pull request #1072 from marcelklehr/fix/timeslider-links-regexp | John McLear | |
Fix #1067 Corrected exports links regexp | |||
2012-10-16 | Fix #1067 Corrected exports links regexp | Marcel Klehr | |
2012-10-15 | couch, level, mongo, postgres, redis DB support | John McLear | |
Support for additional underlying databases | |||
2012-10-11 | Update src/package.json | John McLear | |
Bump version # | |||
2012-10-11 | Merge pull request #1059 from lepidum/develop | John McLear | |
Fix for #1032 caused by pull-request 999 | |||
2012-10-11 | Merge pull request #3 from ayokura/fix-international-composition | lepidum | |
fix Pita/etherpad-lite #1032 (International composition (e.g. Japanese Input)) | |||
2012-10-12 | fix Pita/etherpad-lite #1032 | NAGOYA, Yoshihiko | |
refact inInternationalComposition | |||
2012-10-11 | Merge pull request #1035 from amtep/develop | John McLear | |
Guard against malicious clients in USERINFO_UPDATE handling | |||
2012-10-11 | Merge pull request #1057 from dmitryuv/sync-processing | Marcel Klehr | |
fix for error handling in the callback code | |||
2012-10-11 | fix for error handling in callback code | Dmitry | |
The callback code does not follow error handling guidelines, thus always receiving NULL instead of results array. | |||
2012-10-11 | Merge pull request #1056 from dmitryuv/sync-processing | Marcel Klehr | |
Fix variable name in handleMessageHook | |||
2012-10-11 | fixed variable name in handleMessageHook | Dmitry | |
the code would never work as expected with this type | |||
2012-10-09 | Merge pull request #1049 from cweider/fix-express | John McLear | |
Drop method deprecated in Express 3.x. | |||
2012-10-09 | Drop method deprecated in Express 3.x. | Chad Weider | |
2012-10-06 | Remove two instances of the same function name | John McLear | |
Both functions did the same thing, the first function was buggy. Might be worth someone looking through the history of this file and pointing out when I made this heinous error ;) | |||
2012-10-05 | Merge pull request #1034 from d-a-n/develop | John McLear | |
Added hooks for pad events create/edit/load/remove | |||
2012-10-04 | Merge pull request #1004 from yourcelf/develop | John McLear | |
Add `userColor` query param to set initial color | |||
2012-10-04 | Fix issue caused by broken async update | johnyma22 | |
2012-10-03 | Merge pull request #1003 from Pita/express-v3 | John McLear | |
Upgrade Express to v3 [proposal] | |||
2012-10-03 | Merge pull request #1038 from cweider/fix-relative | John McLear | |
Upgrade to Yajsml bug fix. | |||
2012-10-03 | Changed pad_id to padID to follow projct standards. | d-a-n | |
2012-10-03 | Changed pad_id to padID to follow projct standards. | d-a-n | |
2012-10-03 | Changed pad hook names to follow naming conventions. Arguments will now be ↵ | d-a-n | |
passed as hash. | |||
2012-10-03 | Changed pad hook names to follow naming conventions. | d-a-n | |
2012-10-03 | Merge branch 'develop' into express-v3 | Marcel Klehr | |
Conflicts: src/node/hooks/express/errorhandling.js | |||
2012-10-02 | Upgrade to Yajsml bug fix. | Chad Weider | |
2012-10-02 | USERINFO_UPDATE: construct a new message for broadcast | Richard Braakman | |
The server was reusing the client's message when broadcasting userinfo updates. This would allow a malicious client to insert arbitrary fields into a message that the other clients would trust as coming from the server. For example, adding "disconnect" or renaming other authors. This commit fixes it by having the server construct a new message with known fields before broadcasting. | |||
2012-10-02 | Updated docs for new pad hooks (add, edit, remove) | d-a-n | |
2012-10-02 | Added pad hooks (create, load, edit, remove) | d-a-n | |
2012-10-02 | Updated docs for new pad hooks (add, edit, remove) | d-a-n | |
2012-10-02 | Updated docs for new pad hooks (add, edit, remove) | d-a-n | |
2012-10-02 | Merge pull request #1031 from gedion/develop | John McLear | |
Update docs for new hooks and ace exposures | |||
2012-10-02 | Merge pull request #1033 from marcelklehr/fix/shutdown-on-middlware-error | John McLear | |
Don't shut down the whole server, if error handling middleware is called... | |||
2012-10-02 | Don't shut down the whole server, if error handling middleware is called. | Marcel Klehr | |
The errors passed to error handling middleware aren't that severe, so it's fine to just stay alive... | |||
2012-10-02 | Update src/static/js/pad_editbar.js | John McLear | |
Somehow </iframe> was no more. Now it is back.. Oh boy. | |||
2012-10-01 | added comments to ace exposed methods | Gedion | |
2012-10-01 | added comments to ace exposed methods | Gedion | |
2012-10-01 | Merge pull request #1006 from cweider/ace-cleanup | John McLear | |
Ace cleanup | |||
2012-09-30 | update docs for new hooks and ace exposures | Gedion | |
2012-09-30 | Merge pull request #1028 from amtep/develop | John McLear | |
Fix server crash if client disconnects too soon after connecting | |||
2012-09-30 | Merge pull request #1020 from marcelklehr/fix/express-v3 | John McLear | |
Fixes for express-v3 branch |