Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pr/n10_ardi69' into 0.4.10 | 2015-04-20 | 25 | -83/+95 | |
|\ | | | | | | | | | Conflicts: pyload/plugin/hoster/FileserveCom.py | ||||
| * | added check of classname == filename | 2015-04-20 | 2 | -13/+16 | |
| | | |||||
| * | Improve getClassName | 2015-04-20 | 21 | -50/+50 | |
| | | |||||
| * | add log warnings by using of deprecated features | 2015-04-20 | 3 | -23/+32 | |
| | | |||||
* | | Spare code cosmetics (9) | 2015-04-20 | 46 | -126/+126 | |
| | | |||||
* | | Spare code cosmetics (8) | 2015-04-20 | 55 | -146/+150 | |
| | | |||||
* | | PEP-8, Python Zen, refactor and reduce code (part 12 in master ↵ | 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) | 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) | 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) | 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) | 2015-04-20 | 20 | -23/+23 | |
| | | |||||
* | | PEP-8, Python Zen, refactor and reduce code (part 9 in master module/network) | 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 | 2015-04-19 | 8 | -20/+24 | |
|\| | | | | | sorted config in webui ("Activated" always on top) | ||||
| * | fix typo | 2015-04-19 | 1 | -1/+1 | |
| | | |||||
| * | cosmetics | 2015-04-19 | 2 | -9/+9 | |
| | | |||||
| * | sorted config in webui ("Activated" is always the top option) | 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) | 2015-04-19 | 21 | -29/+31 | |
| | | |||||
* | | range -> xrange | 2015-04-19 | 14 | -21/+21 | |
| | | |||||
* | | PEP-8, Python Zen, refactor and reduce code (part 7 in master module/database) | 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 | 2015-04-19 | 13 | -144/+135 | |
| | | |||||
* | | Merge pull request #8 from ardi69/0.4.10 | 2015-04-19 | 4 | -4/+46 | |
|\| | | | | | colored logs for webui to | ||||
| * | added: colred logs for webui to (currently only for theme "Next") | 2015-04-19 | 3 | -3/+45 | |
| | | |||||
| * | fix typo | 2015-04-18 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #7 from ardi69/0.4.10 | 2015-04-18 | 5 | -48/+50 | |
|\| | | | | | fix SyntaxError | ||||
| * | fixed: MultiHook | 2015-04-18 | 2 | -35/+37 | |
| | | |||||
| * | fix: color_logger | 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 | 2015-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #3 from vuolter/0.4.10 | 2015-04-18 | 95 | -579/+742 | |
| |\ | |/ |/| | merge vuolter HEAD | ||||
* | | Spare code cosmetics (5) | 2015-04-18 | 45 | -64/+134 | |
| | | |||||
* | | PEP-8, Python Zen, refactor and reduce code (part 6 in master module/common) | 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) | 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 ↵ | 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) | 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) | 2015-04-17 | 28 | -3/+76 | |
| | | |||||
* | | Spare code cosmetics (3) | 2015-04-17 | 39 | -335/+335 | |
| | | |||||
* | | Spare code cosmetics (2) | 2015-04-17 | 8 | -30/+31 | |
| | | |||||
* | | Spare code cosmetics (1) | 2015-04-17 | 7 | -63/+86 | |
| | | |||||
* | | Merge branch 'stable' into 0.4.10 | 2015-04-16 | 1 | -4/+4 | |
|\ \ | | | | | | | | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py | ||||
| * | | [UnSkipOnFail] Typo (2) | 2015-04-16 | 1 | -4/+4 | |
| | | | |||||
* | | | Merge pull request #6 from ardi69/0.4.10 | 2015-04-16 | 1 | -0/+1 | |
|\ \ \ | | |/ | |/| | hotfix | ||||
| * | | fix: config cast | 2015-04-16 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #2 from vuolter/0.4.10 | 2015-04-16 | 77 | -679/+741 | |
| |\ \ | |/ / |/| | | merge from vuolter | ||||
* | | | Merge pull request #5 from ardi69/0.4.10 | 2015-04-16 | 15 | -61/+63 | |
|\| | | | | | | | | fix: assignJob and typos (__name vs. __name__) [2] | ||||
| * | | fixed: more typos | 2015-04-16 | 12 | -61/+61 | |
| | | | |||||
| * | | Merge pull request #1 from vuolter/0.4.10 | 2015-04-14 | 3 | -11/+11 | |
| |\ \ | | | | | | | | | merge from vuolter/pyload | ||||
| * | | | fix typo | 2015-04-14 | 3 | -2/+4 | |
| | | | | |||||
* | | | | [api] Improve getConfigValue | 2015-04-16 | 1 | -1/+1 | |
| | | | | |||||
* | | | | default.conf cleanup | 2015-04-16 | 1 | -54/+65 | |
| | | | | |||||
* | | | | Colored logger | 2015-04-16 | 1 | -7/+37 | |
| | | | | |||||
* | | | | Fix comments | 2015-04-16 | 28 | -367/+367 | |
| | | | | |||||
* | | | | [config] Use get method instead dict access | 2015-04-16 | 22 | -123/+123 | |
| | | | | |||||
* | | | | Fix lib import | 2015-04-16 | 4 | -19/+4 | |
| | | | | |||||
* | | | | Plugins cleanup | 2015-04-16 | 27 | -66/+37 | |
| | | | | |||||
* | | | | Merge branch 'stable' into 0.4.10 | 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 | 2015-04-16 | 1 | -6/+4 | |
| | | | |||||
| * | | [UploadedTo] Set DISPOSITION to False (temp) | 2015-04-16 | 1 | -1/+3 | |
| | | | |||||
| * | | Merge pull request #1356 from GammaC0de/GammaC0de-patch-1 | 2015-04-16 | 1 | -3/+19 | |
| |\ \ | | | | | | | | | Update UpdateManager.py | ||||
| | * | | Update UpdateManager.py | 2015-04-14 | 1 | -3/+19 | |
| | | | | |||||
| * | | | [HostujeNet] Tiny cleanup | 2015-04-16 | 1 | -5/+3 | |
| | | | | |||||
| * | | | Merge pull request #1358 from GammaC0de/GammaC0de-HostujeNet | 2015-04-16 | 1 | -0/+51 | |
| |\ \ \ | | | | | | | | | | | [New Hoster] HostujeNet | ||||
| | * | | | HostujeNet | 2015-04-16 | 1 | -0/+51 | |
| | |/ / | |||||
| * | | | Merge pull request #1355 from GammaC0de/stable | 2015-04-14 | 1 | -1/+1 | |
| |\| | | | | | | | | | | [SimpleHoster] forgot version bump | ||||
| | * | | Version bump | 2015-04-14 | 1 | -1/+1 | |
| |/ / | |||||
| * | | [SimpleHoster] Improve latest change a little | 2015-04-14 | 1 | -4/+1 | |
| | | | |||||
| * | | Merge pull request #1353 from GammaC0de/stable | 2015-04-14 | 2 | -40/+46 | |
| |\ \ | | | | | | | | | [SimpleHoster] fail() takes exactly 2 arguments (1 given) | ||||
| | * | | Update YadiSk.py | 2015-04-14 | 1 | -39/+42 | |
| | | | | |||||
| | * | | Update SimpleHoster.py | 2015-04-14 | 1 | -1/+4 | |
| | | | | |||||
| | * | | Merge pull request #1 from pyload/stable | 2015-04-14 | 38 | -166/+136 | |
| | |\ \ | | |/ / | |/| | | Sync | ||||
* | | | | Cleanup (3) | 2015-04-14 | 3 | -11/+11 | |
| | | | | |||||
* | | | | Merge pull request #4 from ardi69/0.4.10 | 2015-04-14 | 11 | -73/+73 | |
|\ \ \ \ | | |_|/ | |/| | | fix: assignJob and typos (__name vs. __name__) | ||||
| * | | | fix: assignJob | 2015-04-13 | 11 | -73/+73 | |
|/ / / | | | | | | | fix: typos __name vs. __name__ | ||||
* | | | Cleanup (2) | 2015-04-13 | 45 | -419/+156 | |
| | | | |||||
* | | | Cleanup | 2015-04-13 | 104 | -11/+1613 | |
| | | | |||||
* | | | Fix except | 2015-04-13 | 2 | -2/+2 | |
| | | | |||||
* | | | Improve Setup a bit | 2015-04-13 | 1 | -3/+12 | |
| | | | |||||
* | | | Rename ClickAndLoad to ClickNLoad | 2015-04-13 | 4 | -8/+8 | |
| | | | |||||
* | | | Fix EOL | 2015-04-13 | 65 | -70/+38 | |
| | | | |||||
* | | | Move lib to lib/Python/Lib | 2015-04-13 | 108 | -10/+11 | |
| | | | |||||
* | | | Merge branch 'stable' into 0.4.10 | 2015-04-13 | 1 | -2/+2 | |
|\| | | | | | | | | | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py | ||||
| * | | [UnSkipOnFail] Typo | 2015-04-13 | 1 | -2/+2 | |
| | | | |||||
* | | | Revert 486adc1874e463b1563ad2394b216faff388b10d | 2015-04-13 | 458 | -3422/+3422 | |
| | | | |||||
* | | | Cleanup + fixup + new lib | 2015-04-13 | 56 | -662/+1055 | |
| | | | |||||
* | | | Merge branch 'stable' into 0.4.10 | 2015-04-13 | 142 | -568/+1252 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hooks/MultihostersComHook.py module/plugins/hooks/PutdriveComHook.py module/plugins/internal/CaptchaService.py pyload/plugin/account/OboomCom.py pyload/plugin/account/SmoozedCom.py pyload/plugin/addon/AntiVirus.py pyload/plugin/addon/ExternalScripts.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/RestartSlow.py pyload/plugin/crypter/CrockoCom.py pyload/plugin/crypter/DepositfilesCom.py pyload/plugin/crypter/FshareVn.py pyload/plugin/crypter/LinkdecrypterCom.py pyload/plugin/crypter/MegaRapidCz.py pyload/plugin/crypter/PastebinCom.py pyload/plugin/hoster/CatShareNet.py pyload/plugin/hoster/EdiskCz.py pyload/plugin/hoster/ExtabitCom.py pyload/plugin/hoster/GigapetaCom.py pyload/plugin/hoster/GooIm.py pyload/plugin/hoster/IfolderRu.py pyload/plugin/hoster/LuckyShareNet.py pyload/plugin/hoster/MegasharesCom.py pyload/plugin/hoster/MovReelCom.py pyload/plugin/hoster/NarodRu.py pyload/plugin/hoster/NowDownloadSx.py pyload/plugin/hoster/NowVideoSx.py pyload/plugin/hoster/QuickshareCz.py pyload/plugin/hoster/RemixshareCom.py pyload/plugin/hoster/RgHostNet.py pyload/plugin/hoster/SendspaceCom.py pyload/plugin/hoster/UlozTo.py pyload/plugin/hoster/UnibytesCom.py pyload/plugin/hoster/UploadingCom.py pyload/plugin/hoster/WrzucTo.py pyload/plugin/internal/MultiHook.py pyload/plugin/internal/SimpleHoster.py | ||||
| * | | [LolabitsEs] Cleanup | 2015-04-12 | 1 | -21/+23 | |
| | | | |||||
| * | | Merge pull request #1345 from zapp-brannigan/patch-1 | 2015-04-11 | 1 | -0/+46 | |
| |\ \ | | | | | | | | | [New Hoster] lolabits.es | ||||
| | * | | [New Hoster] lolabits.es | 2015-04-11 | 1 | -0/+46 | |
| |/ / | | | | | | | As requested in https://github.com/pyload/pyload/issues/1343 | ||||
| * | | Fix OboomCom and SmoozedCom with beaker >= v1.7.x | 2015-04-10 | 2 | -4/+30 | |
| | | | |||||
| * | | Spare code cosmetics | 2015-04-10 | 30 | -89/+47 | |
| | | | |||||
| * | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341 | 2015-04-10 | 2 | -6/+6 | |
| | | | |||||
| * | | [DepositfilesCom] Update | 2015-04-10 | 1 | -7/+3 | |
| | | | |||||
| * | | [RestartSlow] Remove (temp) | 2015-04-10 | 1 | -58/+0 | |
| | | | |||||
| * | | Merge pull request #1340 from GammaC0de/stable | 2015-04-10 | 1 | -0/+2 | |
| |\| | | | | | | | Update DepositfilesCom.py | ||||
| | * | Update DepositfilesCom.py | 2015-04-10 | 1 | -0/+2 | |
| |/ | |||||
| * | Merge pull request #1338 from valdi74/patch-2 | 2015-04-10 | 1 | -3/+3 | |
| |\ | | | | | | | Update - new links pattern | ||||
| | * | Update - new links pattern | 2015-04-10 | 1 | -3/+3 | |
| |/ | |||||
| * | Merge pull request #1333 from zapp-brannigan/patch-1 | 2015-04-09 | 1 | -17/+8 | |
| |\ | | | | | | | Update CaptchaService.py | ||||
| | * | Update CaptchaService.py | 2015-04-09 | 1 | -17/+8 | |
| |/ | | | | | Fix ReCaptchaV2 | ||||
| * | [SimpleHoster] Improve file name handling | 2015-04-09 | 4 | -24/+24 | |
| | | |||||
| * | Merge branch 'pr/n1314_sebdelsol' into stable | 2015-04-08 | 1 | -0/+4 | |
| |\ | |||||
| | * | [zippyshare] fix bug #1311 | 2015-04-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | Zippyshare sometimes encode file name with an image. In this case, use the file link to get the file name. (it's probably a bad hack. I don't know nothing about pyload Core). | ||||
| * | | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1311 | 2015-04-08 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix https://github.com/pyload/pyload/issues/1157 (2) | 2015-04-08 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix https://github.com/pyload/pyload/issues/1157 | 2015-04-08 | 27 | -67/+67 | |
| | | | |||||
| * | | Spare code cosmetics | 2015-04-08 | 15 | -25/+27 | |
| | | | |||||
| * | | [UserAgentSwitcher] Random user-agent feature | 2015-04-08 | 2 | -8/+23 | |
| | | | |||||
| * | | [RapiduNet] https://github.com/pyload/pyload/issues/1326 | 2015-04-08 | 1 | -15/+13 | |
| | | | |||||
| * | | [CatShareNet] https://github.com/pyload/pyload/issues/1325 | 2015-04-08 | 1 | -8/+6 | |
| | | | |||||
| * | | [AntiVirus][ExtractArchive] Fixup | 2015-04-08 | 2 | -4/+4 | |
| | | | |||||
| * | | [RemixshareCom] Cleanup | 2015-04-08 | 1 | -18/+12 | |
| | | | |||||
| * | | [SolidfilesCom] Cleanup | 2015-04-08 | 2 | -42/+33 | |
| | | | |||||
| * | | [UserAgentSwitcher] Fix https://github.com/pyload/pyload/issues/1324 | 2015-04-08 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge pull request #1323 from sraedler/stable | 2015-04-08 | 1 | -0/+42 | |
| |\ \ | | | | | | | | | Added new Hoster Solidfiles.com | ||||
| | * | | Added Solidfiles Hoster | 2015-04-08 | 1 | -0/+42 | |
| | | | | |||||
| | * | | Merge pull request #1 from pyload/stable | 2015-04-08 | 9 | -87/+139 | |
| | |\ \ | | |/ / | |/| | | merge with base | ||||
| * | | | [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1322 | 2015-04-08 | 1 | -2/+2 | |
| | | | | |||||
| * | | | [UserAgentSwitcher] Default activated set to True | 2015-04-08 | 3 | -10/+5 | |
| | | | | |||||
| * | | | Traceback code cosmetics | 2015-04-07 | 4 | -11/+11 | |
| | | | | |||||
| * | | | [YadiSk] Fix https://github.com/pyload/pyload/issues/1321 | 2015-04-07 | 3 | -25/+24 | |
| | | | | |||||
| * | | | [ExtractArchive] Improve send2trash feature | 2015-04-07 | 1 | -38/+43 | |
| | | | | |||||
| * | | | [AntiVirus] Recycle bin support | 2015-04-07 | 1 | -9/+29 | |
| | | | | |||||
| * | | | New plugin: UserAgentSwitcher | 2015-04-07 | 1 | -0/+31 | |
| | | | | | | | | | | | | | | | | Fix https://github.com/pyload/pyload/issues/1305 | ||||
| * | | | [SimpleDereferer][SimpleHoster] Update user-agent (3) | 2015-04-07 | 2 | -2/+4 | |
| | | | | |||||
| * | | | Merge pull request #1320 from sraedler/stable | 2015-04-07 | 1 | -7/+10 | |
| |\| | | | | | | | | | | Fixed RemixshareCom | ||||
| | * | | Fixed RemixshareCom | 2015-04-07 | 1 | -7/+10 | |
| |/ / | |||||
| * | | [SimpleDereferer] Update user-agent (2) | 2015-04-07 | 2 | -5/+6 | |
| | | | |||||
| * | | [SimpleDereferer][SimpleHoster] Update user-agent | 2015-04-07 | 4 | -11/+13 | |
| | | | |||||
| * | | [YadiSk] Cleanup | 2015-04-07 | 1 | -29/+30 | |
| | | | |||||
| * | | Merge pull request #1318 from saintego/patch-6 | 2015-04-07 | 1 | -0/+84 | |
| |\ \ | | |/ | |/| | New plugin: YadiSk | ||||
| | * | [hoster request]yadi.sk #1292 | 2015-04-07 | 1 | -0/+84 | |
| |/ | | | | | GammaC0de post works | ||||
| * | Merge pull request #1301 from saintego/patch-5 | 2015-04-03 | 1 | -6/+11 | |
| |\ | | | | | | | Some issue in keep2share.cc #1236 | ||||
| | * | Some issue in keep2share.cc #1236 | 2015-03-30 | 1 | -6/+11 | |
| | | | | | | | | | `Problem is not fixed. With this change we are able to load captcha, but I got Parse error: No file downloaded | Plugin may be out of date | ||||
| * | | [ExternalScripts] Fix https://github.com/pyload/pyload/issues/1307 | 2015-04-03 | 1 | -1/+1 | |
| | | | |||||
| * | | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2) | 2015-04-01 | 2 | -6/+6 | |
| | | | |||||
| * | | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 | 2015-04-01 | 2 | -4/+4 | |
| | | | |||||
| * | | Temp fixup to `filename*=UTF-8` bug (2) | 2015-04-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Temp fixup to `filename*=UTF-8` bug | 2015-03-31 | 6 | -43/+39 | |
| | | | |||||
| * | | [TusfilesNet] Fix downloadLink | 2015-03-30 | 1 | -3/+3 | |
| | | | |||||
| * | | [GoogledriveCom][UlozTo] Fix handleDirect (2) | 2015-03-30 | 2 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #1302 from ludoviclehmann/stable | 2015-03-30 | 1 | -2/+2 | |
| |\ \ | | |/ | |/| | OneFichier premium: remove double quote at the end of the filename | ||||
| | * | OneFichier premium: remove double quote at the end of the filename | 2015-03-30 | 1 | -2/+2 | |
| |/ | |||||
| * | [GoogledriveCom] Fix handleDirect | 2015-03-30 | 4 | -6/+6 | |
| | | |||||
| * | [UlozTo] Fix https://github.com/pyload/pyload/issues/1300 | 2015-03-30 | 1 | -6/+6 | |
| | | |||||
| * | Merge pull request #1299 from ludoviclehmann/stable | 2015-03-30 | 1 | -3/+4 | |
| |\ | | | | | | | Fix code problem for premium download with OneFichier | ||||
| | * | Fix indentation problem in OneFichierCom.py | 2015-03-29 | 1 | -1/+1 | |
| | | | |||||
| | * | fix OneFichierCom premium issue : global name 'link' is not defined | 2015-03-29 | 1 | -3/+4 | |
| |/ | |||||
| * | [ExternalScripts] Update | 2015-03-29 | 1 | -9/+9 | |
| | | |||||
| * | [MediafireCom] Version up | 2015-03-29 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #1298 from saintego/patch-4 | 2015-03-29 | 1 | -1/+1 | |
| |\ | | | | | | | mediafire link in new format #1297 | ||||
| | * | mediafire link in new format #1297 | 2015-03-29 | 1 | -1/+1 | |
| |/ | |||||
| * | [GoogledriveCom] Improve | 2015-03-28 | 1 | -2/+12 | |
| | | |||||
| * | Spare code cosmetics | 2015-03-28 | 57 | -118/+112 | |
| | | |||||
| * | [UlozTo] Update hoster | 2015-03-28 | 1 | -47/+49 | |
| | | |||||
| * | [MultiHook] Periodically loadAccount | 2015-03-28 | 1 | -8/+6 | |
| | | |||||
| * | Merge pull request #1294 from ludoviclehmann/stable | 2015-03-27 | 1 | -1/+17 | |
| |\ | | | | | | | Fix issue #1042 | ||||
| | * | Fix issue #1042 | 2015-03-27 | 1 | -1/+17 | |
| |/ | | | | | https://github.com/pyload/pyload/issues/1042 | ||||
| * | Merge pull request #1293 from saintego/patch-3 | 2015-03-27 | 1 | -18/+8 | |
| |\ | | | | | | | ifolder issue #1291 | ||||
| | * | ifolder issue #1291 | 2015-03-27 | 1 | -18/+8 | |
| |/ | | | | | add metalare.org and fixed for new layout of page | ||||
| * | [RgHostNet] Update | 2015-03-26 | 1 | -5/+6 | |
| | | |||||
| * | Tiny code cosmetics | 2015-03-26 | 2 | -8/+8 | |
| | | |||||
| * | Merge pull request #1290 from saintego/patch-2 | 2015-03-26 | 1 | -2/+2 | |
| |\ | | | | | | | rghost issue #1289 | ||||
| | * | rghost issue #1289 | 2015-03-26 | 1 | -2/+2 | |
| |/ | | | | | add rghost.ru and fix link_free_patern | ||||
* | | Prepare hook plugins to merging from stable | 2015-04-13 | 27 | -1/+1 | |
| | | |||||
* | | Default theme is Next | 2015-04-13 | 1 | -2/+2 | |
| | | |||||
* | | Prepare plugins to merging from stable | 2015-04-13 | 455 | -3396/+3396 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1349 | 2015-04-13 | 1 | -2/+2 | |
| | | |||||
* | | Merge branch 'pr/n3_ardi69' into 0.4.10 | 2015-04-12 | 42 | -433/+307 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py | ||||
| * | | import fixes + code-cleanup | 2015-04-12 | 26 | -80/+67 | |
| | | | |||||
| * | | fix, fix and more fixes | 2015-04-12 | 36 | -431/+307 | |
| | | | |||||
| * | | moved the config-nicer from config-parser to webui-app | 2015-04-10 | 2 | -8/+14 | |
| | | | | | | | | | recreateing of plugin.conf no more needed | ||||
| * | | showing plugins nicer in settings -> "xxx (Addon)" instead "xxx_addon" | 2015-04-10 | 1 | -1/+7 | |
| | | | | | | | | | | | | Note: required re-create of plugin.conf (by simple deleting of plugin.conf) | ||||
| * | | remove testing stuff | 2015-04-10 | 2 | -2/+1 | |
| | | | |||||
* | | | Cleanup | 2015-04-10 | 12 | -130/+130 | |
| | | | |||||
* | | | Merge pull request #2 from ardi69/0.4.10 | 2015-04-10 | 30 | -108/+150 | |
|\| | | | | | | | | makes the plugins runable | ||||
| * | | added: configdata of deleted or outdated plugins are deletedfrom config | 2015-04-10 | 2 | -0/+12 | |
| | | | | | | | | | file | ||||
| * | | more fixes. now running all plugins | 2015-04-10 | 9 | -47/+48 | |
| | | | |||||
| * | | fix: OboomCom and SmoozedCom with beaker >= v1.7.x | 2015-04-09 | 24 | -66/+94 | |
| | | | | | | | | | fix: run plugins this fix makes the plugin attribute "__name" obsolet | ||||
| * | | Merge remote-tracking branch 'origin/0.4.10' into 0.4.10 | 2015-04-08 | 16 | -64/+404 | |
| |\ \ | |||||
| | * \ | Merge pull request #1 from vuolter/0.4.10 | 2015-04-08 | 16 | -64/+404 | |
| | |\ \ | |_|/ / |/| | | | ubdate from master | ||||
* | | | | [README] Update (2) | 2015-04-08 | 1 | -7/+10 | |
| | | | | |||||
* | | | | The single whitespace cleanup O.O | 2015-04-08 | 1 | -1/+1 | |
| | | | | |||||
* | | | | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10 | 2015-04-08 | 2 | -29/+24 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pyload/webui/themes/Next/tml/queue.html pyload/webui/themes/Next/tml/settings.html | ||||
| * | | | | Recreated the chhanges of pr/2 m4xcube | 2015-04-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because of a git-merging problem, i have manualy changed the things of pr/2 from m4xcube. The changes now be clean at stable of pullrequest #1006 | ||||
| * | | | | Merge remote-tracking branch 'origin/stable' into stable | 2015-04-05 | 0 | -0/+0 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | mit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7. | ||||
| | * \ \ \ | Merge pull request #3 from mariusbaumann/pr/2 | 2015-04-05 | 1 | -2/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | text changed to withe and little font fixes | ||||
| | * \ \ \ \ | Merge pull request #2 from m4xcube/stable | 2015-04-05 | 2 | -51/+43 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Allway show Package Size in queue & little improvements | ||||
| * | | | | | | | Revert "Merge branch 'pr/2' into stable" | 2015-04-05 | 2 | -44/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7. | ||||
| * | | | | | | | Merge branch 'pr/2' into stable | 2015-04-05 | 2 | -52/+44 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | text changed to withe and little font fixes | 2015-04-05 | 1 | -2/+2 | |
| | |/ / / / | |||||
| | * | | | | Revert "Word Break" | 2015-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8a5d15799505340d80754dc1b9638a8244705087. | ||||
| | * | | | | Allways show Package Size | 2015-04-04 | 1 | -8/+6 | |
| | | | | | | |||||
| | * | | | | Better readability of HTML | 2015-04-04 | 1 | -34/+32 | |
| | | | | | | |||||
| | * | | | | Cleanup & Design improvement | 2015-04-04 | 1 | -8/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed nobr for better html code with "white-space: nowrap;" Changed height to max-heigt for better visual | ||||
| | * | | | | Word Break | 2015-04-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Word break for to long Packagenames | ||||
| * | | | | | Merge pull request #1 from m4xcube/stable | 2015-04-04 | 1 | -24/+19 | |
| |\| | | | | | | | | | | | | | | | | Scrollable Plugin-List | ||||
| | * | | | | Scrollable Plugin-List | 2015-04-04 | 1 | -24/+19 | |
| |/ / / / | |||||
| * | | | | Drag and drop fix | 2015-03-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the drag and drop feature in queue is matched to the title of the package. The move button now works again as expected (to move betwen collector and queue) | ||||
* | | | | | [README] Update | 2015-04-08 | 1 | -20/+49 | |
| | | | | | |||||
* | | | | | [config] webinterface -> webui | 2015-04-07 | 5 | -14/+14 | |
| | | | | | |||||
* | | | | | [Lib] send2trash | 2015-04-07 | 7 | -1/+313 | |
| | | | | | |||||
* | | | | | Merge branch 'pr/n1_ardi69' into 0.4.10 | 2015-04-07 | 96 | -37/+30070 | |
|\ \ \ \ \ | | |_|/ / | |/| | | |