Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typotestingmaster | stickell | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4354 | Walter Purcaro | 2015-06-20 | 5 | -5/+5 |
| | |||||
* | Merge pull request #1525 from bkchr/app-fix | Walter Purcaro | 2015-06-19 | 2 | -2/+2 |
|\ | | | | | Fixed bug in app.py with none existing variable. | ||||
| * | Fixed bug in app.py with none existing variable. | Bastian Köcher | 2015-06-19 | 2 | -2/+2 |
|/ | |||||
* | General fixup (2) | Walter Purcaro | 2015-05-13 | 8 | -110/+114 |
| | |||||
* | General fixup (1) | Walter Purcaro | 2015-05-12 | 22 | -67/+78 |
| | |||||
* | Fix dict generators for python 2.5 | Walter Purcaro | 2015-05-12 | 5 | -5/+5 |
| | |||||
* | Other import fixes (4) | Walter Purcaro | 2015-05-12 | 11 | -78/+74 |
| | |||||
* | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-05-12 | 3 | -8/+13 |
|\ | | | | | | | | | | | | | Conflicts: pyload/plugin/account/ShareonlineBiz.py pyload/plugin/account/SmoozedCom.py pyload/plugin/hoster/SmoozedCom.py | ||||
| * | [SmoozedCom] Fix https://github.com/pyload/pyload/issues/1399 (2) | Walter Purcaro | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | [ShareonlineBiz][SmoozedCom] Version up | Walter Purcaro | 2015-05-11 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1412 from smoozed/patch-1 | Walter Purcaro | 2015-05-11 | 1 | -2/+4 |
| |\ | | | | | | | Fixed #1399 | ||||
| | * | Fixed #1399 | smoozed | 2015-05-11 | 1 | -2/+4 |
| | | | | | | | | | When the account is not premium, check if there is trial time left. | ||||
| * | | Merge pull request #1411 from chipotng/stable | Walter Purcaro | 2015-05-11 | 1 | -2/+5 |
| |\ \ | | |/ | |/| | change trafficleft to unlimited... | ||||
| | * | change trafficleft to unlimited when in Penalty-Premium state to ensure ↵ | Micha Jay | 2015-05-11 | 1 | -2/+5 |
| |/ | | | | | | | continues Downloads | ||||
* | | Other import fixes (3) | Walter Purcaro | 2015-05-12 | 8 | -46/+43 |
| | | |||||
* | | Missing optional lib | Walter Purcaro | 2015-05-12 | 223 | -0/+55575 |
| | | |||||
* | | Other import fixes (2) | Walter Purcaro | 2015-05-12 | 38 | -3994/+83 |
| | | |||||
* | | Other import fixes | Walter Purcaro | 2015-05-12 | 29 | -207/+178 |
| | | |||||
* | | Revert damaged logo.png | Walter Purcaro | 2015-05-12 | 1 | -0/+0 |
| | | |||||
* | | Code cleanup for Next theme | Walter Purcaro | 2015-05-12 | 5 | -180/+180 |
| | | |||||
* | | Fix some directory names | Walter Purcaro | 2015-05-12 | 20 | -19/+19 |
| | | |||||
* | | 'from time' -> 'import time' and so on... (2) | Walter Purcaro | 2015-05-12 | 28 | -104/+91 |
| | | |||||
* | | 'from time' -> 'import time' and so on... | Walter Purcaro | 2015-05-12 | 33 | -126/+116 |
| | | |||||
* | | 'from os' -> 'import os' and so on... | Walter Purcaro | 2015-05-12 | 28 | -202/+173 |
| | | |||||
* | | Merge pull request #12 from GammaC0de/GammaC0de-fix-api | Walter Purcaro | 2015-05-11 | 1 | -1/+1 |
|\ \ | | | | | | | [ClickAndLoad] fix bug when package name contains non ascii characters | ||||
| * | | [ClickAndLoad] fix bug when package name contains non ascii characters | GammaC0de | 2015-05-10 | 1 | -1/+1 |
|/ / | |||||
* | | Remove old CLI | Walter Purcaro | 2015-05-10 | 9 | -881/+4 |
| | | |||||
* | | Merge pull request #1409 from ktrhn/master | Walter Purcaro | 2015-05-10 | 1 | -1/+1 |
|\ \ | | | | | | | fixes error on adding container | ||||
| * | | fixes error on adding container | Sebastian Helbig | 2015-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 10:34:17 ERROR Error importing plugin: [container] DLC (v0.24) | No module named Crypter Traceback (most recent call last): File "/opt/pyload/pyload/manager/Plugin.py", line 284, in loadModule plugins[name]['name']) File "/opt/pyload/pyload/plugin/container/DLC.py", line 10, in <module> from pyload.plugin.Container import Container File "/opt/pyload/pyload/plugin/Container.py", line 10, in <module> from pyload.plugin.internal.Crypter import Crypter ImportError: No module named Crypter 2015-05-10 10:34:17 CRITICAL 'NoneType' object has no attribute 'DLC' Traceback (most recent call last): File "/opt/pyload/pyload/manager/Thread.py", line 275, in assignJob job.initPlugin() File "/opt/pyload/pyload/utils/__init__.py", line 214, in new return func(*args) File "/opt/pyload/pyload/datatype/File.py", line 91, in initPlugin self.pluginclass = getattr(self.pluginmodule, self.m.core.pluginManager.getPluginName(self.plugintype, self.pluginname)) AttributeError: 'NoneType' object has no attribute 'DLC' | ||||
* | | | Improve and fix file structure a bit | Walter Purcaro | 2015-05-10 | 31 | -643/+641 |
|/ / | |||||
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-05-09 | 13 | -182/+85 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hoster/BillionuploadsCom.py pyload/plugin/account/ShareonlineBiz.py pyload/plugin/account/UnrestrictLi.py pyload/plugin/addon/ClickNLoad.py pyload/plugin/hook/LinkdecrypterCom.py pyload/plugin/hook/UnrestrictLi.py pyload/plugin/hoster/FilefactoryCom.py pyload/plugin/hoster/UnrestrictLi.py pyload/plugin/internal/MultiHook.py pyload/plugin/internal/XFSCrypter.py | ||||
| * | [ClickAndLoad] Version up | Walter Purcaro | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1408 from GammaC0de/GammaC0de-patch-1 | Walter Purcaro | 2015-05-09 | 1 | -1/+1 |
| |\ | | | | | | | [ClickAndLoad] update | ||||
| | * | Update ClickAndLoad.py | GammaC0de | 2015-05-09 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1407 from GammaC0de/GammaC0de-patch-1 | Walter Purcaro | 2015-05-09 | 1 | -2/+2 |
| |\ | | | | | | | Update BillionuploadsCom.py | ||||
| | * | Update BillionuploadsCom.py | GammaC0de | 2015-05-09 | 1 | -2/+2 |
| |/ | |||||
| * | [UnrestrictLi] Mark as dead | Walter Purcaro | 2015-05-09 | 3 | -143/+3 |
| | | |||||
| * | Merge pull request #1405 from GammaC0de/GammaC0de-ClickAndLoad-SSL | Walter Purcaro | 2015-05-09 | 1 | -1/+21 |
| |\ | | | | | | | [ClickAndLoad] fix bug when webinterface uses SSL | ||||
| | * | [ClickAndLoad] fix bug when webinterface uses SSL | GammaC0de | 2015-05-09 | 1 | -1/+21 |
| |/ | |||||
| * | [MultiHook] Remove unbound method 'getCrypters' | Walter Purcaro | 2015-05-09 | 2 | -12/+4 |
| | | |||||
| * | [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1403 | Walter Purcaro | 2015-05-08 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #1401 from GammaC0de/GammaC0de-FilefactoryCom | Walter Purcaro | 2015-05-08 | 1 | -2/+2 |
| |\ | | | | | | | [FilefactoryCom] update OFFLINE_PATTERN | ||||
| | * | [FilefactoryCom] update OFFLINE_PATTERN | GammaC0de | 2015-05-08 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1402 from GammaC0de/GammaC0de-BillionuploadsCom | Walter Purcaro | 2015-05-08 | 2 | -22/+2 |
| |\ \ | | |/ | |/| | BillionuploadsCom out of bussiness | ||||
| | * | Delete BillionuploadsCom.py | GammaC0de | 2015-05-08 | 1 | -16/+0 |
| | | | |||||
| | * | BillionuploadsCom out of bussiness | GammaC0de | 2015-05-08 | 1 | -6/+2 |
| |/ | |||||
| * | Merge pull request #1400 from lpiter/openloadio | Walter Purcaro | 2015-05-08 | 1 | -0/+26 |
| |\ | | | | | | | Add Openload.io hoster plugin. | ||||
| | * | Add Openload.io hoster plugin. | lpiter | 2015-05-06 | 1 | -0/+26 |
| |/ | |||||
| * | [LinkdecrypterComHook] Fix https://github.com/pyload/pyload/issues/1397 | Walter Purcaro | 2015-05-06 | 1 | -2/+8 |
| | | |||||
| * | [XFSCrypter] Fix LINK_PATTERN (thx GammaC0de) | Walter Purcaro | 2015-05-06 | 1 | -2/+2 |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1406 | Walter Purcaro | 2015-05-09 | 9 | -22/+26 |
| | | |||||
* | | Remove old .pot files | Walter Purcaro | 2015-05-09 | 4 | -2366/+0 |
| | | |||||
* | | handleFree -> handle_free and so on... | Walter Purcaro | 2015-05-06 | 102 | -152/+152 |
| | | |||||
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-05-06 | 10 | -38/+92 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pyload/plugin/addon/AntiVirus.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/hoster/GoogledriveCom.py pyload/plugin/hoster/OneFichierCom.py pyload/plugin/hoster/UlozTo.py pyload/plugin/hoster/YadiSk.py pyload/plugin/hoster/ZippyshareCom.py pyload/plugin/internal/SimpleHoster.py pyload/plugin/internal/XFSCrypter.py pyload/plugin/internal/XFSHoster.py | ||||
| * | [SimpleHoster] Fallback option | Walter Purcaro | 2015-05-06 | 2 | -5/+6 |
| | | |||||
| * | [XFSHoster] Fix WAIT_PATTERN | Walter Purcaro | 2015-05-06 | 1 | -11/+5 |
| | | |||||
| * | [XFSCrypter] Improve LINK_PATTERN (2) | Walter Purcaro | 2015-05-05 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #1396 from GammaC0de/GammaC0de-patch-2 | Walter Purcaro | 2015-05-05 | 1 | -2/+2 |
| |\ | | | | | | | Update YadiSk.py | ||||
| | * | Update YadiSk.py | GammaC0de | 2015-05-05 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1395 from GammaC0de/GammaC0de-patch-1 | Walter Purcaro | 2015-05-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | [ExtractArchive] version should be 1.44 | ||||
| | * | | Update ExtractArchive.py | GammaC0de | 2015-05-05 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge pull request #1 from pyload/stable | GammaC0de | 2015-05-05 | 8 | -20/+82 |
| | |\ | | |/ | |/| | sync | ||||
| * | | [SimpleHoster] Why Premium download fails? | Walter Purcaro | 2015-05-05 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1392 from GammaC0de/GammaC0de-fix-ExtractArchive | Walter Purcaro | 2015-05-05 | 1 | -4/+8 |
| |\ \ | | | | | | | | | [ExtractArchive] [bug] `extractQueued` was called twice | ||||
| | * | | Update ExtractArchive.py | GammaC0de | 2015-05-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix bug causing `extractQueued` called twice | GammaC0de | 2015-05-05 | 1 | -4/+8 |
| | |/ | |||||
| * | | [GoogledriveCom][OneFichierCom][UlozTo] Reset DISPOSITION to False | Walter Purcaro | 2015-05-04 | 3 | -7/+10 |
| | | | |||||
| * | | [SizedriveCom] Cleanup | Walter Purcaro | 2015-05-04 | 2 | -5/+4 |
| | | | |||||
| * | | Merge pull request #1388 from GammaC0de/GammaC0de-report-no-send2trash | Walter Purcaro | 2015-05-04 | 2 | -6/+20 |
| |\ \ | | | | | | | | | [ExtractArchive] [AntiVirus] report missing send2trash | ||||
| | * | | even more | GammaC0de | 2015-05-04 | 1 | -1/+4 |
| | | | | |||||
| | * | | even more | GammaC0de | 2015-05-04 | 1 | -0/+3 |
| | | | | |||||
| | * | | more verbose | GammaC0de | 2015-05-04 | 1 | -2/+2 |
| | | | | |||||
| | * | | more verbose | GammaC0de | 2015-05-04 | 1 | -2/+2 |
| | | | | |||||
| | * | | [ExtractArchive] report missing send2trash | GammaC0de | 2015-05-02 | 1 | -1/+4 |
| | | | | |||||
| | * | | [AntiVirus] report missing send2trash | GammaC0de | 2015-05-02 | 1 | -3/+8 |
| | |/ | |||||
| * | | Merge pull request #1389 from GammaC0de/GammaC0de-SizedriveCom | Walter Purcaro | 2015-05-04 | 1 | -0/+42 |
| |\ \ | | |/ | |/| | [New Hoster] sizedrive.com | ||||
| | * | new hoster SizedriveCom | GammaC0de | 2015-05-03 | 1 | -0/+42 |
| |/ | |||||
* | | Auto choose webserver | Walter Purcaro | 2015-05-02 | 3 | -13/+13 |
| | | |||||
* | | Use 'import' instead 'from' (2) | Walter Purcaro | 2015-05-01 | 40 | -282/+262 |
| | | |||||
* | | Use 'import' instead 'from' (1) | Walter Purcaro | 2015-05-01 | 42 | -685/+16 |
| | | |||||
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-05-01 | 80 | -286/+817 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hoster/RehostTo.py module/plugins/hoster/XVideosCom.py module/plugins/hoster/ZeveraCom.py module/plugins/internal/CaptchaService.py pyload/plugin/account/FilefactoryCom.py pyload/plugin/account/OneFichierCom.py pyload/plugin/account/WebshareCz.py pyload/plugin/addon/AntiVirus.py pyload/plugin/addon/Checksum.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/container/CCF.py pyload/plugin/crypter/Go4UpCom.py pyload/plugin/hook/BypassCaptcha.py pyload/plugin/hook/CaptchaBrotherhood.py pyload/plugin/hook/ExpertDecoders.py pyload/plugin/hook/ImageTyperz.py pyload/plugin/hook/XFileSharingPro.py pyload/plugin/hoster/Ftp.py pyload/plugin/hoster/GigapetaCom.py pyload/plugin/hoster/MegaRapidCz.py pyload/plugin/hoster/MegaRapidoNet.py pyload/plugin/hoster/MultishareCz.py pyload/plugin/hoster/NarodRu.py pyload/plugin/hoster/QuickshareCz.py pyload/plugin/hoster/RapidgatorNet.py pyload/plugin/hoster/RapiduNet.py pyload/plugin/hoster/UnibytesCom.py pyload/plugin/hoster/UploadingCom.py pyload/plugin/hoster/WrzucTo.py pyload/plugin/internal/BasePlugin.py pyload/plugin/internal/SimpleDereferer.py pyload/plugin/internal/SimpleHoster.py pyload/plugin/internal/XFSCrypter.py pyload/plugin/internal/XFSHoster.py | ||||
| * | Fix https://github.com/pyload/pyload/issues/1351 | Walter Purcaro | 2015-05-01 | 3 | -36/+27 |
| | | |||||
| * | [XFSCrypter] Improve LINK_PATTERN | Walter Purcaro | 2015-05-01 | 1 | -2/+2 |
| | | |||||
| * | [XFileSharingPro] worldbytez.com support | Walter Purcaro | 2015-05-01 | 1 | -2/+2 |
| | | |||||
| * | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 77 | -265/+196 |
| | | |||||
| * | Fix https://github.com/pyload/pyload/issues/1373 | Walter Purcaro | 2015-04-30 | 1 | -3/+3 |
| | | |||||
| * | Fix https://github.com/pyload/pyload/issues/1374 | Walter Purcaro | 2015-04-30 | 3 | -36/+3 |
| | | |||||
* | | Use bitmath lib to formatSize | Walter Purcaro | 2015-05-01 | 4 | -16/+1374 |
| | | |||||
* | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-04-30 | 6 | -19/+28 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: pyload/plugin/crypter/FilecryptCc.py pyload/plugin/hoster/Ftp.py pyload/plugin/hoster/UpleaCom.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/internal/BasePlugin.py pyload/plugin/internal/SimpleHoster.py | ||||
| * | Spare code cosmetics | Walter Purcaro | 2015-04-30 | 4 | -15/+12 |
| | | |||||
| * | Merge pull request #1381 from GammaC0de/GammaC0de-UpleaCom-size | Walter Purcaro | 2015-04-30 | 1 | -4/+6 |
| |\ | | | | | | | [UpleaCom] fix file size calculation and Set DISPOSITION to False (temp) | ||||
| | * | Update UpleaCom.py | GammaC0de | 2015-04-28 | 1 | -3/+3 |
| | | | |||||
| | * | UpleaCom fix size calculation and Set DISPOSITION to False (temp) | GammaC0de | 2015-04-26 | 1 | -2/+4 |
| | | | |||||
| * | | Merge pull request #1386 from GammaC0de/GammaC0de-ContentDisposition-fix | Walter Purcaro | 2015-04-30 | 1 | -2/+2 |
| |\ \ | | | | | | | | | [SimpleHoster] fix 'Content-Disposition' filename sometime missing first and last chars | ||||
| | * | | Update SimpleHoster.py | GammaC0de | 2015-04-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix 'Content-Disposition' filename cutting first and last chars | GammaC0de | 2015-04-29 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #1385 from GammaC0de/GammaC0de-UploadedTo-Detect-Maintenance | Walter Purcaro | 2015-04-30 | 1 | -1/+3 |
| |\ \ | | | | | | | | | [UploadedTo] detect maintenance | ||||
| | * | | Update UploadedTo.py | GammaC0de | 2015-04-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | UploadedTo - Detect Maintenance Mode | GammaC0de | 2015-04-29 | 1 | -1/+3 |
| | |/ | |||||
| | * | Merge pull request #1 from GammaC0de/GammaC0de-patch-1 | GammaC0de | 2015-04-26 | 1 | -1/+2 |
| | |\ | | | | | | | | | Update UpleaCom.py | ||||
| * | \ | Merge pull request #1375 from GammaC0de/GammaC0de-patch-1 | Walter Purcaro | 2015-04-26 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | Update UpleaCom.py | ||||
| | * | Update UpleaCom.py | GammaC0de | 2015-04-25 | 1 | -1/+2 |
| |/ | |||||
| * | Merge pull request #1369 from GammaC0de/GammaC0de-fix-UpleaCom | Walter Purcaro | 2015-04-24 | 1 | -5/+13 |
| |\ | | | | | | | Update UpleaCom.py | ||||
| | * | Update UpleaCom.py | GammaC0de | 2015-04-24 | 1 | -1/+1 |
| | | | |||||
| | * | Update UpleaCom.py | GammaC0de | 2015-04-24 | 1 | -6/+14 |
| |/ | |||||
| * | [FilecryptCc] Version up (2) | Walter Purcaro | 2015-04-22 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #1367 from zapp-brannigan/patch-1 | Walter Purcaro | 2015-04-22 | 1 | -5/+6 |
| |\ | | | | | | | [FilecryptCc.py] Avoid hardcoded urls | ||||
| | * | [FilecryptCc.py] Avoid hardcoded urls | zapp-brannigan | 2015-04-22 | 1 | -6/+7 |
| | | | | | | | | | Fix https://github.com/pyload/pyload/issues/1364 again ;) | ||||
| * | | [FilecryptCc] Version up | Walter Purcaro | 2015-04-22 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #1366 from Gutz-Pilz/patch-1 | Walter Purcaro | 2015-04-22 | 1 | -1/+1 |
| |\ | | | | | | | remove "www" in circlecaptcha to get it working | ||||
| | * | remove "www" in circlecaptcha to get it working | Gutz-Pilz | 2015-04-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1365 from zapp-brannigan/patch-1 | Walter Purcaro | 2015-04-22 | 1 | -4/+2 |
| |\ | | | | | | | [FilecryptCc.py] Fix circle captcha | ||||
| | * | Update FilecryptCc.py | zapp-brannigan | 2015-04-22 | 1 | -15/+10 |
| | | | |||||
| | * | [FilecryptCc.py] Fix circle captcha | zapp-brannigan | 2015-04-22 | 1 | -14/+17 |
| |/ | | | | | Fix https://github.com/pyload/pyload/issues/1364 | ||||
* | | Revert colored console | Walter Purcaro | 2015-04-30 | 2 | -36/+12 |
| | | |||||
* | | Merge pull request #11 from ardi69/0.4.10 | Walter Purcaro | 2015-04-22 | 9 | -27/+31 |
|\ \ | | | | | | | some fixes | ||||
| * | | little fix | Armin | 2015-04-22 | 3 | -3/+3 |
| | | | |||||
| * | | now the plugin attribute '__name' is no more used it is reduntant and | Armin | 2015-04-22 | 5 | -19/+18 |
| | | | | | | | | | obsolete | ||||
| * | | some fixes | Armin | 2015-04-21 | 3 | -6/+11 |
| | | | |||||
| * | | convert DB only if needed | Armin | 2015-04-21 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #5 from vuolter/0.4.10 | ardi69 | 2015-04-21 | 6 | -21/+26 |
| |\ \ | |/ / |/| | | Spare code cosmetics (10) | ||||
* | | | Spare code cosmetics (10) | Walter Purcaro | 2015-04-21 | 6 | -21/+26 |
| | | | |||||
| * | | revert for merge | Armin | 2015-04-21 | 2 | -13/+11 |
| | | | |||||
| * | | hotfix 2 | root | 2015-04-21 | 1 | -10/+12 |
| | | | |||||
| * | | hotfix | root | 2015-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4 from vuolter/0.4.10 | ardi69 | 2015-04-21 | 138 | -652/+643 |
| |\ \ | |/ / |/| | | vuolter HEAD | ||||
* | | | Merge branch 'pr/n10_ardi69' into 0.4.10 | Walter Purcaro | 2015-04-20 | 25 | -83/+95 |
|\| | | | | | | | | | | | | | | Conflicts: pyload/plugin/hoster/FileserveCom.py | ||||
| * | | added check of classname == filename | Armin | 2015-04-20 | 2 | -13/+16 |
| | | | |||||
| * | | Improve getClassName | Armin | 2015-04-20 | 21 | -50/+50 |
| | | | |||||
| * | | add log warnings by using of deprecated features | Armin | 2015-04-20 | 3 | -23/+32 |
| | | | |||||
* | | | Spare code cosmetics (9) | Walter Purcaro | 2015-04-20 | 46 | -126/+126 |
| | | | |||||
* | | | Spare code cosmetics (8) | Walter Purcaro | 2015-04-20 | 55 | -146/+150 |
| | | | |||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 12 in master ↵ | fedeG | 2015-04-20 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | module/remote/socketbackend) Conflicts: module/remote/socketbackend/ttypes.py pyload/remote/socketbackend/create_ttypes.py | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 15 in master module/webui/app) | fedeG | 2015-04-20 | 5 | -28/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pyload/webui/app/api.py pyload/webui/app/cnl.py pyload/webui/app/json.py pyload/webui/app/pyloadweb.py pyload/webui/app/utils.py | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 14 in master module/threads) | fedeG | 2015-04-20 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | Conflicts: module/threads/PluginThread.py pyload/manager/thread/Server.py | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 13 in master module/remote) | fedeG | 2015-04-20 | 2 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/remote/ThriftBackend.py pyload/manager/Remote.py pyload/remote/ClickNLoadBackend.py pyload/remote/SocketBackend.py | ||||
* | | | Spare code cosmetics (7) | Walter Purcaro | 2015-04-20 | 20 | -23/+23 |
| | | | |||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 9 in master module/network) | fedeG | 2015-04-20 | 7 | -46/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/network/Bucket.py module/network/CookieJar.py pyload/network/Browser.py pyload/network/HTTPChunk.py pyload/network/HTTPDownload.py pyload/network/HTTPRequest.py pyload/network/RequestFactory.py pyload/network/XDCCRequest.py | ||||
* | | | Merge pull request #9 from ardi69/0.4.10 | Walter Purcaro | 2015-04-19 | 8 | -20/+24 |
|\| | | | | | | | | sorted config in webui ("Activated" always on top) | ||||
| * | | fix typo | Armin | 2015-04-19 | 1 | -1/+1 |
| | | | |||||
| * | | cosmetics | Armin | 2015-04-19 | 2 | -9/+9 |
| | | | |||||
| * | | sorted config in webui ("Activated" is always the top option) | Armin | 2015-04-19 | 6 | -11/+15 |
| | | | | | | | | | | | | | | | | | | NOTE: The options are sorted like in pyload.conf & plugin.conf For sorting like plugins "__config" - array plugin.conf must be recreated by simply delete the file | ||||
* | | | Spare code cosmetics (6) | Walter Purcaro | 2015-04-19 | 21 | -29/+31 |
| | | | |||||
* | | | range -> xrange | Walter Purcaro | 2015-04-19 | 14 | -21/+21 |
| | | | |||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 7 in master module/database) | fedeG | 2015-04-19 | 4 | -72/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/database/__init__.py pyload/database/Backend.py pyload/database/File.py pyload/database/Storage.py pyload/database/User.py | ||||
* | | | Use with statement | Walter Purcaro | 2015-04-19 | 13 | -144/+135 |
| | | | |||||
* | | | Merge pull request #8 from ardi69/0.4.10 | Walter Purcaro | 2015-04-19 | 4 | -4/+46 |
|\| | | | | | | | | colored logs for webui to | ||||
| * | | added: colred logs for webui to (currently only for theme "Next") | Armin | 2015-04-19 | 3 | -3/+45 |
| | | | |||||
| * | | fix typo | Armin | 2015-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #7 from ardi69/0.4.10 | Walter Purcaro | 2015-04-18 | 5 | -48/+50 |
|\| | | | | | | | | fix SyntaxError | ||||
| * | | fixed: MultiHook | Armin | 2015-04-18 | 2 | -35/+37 |
| | | | |||||
| * | | fix: color_logger | Armin | 2015-04-18 | 2 | -12/+12 |
| | | | | | | | | | | | | revert partially Spare code cosmetics (1) to fix SyntaxError: duplicate argument 'section' in function definition | ||||
| * | | fixed: show "all" logs in webui | Armin | 2015-04-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3 from vuolter/0.4.10 | ardi69 | 2015-04-18 | 95 | -579/+742 |
| |\ \ | |/ / |/| | | merge vuolter HEAD | ||||
* | | | Spare code cosmetics (5) | Walter Purcaro | 2015-04-18 | 45 | -64/+134 |
| | | | |||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 6 in master module/common) | Walter Purcaro | 2015-04-17 | 2 | -23/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/pavement.py module/common/ImportDebugger.py module/common/JsEngine.py module/common/json_layer.py module/common/packagetools.py tests/APIExerciser.py tests/test_api.py tests/test_json.py | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 5 in master module/cli) | Walter Purcaro | 2015-04-17 | 3 | -60/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/cli/Handler.py module/cli/printer.py pyload/cli/AddPackage.py pyload/cli/Cli.py pyload/cli/ManageFiles.py | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 4 in master script). Bash ↵ | fedeG | 2015-04-17 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | varible $VAR to ${VAR} Conflicts: scripts/clonedigger.sh scripts/code_analysis.sh | ||||
* | | | PEP-8, Python Zen, refactor and reduce code (part 3 in master module) | Walter Purcaro | 2015-04-17 | 4 | -16/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/InitHomeDir.py module/debug.py module/forwarder.py module/unescape.py pyload/datatype/Package.py pyload/manager/Event.py pyload/manager/Thread.py pyload/manager/event/Scheduler.py pyload/utils/__init__.py pyload/webui/filters.py | ||||
* | | | Spare code cosmetics (4) | Walter Purcaro | 2015-04-17 | 28 | -3/+76 |
| | | | |||||
* | | | Spare code cosmetics (3) | Walter Purcaro | 2015-04-17 | 39 | -335/+335 |
| | | | |||||
* | | | Spare code cosmetics (2) | Walter Purcaro | 2015-04-17 | 8 | -30/+31 |
| | | | |||||
* | | | Spare code cosmetics (1) | Walter Purcaro | 2015-04-17 | 7 | -63/+86 |
| | | | |||||
* | | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-04-16 | 1 | -4/+4 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py | ||||
| * | | [UnSkipOnFail] Typo (2) | Walter Purcaro | 2015-04-16 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #6 from ardi69/0.4.10 | Walter Purcaro | 2015-04-16 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | hotfix | ||||
| * | | fix: config cast | Armin | 2015-04-16 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2 from vuolter/0.4.10 | ardi69 | 2015-04-16 | 77 | -679/+741 |
| |\ \ | |/ / |/| | | merge from vuolter | ||||
* | | | Merge pull request #5 from ardi69/0.4.10 | Walter Purcaro | 2015-04-16 | 15 | -61/+63 |
|\| | | | | | | | | fix: assignJob and typos (__name vs. __name__) [2] | ||||
| * | | fixed: more typos | Armin | 2015-04-16 | 12 | -61/+61 |
| | | | |||||
| * | | Merge pull request #1 from vuolter/0.4.10 | ardi69 | 2015-04-14 | 3 | -11/+11 |
| |\ \ | | | | | | | | | merge from vuolter/pyload | ||||
| * | | | fix typo | Armin | 2015-04-14 | 3 | -2/+4 |
| | | | | |||||
* | | | | [api] Improve getConfigValue | Walter Purcaro | 2015-04-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | default.conf cleanup | Walter Purcaro | 2015-04-16 | 1 | -54/+65 |
| | | | | |||||
* | | | | Colored logger | Walter Purcaro | 2015-04-16 | 1 | -7/+37 |
| | | | | |||||
* | | | | Fix comments | Walter Purcaro | 2015-04-16 | 28 | -367/+367 |
| | | | | |||||
* | | | | [config] Use get method instead dict access | Walter Purcaro | 2015-04-16 | 22 | -123/+123 |
| | | | | |||||
* | | | | Fix lib import | Walter Purcaro | 2015-04-16 | 4 | -19/+4 |
| | | | | |||||
* | | | | Plugins cleanup | Walter Purcaro | 2015-04-16 | 27 | -66/+37 |
| | | | | |||||
* | | | | Merge branch 'stable' into 0.4.10 | Walter Purcaro | 2015-04-16 | 5 | -45/+110 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | Conflicts: pyload/plugin/addon/UpdateManager.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/hoster/YadiSk.py pyload/plugin/internal/SimpleHoster.py | ||||
| * | | [UpdateManager] Cleanup | Walter Purcaro | 2015-04-16 | 1 | -6/+4 |
| | | | |||||
| * | | [UploadedTo] Set DISPOSITION to False (temp) | Walter Purcaro | 2015-04-16 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #1356 from GammaC0de/GammaC0de-patch-1 | Walter Purcaro | 2015-04-16 | 1 | -3/+19 |
| |\ \ | | | | | | | | | Update UpdateManager.py | ||||
| | * | | Update UpdateManager.py | GammaC0de | 2015-04-14 | 1 | -3/+19 |
| | | | | |||||
| * | | | [HostujeNet] Tiny cleanup | Walter Purcaro | 2015-04-16 | 1 | -5/+3 |
| | | | | |||||
| * | | | Merge pull request #1358 from GammaC0de/GammaC0de-HostujeNet | Walter Purcaro | 2015-04-16 | 1 | -0/+51 |
| |\ \ \ | | | | | | | | | | | [New Hoster] HostujeNet | ||||
| | * | | | HostujeNet | GammaC0de | 2015-04-16 | 1 | -0/+51 |
| | |/ / | |||||
| * | | | Merge pull request #1355 from GammaC0de/stable | Walter Purcaro | 2015-04-14 | 1 | -1/+1 |
| |\| | | | | | | | | | | [SimpleHoster] forgot version bump | ||||
| | * | | Version bump | GammaC0de | 2015-04-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | [SimpleHoster] Improve latest change a little | Walter Purcaro | 2015-04-14 | 1 | -4/+1 |
| | | | |||||
| * | | Merge pull request #1353 from GammaC0de/stable | Walter Purcaro | 2015-04-14 | 2 | -40/+46 |
| |\ \ | | | | | | | | | [SimpleHoster] fail() takes exactly 2 arguments (1 given) | ||||
| | * | | Update YadiSk.py | GammaC0de | 2015-04-14 | 1 | -39/+42 |
| | | | | |||||
| | * | | Update SimpleHoster.py | GammaC0de | 2015-04-14 | 1 | -1/+4 |
| | | | | |||||
| | * | | Merge pull request #1 from pyload/stable | GammaC0de | 2015-04-14 | 38 | -166/+136 |
| | |\ \ | | |/ / | |/| | | Sync | ||||
* | | | | Cleanup (3) | Walter Purcaro | 2015-04-14 | 3 | -11/+11 |
| | | | | |||||
* | | | | Merge pull request #4 from ardi69/0.4.10 | Walter Purcaro | 2015-04-14 | 11 | -73/+73 |
|\ \ \ \ | | |_|/ | |/| | | fix: assignJob and typos (__name vs. __name__) | ||||
| * | | | fix: assignJob | Armin | 2015-04-13 | 11 | -73/+73 |
|/ / / | | | | | | | fix: typos __name vs. __name__ | ||||
* | | | Cleanup (2) | Walter Purcaro | 2015-04-13 | 45 | -419/+156 |
| | | | |||||
* | | | Cleanup | Walter Purcaro | 2015-04-13 | 104 | -11/+1613 |
| | | |