summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typotestingmasterGravatar stickell 2015-07-311-1/+1
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4354Gravatar Walter Purcaro 2015-06-205-5/+5
|
* Merge pull request #1525 from bkchr/app-fixGravatar Walter Purcaro 2015-06-192-2/+2
|\ | | | | Fixed bug in app.py with none existing variable.
| * Fixed bug in app.py with none existing variable.Gravatar Bastian Köcher 2015-06-192-2/+2
|/
* General fixup (2)Gravatar Walter Purcaro 2015-05-138-110/+114
|
* General fixup (1)Gravatar Walter Purcaro 2015-05-1222-67/+78
|
* Fix dict generators for python 2.5Gravatar Walter Purcaro 2015-05-125-5/+5
|
* Other import fixes (4)Gravatar Walter Purcaro 2015-05-1211-78/+74
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-05-123-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)Gravatar Walter Purcaro 2015-05-111-2/+2
| |
| * [ShareonlineBiz][SmoozedCom] Version upGravatar Walter Purcaro 2015-05-112-2/+2
| |
| * Merge pull request #1412 from smoozed/patch-1Gravatar Walter Purcaro 2015-05-111-2/+4
| |\ | | | | | | Fixed #1399
| | * Fixed #1399Gravatar smoozed 2015-05-111-2/+4
| | | | | | | | | When the account is not premium, check if there is trial time left.
| * | Merge pull request #1411 from chipotng/stableGravatar Walter Purcaro 2015-05-111-2/+5
| |\ \ | | |/ | |/| change trafficleft to unlimited...
| | * change trafficleft to unlimited when in Penalty-Premium state to ensure ↵Gravatar Micha Jay 2015-05-111-2/+5
| |/ | | | | | | continues Downloads
* | Other import fixes (3)Gravatar Walter Purcaro 2015-05-128-46/+43
| |
* | Missing optional libGravatar Walter Purcaro 2015-05-12223-0/+55575
| |
* | Other import fixes (2)Gravatar Walter Purcaro 2015-05-1238-3994/+83
| |
* | Other import fixesGravatar Walter Purcaro 2015-05-1229-207/+178
| |
* | Revert damaged logo.pngGravatar Walter Purcaro 2015-05-121-0/+0
| |
* | Code cleanup for Next themeGravatar Walter Purcaro 2015-05-125-180/+180
| |
* | Fix some directory namesGravatar Walter Purcaro 2015-05-1220-19/+19
| |
* | 'from time' -> 'import time' and so on... (2)Gravatar Walter Purcaro 2015-05-1228-104/+91
| |
* | 'from time' -> 'import time' and so on...Gravatar Walter Purcaro 2015-05-1233-126/+116
| |
* | 'from os' -> 'import os' and so on...Gravatar Walter Purcaro 2015-05-1228-202/+173
| |
* | Merge pull request #12 from GammaC0de/GammaC0de-fix-apiGravatar Walter Purcaro 2015-05-111-1/+1
|\ \ | | | | | | [ClickAndLoad] fix bug when package name contains non ascii characters
| * | [ClickAndLoad] fix bug when package name contains non ascii charactersGravatar GammaC0de 2015-05-101-1/+1
|/ /
* | Remove old CLIGravatar Walter Purcaro 2015-05-109-881/+4
| |
* | Merge pull request #1409 from ktrhn/masterGravatar Walter Purcaro 2015-05-101-1/+1
|\ \ | | | | | | fixes error on adding container
| * | fixes error on adding containerGravatar Sebastian Helbig 2015-05-101-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 bitGravatar Walter Purcaro 2015-05-1031-643/+641
|/ /
* | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-05-0913-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 upGravatar Walter Purcaro 2015-05-091-1/+1
| |
| * Merge pull request #1408 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-05-091-1/+1
| |\ | | | | | | [ClickAndLoad] update
| | * Update ClickAndLoad.pyGravatar GammaC0de 2015-05-091-1/+1
| |/
| * Merge pull request #1407 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-05-091-2/+2
| |\ | | | | | | Update BillionuploadsCom.py
| | * Update BillionuploadsCom.pyGravatar GammaC0de 2015-05-091-2/+2
| |/
| * [UnrestrictLi] Mark as deadGravatar Walter Purcaro 2015-05-093-143/+3
| |
| * Merge pull request #1405 from GammaC0de/GammaC0de-ClickAndLoad-SSLGravatar Walter Purcaro 2015-05-091-1/+21
| |\ | | | | | | [ClickAndLoad] fix bug when webinterface uses SSL
| | * [ClickAndLoad] fix bug when webinterface uses SSLGravatar GammaC0de 2015-05-091-1/+21
| |/
| * [MultiHook] Remove unbound method 'getCrypters'Gravatar Walter Purcaro 2015-05-092-12/+4
| |
| * [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1403Gravatar Walter Purcaro 2015-05-081-2/+2
| |
| * Merge pull request #1401 from GammaC0de/GammaC0de-FilefactoryComGravatar Walter Purcaro 2015-05-081-2/+2
| |\ | | | | | | [FilefactoryCom] update OFFLINE_PATTERN
| | * [FilefactoryCom] update OFFLINE_PATTERNGravatar GammaC0de 2015-05-081-2/+2
| | |
| * | Merge pull request #1402 from GammaC0de/GammaC0de-BillionuploadsComGravatar Walter Purcaro 2015-05-082-22/+2
| |\ \ | | |/ | |/| BillionuploadsCom out of bussiness
| | * Delete BillionuploadsCom.pyGravatar GammaC0de 2015-05-081-16/+0
| | |
| | * BillionuploadsCom out of bussinessGravatar GammaC0de 2015-05-081-6/+2
| |/
| * Merge pull request #1400 from lpiter/openloadioGravatar Walter Purcaro 2015-05-081-0/+26
| |\ | | | | | | Add Openload.io hoster plugin.
| | * Add Openload.io hoster plugin.Gravatar lpiter 2015-05-061-0/+26
| |/
| * [LinkdecrypterComHook] Fix https://github.com/pyload/pyload/issues/1397Gravatar Walter Purcaro 2015-05-061-2/+8
| |
| * [XFSCrypter] Fix LINK_PATTERN (thx GammaC0de)Gravatar Walter Purcaro 2015-05-061-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1406Gravatar Walter Purcaro 2015-05-099-22/+26
| |
* | Remove old .pot filesGravatar Walter Purcaro 2015-05-094-2366/+0
| |
* | handleFree -> handle_free and so on...Gravatar Walter Purcaro 2015-05-06102-152/+152
| |
* | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-05-0610-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 optionGravatar Walter Purcaro 2015-05-062-5/+6
| |
| * [XFSHoster] Fix WAIT_PATTERNGravatar Walter Purcaro 2015-05-061-11/+5
| |
| * [XFSCrypter] Improve LINK_PATTERN (2)Gravatar Walter Purcaro 2015-05-051-3/+3
| |
| * Merge pull request #1396 from GammaC0de/GammaC0de-patch-2Gravatar Walter Purcaro 2015-05-051-2/+2
| |\ | | | | | | Update YadiSk.py
| | * Update YadiSk.pyGravatar GammaC0de 2015-05-051-2/+2
| | |
| * | Merge pull request #1395 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-05-051-1/+1
| |\ \ | | | | | | | | [ExtractArchive] version should be 1.44
| | * | Update ExtractArchive.pyGravatar GammaC0de 2015-05-051-1/+1
| | |/
| | * Merge pull request #1 from pyload/stableGravatar GammaC0de 2015-05-058-20/+82
| | |\ | | |/ | |/| sync
| * | [SimpleHoster] Why Premium download fails?Gravatar Walter Purcaro 2015-05-051-2/+2
| | |
| * | Merge pull request #1392 from GammaC0de/GammaC0de-fix-ExtractArchiveGravatar Walter Purcaro 2015-05-051-4/+8
| |\ \ | | | | | | | | [ExtractArchive] [bug] `extractQueued` was called twice
| | * | Update ExtractArchive.pyGravatar GammaC0de 2015-05-051-1/+1
| | | |
| | * | fix bug causing `extractQueued` called twiceGravatar GammaC0de 2015-05-051-4/+8
| | |/
| * | [GoogledriveCom][OneFichierCom][UlozTo] Reset DISPOSITION to FalseGravatar Walter Purcaro 2015-05-043-7/+10
| | |
| * | [SizedriveCom] CleanupGravatar Walter Purcaro 2015-05-042-5/+4
| | |
| * | Merge pull request #1388 from GammaC0de/GammaC0de-report-no-send2trashGravatar Walter Purcaro 2015-05-042-6/+20
| |\ \ | | | | | | | | [ExtractArchive] [AntiVirus] report missing send2trash
| | * | even moreGravatar GammaC0de 2015-05-041-1/+4
| | | |
| | * | even moreGravatar GammaC0de 2015-05-041-0/+3
| | | |
| | * | more verboseGravatar GammaC0de 2015-05-041-2/+2
| | | |
| | * | more verboseGravatar GammaC0de 2015-05-041-2/+2
| | | |
| | * | [ExtractArchive] report missing send2trashGravatar GammaC0de 2015-05-021-1/+4
| | | |
| | * | [AntiVirus] report missing send2trashGravatar GammaC0de 2015-05-021-3/+8
| | |/
| * | Merge pull request #1389 from GammaC0de/GammaC0de-SizedriveComGravatar Walter Purcaro 2015-05-041-0/+42
| |\ \ | | |/ | |/| [New Hoster] sizedrive.com
| | * new hoster SizedriveComGravatar GammaC0de 2015-05-031-0/+42
| |/
* | Auto choose webserverGravatar Walter Purcaro 2015-05-023-13/+13
| |
* | Use 'import' instead 'from' (2)Gravatar Walter Purcaro 2015-05-0140-282/+262
| |
* | Use 'import' instead 'from' (1)Gravatar Walter Purcaro 2015-05-0142-685/+16
| |
* | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-05-0180-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/1351Gravatar Walter Purcaro 2015-05-013-36/+27
| |
| * [XFSCrypter] Improve LINK_PATTERNGravatar Walter Purcaro 2015-05-011-2/+2
| |
| * [XFileSharingPro] worldbytez.com supportGravatar Walter Purcaro 2015-05-011-2/+2
| |
| * Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-0177-265/+196
| |
| * Fix https://github.com/pyload/pyload/issues/1373Gravatar Walter Purcaro 2015-04-301-3/+3
| |
| * Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-303-36/+3
| |
* | Use bitmath lib to formatSizeGravatar Walter Purcaro 2015-05-014-16/+1374
| |
* | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-306-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 cosmeticsGravatar Walter Purcaro 2015-04-304-15/+12
| |
| * Merge pull request #1381 from GammaC0de/GammaC0de-UpleaCom-sizeGravatar Walter Purcaro 2015-04-301-4/+6
| |\ | | | | | | [UpleaCom] fix file size calculation and Set DISPOSITION to False (temp)
| | * Update UpleaCom.pyGravatar GammaC0de 2015-04-281-3/+3
| | |
| | * UpleaCom fix size calculation and Set DISPOSITION to False (temp)Gravatar GammaC0de 2015-04-261-2/+4
| | |
| * | Merge pull request #1386 from GammaC0de/GammaC0de-ContentDisposition-fixGravatar Walter Purcaro 2015-04-301-2/+2
| |\ \ | | | | | | | | [SimpleHoster] fix 'Content-Disposition' filename sometime missing first and last chars
| | * | Update SimpleHoster.pyGravatar GammaC0de 2015-04-291-1/+1
| | | |
| | * | fix 'Content-Disposition' filename cutting first and last charsGravatar GammaC0de 2015-04-291-2/+2
| | |/
| * | Merge pull request #1385 from GammaC0de/GammaC0de-UploadedTo-Detect-MaintenanceGravatar Walter Purcaro 2015-04-301-1/+3
| |\ \ | | | | | | | | [UploadedTo] detect maintenance
| | * | Update UploadedTo.pyGravatar GammaC0de 2015-04-291-1/+1
| | | |
| | * | UploadedTo - Detect Maintenance ModeGravatar GammaC0de 2015-04-291-1/+3
| | |/
| | * Merge pull request #1 from GammaC0de/GammaC0de-patch-1Gravatar GammaC0de 2015-04-261-1/+2
| | |\ | | | | | | | | Update UpleaCom.py
| * | \ Merge pull request #1375 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-04-261-1/+2
| |\ \ \ | | |/ / | |/| / | | |/ Update UpleaCom.py
| | * Update UpleaCom.pyGravatar GammaC0de 2015-04-251-1/+2
| |/
| * Merge pull request #1369 from GammaC0de/GammaC0de-fix-UpleaComGravatar Walter Purcaro 2015-04-241-5/+13
| |\ | | | | | | Update UpleaCom.py
| | * Update UpleaCom.pyGravatar GammaC0de 2015-04-241-1/+1
| | |
| | * Update UpleaCom.pyGravatar GammaC0de 2015-04-241-6/+14
| |/
| * [FilecryptCc] Version up (2)Gravatar Walter Purcaro 2015-04-221-4/+4
| |
| * Merge pull request #1367 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-04-221-5/+6
| |\ | | | | | | [FilecryptCc.py] Avoid hardcoded urls
| | * [FilecryptCc.py] Avoid hardcoded urlsGravatar zapp-brannigan 2015-04-221-6/+7
| | | | | | | | | Fix https://github.com/pyload/pyload/issues/1364 again ;)
| * | [FilecryptCc] Version upGravatar Walter Purcaro 2015-04-221-2/+4
| |/
| * Merge pull request #1366 from Gutz-Pilz/patch-1Gravatar Walter Purcaro 2015-04-221-1/+1
| |\ | | | | | | remove "www" in circlecaptcha to get it working
| | * remove "www" in circlecaptcha to get it workingGravatar Gutz-Pilz 2015-04-221-1/+1
| |/
| * Merge pull request #1365 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-04-221-4/+2
| |\ | | | | | | [FilecryptCc.py] Fix circle captcha
| | * Update FilecryptCc.pyGravatar zapp-brannigan 2015-04-221-15/+10
| | |
| | * [FilecryptCc.py] Fix circle captchaGravatar zapp-brannigan 2015-04-221-14/+17
| |/ | | | | Fix https://github.com/pyload/pyload/issues/1364
* | Revert colored consoleGravatar Walter Purcaro 2015-04-302-36/+12
| |
* | Merge pull request #11 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-229-27/+31
|\ \ | | | | | | some fixes
| * | little fixGravatar Armin 2015-04-223-3/+3
| | |
| * | now the plugin attribute '__name' is no more used it is reduntant andGravatar Armin 2015-04-225-19/+18
| | | | | | | | | obsolete
| * | some fixesGravatar Armin 2015-04-213-6/+11
| | |
| * | convert DB only if neededGravatar Armin 2015-04-211-2/+2
| | |
| * | Merge pull request #5 from vuolter/0.4.10Gravatar ardi69 2015-04-216-21/+26
| |\ \ | |/ / |/| | Spare code cosmetics (10)
* | | Spare code cosmetics (10)Gravatar Walter Purcaro 2015-04-216-21/+26
| | |
| * | revert for mergeGravatar Armin 2015-04-212-13/+11
| | |
| * | hotfix 2Gravatar root 2015-04-211-10/+12
| | |
| * | hotfixGravatar root 2015-04-211-1/+1
| | |
| * | Merge pull request #4 from vuolter/0.4.10Gravatar ardi69 2015-04-21138-652/+643
| |\ \ | |/ / |/| | vuolter HEAD
* | | Merge branch 'pr/n10_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-2025-83/+95
|\| | | | | | | | | | | | | | Conflicts: pyload/plugin/hoster/FileserveCom.py
| * | added check of classname == filenameGravatar Armin 2015-04-202-13/+16
| | |
| * | Improve getClassNameGravatar Armin 2015-04-2021-50/+50
| | |
| * | add log warnings by using of deprecated featuresGravatar Armin 2015-04-203-23/+32
| | |
* | | Spare code cosmetics (9)Gravatar Walter Purcaro 2015-04-2046-126/+126
| | |
* | | Spare code cosmetics (8)Gravatar Walter Purcaro 2015-04-2055-146/+150
| | |
* | | PEP-8, Python Zen, refactor and reduce code (part 12 in master ↵Gravatar fedeG 2015-04-201-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)Gravatar fedeG 2015-04-205-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)Gravatar fedeG 2015-04-201-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)Gravatar fedeG 2015-04-202-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/remote/ThriftBackend.py pyload/manager/Remote.py pyload/remote/ClickNLoadBackend.py pyload/remote/SocketBackend.py
* | | Spare code cosmetics (7)Gravatar Walter Purcaro 2015-04-2020-23/+23
| | |
* | | PEP-8, Python Zen, refactor and reduce code (part 9 in master module/network)Gravatar fedeG 2015-04-207-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.10Gravatar Walter Purcaro 2015-04-198-20/+24
|\| | | | | | | | sorted config in webui ("Activated" always on top)
| * | fix typoGravatar Armin 2015-04-191-1/+1
| | |
| * | cosmeticsGravatar Armin 2015-04-192-9/+9
| | |
| * | sorted config in webui ("Activated" is always the top option)Gravatar Armin 2015-04-196-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)Gravatar Walter Purcaro 2015-04-1921-29/+31
| | |
* | | range -> xrangeGravatar Walter Purcaro 2015-04-1914-21/+21
| | |
* | | PEP-8, Python Zen, refactor and reduce code (part 7 in master module/database)Gravatar fedeG 2015-04-194-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 statementGravatar Walter Purcaro 2015-04-1913-144/+135
| | |
* | | Merge pull request #8 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-194-4/+46
|\| | | | | | | | colored logs for webui to
| * | added: colred logs for webui to (currently only for theme "Next")Gravatar Armin 2015-04-193-3/+45
| | |
| * | fix typoGravatar Armin 2015-04-181-1/+1
| | |
* | | Merge pull request #7 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-185-48/+50
|\| | | | | | | | fix SyntaxError
| * | fixed: MultiHookGravatar Armin 2015-04-182-35/+37
| | |
| * | fix: color_loggerGravatar Armin 2015-04-182-12/+12
| | | | | | | | | | | | revert partially Spare code cosmetics (1) to fix SyntaxError: duplicate argument 'section' in function definition
| * | fixed: show "all" logs in webuiGravatar Armin 2015-04-181-1/+1
| | |
| * | Merge pull request #3 from vuolter/0.4.10Gravatar ardi69 2015-04-1895-579/+742
| |\ \ | |/ / |/| | merge vuolter HEAD
* | | Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-1845-64/+134
| | |
* | | PEP-8, Python Zen, refactor and reduce code (part 6 in master module/common)Gravatar Walter Purcaro 2015-04-172-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)Gravatar Walter Purcaro 2015-04-173-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 ↵Gravatar fedeG 2015-04-172-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)Gravatar Walter Purcaro 2015-04-174-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)Gravatar Walter Purcaro 2015-04-1728-3/+76
| | |
* | | Spare code cosmetics (3)Gravatar Walter Purcaro 2015-04-1739-335/+335
| | |
* | | Spare code cosmetics (2)Gravatar Walter Purcaro 2015-04-178-30/+31
| | |
* | | Spare code cosmetics (1)Gravatar Walter Purcaro 2015-04-177-63/+86
| | |
* | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-161-4/+4
|\ \ \ | | |/ | |/| | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py
| * | [UnSkipOnFail] Typo (2)Gravatar Walter Purcaro 2015-04-161-4/+4
| | |
* | | Merge pull request #6 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-161-0/+1
|\ \ \ | | |/ | |/| hotfix
| * | fix: config castGravatar Armin 2015-04-161-0/+1
| | |
| * | Merge pull request #2 from vuolter/0.4.10Gravatar ardi69 2015-04-1677-679/+741
| |\ \ | |/ / |/| | merge from vuolter
* | | Merge pull request #5 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-1615-61/+63
|\| | | | | | | | fix: assignJob and typos (__name vs. __name__) [2]
| * | fixed: more typosGravatar Armin 2015-04-1612-61/+61
| | |
| * | Merge pull request #1 from vuolter/0.4.10Gravatar ardi69 2015-04-143-11/+11
| |\ \ | | | | | | | | merge from vuolter/pyload
| * | | fix typoGravatar Armin 2015-04-143-2/+4
| | | |
* | | | [api] Improve getConfigValueGravatar Walter Purcaro 2015-04-161-1/+1
| | | |
* | | | default.conf cleanupGravatar Walter Purcaro 2015-04-161-54/+65
| | | |
* | | | Colored loggerGravatar Walter Purcaro 2015-04-161-7/+37
| | | |
* | | | Fix commentsGravatar Walter Purcaro 2015-04-1628-367/+367
| | | |
* | | | [config] Use get method instead dict accessGravatar Walter Purcaro 2015-04-1622-123/+123
| | | |
* | | | Fix lib importGravatar Walter Purcaro 2015-04-164-19/+4
| | | |
* | | | Plugins cleanupGravatar Walter Purcaro 2015-04-1627-66/+37
| | | |
* | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-165-45/+110
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | Conflicts: pyload/plugin/addon/UpdateManager.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/hoster/YadiSk.py pyload/plugin/internal/SimpleHoster.py
| * | [UpdateManager] CleanupGravatar Walter Purcaro 2015-04-161-6/+4
| | |
| * | [UploadedTo] Set DISPOSITION to False (temp)Gravatar Walter Purcaro 2015-04-161-1/+3
| | |
| * | Merge pull request #1356 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-04-161-3/+19
| |\ \ | | | | | | | | Update UpdateManager.py
| | * | Update UpdateManager.pyGravatar GammaC0de 2015-04-141-3/+19
| | | |
| * | | [HostujeNet] Tiny cleanupGravatar Walter Purcaro 2015-04-161-5/+3
| | | |
| * | | Merge pull request #1358 from GammaC0de/GammaC0de-HostujeNetGravatar Walter Purcaro 2015-04-161-0/+51
| |\ \ \ | | | | | | | | | | [New Hoster] HostujeNet
| | * | | HostujeNetGravatar GammaC0de 2015-04-161-0/+51
| | |/ /
| * | | Merge pull request #1355 from GammaC0de/stableGravatar Walter Purcaro 2015-04-141-1/+1
| |\| | | | | | | | | | [SimpleHoster] forgot version bump
| | * | Version bumpGravatar GammaC0de 2015-04-141-1/+1
| |/ /
| * | [SimpleHoster] Improve latest change a littleGravatar Walter Purcaro 2015-04-141-4/+1
| | |
| * | Merge pull request #1353 from GammaC0de/stableGravatar Walter Purcaro 2015-04-142-40/+46
| |\ \ | | | | | | | | [SimpleHoster] fail() takes exactly 2 arguments (1 given)
| | * | Update YadiSk.pyGravatar GammaC0de 2015-04-141-39/+42
| | | |
| | * | Update SimpleHoster.pyGravatar GammaC0de 2015-04-141-1/+4
| | | |
| | * | Merge pull request #1 from pyload/stableGravatar GammaC0de 2015-04-1438-166/+136
| | |\ \ | | |/ / | |/| | Sync
* | | | Cleanup (3)Gravatar Walter Purcaro 2015-04-143-11/+11
| | | |
* | | | Merge pull request #4 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-1411-73/+73
|\ \ \ \ | | |_|/ | |/| | fix: assignJob and typos (__name vs. __name__)
| * | | fix: assignJobGravatar Armin 2015-04-1311-73/+73
|/ / / | | | | | | fix: typos __name vs. __name__
* | | Cleanup (2)Gravatar Walter Purcaro 2015-04-1345-419/+156
| | |
* | | CleanupGravatar Walter Purcaro 2015-04-13104-11/+1613
| | |