summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* crypter test linkGravatar Stefano 2013-08-231-1/+1
|
* adapted account api to multi user, fixed http referer bugGravatar RaNaN 2013-08-082-0/+71
|
* fixed cookie passing, new test casesGravatar RaNaN 2013-08-012-6/+34
|
* more fixed for plugin testerGravatar RaNaN 2013-07-243-57/+26
|
* little cleanup, added some testsGravatar RaNaN 2013-07-221-1/+9
|
* additional test for curl requestGravatar RaNaN 2013-07-211-5/+16
|
* tried to fix hoster tester, removed unneeded filesGravatar RaNaN 2013-07-204-43/+66
|
* new plugin type and refactored request classesGravatar RaNaN 2013-07-193-0/+88
|
* improved inputTypes, config apiGravatar RaNaN 2013-07-171-5/+6
|
* use gettext/jed for webui translationsGravatar RaNaN 2013-07-111-0/+3
|
* new hoster links, fixed manifestGravatar RaNaN 2013-07-101-42/+12
|
* added logo with outlineGravatar RaNaN 2013-06-301-5/+4
|
* fixed scriptGravatar RaNaN 2013-06-301-1/+1
|
* catch pylint return codeGravatar RaNaN 2013-06-301-2/+3
|
* added pylint configGravatar RaNaN 2013-06-301-5/+6
|
* added pep8 configsectionGravatar RaNaN 2013-06-292-2/+10
|
* updated test suiteGravatar RaNaN 2013-06-2912-165/+56
|
* updated build scriptsGravatar RaNaN 2013-06-292-2/+2
|
* tried to improve setup fileGravatar RaNaN 2013-06-0918-42/+42
|
* added production / devel mode to webuiGravatar RaNaN 2013-05-242-1/+6
|
* improvements to json apiGravatar RaNaN 2013-05-241-7/+29
|
* save and delete configsGravatar RaNaN 2013-03-301-1/+4
|
* simple rendering for settings pageGravatar RaNaN 2013-03-252-1/+6
|
* implemented interactions for multi user, show waiting queries on webuiGravatar RaNaN 2013-03-231-24/+47
|
* websocket login via session, websocket pushes server status, webui renders ↵Gravatar RaNaN 2013-03-112-5/+4
| | | | server status
* working search suggestionsGravatar RaNaN 2013-03-051-0/+3
|
* generate js_apitypes, updated lodash, working type filters on webuiGravatar RaNaN 2013-02-284-4/+4
|
* more animation for dashboardGravatar RaNaN 2013-02-201-0/+1
|
* first working parts of config apiGravatar RaNaN 2013-01-062-1/+30
|
* little cleanup, improved handling of custom exceptions via apiGravatar RaNaN 2013-01-022-1/+3
|
* new configManager for multi user configsGravatar RaNaN 2013-01-025-39/+130
|
* added tags attribute to packagesGravatar RaNaN 2012-12-211-1/+21
|
* added exceptions for clients, created test for WS clientGravatar RaNaN 2012-10-132-2/+37
|
* added JSON and WS client, re organized tests, new classes for easier api testsGravatar RaNaN 2012-10-1318-89/+214
|
* modified Api: filter downloads by stateGravatar RaNaN 2012-10-092-11/+21
|
* changed config + progress apiGravatar RaNaN 2012-09-102-4/+22
|
* new config apiGravatar RaNaN 2012-09-092-14/+44
|
* first js models/viewsGravatar RaNaN 2012-08-311-0/+6
|
* updates for database + apiGravatar RaNaN 2012-06-032-3/+3
|
* some multiuser db changesGravatar RaNaN 2012-05-151-21/+38
|
* captcha decrypting for all plugin types, new interaction managerGravatar RaNaN 2012-03-202-2/+65
|
* renamed hooks to addons, new filemanager and database, many new api methodsGravatar RaNaN 2012-03-064-4/+458
| | | | you will loose ALL your LINKS, webinterface will NOT work
* fix in unit testGravatar RaNaN 2012-02-061-1/+5
|
* fix in hoster testerGravatar RaNaN 2012-02-051-1/+2
|
* plugintester fixGravatar RaNaN 2012-01-202-5/+5
|
* hosterlinks - fix md5 hashGravatar zoidberg10 2012-01-162-3/+3
|
* last fs encoding fix for todayGravatar RaNaN 2012-01-161-2/+2
|
* add os.stat before moveing dlGravatar RaNaN 2012-01-161-4/+6
|
* encoding fixGravatar RaNaN 2012-01-161-4/+2
|
* unicode fixGravatar RaNaN 2012-01-161-3/+4
|
* hosterlinks.txt - little fixGravatar zoidberg10 2012-01-162-4/+6
|
* correct utf8 conversion for urlsGravatar RaNaN 2012-01-161-0/+1
|
* little fixesGravatar RaNaN 2012-01-162-5/+6
|
* reverted sloccountGravatar RaNaN 2012-01-151-1/+1
|
* fix test casesGravatar RaNaN 2012-01-151-1/+1
|
* keep downloaded files for debug reportGravatar RaNaN 2012-01-151-3/+13
|
* backend + api test case, nicer format for plugin testerGravatar RaNaN 2012-01-159-44/+78
|
* plugin tester linksGravatar zoidberg10 2012-01-152-3/+23
|
* fixed attachment file pathGravatar RaNaN 2012-01-141-2/+2
|
* captcha and attachments for plugin testerGravatar RaNaN 2012-01-145-22/+137
|
* cosmetic fixesGravatar RaNaN 2012-01-133-6/+6
|
* plugin unit test, closed #499, #500Gravatar RaNaN 2012-01-1310-20/+376
|
* fixed pyflakes and sloccountGravatar RaNaN 2012-01-132-2/+4
|
* pyflakes fixGravatar RaNaN 2012-01-121-0/+1
|
* changed some test parametersGravatar RaNaN 2012-01-122-2/+2
|
* cpd fixGravatar RaNaN 2012-01-121-1/+1
|
* scripts for testing and syntax unit testGravatar RaNaN 2012-01-1217-8/+332
|
* little test casesGravatar RaNaN 2011-12-102-0/+68