summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-03-26API documentation: listAllPads() returns {padIDs: [...]} instead of [...]neurolit
2013-03-19Refactor chat notifications and the chatNewMessage hookMarcel Klehr
2013-03-19docs for hookJohn McLear
2013-03-05Add a setting for RTL text direction (integrating the url paramter)Marcel Klehr
Fixes #1191
2013-02-27timeslider init hook docsJohn McLear
2013-02-12Update doc/api/http_api.mdManuel Knitza
Updated
2013-02-09doh, doc fixJohn McLear
2013-02-09plugin test docsJohn McLear
2013-01-29docs for api changeJohn McLear
2013-01-26Added getChatHistory and getChatHead (api+code+doc)mluto
2013-01-14Added hook for clientVars and hook-docmluto
2013-01-14Merge pull request #1342 from spcsser/feature/padlistingJohn McLear
API & backend to list pads on epl instance
2013-01-11Added listAllPads api docuspcsser
2013-01-02corrected a documentation glitch for checkToken - clarified which token is ↵Stephan Jauernick
validated
2012-12-28Fix docs: Correct API version for listAllGroups endpointMarcel Klehr
2012-12-27Bump API version for checkToken endpointMarcel Klehr
2012-12-23Expand plugin system docs with l10n infoMarcel Klehr
2012-12-23Simplify local locale file formatMarcel Klehr
2012-12-23Update docsMarcel Klehr
2012-12-12[docs] Update localization.md and tell users to translate on twnMarcel Klehr
2012-12-07Update doc/api/http_api.mdStephan Jauernick
Added docs for the checkToken function
2012-11-22Fix urls, use github.com/etherHyacinthe Cartiaux
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
2012-11-14Add in docs for L10nMarcel Klehr
2012-11-14Document 'lang' Parameter0ip
2012-11-01[docs] Document custom static files.Marcel Klehr
2012-10-31Add api docs for `userColor` query argyourcelf
2012-10-31[docs] Fix assets: Rename doc/_assets to doc/assetsMarcel Klehr
github's jekyll would do some dark magic with '_assets'. We don't want that.
2012-10-30Bump api version in #usage sectionMarcel Klehr
2012-10-30Refactor structure of api/http_api.md and add api version numbers for all ↵Marcel Klehr
endpoints.
2012-10-29Merge pull request #1094 from marcelklehr/fix/doc-generatorJohn McLear
Change filename hooks.md -> hooks_overview.md
2012-10-27Add recipe for doc assets and some basic styling for the generated docs.Marcel Klehr
2012-10-27Insert epl version into template.Marcel Klehr
2012-10-27Change filename hooks.md -> hooks_overview.mdMarcel Klehr
so it doesn't confuse tools/doc/generator
2012-10-25Add docs for plugins and plugin frameworkMarcel Klehr
@redhog please elaborate on / improve 'doc/api/pluginfw.md'!
2012-10-05Merge pull request #1034 from d-a-n/developJohn McLear
Added hooks for pad events create/edit/load/remove
2012-10-03Changed pad_id to padID to follow projct standards.d-a-n
2012-10-03Changed pad hook names to follow naming conventions.d-a-n
2012-10-03Merge branch 'develop' into express-v3Marcel Klehr
Conflicts: src/node/hooks/express/errorhandling.js
2012-10-02Updated docs for new pad hooks (add, edit, remove)d-a-n
2012-10-02Updated docs for new pad hooks (add, edit, remove)d-a-n
2012-10-02Updated docs for new pad hooks (add, edit, remove)d-a-n
2012-10-01added comments to ace exposed methodsGedion
2012-10-01added comments to ace exposed methodsGedion
2012-09-30update docs for new hooks and ace exposuresGedion
2012-09-22Update docsMarcel Klehr
2012-09-21Differentiate between http server and express appMarcel Klehr
2012-09-17Add listAllGroups API endpointMarcel Klehr
Adds a database key that lists all groups
2012-09-12Document, how return values of hooks are handled.Marcel Klehr
2012-09-06Add in docs for getAuthorName API methodMarcel Klehr
2012-09-02Expect a comma seperated list of sessionIDs in session cookieMarcel Klehr
This allows people to be active on more than one group.