summaryrefslogtreecommitdiff
path: root/src/node/db
AgeCommit message (Expand)Author
2013-01-27Added colors to pad diffPeter 'Pita' Martischka
2013-01-26Added getChatHistory and getChatHead (api+code+doc)mluto
2013-01-22and semi workingJohn McLear
2013-01-22semi workingJohn McLear
2013-01-22mhehJohn McLear
2013-01-22make it crashJohn McLear
2013-01-22bring in some padDiff stuff that doesnt suckJohn McLear
2013-01-18listAllPads should return an object, not an arraay. issue #1374Jordan Hollinger
2013-01-14Merge pull request #1342 from spcsser/feature/padlistingJohn McLear
2013-01-11Modified pad list manager to return an ordered list.spcsser
2013-01-11Edited getPads function to be able to work without callbackSwen
2013-01-09Added functionality to use spcsser/ueberDB findKey functionality.Swen
2013-01-08Added commentsSwen
2013-01-08Added commentsSwen
2013-01-08Added functionality to list pads on this server.Swen
2013-01-06client loads messages using the new client loads messages using new method, g...mluto
2013-01-02corrected a documentation glitch for checkToken - clarified which token is va...Stephan Jauernick
2012-12-07Update src/node/db/API.jsStephan Jauernick
2012-12-07Update src/node/db/API.jsStephan Jauernick
2012-12-07Update src/node/db/API.jsStephan Jauernick
2012-12-06fix for multiple cookies support (Also fix for, when session is not valid any...goldquest
2012-12-06Added semicolonsgoldquest
2012-10-06Remove two instances of the same function nameJohn McLear
2012-10-03Changed pad_id to padID to follow projct standards.d-a-n
2012-10-03Changed pad hook names to follow naming conventions. Arguments will now be pa...d-a-n
2012-10-02Added pad hooks (create, load, edit, remove)d-a-n
2012-09-19Fix async.forEach in MultiSession codeMarcel Klehr
2012-09-19Revert "Fixed foreach loop on session IDs, was breaking EP on single session ...Marcel Klehr
2012-09-18Merge pull request #1014 from marcelklehr/feature/list-all-groupsJohn McLear
2012-09-18Fixed foreach loop on session IDs, was breaking EP on single session in cookie.johnyma22
2012-09-17Add listAllGroups API endpointMarcel Klehr
2012-09-11Don't break if there is no session cookie.Marcel Klehr
2012-09-04Update src/node/db/AuthorManager.jsJohn McLear
2012-09-04Update src/node/db/AuthorManager.jsJohn McLear
2012-09-04Update src/node/db/API.jsJohn McLear
2012-09-02Document multi-session cookie featureMarcel Klehr
2012-08-17Add in padUsers HTTP API callMark Holmquist
2012-08-12Merge pull request #939 from marcelklehr/fix/group2sessions-bugJohn McLear
2012-08-10Create author2sessions.sessionIDs if it doesn't exist yet.Marcel Klehr
2012-08-09Create group2sessions.sessionIDs if it doesn't exist yet.Marcel Klehr
2012-08-08Add in an HTTP API call to send a custom message type.Mark Holmquist
2012-07-10Don't crash if setText isn't passed any text. issue #861Jordan Hollinger
2012-07-07Bugfix to getLastEdited API method, issue #845Jordan Hollinger
2012-06-29Add in padUsersCount method and API callMark Holmquist
2012-06-27Merge pull request #821 from marcelklehr/fix-contributor-api-methodsJohn McLear
2012-06-27Some fixes to the contributor API methodsMarcel Klehr
2012-06-27Merge pull request #819 from marcelklehr/contributor-api-methodsJohn McLear
2012-06-27Add in getLastEdited API callMark Holmquist
2012-06-27Add 2 new APIs: listPadsOfAuthor and listAuthorsOfPadMarcel Klehr
2012-05-29Merge branch 'master' into timeslider-realtimeupdate+readonly-padsEgil Moeller