summaryrefslogtreecommitdiffstats
path: root/module/web/api_app.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything from module to pyloadGravatar RaNaN 2013-06-091-112/+0
|
* restructured webui to single-page-app, removed jinjaGravatar RaNaN 2013-06-081-6/+7
|
* improvements to json apiGravatar RaNaN 2013-05-241-28/+26
|
* cleaned header + more responsiveGravatar RaNaN 2013-04-301-0/+1
|
* websocket login via session, websocket pushes server status, webui renders ↵Gravatar RaNaN 2013-03-111-0/+2
| | | | server status
* http auth for the apiGravatar RaNaN 2013-03-031-2/+7
|
* first working parts of config apiGravatar RaNaN 2013-01-061-3/+3
|
* little cleanup, improved handling of custom exceptions via apiGravatar RaNaN 2013-01-021-1/+4
|
* added JSON and WS client, re organized tests, new classes for easier api testsGravatar RaNaN 2012-10-131-0/+2
|
* web socket api handlerGravatar RaNaN 2012-09-221-23/+12
|
* renamed default_mobile to mobileGravatar RaNaN 2012-08-171-0/+2
|
* working loginGravatar RaNaN 2012-08-131-7/+9
|
* beginning new pyload web-ui from scratchGravatar RaNaN 2012-08-101-3/+3
|
* a huge pile of spelling fixesGravatar X3n0m0rph59 2012-04-221-1/+1
|
* renamed hooks to addons, new filemanager and database, many new api methodsGravatar RaNaN 2012-03-061-6/+9
| | | | you will loose ALL your LINKS, webinterface will NOT work
* correct utf8 conversion for urlsGravatar RaNaN 2012-01-161-5/+5
|
* scripts for testing and syntax unit testGravatar RaNaN 2012-01-121-1/+3
|
* disableble thriftbackendGravatar RaNaN 2011-11-191-3/+2
|
* closed #400Gravatar RaNaN 2011-10-091-0/+1
|
* updated js/mootools, some parts now coffeescriptGravatar RaNaN 2011-10-091-0/+2
|
* new SafeEvalGravatar RaNaN 2011-10-031-5/+1
|
* better json encodingGravatar RaNaN 2011-09-291-20/+15
|
* new plugin Base class providing useful methodsGravatar RaNaN 2011-09-291-2/+2
|
* reworked authorization, now works on api levelGravatar RaNaN 2011-09-271-2/+4
|
* fixed json importGravatar RaNaN 2011-09-221-1/+1
|
* general JSON API, url parserGravatar RaNaN 2011-09-201-0/+107