Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-26 | Merge branch 'develop' of github.com:ether/etherpad-lite into backend-tests | John McLear | |
2014-11-26 | make additional line break at end of imported doc | John McLear | |
2014-11-26 | mocha version | John McLear | |
2014-11-25 | Merge branch 'develop' of github.com:ether/etherpad-lite into jsdom-go-away | John McLear | |
2014-11-25 | remove jsdom dep | John McLear | |
2014-11-25 | multiline | John McLear | |
2014-11-25 | mocha | John McLear | |
2014-11-25 | really recreate socketio-client in expressCreateServer, fixes #2342 | luto | |
When using plugins, the express server gets restarted. When we do that, the socketio-server should also get restarted. It doesn't. That means that all the events in SocketIORouter.js are bound twice, which causes chaos all over etherpad. This changes our socketio.js so it fully recreates the io-instance when we restart the server. introduced in 95e7b0f15609fc850b71717a672abd02237a0f33, but catching that would have been hard. | |||
2014-11-25 | mheh no browser requirement at all | John McLear | |
2014-11-25 | so yeah, prolly can do this anyway? | John McLear | |
2014-11-25 | use cheerio instead of jsdom | John McLear | |
2014-11-23 | more fixes | John McLear | |
2014-11-23 | Merge pull request #2335 from ether/javascript-bower | John McLear | |
swap out jquery browser for bower but expose browser object to all pages... | |||
2014-11-23 | final commit | John McLear | |
2014-11-23 | Merge branch 'develop' of github.com:ether/etherpad-lite into ↵ | John McLear | |
fix-socket-admin-etc | |||
2014-11-23 | fix session management | John McLear | |
2014-11-22 | whoopsi | John McLear | |
2014-11-22 | swap out jquery browser for bower but expose browser object to all pages ↵ | John McLear | |
also enable minification.. Seems to work well | |||
2014-11-22 | Merge pull request #2334 from luto/api-mystery-crash | John McLear | |
fix api mystery crash | |||
2014-11-22 | fix api mystery crash | luto | |
2014-11-22 | Changed relative path to Etherpad main page in admin settings. | l-y-n-x | |
There was one '../' too much. | |||
2014-11-21 | minor styling | John McLear | |
2014-11-21 | missing socketio fix | John McLear | |
2014-11-19 | whoops fix animation not to look broken | John McLear | |
2014-11-19 | correct file links | John McLear | |
2014-11-19 | Merge branch 'develop' of github.com:ether/etherpad-lite into new-icons | John McLear | |
2014-11-19 | move tiny bit of font awesome we actually use into pad.css | John McLear | |
2014-11-18 | working blocks | John McLear | |
2014-11-18 | slight ui fix | John McLear | |
2014-11-18 | more polish | John McLear | |
2014-11-18 | clean up | John McLear | |
2014-11-18 | working pause | John McLear | |
2014-11-18 | more polish | John McLear | |
2014-11-18 | some timeslider styling but this wont be completed by me | John McLear | |
2014-11-18 | Don't crash on bad plugins.json; fixes #2323 | Beau Gunderson | |
2014-11-18 | no image on timeslider | John McLear | |
2014-11-18 | a font lookup file | John McLear | |
2014-11-18 | remove connecting bar image | John McLear | |
2014-11-18 | spinning loading icons | John McLear | |
2014-11-18 | fontello config file | John McLear | |
2014-11-18 | correct font stuff | John McLear | |
2014-11-18 | remove stuff, new files | John McLear | |
2014-11-18 | hrm I dont trust this security | John McLear | |
2014-11-18 | stability restored now to handle the auth issues | John McLear | |
2014-11-18 | client side code now fixed | John McLear | |
2014-11-18 | template of a semi-fix | John McLear | |
2014-11-15 | Merge pull request #1783 from simong/removed-console-in-html10n | Marcel Klehr | |
Removed console wrapping in html10n as it's breaking in PhantomJS. | |||
2014-11-15 | Nooping console.foo in html10n.js when the method is not defined. | Simon Gaeremynck | |
2014-11-15 | Merge pull request #1682 from luto/fix-listSessionsOfGroup | John McLear | |
Don't error in listSessionsOfGroup when there are non-existing sessions | |||
2014-11-15 | Merge pull request #1912 from ether/hide-chat-when-caret-behind | John McLear | |
Hide Chat Icon when the Caret is on the same line |