summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix __type__ for cryptersGravatar Walter Purcaro 2014-04-1117-18/+18
| | | | Merges vuolter/pyload@48af9ab
* Replace range with xrangeGravatar Walter Purcaro 2014-04-1146-61/+61
| | | | Merges vuolter/pyload@a50c8ff
* Change Solvmedia to SolvemediaGravatar Walter Purcaro 2014-04-112-2/+2
| | | | Merges vuolter/pyload@528ffe0
* Fix __description__Gravatar Walter Purcaro 2014-04-11231-232/+231
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-11243-444/+474
| | | | Merges vuolter/pyload@6c57a37
* RyushareCom: Code cosmeticsGravatar Walter Purcaro 2014-04-111-7/+7
| | | | Merges vuolter/pyload@f18c34b
* RyushareCom: FILE_SIZE_PATTERN fixedGravatar Walter Purcaro 2014-04-111-1/+3
| | | | Merges vuolter/pyload@6bb3f6e
* XFileSharingPro: FILE_SIZE_PATTERN updatedGravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@791ea1f
* Hook: RestartFailed: Old version rewrittenGravatar Walter Purcaro 2014-04-111-19/+44
| | | | Merges vuolter/pyload@47e3ffe
* Crypter: TurbobitNetFolder: Improved _getLinks recursionGravatar Walter Purcaro 2014-04-111-32/+28
| | | | Merges vuolter/pyload@0497f62
* Hoster: TusfilesNet: UpdatedGravatar Walter Purcaro 2014-04-111-14/+27
| | | | Merges vuolter/pyload@9b480fb
* New multihoster: Vipleech4uGravatar Ivo Buff 2014-04-103-0/+205
| | | | Merges #524
* Upstore: using the improved ReCaptcha classGravatar Stefano 2014-04-101-15/+11
|
* Improved ReCaptcha class:Gravatar Stefano 2014-04-101-6/+29
| | | | | Ability to detect public key and use it for challenge requests. + cosmetics
* New hoster: UpstoreNetGravatar igel-kun 2014-04-101-0/+74
| | | | Merges #581
* XFS: Improved CAPTCHA_DIV_PATTERNGravatar igel-kun 2014-04-051-3/+3
| | | | | + cosmetics Merges #578
* XFS: host addedGravatar igel-kun 2014-04-051-2/+2
| | | | Merged #579
* New hoster: PotloadComGravatar Stefano 2014-04-021-0/+18
| | | | See also #573
* New hoster: VeohComGravatar Walter Purcaro 2014-04-021-0/+56
| | | | Merges #572
* New hoster: PromptfileComGravatar igel-kun 2014-03-311-0/+56
| | | | Merges #570
* XFileSharingPro additionsGravatar igel-kun 2014-03-311-2/+3
| | | | Merged #569
* New multihoster: SimplyPremiumComGravatar EvolutionClip 2014-03-313-0/+203
| | | | Merges #531
* Unrar 5.x SupportGravatar Ben White 2014-03-291-5/+13
| | | | Merged #567
* Youtube: fixed #498Gravatar Stefano 2014-03-291-2/+2
|
* Fixed UlozTo hoster and accountGravatar radek-senfeld 2014-03-292-5/+18
| | | | Merged #554
* Merge pull request #488 from vuolter/s/crypter/MultiupOrgGravatar Stefano 2014-03-291-0/+49
|\ | | | | | | New crypter: MultiUpOrg Resolves #487
| * New crypter MultiUpOrgGravatar Walter Purcaro 2014-02-231-0/+49
| |
* | Merge pull request #562 from vuolter/s/hoster/ShareFilesCoGravatar Stefano 2014-03-282-31/+6
|\ \ | | | | | | ShareFilesCo: dead
| * | Hoster: ShareFilesCo: Mark deadGravatar Walter Purcaro 2014-03-252-31/+6
| | |
* | | New multihoster: OverLoadMeGravatar marley2013 2014-03-253-0/+137
|/ / | | | | | | Merges #549, #550 and #551
* | Merge pull request #560 from vuolter/s/hoster/RapidgatorNetGravatar Stefano 2014-03-251-3/+2
|\ \ | | | | | | RapidgatorNet: __pattern__ updated (thx Gromit)
| * | Hoster: RapidgatorNet: __pattern__ updated (thx Gromit)Gravatar Walter Purcaro 2014-03-241-3/+2
| | |
* | | Merge pull request #561 from vuolter/s/hoster/UptoboxComGravatar Stefano 2014-03-252-20/+19
|\ \ \ | |/ / |/| | | | | XFileSharingPro: Fixed expired session detection Fixes #558
| * | Hoster: XFileSharingPro: Fixed expired session detectionGravatar Walter Purcaro 2014-03-242-20/+19
|/ /
* | 1fichier: fixed #553Gravatar Thierry Merle 2014-03-231-14/+21
| | | | | | | | Merges #556
* | Revert "Added .gitignore"Gravatar Stefano 2014-03-212-38/+4
| | | | | | | | This reverts commit 287fcd6cb8db1c2fd7875d8eb1c8a54c315e8a80.
* | Added .gitignoreGravatar Stefano 2014-03-212-4/+38
| |
* | FreeWayMe: cosmeticsGravatar Stefano 2014-03-211-67/+67
| |
* | Removed ARD from the repositoryGravatar Stefano 2014-03-201-83/+0
| |
* | Merge pull request #552 from flubshi/stableGravatar Stefano 2014-03-203-0/+154
|\ \ | | | | | | Add multihost plugin for free-way.me
| * | Improve free-way plugin (thanks stickell for your comments!)Gravatar flubshi 2014-03-202-6/+4
| | |
| * | Add multihost plugin for free-way.meGravatar flubshi 2014-03-203-0/+156
|/ /
* | Zippyshare: using (?i) instead of re.I to make it work even on Python < 2.7Gravatar Stefano 2014-03-191-3/+2
| |
* | Filestube: patterns updatedGravatar Stefano 2014-03-191-3/+3
| | | | | | | | Resolves #543 and #497
* | ZDF: ignore series id, use progressive only, not hbbtvGravatar m42e 2014-03-191-3/+4
| | | | | | | | Merges #544
* | Rapidgator: Pattern updatedGravatar Walter Purcaro 2014-03-191-74/+80
| | | | | | | | | | Fixed #513 Merges #514
* | OneFichier: Fixed #536Gravatar Thierry Merle 2014-03-191-6/+15
| | | | | | | | Merges #541
* | Zippyshare: Fixed #545Gravatar Stefano 2014-03-191-2/+3
| | | | | | | | Thanks @gaberad
* | Merge pull request #546 from CrazYoshi/patch-1Gravatar Stefano 2014-03-191-5/+5
|\ \ | | | | | | Easybytez registered user seen as premium account
| * | Add space between args on operator >Gravatar CrazYoshi 2014-03-191-1/+1
| | | | | | | | | Add space between args on operator >
| * | Easybytez registered user seen as premium accountGravatar CrazYoshi 2014-03-181-5/+5
|/ / | | | | Now registered users are not seen as premium anymore. validuntil date and trafficleft criteria changed.
* | Zippyshare: fixed #542Gravatar Stefano 2014-03-141-2/+2
| | | | | | Thanks @gaberad
* | New crypter: TusfilesNetFolderGravatar Stefano 2014-03-121-0/+54
| | | | | | | | Merges #520
* | FastshareCz: Fixed #521Gravatar Walter Purcaro 2014-03-121-42/+53
| | | | | | | | Merged #529
* | New hoster: FileomComGravatar Walter Purcaro 2014-03-121-0/+53
| | | | | | | | | | Merged #539 Fixes #532
* | XFileSharingPro: ability to use FILE_URL_REPLACEMENTSGravatar Stefano 2014-03-121-7/+9
| | | | | | | | | | + improved FILE_OFFLINE_PATTERN + trivial fixes
* | LoadTo: fixed #523Gravatar Stefano 2014-03-121-35/+64
| |