summaryrefslogtreecommitdiffstats
path: root/pyload
Commit message (Collapse)AuthorAgeFilesLines
* Default theme is NextGravatar Walter Purcaro 2015-04-131-2/+2
|
* Prepare plugins to merging from stableGravatar Walter Purcaro 2015-04-13455-3396/+3396
|
* Fix https://github.com/pyload/pyload/issues/1349Gravatar Walter Purcaro 2015-04-131-2/+2
|
* Merge branch 'pr/n3_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-1241-433/+306
|\ | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py
| * import fixes + code-cleanupGravatar Armin 2015-04-1226-80/+67
| |
| * fix, fix and more fixesGravatar Armin 2015-04-1235-431/+306
| |
| * moved the config-nicer from config-parser to webui-appGravatar Armin 2015-04-102-8/+14
| | | | | | recreateing of plugin.conf no more needed
| * showing plugins nicer in settings -> "xxx (Addon)" instead "xxx_addon"Gravatar Armin 2015-04-101-1/+7
| | | | | | | | Note: required re-create of plugin.conf (by simple deleting of plugin.conf)
| * remove testing stuffGravatar Armin 2015-04-102-2/+1
| |
* | CleanupGravatar Walter Purcaro 2015-04-1012-130/+130
|/
* added: configdata of deleted or outdated plugins are deletedfrom configGravatar Armin 2015-04-102-0/+12
| | | file
* more fixes. now running all plugins Gravatar Armin 2015-04-109-47/+48
|
* fix: OboomCom and SmoozedCom with beaker >= v1.7.xGravatar Armin 2015-04-0923-66/+93
| | | fix: run plugins this fix makes the plugin attribute "__name" obsolet
* Merge remote-tracking branch 'origin/0.4.10' into 0.4.10Gravatar Armin 2015-04-088-44/+40
|\
| * The single whitespace cleanup O.OGravatar Walter Purcaro 2015-04-081-1/+1
| |
| * Merge branch 'pr/n1006_mariusbaumann' into 0.4.10Gravatar Walter Purcaro 2015-04-082-29/+24
| | | | | | | | | | | | Conflicts: pyload/webui/themes/Next/tml/queue.html pyload/webui/themes/Next/tml/settings.html
| * [config] webinterface -> webuiGravatar Walter Purcaro 2015-04-075-14/+14
| |
| * Merge branch 'pr/n1_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-0711-37/+41
| |\
| * | Update user-agentGravatar Walter Purcaro 2015-04-071-1/+2
| | |
* | | fix setupGravatar Armin 2015-04-053-11/+12
| |/ |/|
* | fix guiGravatar root 2015-04-045-16/+16
| |
* | fix againGravatar Armin 2015-04-041-1/+1
| |
* | fix plugin locationGravatar Armin 2015-04-041-2/+2
| |
* | fixGravatar Armin 2015-04-041-4/+4
| |
* | fixGravatar root 2015-04-041-4/+4
| |
* | fix endless recursionGravatar root 2015-04-041-3/+3
| |
* | some fixesGravatar root 2015-04-034-8/+12
|/
* Merge branch 'pr/n1156_ItachiSan' into 0.4.10Gravatar Walter Purcaro 2015-03-291-9/+17
| | | | | Conflicts: pyload/manager/thread/Server.py
* pycurl.MAXREDIRS up to 10Gravatar Walter Purcaro 2015-03-281-1/+1
|
* Quit all threads in core.shutdown()Gravatar ardi69 2015-03-281-1/+1
|
* Drag and drop fixGravatar mariusbaumann 2015-03-261-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) Conflicts: pyload/webui/themes/Next/tml/queue.html
* Revert ce103ce1e60661f7bcdf6a033335134de61d48b1Gravatar Walter Purcaro 2015-03-26455-3412/+3412
|
* CleanupGravatar Walter Purcaro 2015-03-2653-183/+655
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-03-26322-2061/+2009
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/Keep2ShareCc.py module/plugins/captcha/OCR.py module/plugins/captcha/captcha.py module/plugins/crypter/DailymotionBatch.py module/plugins/crypter/DailymotionComFolder.py module/plugins/crypter/YoutubeBatch.py module/plugins/crypter/YoutubeComFolder.py module/plugins/internal/CaptchaService.py pyload/plugin/Extractor.py pyload/plugin/OCR.py pyload/plugin/account/DebridItaliaCom.py pyload/plugin/account/MegaRapidCz.py pyload/plugin/account/NoPremiumPl.py pyload/plugin/account/RapideoPl.py pyload/plugin/addon/AndroidPhoneNotify.py pyload/plugin/addon/Checksum.py pyload/plugin/addon/ClickAndLoad.py pyload/plugin/addon/DeleteFinished.py pyload/plugin/addon/DownloadScheduler.py pyload/plugin/addon/ExternalScripts.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/HotFolder.py pyload/plugin/addon/IRCInterface.py pyload/plugin/addon/JustPremium.py pyload/plugin/addon/MergeFiles.py pyload/plugin/addon/MultiHome.py pyload/plugin/addon/RestartFailed.py pyload/plugin/addon/RestartSlow.py pyload/plugin/addon/SkipRev.py pyload/plugin/addon/UnSkipOnFail.py pyload/plugin/addon/UpdateManager.py pyload/plugin/addon/WindowsPhoneNotify.py pyload/plugin/crypter/DDLMusicOrg.py pyload/plugin/crypter/DailymotionBatch.py pyload/plugin/crypter/DevhostSt.py pyload/plugin/crypter/EmbeduploadCom.py pyload/plugin/crypter/MultiloadCz.py pyload/plugin/crypter/YoutubeBatch.py pyload/plugin/extractor/SevenZip.py pyload/plugin/extractor/UnRar.py pyload/plugin/extractor/UnZip.py pyload/plugin/hook/BypassCaptcha.py pyload/plugin/hook/Captcha9Kw.py pyload/plugin/hook/CaptchaBrotherhood.py pyload/plugin/hook/DeathByCaptcha.py pyload/plugin/hook/ExpertDecoders.py pyload/plugin/hook/ImageTyperz.py pyload/plugin/hook/XFileSharingPro.py pyload/plugin/hoster/AlldebridCom.py pyload/plugin/hoster/CzshareCom.py pyload/plugin/hoster/EuroshareEu.py pyload/plugin/hoster/FastixRu.py pyload/plugin/hoster/FastshareCz.py pyload/plugin/hoster/GooIm.py pyload/plugin/hoster/MediafireCom.py pyload/plugin/hoster/MegaDebridEu.py pyload/plugin/hoster/NitroflareCom.py pyload/plugin/hoster/OverLoadMe.py pyload/plugin/hoster/PremiumTo.py pyload/plugin/hoster/PremiumizeMe.py pyload/plugin/hoster/RapidgatorNet.py pyload/plugin/hoster/RealdebridCom.py pyload/plugin/hoster/SimplyPremiumCom.py pyload/plugin/hoster/SimplydebridCom.py pyload/plugin/hoster/SmoozedCom.py pyload/plugin/hoster/SoundcloudCom.py pyload/plugin/hoster/UlozTo.py pyload/plugin/hoster/UploadableCh.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/hoster/UploadheroCom.py pyload/plugin/hoster/VeehdCom.py pyload/plugin/hoster/VimeoCom.py pyload/plugin/hoster/ZeveraCom.py pyload/plugin/hoster/ZippyshareCom.py pyload/plugin/internal/BasePlugin.py pyload/plugin/internal/MultiHoster.py pyload/plugin/internal/SimpleDereferer.py pyload/plugin/internal/SimpleHoster.py pyload/plugin/internal/XFSHoster.py pyload/plugin/ocr/GigasizeCom.py pyload/plugin/ocr/LinksaveIn.py pyload/plugin/ocr/NetloadIn.py pyload/plugin/ocr/ShareonlineBiz.py
* Prepare to mergingGravatar Walter Purcaro 2015-03-26452-3236/+3236
|
* .min.css -> .cssGravatar Walter Purcaro 2015-03-0112-16/+16
|
* safe_join -> fs_joinGravatar Walter Purcaro 2015-02-2821-64/+64
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-02-2211-204/+216
| | | | | | | | | | | | | | | | | Conflicts: module/plugins/container/LinkList.py module/plugins/container/TXT.py module/plugins/hoster/HundredEightyUploadCom.py pyload/plugin/Extractor.py pyload/plugin/addon/ClickAndLoad.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/HotFolder.py pyload/plugin/container/TXT.py pyload/plugin/extractor/SevenZip.py pyload/plugin/extractor/UnRar.py pyload/plugin/extractor/UnZip.py pyload/plugin/hook/XFileSharingPro.py pyload/plugin/hoster/ZippyshareCom.py
* Tiny code cosmeticsGravatar Walter Purcaro 2015-02-225-7/+5
|
* Fix lib in .gitignoreGravatar Walter Purcaro 2015-02-1794-0/+96068
|
* Fix extractor plugin typeGravatar Walter Purcaro 2015-02-176-312/+9
|
* Update webuiGravatar Walter Purcaro 2015-02-17227-30696/+2954
|
* Revert fcead1870013b6a970eca7878a66dbe783c80ea3Gravatar Walter Purcaro 2015-02-16468-3368/+3358
|
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-16876-0/+90067
|
* module tempGravatar Walter Purcaro 2015-02-16844-88741/+0
|
* Fix filename caseGravatar Walter Purcaro 2015-02-16323-0/+0
|
* Improve theme structure a bitGravatar Walter Purcaro 2015-02-16154-13482/+194
|
* Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1Gravatar Walter Purcaro 2015-02-16437-3174/+3174
|
* Init cosmeticsGravatar Walter Purcaro 2014-12-241-1/+5
|
* UpdateGravatar Walter Purcaro 2014-12-13916-30329/+30345
|
* Code fixesGravatar Walter Purcaro 2014-12-132-3/+3
|
* Fix pyload __init__Gravatar Walter Purcaro 2014-12-132-25/+45
|
* Use empty string when missing author emailGravatar Walter Purcaro 2014-12-1230-32/+32
|
* Move InitHomeDir to pyload __init__Gravatar Walter Purcaro 2014-12-125-79/+76
|
* Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-125-32/+25
| | | | | | | | | Conflicts: pyload/plugins/addon/SkipRev.py pyload/plugins/hoster/FastshareCz.py pyload/plugins/hoster/FileSharkPl.py pyload/plugins/hoster/FilerNet.py pyload/plugins/hoster/Keep2shareCc.py
* [SimpleHoster] Remove CONTENT_DISPOSITION + Rename parseInfo to parseInfosGravatar Walter Purcaro 2014-12-121-6/+5
| | | | | Conflicts: pyload/plugins/internal/SimpleHoster.py
* Update README and relatedGravatar Walter Purcaro 2014-12-1212-23/+11
|
* New SetupGravatar Walter Purcaro 2014-12-122-121/+141
|
* Spare code fixes (2)Gravatar Walter Purcaro 2014-12-125-21/+23
|
* Fix JsEngineGravatar Walter Purcaro 2014-12-124-29/+43
|
* Spare code fixesGravatar Walter Purcaro 2014-12-119-16/+36
|
* Rename attr NAME to __nameGravatar Walter Purcaro 2014-12-111-12/+12
|
* Set utf-8 coding in all __init__.pyGravatar Walter Purcaro 2014-12-1117-0/+17
|
* Str unquote stuffGravatar Walter Purcaro 2014-12-114-8/+12
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-1113-64/+30
|
* Bucket and CookieJar from 0.5.0Gravatar Walter Purcaro 2014-12-112-33/+50
|
* Clean up some import headerGravatar Walter Purcaro 2014-12-1116-39/+38
|
* Rename some events + engage renamed addon methodsGravatar Walter Purcaro 2014-12-119-75/+105
|
* Rename some Addon methodsGravatar Walter Purcaro 2014-12-1128-45/+66
|
* Support new key attributesGravatar Walter Purcaro 2014-12-105-14/+14
|
* Fix bad mergeGravatar Walter Purcaro 2014-12-104-2/+2
|
* [RapiduNet] Improve account pluginGravatar Walter Purcaro 2014-12-101-18/+20
|
* Fix plugins key attributesGravatar Walter Purcaro 2014-12-10432-3345/+3345
|
* Revert plugin directory structureGravatar Walter Purcaro 2014-12-10177-180/+180
|
* Fix previous mergeGravatar Walter Purcaro 2014-12-1031-164/+255
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-12-1088-313/+343
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hooks/ClickAndLoad.py module/plugins/internal/CaptchaService.py pyload/plugins/addon/Checksum.py pyload/plugins/addon/DownloadScheduler.py pyload/plugins/addon/ExternalScripts.py pyload/plugins/addon/ExtractArchive.py pyload/plugins/addon/IRCInterface.py pyload/plugins/addon/MergeFiles.py pyload/plugins/addon/MultiHome.py pyload/plugins/addon/SkipRev.py pyload/plugins/addon/UnSkipOnFail.py pyload/plugins/addon/WindowsPhoneToastNotify.py pyload/plugins/container/CCF.py pyload/plugins/hook/BypassCaptcha.py pyload/plugins/hook/Captcha9kw.py pyload/plugins/hook/CaptchaBrotherhood.py pyload/plugins/hook/DeathByCaptcha.py pyload/plugins/hook/ExpertDecoders.py pyload/plugins/hook/ImageTyperz.py pyload/plugins/hoster/DlFreeFr.py pyload/plugins/internal/OCR.py
* License cleanupGravatar Walter Purcaro 2014-12-0739-605/+55
|
* Fix with_statementGravatar Walter Purcaro 2014-12-075-0/+8
|
* Fix previous mergeGravatar Walter Purcaro 2014-12-0741-46/+458
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-12-07111-1128/+1002
| | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hoster/NowDownloadEu.py module/plugins/hoster/NowDownloadSx.py module/plugins/hoster/NowVideoAt.py module/plugins/hoster/NowVideoSx.py pyload/plugins/account/RapidshareCom.py pyload/plugins/addon/ExtractArchive.py pyload/plugins/addon/HotFolder.py pyload/plugins/addon/UpdateManager.py pyload/plugins/hook/Captcha9kw.py pyload/plugins/hook/DebridItaliaCom.py pyload/plugins/hoster/DebridItaliaCom.py pyload/plugins/hoster/Keep2shareCc.py pyload/plugins/hoster/NetloadIn.py pyload/plugins/hoster/NowDownloadEu.py pyload/plugins/hoster/NowVideoAt.py pyload/plugins/hoster/RapidshareCom.py pyload/plugins/hoster/ShareonlineBiz.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleHoster.py
* Tiny code cosmeticsGravatar Walter Purcaro 2014-12-021-4/+5
|
* Merge branch 'pr/n936_kmarty' into 0.4.10Gravatar Walter Purcaro 2014-12-021-3/+18
|
* PEP-8, Python Zen, refactor and reduce code (thx FedeG)Gravatar Walter Purcaro 2014-12-0191-390/+315
|
* Fix previous mergeGravatar Walter Purcaro 2014-11-2629-33/+113
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-2644-172/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/PluginThread.py module/plugins/hoster/XFileSharingPro.py module/plugins/internal/CaptchaService.py pyload/api/__init__.py pyload/manager/AccountManager.py pyload/manager/AddonManager.py pyload/manager/CaptchaManager.py pyload/manager/PluginManager.py pyload/network/HTTPRequest.py pyload/network/XDCCRequest.py pyload/plugins/Plugin.py pyload/plugins/account/EasybytezCom.py pyload/plugins/crypter/C1neonCom.py pyload/plugins/crypter/CryptItCom.py pyload/plugins/crypter/DuploadOrg.py pyload/plugins/crypter/FilebeerInfo.py pyload/plugins/crypter/FilesonicCom.py pyload/plugins/crypter/FiredriveCom.py pyload/plugins/crypter/HotfileCom.py pyload/plugins/crypter/ILoadTo.py pyload/plugins/crypter/LofCc.py pyload/plugins/crypter/MBLinkInfo.py pyload/plugins/crypter/MegauploadCom.py pyload/plugins/crypter/Movie2kTo.py pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/OronCom.py pyload/plugins/crypter/RSLayerCom.py pyload/plugins/crypter/SecuredIn.py pyload/plugins/crypter/SharingmatrixCom.py pyload/plugins/crypter/SpeedLoadOrg.py pyload/plugins/crypter/StealthTo.py pyload/plugins/crypter/TrailerzoneInfo.py pyload/plugins/crypter/WiiReloadedOrg.py pyload/plugins/crypter/WuploadCom.py pyload/plugins/internal/Account.py pyload/plugins/internal/Addon.py pyload/plugins/internal/BasePlugin.py pyload/plugins/internal/Container.py pyload/plugins/internal/Crypter.py pyload/plugins/internal/DeadCrypter.py pyload/plugins/internal/DeadHoster.py pyload/plugins/internal/Hoster.py pyload/plugins/internal/SimpleCrypter.py pyload/utils/__init__.py
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-221-2/+2
|
* Remove merged PluginThreadGravatar Walter Purcaro 2014-11-222-3/+5
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-228-158/+200
| | | | | | | | | | | Conflicts: module/PluginThread.py pyload/plugins/Plugin.py pyload/plugins/hoster/RarefileNet.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py pyload/plugins/internal/XFSHoster.py
* [SimpleCrypter][SimpleHoster] Fix info attr initGravatar Walter Purcaro 2014-11-212-4/+6
| | | | | | Conflicts: pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py
* Move FilecryptCc to pyload directoryGravatar Walter Purcaro 2014-11-211-0/+148
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-215-204/+226
| | | | | | | | | Conflicts: pyload/network/HTTPRequest.py pyload/plugins/account/UlozTo.py pyload/plugins/crypter/LinkCryptWs.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py
* [Plugin] Fix typoGravatar Walter Purcaro 2014-11-211-1/+4
|
* Convert tabs to 4-whitespacesGravatar Walter Purcaro 2014-11-201-109/+110
|
* Rename theme clearbright to brightGravatar Walter Purcaro 2014-11-20107-62/+62
|
* [ClickAndLoad] RewrittenGravatar Walter Purcaro 2014-11-201-49/+43
|
* __config__ cleanup for addonsGravatar Walter Purcaro 2014-11-2013-62/+69
|
* Import threading instead thread + thread cleanupGravatar Walter Purcaro 2014-11-209-27/+17
|
* [Addon] Periodical default to offGravatar Walter Purcaro 2014-11-201-12/+15
|
* [UpdateManager] Code cosmeticsGravatar Walter Purcaro 2014-11-201-2/+4
|
* Use utils encode/decodeGravatar Walter Purcaro 2014-11-207-45/+29
|
* Convert tabs to 4-whitespacesGravatar Walter Purcaro 2014-11-202-316/+316
|
* [UpdateManager] Fix Key Error :'v' (thx pacovi)Gravatar Walter Purcaro 2014-11-162-4/+4
|
* Fix typo when generating pyload __version__Gravatar Walter Purcaro 2014-11-161-1/+1
|
* [UptoboxCom] Fix ERROR_PATTERNGravatar Thierry Merle 2014-11-161-1/+3
|
* Move socketbackend.ttypes to api.typesGravatar Walter Purcaro 2014-11-163-9/+6
|
* [PluginManager] Improve getPluginGravatar Walter Purcaro 2014-11-166-74/+100
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-11-166-10/+10
|
* [ConfigParser] getPlugin return strGravatar Walter Purcaro 2014-11-161-16/+10
|
* Remove broken DLC support for nowGravatar Walter Purcaro 2014-11-153-0/+0
|
* Fix cookie domainGravatar Walter Purcaro 2014-11-1530-34/+34
|
* [Plugin] Fix typo (thx rlindner81)Gravatar Walter Purcaro 2014-11-151-1/+1
|
* Update plugins 2Gravatar Walter Purcaro 2014-11-1563-210/+111
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-1512-76/+59
|
* Update PluginManagerGravatar Walter Purcaro 2014-11-153-26/+321
|
* Split PluginThreadGravatar Walter Purcaro 2014-11-158-544/+697
|
* datatypes -> datatypeGravatar Walter Purcaro 2014-11-158-6/+6
|
* Rename theme "estate" to "clearbright"Gravatar Walter Purcaro 2014-11-15107-62/+62
|
* Use default theme for nowGravatar Walter Purcaro 2014-11-151-1/+1
|
* Update plugins after mergingGravatar Walter Purcaro 2014-11-15267-560/+2608
|
* [HTTPRequest] Raise Fail if write response failsGravatar Walter Purcaro 2014-11-151-12/+17
| | | | | Conflicts: pyload/network/HTTPRequest.py
* [Plugin] Fix wait routine 2Gravatar Walter Purcaro 2014-11-153-5/+6
|
* [SimpleCrypter][SimpleHoster] Temp workaroundGravatar Walter Purcaro 2014-11-142-9/+5
|
* [UlozTo] Fixed hoster and accountGravatar Radek Senfeld 2014-11-143-12/+16
| | | | | Conflicts: pyload/plugins/account/UlozTo.py
* [RapidgatorNet] Set the language in COOKIESGravatar Thierry Merle 2014-11-142-5/+7
|
* Try using SSL for FTP connections, proceed as normal otherwiseGravatar Walter Purcaro 2014-11-141-0/+1
|
* [Plugin] Fix wait routine (thx rlindner81)Gravatar Walter Purcaro 2014-11-141-9/+18
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-13396-5447/+5619
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/MegaRapidCz.py module/plugins/accounts/ShareRapidCom.py module/plugins/crypter/HotfileComFolder.py module/plugins/crypter/HotfileFolderCom.py module/plugins/hoster/Keep2shareCC.py module/plugins/hoster/Keep2shareCc.py module/plugins/hoster/MegaCoNz.py module/plugins/hoster/MegaNz.py module/plugins/hoster/MegaRapidCz.py module/plugins/hoster/ShareRapidCom.py module/plugins/internal/CaptchaService.py pyload/api/__init__.py pyload/manager/AccountManager.py pyload/manager/PluginManager.py pyload/manager/thread/PluginThread.py pyload/network/HTTPRequest.py pyload/network/XDCCRequest.py pyload/plugins/Plugin.py pyload/plugins/account/BillionuploadsCom.py pyload/plugins/account/CramitIn.py pyload/plugins/account/EasybytezCom.py pyload/plugins/account/FastshareCz.py pyload/plugins/account/File4safeCom.py pyload/plugins/account/FileParadoxIn.py pyload/plugins/account/FileomCom.py pyload/plugins/account/FilerNet.py pyload/plugins/account/FilerioCom.py pyload/plugins/account/FourSharedCom.py pyload/plugins/account/Ftp.py pyload/plugins/account/Http.py pyload/plugins/account/HugefilesNet.py pyload/plugins/account/HundredEightyUploadCom.py pyload/plugins/account/LomafileCom.py pyload/plugins/account/MovReelCom.py pyload/plugins/account/MultishareCz.py pyload/plugins/account/MyfastfileCom.py pyload/plugins/account/NosuploadCom.py pyload/plugins/account/NovafileCom.py pyload/plugins/account/QuickshareCz.py pyload/plugins/account/RarefileNet.py pyload/plugins/account/RyushareCom.py pyload/plugins/account/SecureUploadEu.py pyload/plugins/account/SendmywayCom.py pyload/plugins/account/ShareRapidCom.py pyload/plugins/account/StahnuTo.py pyload/plugins/account/StreamcloudEu.py pyload/plugins/account/TusfilesNet.py pyload/plugins/account/UploadingCom.py pyload/plugins/account/UptoboxCom.py pyload/plugins/account/VidPlayNet.py pyload/plugins/addon/Checksum.py pyload/plugins/addon/ClickAndLoad.py pyload/plugins/addon/DeleteFinished.py pyload/plugins/addon/DownloadScheduler.py pyload/plugins/addon/ExternalScripts.py pyload/plugins/addon/ExtractArchive.py pyload/plugins/addon/HotFolder.py pyload/plugins/addon/IRCInterface.py pyload/plugins/addon/MergeFiles.py pyload/plugins/addon/MultiHome.py pyload/plugins/addon/RestartFailed.py pyload/plugins/addon/UnSkipOnFail.py pyload/plugins/addon/WindowsPhoneToastNotify.py pyload/plugins/addon/XMPPInterface.py pyload/plugins/base/Container.py pyload/plugins/base/Crypter.py pyload/plugins/base/Hook.py pyload/plugins/base/OCR.py pyload/plugins/container/RSDF.py pyload/plugins/crypter/DuploadOrgFolder.py pyload/plugins/crypter/EasybytezComFolder.py pyload/plugins/crypter/FiredriveComFolder.py pyload/plugins/crypter/HotfileFolderCom.py pyload/plugins/crypter/LinkSaveIn.py pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/ShareRapidComFolder.py pyload/plugins/crypter/TusfilesNetFolder.py pyload/plugins/crypter/UploadableChFolder.py pyload/plugins/crypter/UploadedToFolder.py pyload/plugins/hook/Captcha9kw.py pyload/plugins/hook/MyfastfileCom.py pyload/plugins/hoster/BillionuploadsCom.py pyload/plugins/hoster/CramitIn.py pyload/plugins/hoster/EasybytezCom.py pyload/plugins/hoster/File4safeCom.py pyload/plugins/hoster/FileParadoxIn.py pyload/plugins/hoster/FilefactoryCom.py pyload/plugins/hoster/FileomCom.py pyload/plugins/hoster/FilerioCom.py pyload/plugins/hoster/FileshareInUa.py pyload/plugins/hoster/FiredriveCom.py pyload/plugins/hoster/Ftp.py pyload/plugins/hoster/HugefilesNet.py pyload/plugins/hoster/HundredEightyUploadCom.py pyload/plugins/hoster/Keep2shareCC.py pyload/plugins/hoster/LoadTo.py pyload/plugins/hoster/LomafileCom.py pyload/plugins/hoster/MegaNz.py pyload/plugins/hoster/MegacrypterCom.py pyload/plugins/hoster/MovReelCom.py pyload/plugins/hoster/MyvideoDe.py pyload/plugins/hoster/NosuploadCom.py pyload/plugins/hoster/NovafileCom.py pyload/plugins/hoster/PandaPlaNet.py pyload/plugins/hoster/PremiumTo.py pyload/plugins/hoster/RarefileNet.py pyload/plugins/hoster/RyushareCom.py pyload/plugins/hoster/SecureUploadEu.py pyload/plugins/hoster/SendmywayCom.py pyload/plugins/hoster/ShareRapidCom.py pyload/plugins/hoster/SockshareCom.py pyload/plugins/hoster/StreamcloudEu.py pyload/plugins/hoster/TurbobitNet.py pyload/plugins/hoster/TusfilesNet.py pyload/plugins/hoster/UptoboxCom.py pyload/plugins/hoster/VidPlayNet.py pyload/plugins/hoster/WebshareCz.py pyload/plugins/internal/DeadCrypter.py pyload/plugins/internal/DeadHoster.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py pyload/plugins/internal/UpdateManager.py pyload/plugins/internal/XFSPAccount.py pyload/plugins/internal/XFSPHoster.py pyload/utils/__init__.py pyload/utils/packagetools.py pyload/webui/app/cnl.py
* [themes] Tiny code cosmeticsGravatar Walter Purcaro 2014-10-171-7/+7
|
* [themes] Restore static jsGravatar Walter Purcaro 2014-10-1724-26428/+26428
|
* [themes] Code cosmeticsGravatar Walter Purcaro 2014-10-1748-27583/+27292
|
* New theme EstateGravatar Walter Purcaro 2014-10-16121-21/+13677
|
* [Webui] Fix wrong trafficleft formatGravatar Walter Purcaro 2014-10-161-1/+1
|
* Use fundamental block size to calculate free byte count. Preferred blocks ↵Gravatar Daniel Loffgren 2014-10-111-2/+2
| | | | | | | are not guaranteed to line up with real blocks. Conflicts: pyload/utils/__init__.py
* Fix previous mergingGravatar Walter Purcaro 2014-10-0728-82/+266
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-10-07368-1065/+964
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/internal/CaptchaService.py pyload/plugins/account/EasybytezCom.py pyload/plugins/account/TusfilesNet.py pyload/plugins/base/OCR.py pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/UploadableChFolder.py pyload/plugins/hoster/DuploadOrg.py pyload/plugins/hoster/EpicShareNet.py pyload/plugins/hoster/LemUploadsCom.py pyload/plugins/hoster/LoadTo.py pyload/plugins/hoster/LomafileCom.py pyload/plugins/hoster/MegaFilesSe.py pyload/plugins/hoster/MegareleaseOrg.py pyload/plugins/hoster/PandaPlanet.py pyload/plugins/hoster/PotloadCom.py pyload/plugins/hoster/PremiumTo.py pyload/plugins/hoster/TurbobitNet.py pyload/plugins/internal/DeadCrypter.py pyload/plugins/internal/DeadHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/UpdateManager.py pyload/plugins/ocr/LinksaveIn.py
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-10-0530-332/+128
| | | | | | | | | | | | | Conflicts: module/plugins/internal/CaptchaService.py pyload/plugins/account/CyberlockerCh.py pyload/plugins/account/EgoFilesCom.py pyload/plugins/account/HotfileCom.py pyload/plugins/crypter/HotfileFolderCom.py pyload/plugins/crypter/LinkSaveIn.py pyload/plugins/crypter/OneKhDe.py pyload/plugins/hoster/EgoFilesCom.py pyload/plugins/internal/XFSPAccount.py
* Fix refs on hook plugins + add missing __init__ filesGravatar Walter Purcaro 2014-10-0530-64/+213
|
* Remove old Ev0InFetcher hookGravatar Walter Purcaro 2014-10-051-80/+0
|
* Move hooks to hook directoryGravatar Walter Purcaro 2014-10-0528-0/+0
|
* Split CaptchaService to captcha directoryGravatar Walter Purcaro 2014-10-055-210/+288
|
* Update plugins to work with XFSPHosterGravatar Walter Purcaro 2014-10-0527-54/+54
|
* Rename XFileSharingPro to XFSPHosterGravatar Walter Purcaro 2014-10-051-4/+4
|
* Trace broken plugin __pattern__ blocking url parsingGravatar Walter Purcaro 2014-10-051-2/+8
|
* Finish replace word "hook"Gravatar Walter Purcaro 2014-10-045-5/+5
|
* Remove libGravatar Walter Purcaro 2014-10-03144-45333/+0
|
* Remove trailing whitespacesGravatar Walter Purcaro 2014-10-0320-202/+202
|
* Update pyload to the new plugins structureGravatar Walter Purcaro 2014-10-0364-214/+218
|
* [UpdateManager] Support new plugins structureGravatar Walter Purcaro 2014-10-031-14/+33
|
* Rename hooks directory to addonGravatar Walter Purcaro 2014-10-0343-0/+0
|
* Rename accounts directory to accountGravatar Walter Purcaro 2014-10-0370-0/+0
|
* [ConfigParser] Remove IGNORE featureGravatar Walter Purcaro 2014-10-031-18/+2
|
* New base pluginsGravatar Walter Purcaro 2014-10-03174-168/+168
|
* Fix previous merge commitGravatar Walter Purcaro 2014-10-035-0/+275
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-10-0335-231/+372
| | | | | | | | Conflicts: pyload/plugins/ocr/GigasizeCom.py pyload/plugins/ocr/LinksaveIn.py pyload/plugins/ocr/NetloadIn.py pyload/plugins/ocr/ShareonlineBiz.py
* Changed XFileSharingPro and UpdateManager to internal pluginsGravatar Walter Purcaro 2014-09-2830-29/+29
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-09-28131-1054/+736
| | | | | | | | | | | | | | | | | Conflicts: pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/SerienjunkiesOrg.py pyload/plugins/hooks/ExternalScripts.py pyload/plugins/hooks/ExtractArchive.py pyload/plugins/hooks/MergeFiles.py pyload/plugins/hoster/CatShareNet.py pyload/plugins/hoster/FilezyNet.py pyload/plugins/hoster/IFileWs.py pyload/plugins/hoster/PremiumTo.py pyload/plugins/hoster/SpeedyshareCom.py pyload/plugins/hoster/UptoboxCom.py pyload/plugins/hoster/XFileSharingPro.py pyload/plugins/hoster/ZippyshareCom.py
* Api : Add brackets and pipe to urlmatcherGravatar Rootsradics 2014-09-261-1/+1
| | | | https://github.com/pyload/pyload/pull/756
* [FourSharedCom] Newline returnsGravatar Walter Purcaro 2014-09-141-0/+1
|
* Merge remote-tracking branch 'pyload/stable' into 0.4.10Gravatar Walter Purcaro 2014-09-149-77/+80
| | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/MultiDebridCom.py module/plugins/accounts/MyfastfileCom.py module/plugins/hooks/MultiDebridCom.py module/plugins/hooks/MyfastfileCom.py module/plugins/hooks/Premium4Me.py module/plugins/hooks/PremiumTo.py module/plugins/hoster/MultiDebridCom.py module/plugins/hoster/MyfastfileCom.py module/plugins/hoster/Premium4Me.py module/plugins/hoster/PremiumTo.py pyload/plugins/accounts/MultiDebridCom.py pyload/plugins/accounts/Premium4Me.py pyload/plugins/hooks/MultiDebridCom.py pyload/plugins/hooks/Premium4Me.py pyload/plugins/hoster/MultiDebridCom.py pyload/plugins/hoster/Premium4Me.py
* JsEngine rewritten + utils updatedGravatar Walter Purcaro 2014-09-145-143/+242
|
* New printer (windows compatible)Gravatar Walter Purcaro 2014-09-1411-31/+591
|
* Restructure pyload file tree (1)Gravatar Walter Purcaro 2014-09-14109-968/+130
|
* Project __init__ with infoGravatar Walter Purcaro 2014-09-141-0/+20
|
* [Lib] Update simplejson to v3.6.3 + one file wsgiserver + importing fixupGravatar Walter Purcaro 2014-09-1443-39/+5330
|
* module -> pyloadGravatar Walter Purcaro 2014-09-14896-0/+125804