summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2011-07-19Change it to use jquery ui instwead of the jquery ui slide fileJohn McLear
2011-07-14Minifying can be disabled for debugging nowPeter 'Pita' Martischka
2011-07-14added a ChatPeter 'Pita' Martischka
2011-07-11Improve the logging of Socket.IO MessagesPeter 'Pita' Martischka
2011-07-08Read only access worksPeter 'Pita' Martischka
2011-07-08Show a read only link on the padPeter 'Pita' Martischka
2011-07-07reduce the log level of socket.ioPeter 'Pita' Martischka
2011-07-07reverts the changes I didn't like/understandPeter 'Pita' Martischka
2011-07-07Added support for exporting htmlErlend Halvorsen
2011-07-06Fixes 2 API ProblemsPeter 'Pita' Martischka
2011-07-06Fixed a Socket.IO API ProblemPeter 'Pita' Martischka
2011-07-05Fixing another new API ProblemPeter 'Pita' Martischka
2011-07-05Use only xhr pollingPeter 'Pita' Martischka
2011-07-05Fixes some problems with the new APIPeter 'Pita' Martischka
2011-07-05Merge branch 'master' of github.com:Pita/etherpad-lite into HEADPita Poison
2011-06-30Show git version in server headerPeter 'Pita' Martischka
2011-06-30use a downloaded jQuery instead of using googles CDN, and fixed btw a bug tha...Peter 'Pita' Martischka
2011-06-30Enable suggest user namePeter 'Pita' Martischka
2011-06-30A cache of 6 hours should be a good middlePeter 'Pita' Martischka
2011-06-30Revert "Remove caching, creates more problems than it solves"Peter 'Pita' Martischka
2011-06-30check pad urls before serving itPeter 'Pita' Martischka
2011-06-30Fixed the author color BugPeter 'Pita' Martischka
2011-06-27Check only Protocolversion of messages that have onePeter 'Pita' Martischka
2011-06-27Remove caching, creates more problems than it solvesPeter 'Pita' Martischka
2011-06-27Prevent crashing when getting messages of the old protocolversionPeter 'Pita' Martischka
2011-06-23Change everything to the new Socket.IO APIPeter 'Pita' Martischka
2011-06-23Reduce Cache from 1 week to 1 day to reduce update problemsPeter 'Pita' Martischka
2011-06-23Fix indentPeter 'Pita' Martischka
2011-06-21Made the router a little safer.Hans Pinckaers
2011-06-20clean the codePeter 'Pita' Martischka
2011-06-20Timeslider is workingPeter 'Pita' Martischka
2011-06-20A lot small changes that results in a timeslider that shows the latest textPeter 'Pita' Martischka
2011-06-04Changing behavior of the same user on a pad. Kick old sessions instead of ref...Peter 'Pita' Martischka
2011-06-02Fixes jsdoc typesPeter 'Pita' Martischka
2011-05-30DocumentationPeter 'Pita' Martischka
2011-05-28Change all absolute paths to relative paths, fixed #13Peter 'Pita' Martischka
2011-05-28Allow caching up to a weekPeter 'Pita' Martischka
2011-05-28Remove the unused compress requirePeter 'Pita' Martischka
2011-05-28Minify and compress JS & CSS before sending itPeter 'Pita' Martischka
2011-05-23Fixed #9Peter 'Pita' Martischka
2011-05-23Create random pad name on the client side, this makes it possible to use it w...Peter 'Pita' Martischka
2011-05-19The pad default text is now configurable in the settings filePeter 'Pita' Martischka
2011-05-19Restored the errorlog function, fixes a bugPeter 'Pita' Martischka
2011-05-19Use Express to serve static FilesPeter 'Pita' Martischka
2011-05-19Allow comments in the settings filePeter 'Pita' Martischka
2011-05-18Fixed the Attribute Pool Bug :)Peter 'Pita' Martischka
2011-05-17Pads are now saved to the database, but some weird Bugs with the Attribute PoolPeter 'Pita' Martischka
2011-05-16Removed Debug CodePeter 'Pita' Martischka
2011-05-16fixed merge conflicts.Peter 'Pita' Martischka
2011-05-16added Pad model via Joose, PadManager is a lot cleaner now.Hans Pinckaers