summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* module -> pyloadGravatar Walter Purcaro 2014-09-141474-58603/+58600
|
* save_join -> safe_join & save_path -> safe_filenameGravatar Walter Purcaro 2014-09-1414-39/+39
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-09-14381-6436/+4193
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/Account.py module/plugins/AccountManager.py module/plugins/Hook.py module/plugins/OCR.py module/plugins/Plugin.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py module/plugins/accounts/Ftp.py module/plugins/accounts/Http.py module/plugins/internal/MultiHoster.py module/plugins/ocr/GigasizeCom.py module/plugins/ocr/LinksaveIn.py module/plugins/ocr/NetloadIn.py module/plugins/ocr/ShareonlineBiz.py
| * [File4safe] distributing LINK_PATTERNGravatar stickell 2014-09-071-1/+1
| | | | | | Fixes #729
| * [Speedyshare] new hosterGravatar zapp-brannigan 2014-09-071-0/+43
| | | | | | | | Merges #718
| * New crypter UploadableChFolderGravatar Walter Purcaro 2014-09-041-0/+21
| |
| * [LoadTo] Fix patternsGravatar Walter Purcaro 2014-09-041-5/+8
| |
| * [SimpleHoster] Improve parseFileInfoGravatar Walter Purcaro 2014-09-042-11/+12
| |
| * [Easybytez] distributing LINK_PATTERNGravatar stickell 2014-08-311-1/+1
| | | | | | Fixes #723
| * [Checksum] Moved the checksum validation toggle to the plugin because the ↵Gravatar stickell 2014-08-311-6/+7
| | | | | | | | general configuration has been removed in 0.4.10
| * [VimeoCom] Private video supportGravatar Walter Purcaro 2014-08-301-3/+5
| |
| * Update GooIm.pyGravatar zapp-brannigan 2014-08-301-17/+11
| | | | | | | | The plugin was not working anymore.
| * [BasePlugin] Don't unquote url headerGravatar William Pickering 2014-08-301-2/+2
| |
| * [RyushareCom] Fixed premium dlGravatar Lars Fricke 2014-08-301-2/+2
| |
| * Update UploadingCom.pyGravatar igel-kun 2014-08-301-2/+2
| |
| * Fix wait for UptoBoxGravatar estaban 2014-08-301-2/+2
| |
| * UpdateManager] Fix I/O conflict on activation + fix removePlugins + some ↵Gravatar Walter Purcaro 2014-08-301-41/+38
| | | | | | | | code cosmetics
| * [DdlstorageCom] Mark deadGravatar Walter Purcaro 2014-08-293-139/+11
| |
| * Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-01367-3194/+1181
| | | | | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
| * [DepositfilesCom] Fix missing declaration (thx hmlinaric)Gravatar Walter Purcaro 2014-08-011-1/+4
| |
| * Prefer single quote for dict keyGravatar Walter Purcaro 2014-08-014-49/+49
| |
| * [UpdateManager] Disable reloadplugins schedule on plugin deactivationGravatar Walter Purcaro 2014-08-011-2/+5
| |
| * Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-2078-520/+525
| |
| * [account] self.html -> html (where was possible)Gravatar Walter Purcaro 2014-07-205-21/+21
| |
| * [UpdateManager] Rewritten removePlugins method + protect from self-removingGravatar Walter Purcaro 2014-07-201-19/+39
| |
| * [DepositfilesCom] Fixed premium dlGravatar Walter Purcaro 2014-07-202-35/+36
| |
| * Fix hosters SH_COOKIES syntaxGravatar Walter Purcaro 2014-07-2010-28/+32
| |
| * [StreamCz] Parse httpsGravatar Walter Purcaro 2014-07-201-3/+8
| |
| * [FreevideoCz] Mark as deadGravatar Walter Purcaro 2014-07-201-57/+7
| |
| * [SockshareCom] Fix https://github.com/pyload/pyload/issues/696Gravatar Walter Purcaro 2014-07-201-16/+7
| |
| * Remove testcodes in captcha pluginsGravatar Walter Purcaro 2014-07-204-50/+0
| |
| * Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-2080-214/+197
| |
| * [ShareRapidCom] Fix https://github.com/pyload/pyload/issues/694Gravatar Walter Purcaro 2014-07-202-24/+20
| |
| * Fix captcha import bug introduced in 48c0c42fd6faffc56432d5f037cd575979f180ccGravatar Walter Purcaro 2014-07-202-3/+2
| |
| * Remove some unused pattern attributesGravatar Walter Purcaro 2014-07-163-5/+2
| |
| * Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-1627-104/+60
| |
| * [StealthTo] Mark deadGravatar Walter Purcaro 2014-07-151-40/+4
| |
| * [UpdateManager] Fix https://github.com/pyload/pyload/issues/687Gravatar Walter Purcaro 2014-07-151-35/+49
| |
| * Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-15141-96/+420
| |
| * Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-15115-440/+436
| |
| * Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-1586-167/+207
| | | | | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
| * Fix class definitionGravatar Walter Purcaro 2014-07-152-3/+3
| |
| * Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-15149-296/+293
| |
| * [l18n] Improved few source stringsGravatar Stefano 2014-07-142-8/+8
| |
| * [CaptchaTrader] Removed because service is deadGravatar Walter Purcaro 2014-07-131-157/+0
| |
| * [Account] fixed bug introduced in 01e76034bcad5e5aab7f6e141782071e5c328649Gravatar stickell 2014-07-131-1/+1
| |
| * [LoadTo] renamed patternGravatar stickell 2014-07-111-2/+2
| |
| * [CaptchaService] Remove SolveMedia __init__Gravatar Walter Purcaro 2014-07-101-21/+1
| |
| * [WarserverCz] Remove accountGravatar Walter Purcaro 2014-07-101-68/+0
| |
| * Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-1086-233/+283
| | | | | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
| * [SimpleCrypter] Support parseErrorGravatar Walter Purcaro 2014-07-101-21/+7
| |
| * [WarserverCz] Mark as DeadHosterGravatar Walter Purcaro 2014-07-101-67/+6
| |
| * [FiredriveCom] Handle parse errorGravatar Walter Purcaro 2014-07-091-3/+10
| |
| * New hoster RemixshareComGravatar Walter Purcaro 2014-07-091-0/+56
| |
| * [LoadTo] Fixed 3 bugsGravatar zapp-brannigan 2014-07-091-21/+14
| |
| * [Lomafile] new hosterGravatar Stefano 2014-07-091-0/+55
| |
| * Merge pull request #681 from thuvh/patch-1Gravatar stickell 2014-07-081-1/+1
| |\ | | | | | | Fixed Account.py
| | * Update Account.pyGravatar Hoai-Thu Vuong 2014-07-081-1/+1
| |/ | | | | I running and received error no define of login_timeout, after adding self. it work perfectly
| * New crypter FilecloudIoFolderGravatar Walter Purcaro 2014-07-081-0/+30
| |
| * New crypter FiredriveComFolderGravatar Walter Purcaro 2014-07-072-1/+40
| |
| * [UpdateManager] Improve code a bit more againGravatar Walter Purcaro 2014-07-071-5/+6
| |
| * [RestartFailed] Fixed bad interval checkingGravatar Walter Purcaro 2014-07-071-9/+10
| |
| * [FiredriveCom] Fixed download link recognition + added TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-07-071-3/+8
| |
| * [UpdateManager] Fixed broken updating for new plugin + sort updates + better ↵Gravatar Walter Purcaro 2014-07-071-43/+46
| | | | | | | | exception handling + improved update speed performance
| * Use Base log methodsGravatar Walter Purcaro 2014-07-062-2/+2
| |
| * Revert Ftp.py and Http.py changesGravatar Walter Purcaro 2014-07-062-2/+2
| |
| * Fix account checkLogin + related code cosmeticsGravatar Walter Purcaro 2014-07-067-23/+25
| |
| * Remove two dead pluginsGravatar Walter Purcaro 2014-07-066-453/+7
| |
| * Compute wait time using secondsToMidnightGravatar Walter Purcaro 2014-07-069-53/+53
| |
| * [UpdateManager] Little code cleanup + improved threadingGravatar Walter Purcaro 2014-07-051-4/+4
| |
| * [RestartFailed] Code cleanupGravatar Walter Purcaro 2014-07-051-35/+30
| |
| * [BayfilesCom] Fix https://github.com/pyload/pyload/issues/575Gravatar Walter Purcaro 2014-07-051-3/+3
| |
| * [SimpleCrypter] Added missed PAGES_PATTERN exampleGravatar Walter Purcaro 2014-07-051-1/+1
| |
| * [YoutubeBatch] Little pattern fixupGravatar Walter Purcaro 2014-07-051-1/+1
| |
| * [ImgurComAlbum] Added www and mobile to patternGravatar nathschwarz 2014-07-051-2/+2
| |
| * Use "is" instead "==" for bool condition checkGravatar Walter Purcaro 2014-07-052-2/+2
| |
| * [UpdateManager] Better if-condition check (thx stickell)Gravatar Walter Purcaro 2014-07-051-1/+1
| |
| * [ShareLinksBiz] Fix broken pattern due last updateGravatar Walter Purcaro 2014-07-051-1/+1
| |
| * New hoster: FileParadoxInGravatar RazorWing 2014-07-051-0/+23
| |
| * [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵Gravatar Walter Purcaro 2014-07-0574-92/+102
| | | | | | | | "OFFLINE_PATTERN"
| * [SimpleCrypter] Better inline docs + support for offline & temp.offline checkGravatar Walter Purcaro 2014-07-053-15/+33
| |
| * [DailymotionCom] Default quality changed to "Highest"Gravatar Walter Purcaro 2014-07-051-1/+1
| |
| * [PutlockerCom] Renamed to FiredriveComGravatar Walter Purcaro 2014-07-051-7/+5
| |
| * New hoster: VimeoComGravatar Walter Purcaro 2014-07-052-30/+82
| |
| * [VeohCom] Auto quality detectionGravatar Walter Purcaro 2014-07-051-11/+17
| |
| * Cleaned ShareLinksBiz pattern + better if-check for RSDF pluginGravatar Walter Purcaro 2014-07-052-3/+3
| |
| * Fixed https://github.com/pyload/pyload/issues/671 + improved threadingGravatar Walter Purcaro 2014-07-051-5/+5
| |
| * [FilefactoryComFolder] RewrittenGravatar Stefano 2014-07-021-35/+12
| | | | | | | | Fixes #648
| * [SimpleCrypter] ability to set cookiesGravatar Stefano 2014-07-021-2/+8
| |
| * [Filefactory] Improved offline patternGravatar Stefano 2014-07-021-2/+3
| | | | | | | | Forced english locale
| * [Filefactory] getInfo handle direct linksGravatar Stefano 2014-07-021-5/+14
| | | | | | | | Partially fixes #648
| * [UpdateManager] Fix interval changing procedureGravatar Walter Purcaro 2014-07-021-5/+11
| |
| * [Uploaded] FixesGravatar igel-kun 2014-07-011-3/+3
| | | | | | | | Merges #668
| * [FilerNetFolder] New crypterGravatar Stefano 2014-07-011-0/+19
| | | | | | | | See also #660
| * [ImgurComAlbum] new crypterGravatar nath_schwarz 2014-06-301-0/+21
| |
| * [Bitshare] Fixed #663Gravatar Stefano 2014-06-301-1/+7
| |
| * [RSDF] Improve code a bit (thx charlie89)Gravatar Walter Purcaro 2014-06-301-2/+5
| |
| * [SimpleHoster] Improve documentation of own public attributesGravatar Walter Purcaro 2014-06-291-5/+9
| |
| * Update FilepostCom.pyGravatar igel-kun 2014-06-291-1/+2
| |
* | [AccountManager] Fixed #733Gravatar stickell 2014-09-121-2/+8
| |
* | Setup is now able to detect PIllow as wellGravatar stickell 2014-08-311-2/+2
| |
* | [webui] Improve and fix 3Gravatar Walter Purcaro 2014-08-3022-795/+21
| |
* | Fix resume and progress column for some FTP filesGravatar estaban 2014-08-302-2/+2
| |
* | __init__ shebangsGravatar Walter Purcaro 2014-08-304-0/+7
| |
* | Fix LocalesGravatar Walter Purcaro 2014-08-2982-11334/+11333
| |
* | [webui] Improve and fix 2Gravatar Walter Purcaro 2014-08-29173-249/+22550
| |
* | [webui] Improve and fixGravatar Walter Purcaro 2014-08-2873-711/+9509
| |
* | Move ServerThread and PluginThread to threads directoryGravatar Walter Purcaro 2014-08-288-10/+10
| |
* | Rename pyload.py to Core.py and move to module directory + Better pyload-cli.pyGravatar Walter Purcaro 2014-08-283-658/+665
| |
* | Update README.mdGravatar Walter Purcaro 2014-08-281-13/+40
| |
* | Update .gitattributes & .gitignoreGravatar Walter Purcaro 2014-08-282-47/+52
| |
* | CREDITS.mdGravatar Walter Purcaro 2014-08-281-0/+38
| |
* | [webui] Restructure file tree + convert tabs to 2 whitespaces + remove ↵Gravatar Walter Purcaro 2014-08-27316-2642/+2600
| | | | | | | | setup.html
* | Re-apply 8446e16346ece5a934550f69e81d0cad528f7fbaGravatar Walter Purcaro 2014-08-26302-1157/+6160
| |
* | Version number: 0.4.10Gravatar stickell 2014-08-251-1/+1
| |
* | Fixed some typosGravatar stickell 2014-08-254-6/+6
| |
* | Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI.Gravatar stickell 2014-08-24302-6160/+1157
| |
* | [MultiHoster] Fixed crash due to getConf deprecationGravatar stickell 2014-08-231-4/+4
| |
* | Improve SetupGravatar Walter Purcaro 2014-07-192-57/+95
| |
* | [README] Fix typoGravatar Walter Purcaro 2014-07-191-2/+2
| |
* | New web structure + related code improvements and fixes + added flat and ↵Gravatar Walter Purcaro 2014-07-19302-1157/+6160
| | | | | | | | dark themes + updated js
* | Rename pyLoadCore as pyload and pyLoadCli as pyload-cliGravatar Walter Purcaro 2014-07-19172-3517/+3516
| |
* | Remove self-tests from all filesGravatar Walter Purcaro 2014-07-1919-248/+0
| |
* | Move test stuff to common directoryGravatar Walter Purcaro 2014-07-195-148/+0
| |
* | print "" -> printGravatar Walter Purcaro 2014-07-193-44/+51
| |
* | Bump release versionGravatar Walter Purcaro 2014-07-197-7/+7
| |
* | Two devtool scripts from master branchGravatar Walter Purcaro 2014-07-192-0/+29
| |
* | [Lib] Updated jinja2 to v2.7.3 and markupsafe to v0.23Gravatar Walter Purcaro 2014-07-1949-726/+5531
| |
* | Fix c1abc13d4dccb20f3845594c28952667573b7d0bGravatar Walter Purcaro 2014-07-192-4/+4
| |
* | Improved uniqify methodGravatar Walter Purcaro 2014-07-152-16/+6
| |
* | Added missing shebangs, removed unnecessary onesGravatar Walter Purcaro 2014-07-1437-37/+8
| |
* | fs_bsize supportGravatar Walter Purcaro 2014-07-141-3/+16
| |
* | Use self.config instead self.core.config + inverted getConfig with getConfGravatar Walter Purcaro 2014-07-143-14/+15
| |
* | Remove general checksum config (use addon one directly)Gravatar Walter Purcaro 2014-07-141-1/+0
| |
* | Stretch comment separatorGravatar Walter Purcaro 2014-07-145-28/+30
| |
* | [Plugin] Call api fasterGravatar Walter Purcaro 2014-07-142-10/+27
| |
* | save_path and save_join renamed to safe_path and safe_joinGravatar Walter Purcaro 2014-07-146-17/+17
| |
* | [Crypter] Set folderGravatar Walter Purcaro 2014-07-141-20/+11
| |
* | Removed __threaded__ attributeGravatar Walter Purcaro 2014-07-143-17/+3
| |
* | Fix class definitionGravatar Walter Purcaro 2014-07-1419-32/+32
| |
* | [Locale] templates updatedGravatar Stefano 2014-07-1344-20555/+288
| | | | | | | | + removed GUI translations
* | [Account] fixed bug introduced in fb24e9697b4947e805d55e1c84bc6c4e301362f7Gravatar stickell 2014-07-131-1/+1
| |
* | Move captcha to ocrGravatar Walter Purcaro 2014-07-106-4/+4
| |
* | Improved filename sanitation removing non-ascii chars.Gravatar Stefano 2014-07-091-0/+1
| |
* | Improved filename sanitation.Gravatar Stefano 2014-07-091-6/+15
| | | | | | | | Fixes #656
* | Update Account.pyGravatar Hoai-Thu Vuong 2014-07-081-1/+1
| | | | | | | | I running and received error no define of login_timeout, after adding self. it work perfectly
* | Use Base log methodsGravatar Walter Purcaro 2014-07-063-10/+10
| |
* | Fix account checkLoginGravatar Walter Purcaro 2014-07-063-17/+21
| |
* | [README] Better intro (now with badges)Gravatar Walter Purcaro 2014-07-051-8/+13
| |
* | Improve readme reading a bitGravatar Walter Purcaro 2014-06-281-6/+6
| |
* | [Lib] Update feedparser.py to version 5.1.3Gravatar Walter Purcaro 2014-06-281-1269/+1397
| |
* | [Lib] Update thrift to version 0.9.1Gravatar Walter Purcaro 2014-06-2822-293/+2524
| |
* | [Lib] Update simplejson to version 3.5.3Gravatar Walter Purcaro 2014-06-286-286/+571
| |
* | [Lib] Update BeautifulSoup.py to version 3.2.1Gravatar Walter Purcaro 2014-06-281-29/+34
| |
* | [Lib] Update beaker.py to version 1.6.4Gravatar Walter Purcaro 2014-06-2819-815/+1539
| |
* | [Lib] Revert libraries to original status (remove all cosmetics optimizations)Gravatar Walter Purcaro 2014-06-2832-558/+570
| |
* | [Lib] Update bottle.py to version 0.12.7Gravatar Walter Purcaro 2014-06-281-3/+8
| |
* | [Lib] Removed unused Unzip.pyGravatar Walter Purcaro 2014-06-281-50/+0
| |
* | Improved readme and python system checkGravatar Walter Purcaro 2014-06-288-40/+367
| |
* | [GUI] RemovedGravatar Walter Purcaro 2014-06-2848-4715/+19
| |
* | Update CherryPy wsgiserver to version 3.2.1Gravatar Walter Purcaro 2014-06-281-827/+1334
| |
* | Improve web server choosingGravatar Walter Purcaro 2014-06-283-36/+43
| |
* | [Webui] Notify update version when a pyload update is availableGravatar Walter Purcaro 2014-06-282-3/+5
| |
* | Improved reloadPlugins methodsGravatar Walter Purcaro 2014-06-281-12/+23
| |
* | [Webui] List item redirect to its pyfile url if clicked (thx gaberad)Gravatar Walter Purcaro 2014-06-281-1/+1
| |
* | Call initPeriodical after setup in Hook.pyGravatar Walter Purcaro 2014-06-281-1/+2
| |
* | Fix account representation in web interface (by wurfkeks)Gravatar Walter Purcaro 2014-06-282-9/+8
| |
* | [Setup] Ask for alphanumeric password with min 8 chars + remote access ↵Gravatar Walter Purcaro 2014-06-281-40/+34
| | | | | | | | disabled by default + some code cosmetics
* | .gitattributes & .gitignore rewrittenGravatar Walter Purcaro 2014-06-282-54/+82
| |
* | Core merge #625Gravatar Dominik Hardtke 2014-06-281-8/+12
| |
* | Fixed #615Gravatar dawumba 2014-06-281-10/+6
| | | | | | | | | | Merges #616 + PEP 8
* | Porting to PillowGravatar Stefano 2014-06-283-35/+36
| | | | | | | | | | See #620 and #254 + PEP 8
* | Fixed just_header HEAD request issue.Gravatar Stefano 2014-06-281-0/+4
| | | | | | | | Using just_header=True an HEAD request was always performed, so no POST parameters were sent. Also sometimes hosters block this kind of requests.
* | Updated copyright year noticeGravatar Stefano 2014-06-287-8/+8
| |
* | Upgrading Bottle from 0.10.2 to 0.12.5Gravatar Stefano 2014-06-281-848/+1653
| |
* | utils: extending up to exabyteGravatar stickell 2014-06-281-4/+10
| | | | | | + picked fixed regex from 0.5
* | Some code cosmetics about commas, spaces and quotesGravatar Walter Purcaro 2014-06-2862-622/+623
| | | | | | | | Merges #577
* | Localization badgeGravatar stickell 2014-06-281-2/+2
| |
* | First import from CrowdinGravatar Stefano 2014-06-28269-0/+112400
| |
* | Fixed crowdin config fileGravatar Stefano 2014-06-281-0/+9
| |
* | Paver tasks for localizationGravatar Stefano 2014-06-281-0/+81
| |
* | Crowdin configuration fileGravatar Stefano 2014-06-281-0/+9
| |
* | Localization readmeGravatar Stefano 2014-06-281-0/+55
| |
* | Improved paver task for POTsGravatar Stefano 2014-06-281-2/+2
| |
* | Updated locale templatesGravatar Stefano 2014-06-285-996/+1003
| |
* | Improved wait methodGravatar Stefano 2014-06-281-5/+13
| |
* | Removed deprecated module.Gravatar Stefano 2014-06-281-22/+0
| | | | | | | | internal/CaptchaService must be used instead
* | Fix EOFGravatar Walter Purcaro 2014-06-2877-78/+53
| | | | | | | | Merged vuolter/pyload@2635efd
* | Remove bad whitespacesGravatar Walter Purcaro 2014-06-2880-1203/+1179
| | | | | | | | Merged vuolter/pyload@00288e6
* | Plugins licensing docGravatar Stefano 2014-06-281-0/+16
| | | | | | | | See vuolter/pyload@279be0a
* | Updated scripts READMEGravatar Stefano 2014-06-282-25/+23
| | | | | | | | See #559
* | Updated READMEGravatar Walter Purcaro 2014-06-282-39/+52
| | | | | | | | See #559
* | Fixed template loaderGravatar Stefano 2014-06-281-1/+1
| |
* | Referring to renamed READMEGravatar Stefano 2014-06-281-1/+1
| |
* | Markdown LICENSEGravatar Stefano 2014-06-282-619/+596
| |
* | Markdown READMEGravatar Stefano 2014-06-281-12/+8
| |
* | Added .gitignoreGravatar Stefano 2014-06-282-4/+38
|/
* [UpdateManager] Store new pyload's version number when a system update is ↵Gravatar Walter Purcaro 2014-06-271-2/+2
| | | | available
* Spare fixesGravatar Walter Purcaro 2014-06-272-2/+1
|
* [UpdateManager] Fix removePlugins methodGravatar Walter Purcaro 2014-06-261-2/+2
|