Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General fixup (1) | Walter Purcaro | 2015-05-12 | 6 | -1232/+0 |
* | Fix dict generators for python 2.5 | Walter Purcaro | 2015-05-12 | 1 | -1/+1 |
* | Other import fixes (4) | Walter Purcaro | 2015-05-12 | 1 | -8/+2 |
* | Other import fixes (2) | Walter Purcaro | 2015-05-12 | 3 | -4/+2 |
* | Other import fixes | Walter Purcaro | 2015-05-12 | 5 | -113/+110 |
* | Fix some directory names | Walter Purcaro | 2015-05-12 | 2 | -2/+2 |
* | 'from time' -> 'import time' and so on... (2) | Walter Purcaro | 2015-05-12 | 2 | -11/+10 |
* | 'from time' -> 'import time' and so on... | Walter Purcaro | 2015-05-12 | 3 | -6/+6 |
* | 'from os' -> 'import os' and so on... | Walter Purcaro | 2015-05-12 | 4 | -34/+31 |
* | Use 'import' instead 'from' (2) | Walter Purcaro | 2015-05-01 | 2 | -15/+16 |
* | Spare code cosmetics (9) | Walter Purcaro | 2015-04-20 | 1 | -4/+4 |
* | Spare code cosmetics (8) | Walter Purcaro | 2015-04-20 | 1 | -1/+1 |
* | PEP-8, Python Zen, refactor and reduce code (part 15 in master module/webui/app) | fedeG | 2015-04-20 | 5 | -28/+13 |
* | Spare code cosmetics (7) | Walter Purcaro | 2015-04-20 | 2 | -3/+3 |
* | Merge pull request #9 from ardi69/0.4.10 | Walter Purcaro | 2015-04-19 | 2 | -4/+5 |
|\ | |||||
| * | cosmetics | Armin | 2015-04-19 | 1 | -1/+1 |
| * | sorted config in webui ("Activated" is always the top option) | Armin | 2015-04-19 | 1 | -3/+4 |
* | | Use with statement | Walter Purcaro | 2015-04-19 | 2 | -6/+9 |
|/ | |||||
* | added: colred logs for webui to (currently only for theme "Next") | Armin | 2015-04-19 | 1 | -2/+4 |
* | fixed: show "all" logs in webui | Armin | 2015-04-18 | 1 | -1/+1 |
* | Spare code cosmetics (5) | Walter Purcaro | 2015-04-18 | 3 | -5/+11 |
* | PEP-8, Python Zen, refactor and reduce code (part 3 in master module) | Walter Purcaro | 2015-04-17 | 1 | -5/+4 |
* | Spare code cosmetics (4) | Walter Purcaro | 2015-04-17 | 1 | -0/+1 |
* | Spare code cosmetics (3) | Walter Purcaro | 2015-04-17 | 5 | -69/+69 |
* | Merge pull request #5 from ardi69/0.4.10 | Walter Purcaro | 2015-04-16 | 1 | -1/+1 |
|\ | |||||
| * | fix typo | Armin | 2015-04-14 | 1 | -1/+1 |
* | | Fix comments | Walter Purcaro | 2015-04-16 | 2 | -2/+2 |
|/ | |||||
* | fix: assignJob | Armin | 2015-04-13 | 1 | -11/+6 |
* | Cleanup | Walter Purcaro | 2015-04-13 | 2 | -0/+7 |
* | Rename ClickAndLoad to ClickNLoad | Walter Purcaro | 2015-04-13 | 1 | -1/+1 |
* | Fix https://github.com/pyload/pyload/issues/1349 | Walter Purcaro | 2015-04-13 | 1 | -2/+2 |
* | Merge branch 'pr/n3_ardi69' into 0.4.10 | Walter Purcaro | 2015-04-12 | 1 | -18/+30 |
|\ | |||||
| * | fix, fix and more fixes | Armin | 2015-04-12 | 1 | -21/+21 |
| * | moved the config-nicer from config-parser to webui-app | Armin | 2015-04-10 | 1 | -1/+13 |
* | | Cleanup | Walter Purcaro | 2015-04-10 | 1 | -8/+8 |
|/ | |||||
* | more fixes. now running all plugins | Armin | 2015-04-10 | 1 | -1/+1 |
* | fix: OboomCom and SmoozedCom with beaker >= v1.7.x | Armin | 2015-04-09 | 2 | -2/+2 |
* | fix gui | root | 2015-04-04 | 4 | -8/+8 |
* | .min.css -> .css | Walter Purcaro | 2015-03-01 | 1 | -1/+1 |
* | safe_join -> fs_join | Walter Purcaro | 2015-02-28 | 1 | -4/+4 |
* | Fix plugins to work on 0.4.10 | Walter Purcaro | 2015-02-16 | 6 | -0/+1235 |
* | module temp | Walter Purcaro | 2015-02-16 | 6 | -1235/+0 |
* | Update | Walter Purcaro | 2014-12-13 | 1 | -5/+5 |
* | Clean up some import header | Walter Purcaro | 2014-12-11 | 3 | -3/+3 |
* | License cleanup | Walter Purcaro | 2014-12-07 | 2 | -32/+3 |
* | PEP-8, Python Zen, refactor and reduce code (thx FedeG) | Walter Purcaro | 2014-12-01 | 5 | -30/+30 |
* | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2014-11-13 | 1 | -2/+1 |
* | [Webui] Fix wrong trafficleft format | Walter Purcaro | 2014-10-16 | 1 | -1/+1 |
* | Restructure pyload file tree (1) | Walter Purcaro | 2014-09-14 | 2 | -3/+3 |
* | [Lib] Update simplejson to v3.6.3 + one file wsgiserver + importing fixup | Walter Purcaro | 2014-09-14 | 1 | -1/+1 |
* | module -> pyload | Walter Purcaro | 2014-09-14 | 6 | -0/+1265 |