Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | blah push back for imports | John McLear | |
2014-11-01 | use latest jsdom | John McLear | |
2014-10-11 | Move `title` attribute of buttons from `<span>` to `<a>` | Prateek Saxena | |
The `.toolbar ul li a` that holds the `span.button` has a padding of `4px 5px`. This means if the mouse is on the edge of the button the `:hover` state is active but the relevant tooltip does not show up. Moving the `title` attribute to the `<a>` itself solves this problem. Also removed some extra whitespace. | |||
2014-07-24 | Update Settings.js | Joachim Schiele | |
added brackets to match etherpad lite devs' coding style | |||
2014-06-22 | added /abs/path/settings.json handling | Joachim Schiele | |
before this path, one could only supply a relative path like: --settings ../relative/path/settings.js now one can also use it with absolute paths like: --settings /abs/path/settings.json | |||
2014-06-17 | Merge pull request #1787 from goldquest/dev_nopass_whensession | Marcel Klehr | |
Grant access for valid session to password protected group pads so, if user has valid session, they don't need the password | |||
2014-03-30 | Create a customizable timeslider toolbar | Marcel Klehr | |
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-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-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-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-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 | [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-05 | Replace tabs indentation with spaces indentation | Luc Didry | |
Some files are obviously external libraries, I didn't touch them | |||
2013-11-26 | have the server parse the settings file using minify and strip commas | s1341 | |
2013-10-19 | Privacy: Add an option to disable IP logging | Grant Woodford | |
2013-09-29 | Merge branch 'pr/1756' into develop | Marcel Klehr | |
Conflicts: src/node/handler/SocketIORouter.js | |||
2013-09-29 | ‘Etherpad Lite’ -> ‘Etherpad’ | Eric Schrijver | |
2013-09-21 | strip title out of html during import, pesky abiword behavior | John McLear | |
2013-09-21 | dont crash on malformed HTML import | John McLear | |
2013-05-29 | typo | goldquest | |
2013-05-29 | Grant access, when valid session is available and sessionNoPassword is set | goldquest | |
2013-04-24 | updated to use settings | Spruce (Felix Fichte) | |
updated handler/SocketIORouter.js to use new setting updated hooks/express.js to use new setting updated utils/Settings.js to accept new setting updated settings.json.template so new setting is present | |||
2013-04-15 | passing the ToolbarItem to the callback | cohitre | |
2013-04-15 | catch error on export | John McLear | |
2013-04-15 | Normalizing how select and button commands are triggered. | cohitre | |
2013-04-13 | Moving the toolbar plugin calls. | cohitre | |
2013-04-01 | Merge branch 'feature/support-node-0.10' into develop | Marcel Klehr | |
Conflicts: src/package.json | |||
2013-03-30 | fix "util.pump() is deprecated. Use readableStream.pipe()" | Manuel Knitza | |
fix error introduced by b3988e3 | |||
2013-03-24 | adds missing semicolons in src/node/utils folder | disy-mk | |
2013-03-23 | pump isdeprecated | John McLear | |
2013-03-16 | Fix path.join in Settings.js | Marcel Klehr | |
2013-03-12 | Toolbar hooks | cohitre | |
2013-03-10 | Registering commands on the ace toolbar | cohitre | |