summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* [SimplyPremium] Fix #649Gravatar Stefano 2014-06-261-12/+11
|
* [UpdateManager] bumpGravatar stickell 2014-06-261-1/+1
| | | Fix commit hash on the update manager server
* [UpdateManager] rewrittenGravatar Walter Purcaro 2014-06-261-118/+151
|
* [Fshare] Fixed #651Gravatar Stefano 2014-06-261-3/+3
|
* [Filefactory] Improved free links detectGravatar Samir Boulema 2014-06-251-3/+3
| | | | Merges #638
* [SimplyPremium] Updated APIGravatar EvolutionClip 2014-06-251-4/+4
| | | | Merges #655
* [YouTube] Support shortened "youtu.be" links.Gravatar Stefano 2014-06-241-2/+11
| | | | | + Improved bad chars sanitation in filename. See #656
* [Oboom] new hoster and accountGravatar Stanley F 2014-06-122-0/+179
| | | | | Merges #650 Resolves #587
* [Linksnappy] Fixed expired account detectGravatar Stefano 2014-06-121-2/+6
|
* [Zippyshare] fixed #647Gravatar stickell 2014-06-041-2/+2
|
* Merge pull request #628 from Jelenik/stableGravatar stickell 2014-06-031-2/+2
|\ | | | | [UlozTo] change of file_name_pattern
| * Update UlozTo.py - change of file_name_patternGravatar Jelenik 2014-05-261-2/+2
| | | | | | - last used file_name_pattern was not present in html, I have it changed for info from title tag
* | [MegaDebridEu] getFilename enhancementGravatar Ducatel David 2014-06-031-3/+3
| | | | | | | | Merges #626
* | Fixed #614Gravatar Dominik Hardtke 2014-06-031-2/+2
| | | | | | | | Merged from #625
* | Revert "[XFileSharingPro] Fixed premium mode"Gravatar Stefano 2014-05-291-2/+1
|/ | | | | | Fixes #636 This reverts commit e04a7fa2fcf7e2b4ace548f876117c63d7f265af.
* [CaptchaBrotherhood] Pillow supportGravatar Stefano 2014-05-191-2/+2
|
* [ShareRapid] UpdatesGravatar Jelenik 2014-05-191-5/+5
| | | | Merges #619
* [DDLStorage] Improved getInfoGravatar Stefano 2014-05-191-9/+12
|
* [MovReel] Account pluginGravatar t4skforce 2014-05-161-0/+20
| | | | Merges #609
* Merge pull request #617 from stefanos/patch-9Gravatar stickell 2014-05-161-1/+5
|\ | | | | Update ShareonlineBiz
| * Update ShareonlineBiz.pyGravatar stefanos 2014-05-151-1/+5
| | | | | | captcha feedback (update)
* | [UpdateManager] Using the new platformGravatar Stefano 2014-05-161-30/+29
|\ \ | |/ |/|
| * Update Manager: fixed exception if there is no blacklistGravatar Stefano 2014-05-071-1/+2
| |
| * Update Manager updated to use the new platformGravatar Stefano 2014-05-071-30/+28
| | | | | | | | + blacklist support
* | [XFileSharingPro] Fixed premium modeGravatar Stefano 2014-05-131-1/+2
| |
* | [Linksnappy] fixesGravatar Stefano 2014-05-131-3/+18
| |
* | Updated ZippyshareGravatar Leon Bergmann 2014-05-081-165/+30
|/ | | | Merges #612
* Fixed MegaDebridEu file namesGravatar Stefano 2014-05-053-3/+3
|
* Update ShareonlineBizGravatar stefanos 2014-05-051-1/+5
| | | | Merges #607
* Update ZippyshareComGravatar Leon Bergmann 2014-05-051-31/+15
| | | | | + updated test link Merges #605
* New hoster: EpicShareNetGravatar t4skforce 2014-05-051-0/+24
| | | | Merges #603
* New hoster: VidPlayNetGravatar t4skforce 2014-05-051-0/+25
| | | | Merges #602
* New hoster: MegaFilesSeGravatar t4skforce 2014-05-051-0/+21
| | | | Merges #601
* New hoster: LemUploadsGravatar t4skforce 2014-05-051-0/+24
| | | | Merges #600
* New hoster: PandaPlanetGravatar t4skforce 2014-05-051-0/+26
| | | | Merges #599
* New multihoster: Mega-DebridGravatar D.Ducatel 2014-05-053-0/+191
| | | | Merges #591
* New multihoster: LinksnappyGravatar Stefano 2014-05-043-0/+122
|
* File4safe premiumGravatar Stefano 2014-05-034-6/+61
| | | | | + XFSPAccount improved Resolves #431
* 1Fichier: premium supportGravatar Elrick69 2014-04-302-3/+64
| | | | Merges #594 and #595
* Uptobox: fixed #588Gravatar Stefano 2014-04-281-1/+40
|
* 1Fichier: fixed #592Gravatar Stefano 2014-04-281-31/+23
| | | | Code improved to use SimpleHoster features.
* file4safe added to XFSGravatar Stefano 2014-04-281-2/+2
| | | | Resolves #431
* CaptchaService: fixed missing importGravatar Stefano 2014-04-181-1/+2
|
* Fixed PEP8 violationsGravatar Stefano 2014-04-184-3/+5
|
* Fixed PEP8 violationsGravatar Stefano 2014-04-184-3/+6
|
* Bayfiles: relogin requires user argumentGravatar Stefano 2014-04-181-2/+2
|
* Removed unused importsGravatar Stefano 2014-04-182-5/+1
|
* Fixed some PEP8 violationsGravatar Stefano 2014-04-189-11/+14
|
* Using in instead of has_keyGravatar Stefano 2014-04-182-5/+5
|
* Egofiles: fixed #583Gravatar Stefano 2014-04-181-2/+2
|
* Streamcloud: fixed #583Gravatar stickell 2014-04-181-2/+2
|
* Czshare renamed to SdilejGravatar BlackSmith 2014-04-183-15/+14
| | | | Merges #584
* Fix some container __pattern__Gravatar Walter Purcaro 2014-04-113-3/+3
| | | | Merges vuolter/pyload@770a11f
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-11196-196/+196
| | | | Merges vuolter/pyload@dfcdf7b
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-1141-78/+78
| | | | Merges vuolter/pyload@b7f6e2e
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-11131-134/+134
| | | | Merges vuolter/pyload@d3be840
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-11195-96/+132
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-1151-51/+51
| | | | Merges vuolter/pyload@1387ded
* Fix HOSTER_NAME in XFileSharingPro pluginsGravatar Walter Purcaro 2014-04-1116-18/+27
| | | | Merges vuolter/pyload@f20b998
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-1128-30/+30
| | | | Merges vuolter/pyload@9117005
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-1149-139/+134
| | | | Merges vuolter/pyload@e4b2562
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-1130-86/+45
| | | | Merges vuolter/pyload@bb002ac
* Fix retry time formatsGravatar Walter Purcaro 2014-04-1133-54/+54
| | | | Merges vuolter/pyload@498b9e3
* Fix EOFGravatar Walter Purcaro 2014-04-1120-21/+12
| | | | Merges vuolter/pyload@00052b2
* Fix __config__Gravatar Walter Purcaro 2014-04-1143-110/+108
| | | | Merges vuolter/pyload@83ff313