summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/ShareonlineBiz.py
Commit message (Collapse)AuthorAgeFilesLines
* [ShareonlineBiz] UpdateGravatar GammaC0de 2015-12-301-3/+1
|
* Update some hostersGravatar Walter Purcaro 2015-12-271-3/+0
|
* Accounts version upGravatar Walter Purcaro 2015-12-271-2/+2
|
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-231-1/+1
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-1/+1
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-1/+1
|
* Account class completely rewritten + plugins updatedGravatar Walter Purcaro 2015-09-291-7/+7
|
* [Account] Fix __version__Gravatar Walter Purcaro 2015-09-211-1/+1
|
* [Account] parse_info -> grab_infoGravatar Walter Purcaro 2015-09-211-3/+3
|
* Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-031-2/+3
|
* Fix for issue #1654Gravatar J-8 2015-08-021-1/+1
| | | | Replaced HTTP with HTTPS in order not to reveal user credentials.
* Fix https://github.com/pyload/pyload/issues/1643Gravatar Walter Purcaro 2015-08-021-8/+3
|
* Fix https://github.com/pyload/pyload/issues/1613Gravatar Walter Purcaro 2015-07-311-8/+5
|
* [ShareonlineBiz] Improve accountGravatar Walter Purcaro 2015-07-311-28/+35
|
* [Plugin] Fix set_cookiesGravatar Walter Purcaro 2015-07-291-4/+4
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-251-5/+5
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-4/+4
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-6/+6
|
* Update allGravatar Walter Purcaro 2015-06-241-1/+1
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-081-1/+1
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* [ShareonlineBiz][SmoozedCom] Version upGravatar Walter Purcaro 2015-05-111-1/+1
|
* change trafficleft to unlimited when in Penalty-Premium state to ensure ↵Gravatar Micha Jay 2015-05-111-2/+5
| | | | continues Downloads
* [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1403Gravatar Walter Purcaro 2015-05-081-2/+2
|
* [YoutubeCom] Fix http://forum.pyload.org/viewtopic.php?f=12&t=3974Gravatar Walter Purcaro 2015-01-291-2/+5
|
* Update ShareonlineBiz.pyGravatar Coksnuss 2015-01-281-1/+1
| | | Plugin version increased
* ShareOnline: Handle PrePaid accounts as if they were Premium AccountsGravatar Markus Schanz 2015-01-281-1/+1
|
* "New Year" Update: account pluginsGravatar Walter Purcaro 2015-01-081-2/+5
|
* [ShareonlineBiz] Account fixup (2)Gravatar Walter Purcaro 2014-12-271-1/+4
|
* [ShareonlineBiz] Account fixupGravatar Walter Purcaro 2014-12-271-16/+8
|
* [ShareonlineBiz] Fix account wrong password recognitionGravatar Walter Purcaro 2014-12-271-2/+4
|
* [PremiumTo] FixupGravatar Walter Purcaro 2014-12-261-1/+1
|
* [ShareonlineBiz] Fix loginGravatar Walter Purcaro 2014-12-261-18/+35
|
* Spare code fixesGravatar Walter Purcaro 2014-12-261-3/+3
|
* Update account pluginsGravatar Walter Purcaro 2014-12-181-2/+2
|
* Fix cookie domainGravatar Walter Purcaro 2014-11-211-2/+2
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-6/+6
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+1
|
* [accounts] Code cosmeticsGravatar Walter Purcaro 2014-10-111-0/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+2
| | | | Whitespaces and EOF fixup
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-16/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-0/+2
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-7/+7
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+0
|
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@e4b2562
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fixed PEP 8 violations in AccountsGravatar Stefano 2013-07-231-2/+3
|
* closed #764Gravatar RaNaN 2013-02-091-12/+11
|
* simple checksum and download scheduler hooks; keep config options orderedGravatar zoidberg10 2012-05-301-2/+0
|
* add Zevera.com; bitshare - might fix #554; add 120 new hosters (or maybe not)Gravatar zoidberg10 2012-03-151-0/+2
|
* hotfile patch by JoKoT3 - close #556, fix zippyshare, bitshare loginGravatar zoidberg10 2012-03-111-11/+12
|
* share-online.biz (#550) partial fix, closed #551Gravatar zoidberg10 2012-03-041-39/+19
|
* workaround premium4.me overchargingGravatar zoidberg10 2012-01-161-3/+4
|
* fixes last commitGravatar RaNaN 2011-02-191-2/+2
|
* closing all shareonline request correctlyGravatar RaNaN 2011-02-191-3/+2
|
* share-online premium fix, please testGravatar mkaay 2011-02-031-0/+16
|
* share-online.biz free account fixGravatar mkaay 2011-02-031-1/+8
|
* FileSonic PremiumGravatar RaNaN 2011-01-231-2/+5
|
* fixed accountsGravatar RaNaN 2010-12-291-2/+2
|
* refactoring part 1: deprecation warnings, reduced debug, cookie compatibilityGravatar mkaay 2010-12-221-2/+2
|
* closed #157, account request cleanupGravatar RaNaN 2010-10-181-4/+2
|
* shareonline expire date fixGravatar RaNaN 2010-10-031-1/+1
|
* shareonline premiumfix, ul login checkGravatar RaNaN 2010-10-031-14/+9
|
* share-online premium fix (revert to old design, coz new one is still buggy)Gravatar Jeix 2010-10-031-13/+23
|
* improved accountmanagerGravatar RaNaN 2010-10-021-14/+9
|
* gui: status translation, core: added scheduler -> better account fetching ↵Gravatar mkaay 2010-09-061-3/+2
| | | | UploadedTo + ShareonlineBiz account fix
* new icon, fixesGravatar RaNaN 2010-08-251-10/+13
|
* new dirsGravatar RaNaN 2010-08-251-0/+50
|
* merged guiGravatar mkaay 2010-08-251-50/+0
|
* ul.to fetching, so.biz expireGravatar mkaay 2010-08-251-3/+10
|
* account updateGravatar mkaay 2010-08-171-0/+5
|
* account plugin change, server methods for accountsGravatar mkaay 2010-08-121-8/+7
|
* removed printGravatar mkaay 2010-08-111-1/+0
|
* ShareonlineBiz free+premium, DDLMusicOrg working, SerienjunkiesOrg fix, ↵Gravatar mkaay 2010-08-111-0/+40
FileDatabase fix, other fixes