Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | Create a customizable timeslider toolbar | Marcel Klehr | |
2014-03-26 | Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messages | John McLear | |
Fix crash with queued messages | |||
2014-03-20 | Fix REQ_CS rev boundary check | Marcel Klehr | |
fixes #2096 | |||
2014-03-17 | quick formatting clean up | John McLear | |
2014-03-16 | Refactor toolbar.js to use consistent naming | Marcel Klehr | |
2014-03-16 | Merge branch 'pr/1579' into toolbar-test | Marcel Klehr | |
Conflicts: settings.json.template src/static/js/pad_editbar.js | |||
2014-03-14 | Sometimes, the author2session / group2session don't exist anymore, but the ↵ | goldquest | |
session does. It should be possible to delete a session, if they don't exist | |||
2014-02-20 | remember user session because it can be gone when finalHandler is called | webzwo0i | |
2014-02-20 | fix crash if disconnect happens for sessions that have messages queued | webzwo0i | |
2014-02-19 | Addressed a potential never finishing forEach in PadMessageHandler.padUsers | Simon Gaeremynck | |
If the session info for a client would be null or undefined, the forEach callback would never get called which means the padUsers callback would never get trigged. This could potentially block API request as this function is exposed at an HTTP API endpoint. | |||
2014-01-24 | fix randomstring | webzwo0i | |
2014-01-15 | convert over to server-side crypto | Robert Helmer | |
2014-01-15 | new randomString function should take len arg | Robert Helmer | |
2014-01-15 | mozilla bug 844796 - use node crypto module for randomString | Robert Helmer | |
2013-12-17 | Don't crash if CHANGESET_REQ fails | Marcel Klehr | |
2013-12-17 | Fix server side bug index overflow | s1341 | |
The server wasn't properly checking that the changesets it needed to return for changeset_requests actually existed. | |||
2013-12-16 | Merge pull request #1514 from ether/dont-die-on-bad-html | John McLear | |
dont die on bad html but only warn to api logger but dont tell client th... | |||
2013-12-14 | Add input validation for html param in setHTML() | Lennart Brinkmann | |
2013-12-10 | Merge branch 'fix-exporthtml-styling-tags' of ↵ | John McLear | |
https://github.com/webzwo0i/etherpad-lite into develop | |||
2013-12-09 | resolve merge conflict | John McLear | |
2013-12-09 | Merge pull request #2028 from webzwo0i/remove-deadcode | John McLear | |
Remove deadcode | |||
2013-12-09 | Merge pull request #2030 from ether/import_hook | John McLear | |
Working import hooks | |||
2013-12-09 | Remove console logs | John McLear | |
2013-12-08 | [virtual_lines] remove traces of virtual_lines/makeVirtualLineView. this ↵ | webzwo0i | |
code was used for FF2 key handling code and is long unused | |||
2013-12-08 | do not send globalPadId in clientvars - its not used anywhere | webzwo0i | |
2013-12-08 | [padDiff] remove unused functions a?lines_length | webzwo0i | |
2013-12-08 | fix loop | webzwo0i | |
2013-12-08 | remove unused require | webzwo0i | |
2013-12-08 | function scope: variables only need to be declared once | webzwo0i | |
2013-12-08 | remove now unused code | webzwo0i | |
2013-12-08 | refactor export of style attributes | webzwo0i | |
1. mark all attributes that are used 2. find the outermost attribute that is no longer used 3. close all tags upto this attribute 4. open all tags that are used and not open (5. close all open tags) | |||
2013-12-08 | useless var statement (function scope) | webzwo0i | |
2013-12-08 | workaround so that at least one tag stays open if its the outermost tag. ↵ | webzwo0i | |
saves some space in the output | |||
2013-12-08 | be more clear about the value in propVals | webzwo0i | |
2013-12-08 | some more docs for attribute export and cleanup empty lines | webzwo0i | |
2013-12-08 | add some documentation for styling attributes export | webzwo0i | |
2013-12-08 | fix export so no tags are omitted | webzwo0i | |
2013-12-07 | fix closing of </title> tag | webzwo0i | |
2013-12-05 | Replace tabs indentation with spaces indentation | Luc Didry | |
Some files are obviously external libraries, I didn't touch them | |||
2013-11-28 | foo | John McLear | |
2013-11-27 | not working and erally confused | John McLear | |
2013-11-26 | have the server parse the settings file using minify and strip commas | s1341 | |
2013-11-24 | move copy/move pad into a new api version | s1341 | |
2013-11-18 | fix bugs, add force option to overwrite destination | s1341 | |
2013-11-17 | change parameter names | s1341 | |
2013-11-17 | add pad copy/move API functions | s1341 | |
2013-11-01 | Update padList correctly | Marcel Klehr | |
fixes #1971 | |||
2013-10-28 | Merge branch 'metrics' into develop | Marcel Klehr | |
Conflicts: src/node/handler/PadMessageHandler.js | |||
2013-10-27 | stats: Add http500, memoryUsage, pendingEdits gauges | Marcel Klehr | |
and turn edits metric into a timer instead of a simple meter | |||
2013-10-27 | Expose current stats at /stats | Marcel Klehr | |