summaryrefslogtreecommitdiffstats
path: root/pyload
Commit message (Collapse)AuthorAgeFilesLines
* EasybytezComFolder: fixed #436Gravatar Stefano 2013-12-161-7/+3
| | | | (cherry picked from commit 4b9ee158ca50dd5f3d9d999891f163bb57fe3d9c)
* Fastshare: improved offline pattern.Gravatar Stefano 2013-12-161-2/+2
| | | | | | Fixes #302 (cherry picked from commit 47e536383be4948538b70d5391db12225174981f)
* Checksum: disabled by defaultGravatar Stefano 2013-12-161-2/+2
| | | | (cherry picked from commit 1b282b89f7cfaf5a6ce656dc4ff54529121e0b8c)
* FshareVn: fixed lifetime account detectGravatar Stefano 2013-12-161-10/+19
| | | | | | See #417 (cherry picked from commit 06991b8ed262009f70d6baac81d7845ac60714c7)
* Easybytez: fixed expire date parseGravatar Stefano 2013-12-161-3/+4
| | | | (cherry picked from commit d05b134c6e739c5052070b35b5ec6b4b73f2a6bd)
* Checksum: merged #388Gravatar Walter Purcaro 2013-12-161-34/+37
| | | | (cherry picked from commit 01a7c4ec37996e87067876eab40b0b8403f0100f)
* Keep2share: fixed #405Gravatar Stefano 2013-12-161-24/+25
| | | | (cherry picked from commit 04c19a55ccdbc871e6ca1cc2a033d904bdb37fe3)
* Some hosters marked as deadGravatar Walter Purcaro 2013-12-1620-891/+50
| | | | | | | | | | | | | | Merged #375 (cherry picked from commit 7f239b41cb29ee95c878f78a6e9cacd55f301a8d) Conflicts: pyload/plugins/accounts/BoltsharingCom.py pyload/plugins/accounts/HellspyCz.py pyload/plugins/accounts/Share76Com.py pyload/plugins/accounts/UploadstationCom.py pyload/plugins/accounts/WuploadCom.py pyload/plugins/accounts/X7To.py
* Merge pull request #434 from kmarty/stableGravatar Stefano 2013-12-161-32/+23
| | | | | UlozTo: Old method returned, it appears that some servers still has an old method so both methods are required (cherry picked from commit ad99e285acdf699a943d67d42b3f31f9197b9972)
* improved caching directives, tell browser not to cache the index pageGravatar RaNaN 2013-12-161-5/+8
|
* Plugin locations cleanup after merge from stableGravatar Stefano 2013-12-151-0/+80
|
* Zippyshare: fixed #419Gravatar Stefano 2013-12-151-1/+5
| | | | (cherry picked from commit 4303eb410c9e28c6a4c51e520876e55bb7845857)
* catch all errors when starting link decrypterGravatar RaNaN 2013-12-151-1/+7
| | | | (cherry picked from commit 7e44d40af3b2574eae04e1df3b40f536776593c8)
* HotfileCom: marked as deadGravatar Stefano 2013-12-151-127/+4
| | | | | | | (cherry picked from commit 61b81558a54837b7ed32ec22f2cf21a8f6b665d7) Conflicts: pyload/plugins/hoster/HotfileCom.py
* Merge pull request #427 from kmarty/stableGravatar Stefano 2013-12-151-24/+29
| | | | | Ulozto: changed captcha code (cherry picked from commit b140dd072550d78ae8deffbdd86ac7c2696eab8d)
* NowDownloadEu: fixed syntax errorGravatar Stefano 2013-12-151-2/+2
| | | | | See also #426 (cherry picked from commit c14d3c011e3e1a93893e0dde9de68f05540c4991)
* Filefactory: fixed free downloadGravatar Stefano 2013-12-151-68/+32
| | | | | | | | + Removed API based getInfo (no more working) + Removed process override Resolves #366 (cherry picked from commit fcb9cfa8884b73a6970855a678df2bde24ad4ec0)
* Filefactory: fixed premium downloadGravatar Stefano 2013-12-151-5/+8
| | | | | | | Fixes #425 See also #366 (cherry picked from commit 8572e1f2cf08e5b268482060e28a452ebc5f2e61)
* Removed old way to log plugin messagesGravatar Stefano 2013-12-152-5/+5
| | | | (cherry picked from commit d686bbde84cbebe07e096939397b77043abbb03d)
* XHamsterCom: removed debug message translation.Gravatar Stefano 2013-12-151-4/+4
| | | | | | See http://translate.pyload.org/translate/pyload/28/en-cs#2745 (cherry picked from commit 857389ddf5297e59123670a9c3d47410a3465244)
* TurbobitNet: fixed #421Gravatar Stefano 2013-12-151-1/+2
| | | | (cherry picked from commit 0c995e985c16c0d1a7659f65aae339ea312ff396)
* Merge pull request #422 from vuolter/s/hoster/NowDownloadEuGravatar Stefano 2013-12-151-2/+2
| | | | | NowDownloadEu: Recognize sx domain (cherry picked from commit b6bab5b8a1a9cfb020ff7d281d79796b6b717509)
* CrockoCom: new pattern and using xrange.Gravatar Stefano 2013-12-151-4/+4
| | | | | | See #391 (cherry picked from commit 2409c6ff5810dd4d7a2aa6c81006384b267cadc2)
* FilefactoryCom: fixed premium login.Gravatar Stefano 2013-12-151-27/+30
| | | | | | See #366 (cherry picked from commit a1cdc2d29776a2f98388cce647962cd01faa5822)
* FshareVn: updated account pluginGravatar Stefano 2013-12-151-5/+5
| | | | (cherry picked from commit 35fa61dbba3ba374ec441de6deca8ee62ff66b42)
* Merge pull request #418 from vuolter/s/internal_PEP8cleanupGravatar Stefano 2013-12-158-64/+72
| | | | | | | | | Internal plugins code cleanup according to PEP8 guidelines (cherry picked from commit cfe3b21334f3eef319a667a477634c025e757fbf) Conflicts: module/plugins/internal/MultiHoster.py pyload/plugins/internal/CaptchaService.py
* Merge pull request #412 from vuolter/s/crypter/EasybytezComFolderGravatar Stefano 2013-12-152-3/+10
| | | | | | | | EasybytezComFolder: Fixed bad url processing (result in SimpleCrypter update) (cherry picked from commit f6477822031ff1c6fffa30d62461eba3e5f1db35) Conflicts: pyload/plugins/internal/SimpleCrypter.py
* updated pywebsocketGravatar RaNaN 2013-12-1514-424/+1153
|
* more options to get webUI through proxy workingGravatar RaNaN 2013-12-1517-101/+148
|
* added new file statesGravatar RaNaN 2013-12-1313-39/+70
|
* plugin selection for linkgrabber, partial closes #182Gravatar RaNaN 2013-12-124-11/+81
|
* remote only disable with start optionGravatar RaNaN 2013-12-112-2/+0
|
* display file-size of current downloadGravatar RaNaN 2013-12-102-12/+16
|
* renamed new self.user to self.ownerGravatar RaNaN 2013-12-081-1/+1
|
* workaround for older pluginsGravatar RaNaN 2013-12-083-6/+12
|
* more fixes for older pluginsGravatar RaNaN 2013-12-081-0/+4
|
* fixes to adapt old pluginsGravatar RaNaN 2013-12-081-1/+1
|
* fixed deps againGravatar RaNaN 2013-12-071-1/+1
|
* fixed dependencies, downgraded hbs pluginGravatar RaNaN 2013-12-074-3/+8
|
* render links updated to packageGravatar RaNaN 2013-12-071-2/+17
|
* updated some deps, button to add links to existing packagesGravatar RaNaN 2013-12-078-25/+76
|
* package edit dialogGravatar RaNaN 2013-12-0610-17/+129
|
* fixed jshintGravatar RaNaN 2013-12-041-1/+1
|
* clear dashboard when opened package is deletedGravatar RaNaN 2013-12-042-3/+9
|
* password field for linkgrabberGravatar RaNaN 2013-12-043-4/+21
|
* fixed changing the dl speed limitGravatar RaNaN 2013-12-032-3/+7
|
* fixed cnl, packages now pausableGravatar RaNaN 2013-12-0112-27/+84
|
* fixed are few addons and improved crypter workaroundsGravatar RaNaN 2013-12-0113-81/+87
|
* Merge pull request #335 from vuolter/s/crypter/YoutubeBatchGravatar Stefano 2013-11-301-19/+90
| | | | YoutubeBatch: Added support for download all videos available on a channel(cherry picked from commit 9f07c61c5758e67bdfdb88967258e4ae9e55abe0)
* Merge pull request #397 from vuolter/s/hoster/BayfilesComGravatar Stefano 2013-11-301-9/+9
| | | | BayfilesCom: Patterns updated(cherry picked from commit f0bd802e38dabc7ce321e58bf6be50eea98ee8b7)
* Merged #407Gravatar =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= 2013-11-301-0/+1
| | | | | Make debugging script issue a bit easier (cherry picked from commit 6df98309258e180587a71bd13940ca0ff7c56029)
* Merge pull request #386 from vuolter/s/setup_cleanGravatar Stefano 2013-11-305-6/+0
| | | | Removed unnecessary assignments for self.html and self.wantReconnect(cherry picked from commit bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121)
* Merge pull request #415 from vuolter/s/hoster/NowDownloadEuGravatar Stefano 2013-11-301-1/+1
| | | | NowDownloadEu: Parse uppercase id as well(cherry picked from commit 554b37b4cc8164245582104aed9bb70174dd8c46)
* Merge pull request #392 from vuolter/s/hoster/PutlockerComGravatar RaNaN 2013-11-301-5/+5
| | | | Hoster: PutlockerCom: More strict pattern + some code cosmetics(cherry picked from commit 21e1a107ba6927ab618b196e224ac403512ca628)
* Merge pull request #396 from vuolter/s/hoster/TusfilesNetGravatar RaNaN 2013-11-301-4/+4
| | | | Hoster: TusfilesNet: Pattern updated + fix skipped version gain missed on last commit(cherry picked from commit 4315886b10234790520f339059ce959137fed962)
* extraction via context menu + progress information workingGravatar RaNaN 2013-11-265-12/+25
|
* invoke addons via context menuGravatar RaNaN 2013-11-2511-58/+76
|
* render addon menu for packagesGravatar RaNaN 2013-11-247-10/+95
|
* downgraded handlebarsGravatar RaNaN 2013-11-242-1/+2
|
* try to fix template helper loadingGravatar RaNaN 2013-11-241-1/+1
|
* improved addonManager, new property to expose addon information, new ↵Gravatar RaNaN 2013-11-2211-111/+198
| | | | functionality to interact with addons
* fixed and improved last pull requestGravatar RaNaN 2013-11-225-55/+42
|
* Merge pull request #216 from vuolter/m/periodicalGravatar RaNaN 2013-11-222-4/+30
|\ | | | | Improved periodical
| * initPeriodical calls startPeriodical if periodcal was overwrittenGravatar Walter Purcaro 2013-11-161-2/+7
| |
| * Renamed setInterval reset opt to recountGravatar Walter Purcaro 2013-11-161-2/+2
| |
| * Improved start and stop methodsGravatar Walter Purcaro 2013-11-161-7/+5
| |
| * typoGravatar Walter Purcaro 2013-11-161-3/+3
| |
| * startPeriodical + setInterval methodsGravatar Walter Purcaro 2013-11-161-7/+19
| |
| * typoGravatar Walter Purcaro 2013-11-161-1/+1
| |
| * Improved addon periodic callGravatar Walter Purcaro 2013-11-162-7/+18
| |
* | Left align for full theme tooGravatar Walter Purcaro 2013-11-211-1/+1
| |
* | removed old request classesGravatar RaNaN 2013-11-195-1115/+2
| |
* | workaround for bug that causes webUI not to loadGravatar RaNaN 2013-11-172-2/+3
| |
* | adapted multihoster to new plugin managerGravatar RaNaN 2013-11-179-43/+68
| |
* | Improved settingGravatar Walter Purcaro 2013-11-172-8/+9
| |
* | restored multihoster overwritten by mergeGravatar RaNaN 2013-11-178-21/+65
| |
* | Merge remote-tracking branch 'origin/stable'Gravatar RaNaN 2013-11-17101-1642/+1168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/config/default.conf module/plugins/accounts/DdlstorageCom.py module/plugins/accounts/RealdebridCom.py module/plugins/accounts/UploadheroCom.py module/plugins/crypter/DownloadVimeoCom.py module/plugins/crypter/FilebeerInfoFolder.py module/plugins/crypter/Movie2kTo.py module/plugins/hooks/AlldebridCom.py module/plugins/hooks/DebridItaliaCom.py module/plugins/hooks/MultishareCz.py module/plugins/hooks/Premium4Me.py module/plugins/hooks/PremiumizeMe.py module/plugins/hooks/RealdebridCom.py module/plugins/hooks/XFileSharingPro.py module/plugins/hooks/ZeveraCom.py module/plugins/hoster/ChipDe.py module/plugins/hoster/DdlstorageCom.py module/plugins/hoster/MovReelCom.py module/plugins/hoster/RyushareCom.py module/plugins/hoster/ShareRapidCom.py module/plugins/hoster/SpeedLoadOrg.py module/plugins/hoster/ZeveraCom.py module/web/media/default/css/default.css module/web/media/default/css/window.css module/web/templates/default/base.html module/web/templates/default/captcha.html module/web/templates/default/home.html module/web/templates/default/queue.html module/web/templates/default/window.html pyload/plugins/accounts/AlldebridCom.py pyload/plugins/accounts/Http.py pyload/plugins/accounts/MultishareCz.py pyload/plugins/accounts/Premium4Me.py pyload/plugins/accounts/PremiumizeMe.py pyload/plugins/accounts/ZeveraCom.py pyload/plugins/addons/Captcha9kw.py pyload/plugins/addons/CaptchaTrader.py pyload/plugins/addons/ClickAndLoad.py pyload/plugins/addons/Ev0InFetcher.py pyload/plugins/addons/ExternalScripts.py pyload/plugins/addons/ExtractArchive.py pyload/plugins/addons/HotFolder.py pyload/plugins/addons/MergeFiles.py pyload/plugins/addons/MultiHome.py pyload/plugins/addons/XMPPInterface.py pyload/plugins/crypter/C1neonCom.py pyload/plugins/crypter/CryptItCom.py pyload/plugins/crypter/ILoadTo.py pyload/plugins/crypter/LofCc.py pyload/plugins/crypter/NCryptIn.py pyload/plugins/crypter/OronComFolder.py pyload/plugins/crypter/RSLayerCom.py pyload/plugins/crypter/SecuredIn.py pyload/plugins/crypter/TrailerzoneInfo.py pyload/plugins/crypter/WiiReloadedOrg.py pyload/plugins/hoster/AlldebridCom.py pyload/plugins/hoster/BasePlugin.py pyload/plugins/hoster/CzshareCom.py pyload/plugins/hoster/DepositfilesCom.py pyload/plugins/hoster/EgoFilesCom.py pyload/plugins/hoster/FastshareCz.py pyload/plugins/hoster/FreakshareCom.py pyload/plugins/hoster/MegasharesCom.py pyload/plugins/hoster/MultishareCz.py pyload/plugins/hoster/MyvideoDe.py pyload/plugins/hoster/NetloadIn.py pyload/plugins/hoster/NovafileCom.py pyload/plugins/hoster/NowDownloadEu.py pyload/plugins/hoster/PornhostCom.py pyload/plugins/hoster/Premium4Me.py pyload/plugins/hoster/PremiumizeMe.py pyload/plugins/hoster/PutlockerCom.py pyload/plugins/hoster/RapidshareCom.py pyload/plugins/hoster/RealdebridCom.py pyload/plugins/hoster/ShareplaceCom.py pyload/plugins/hoster/TusfilesNet.py pyload/plugins/hoster/UnrestrictLi.py pyload/plugins/hoster/UploadedTo.py pyload/plugins/hoster/WebshareCz.py pyload/plugins/hoster/X7To.py pyload/plugins/hoster/XHamsterCom.py pyload/plugins/hoster/YoupornCom.py pyload/plugins/hoster/YourfilesTo.py pyload/plugins/hoster/YoutubeCom.py pyload/plugins/hoster/ZippyshareCom.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py
* | fixed the plugin parser to handle multi line statementsGravatar RaNaN 2013-11-172-5/+42
| |
* | improved light color configGravatar RaNaN 2013-11-171-4/+3
| |
* | Merge pull request #379 from vuolter/m/c_loggingGravatar RaNaN 2013-11-175-7/+161
|\ \ | | | | | | Coloured CLI
| * | Applied RaNaN adviceGravatar Walter Purcaro 2013-11-164-2/+2
| | |
| * | Fixed logfile color codes (colorize console only) + settable color log type ↵Gravatar Walter Purcaro 2013-11-162-18/+39
| | | | | | | | | | | | + cleaned pyload init_logger code
| * | White foreground instead black for the colored log level labelsGravatar Walter Purcaro 2013-11-141-1/+1
| | |
| * | Coloured loggingGravatar Walter Purcaro 2013-11-144-1/+134
| |/
* / refactored pluginManagerGravatar RaNaN 2013-11-1714-322/+431
|/
* Better log timestampGravatar Walter Purcaro 2013-11-101-2/+2
|
* improved wait method for hosterGravatar RaNaN 2013-11-011-5/+12
|
* added install instructionGravatar RaNaN 2013-10-291-0/+1
|
* Improved the instructionsGravatar himbrr 2013-10-201-4/+6
|
* fix error page when no webui build is availableGravatar RaNaN 2013-10-171-5/+6
|
* Update user.htmlGravatar himbrr 2013-10-161-2/+2
| | | The username is now a required attribute.
* Merge pull request #266 from vuolter/m/fs_blocksizeGravatar RaNaN 2013-10-151-4/+17
|\ | | | | Added fs_bsize method to utils
| * Applied RaNaN tipsGravatar Walter Purcaro 2013-10-131-1/+2
| |
| * Put ctypes under if conditionGravatar Walter Purcaro 2013-10-051-1/+4
| |
| * Added fs_bsize method to utilsGravatar Walter Purcaro 2013-10-021-6/+15
| |
* | Fixed typo errorGravatar Stefano 2013-10-131-2/+2
| |
* | better package name editing in collectorGravatar RaNaN 2013-10-121-1/+11
| |
* | small changes to dl algorithmGravatar RaNaN 2013-10-123-33/+11
| |
* | Moved new plugins to pyloadGravatar Stefano 2013-10-111-0/+14
| |
* | Removed dead plugins.Gravatar Stefano 2013-10-115-112/+9
| | | | | | | | | | | | | | | | | | | | See #304 (cherry picked from commit 2e7132ba7e461200e14ea50d2f857622eb69ca98) Conflicts: pyload/plugins/accounts/FilebeerInfo.py pyload/plugins/accounts/SpeedLoadOrg.py
* | NCryptIn: ability to decrypt single encrypted links.Gravatar Stefano 2013-10-111-28/+43
| | | | | | | | | | | | Requested in #303 (cherry picked from commit 6d183776d40a0b7feb6c6155402dc6baf43bf882)
* | LofCc: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
| | | | | | | | (cherry picked from commit b0426c839a84f27de59cd419b4a86f1eaa83b0dc)
* | NCryptIn: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
| | | | | | | | (cherry picked from commit e176cc467f7e9ea49abb07b7066e57a64e8bdaf3)
* | Keep2share: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
| | | | | | | | (cherry picked from commit 9e2ec8b92818b3b3b05561f9a2f277d56d1134b6)
* | GooIm: multiple downloads, resume and unlimited chunks are allowed even in ↵Gravatar Stefano 2013-10-111-1/+5
| | | | | | | | | | | | free mode (cherry picked from commit b1363d629fc18fa570295b3777e4f9ee1bed37e3)
* | Moved new plugins to pyloadGravatar Stefano 2013-10-096-0/+277
| |
* | FilecloudIo: premium supportGravatar Stefano 2013-10-092-6/+42
| | | | | | | | (cherry picked from commit 37251667fed7fcbb77ea55df7ca98f2d5bef1b19)
* | SimpleHoster: workaround load cookies 0.4.9 bugGravatar Stefano 2013-10-091-2/+4
| | | | | | | | | | | | See also ecb3e1cf7733d6f217082abcbe41c0e07dc522da (cherry picked from commit da499334b36eb1b9de871ac7ee926f4a1cae82a6)
* | Captcha9kw: new selfsolve optionGravatar stefanos 2013-10-091-4/+5
| | | | | | | | | | | | + removed unused imports (cherry picked from commit 116dde5cd71e12f9a5dab5275e4802ee95dc1368)
* | save config when setup is finishedGravatar RaNaN 2013-10-082-0/+6
| |
* | adapter simplecrypter pluginGravatar RaNaN 2013-10-088-64/+51
| |
* | gzip compression for apiGravatar RaNaN 2013-10-074-119/+47
| |
* | Checksum: reverted b2e7352 due to a case sensitive issueGravatar Stefano 2013-10-071-15/+1
| | | | | | | | (cherry picked from commit cef7ca82b3c4eea73ed544184c17118cb310129b)
* | Merge pull request #295 from vuolter/s/hoster_cosmetics_fixGravatar Stefano 2013-10-072-2/+2
| | | | | | | | | | Fix assignation issue due f876908b6a1946845c1c7dff591d4d9f64643f82 (cherry picked from commit 52d033fb19add2c1060dfa851013357c3eb24752)
* | YouTube: fixed #287Gravatar Stefano 2013-10-071-2/+9
| | | | | | | | (cherry picked from commit d72e77a27e371a793e53b5c4cd247a5e31919b1d)
* | Zippyshare: fixed #292Gravatar Stefano 2013-10-071-37/+52
| | | | | | | | (cherry picked from commit 2c1a72d104377f49b3a7a26f0165797bbd60e4ec)
* | Merge pull request #289 from vuolter/s/hoster/MegaNzGravatar RaNaN 2013-10-071-4/+9
| | | | | | | | | | MegaNz: bugfix https://github.com/pyload/pyload/issues/274 (cherry picked from commit b334301ba87b1004d4d4c5d2b3d054cbde475fc1)
* | Plugins: cosmetics See #286Gravatar Stefano 2013-10-0723-45/+31
| | | | | | | | | | | | | | (cherry picked from commit f876908b6a1946845c1c7dff591d4d9f64643f82) Conflicts: pyload/plugins/hoster/DlFreeFr.py
* | Merge pull request #285 from vuolter/s/hoster/OneFichierComGravatar Stefano 2013-10-071-1/+4
| | | | | | | | | | OneFichierCom: enable download resume for free account too (cherry picked from commit 35064cca46c9d3ea501e2cdb0485195df711f432)
* | DDLStorage: rewritten to use API.Gravatar Stefano 2013-10-073-8/+125
| | | | | | | | (cherry picked from commit b2e735273ee83820a7e9633f159168e0712c4e75)
* | GamefrontCom: unlimited chunks even for free usersGravatar Stefano 2013-10-071-1/+2
| | | | | | | | | | See #279 (cherry picked from commit 008078c5368d4b27a6e653dd33574ed967f1d644)
* | New crypter: TurbobitNetFolderGravatar Stefano 2013-10-071-2/+2
| | | | | | | | (cherry picked from commit 8e518664bd90467639369cede063e1b7146f1a49)
* | ShareRapidCom: rewritten most of the pluginGravatar Stefano 2013-10-071-57/+20
| | | | | | | | (cherry picked from commit 9375baf75b5fddc6dfdd430dd3e0c8173af923db)
* | XFileSharingPro: fixed premium direct links crashGravatar Stefano 2013-10-071-2/+6
| | | | | | | | | | | | workaround for an HTTPRequest class bug. (cherry picked from commit ecb3e1cf7733d6f217082abcbe41c0e07dc522da)
* | Increased version number after 5401e18dfd406c2a8ed35c4b72c9df9f7dc3e436Gravatar Stefano 2013-10-071-1/+1
| | | | | | | | (cherry picked from commit 10bd60b1b10efe5767d2b5020e4c8caa84e85ef8)
* | Merge pull request #284 from anderi/patch-1Gravatar Stefano 2013-10-071-5/+6
| | | | | | | | | | Zippyshare: fixed #281 (cherry picked from commit 5569a1419d56b495b9b06527501108bfaa52795a)
* | IfolderRu: fixed #267Gravatar Stefano 2013-10-071-2/+2
| | | | | | | | (cherry picked from commit 97fe74b97832402c5bcf6320a202de50bd99187f)
* | XFileSharingPro: reverted cbb3d4c and 07ebba1Gravatar Stefano 2013-10-071-11/+10
| | | | | | | | (cherry picked from commit a9948356d93fe0f104cbdb201fbb95381a106a79)
* | new footerGravatar RaNaN 2013-10-064-27/+38
| |
* | stubs for Api to manage users.Gravatar RaNaN 2013-10-044-29/+47
| |
* | update underscore.js versionGravatar RaNaN 2013-10-041-1/+1
| |
* | basically working web setupGravatar RaNaN 2013-10-0320-105/+413
|/
* small bug fixesGravatar RaNaN 2013-09-293-21/+6
|
* basics for web setupGravatar RaNaN 2013-09-2929-218/+458
|
* rewritten decrypter and info fetching threadGravatar RaNaN 2013-09-2621-272/+286
|
* new DLC pluginsGravatar RaNaN 2013-09-267-0/+1
|
* GamefrontCom: improvement proposed in #279Gravatar Stefano 2013-09-241-2/+2
| | | | (cherry picked from commit 1beeae4d28dcbbc5cbf814dfebf728f4f544e220)
* Merge pull request #272 from pulpe/acculoztonetGravatar Stefano 2013-09-241-4/+9
| | | | | UlozTo: account fix (cherry picked from commit 619a7920bae008e451e0ef6b79ef6cbb0607021b)
* Removed SkipRev. See #167Gravatar Stefano 2013-09-241-47/+0
| | | | | | | (cherry picked from commit b14b3e8998d1ce55f41287801e6cb8e7ea7e30d1) Conflicts: pyload/plugins/addons/SkipRev.py
* Checksum: fixed #262Gravatar Stefano 2013-09-241-2/+2
| | | | (cherry picked from commit 8cdb023dca7aba962e5c96d41f7fd6bfe47441b5)
* Merge pull request #218 from vuolter/s/plugin/coreconfigGravatar Stefano 2013-09-245-17/+17
| | | | | | | | Use config instead core.config for plugins (cherry picked from commit 511f0e17eb598b078a48a6eac0fdab5438cf539c) Conflicts: pyload/plugins/addons/ClickAndLoad.py
* improved login / logout renderingGravatar RaNaN 2013-09-172-4/+28
|
* account deletion fixGravatar RaNaN 2013-09-172-2/+11
|
* more fixes for py2.5Gravatar RaNaN 2013-09-173-20/+10
|
* stub class for content providerGravatar RaNaN 2013-09-145-5/+36
|
* some fixes for py 2.5Gravatar RaNaN 2013-09-133-12/+23
|
* gzip files on build, disabled gzip middlewareGravatar RaNaN 2013-09-116-10/+38
|
* container upload and url parser for linkgrabberGravatar RaNaN 2013-09-114-10/+57
|
* improved link grabberGravatar RaNaN 2013-09-079-33/+70
|
* Moving plugin to pyloadGravatar Stefano 2013-09-071-0/+31
|
* FastshareCz: Fixed #253Gravatar Stefano 2013-09-071-2/+2
| | | | (cherry picked from commit 5996269acaf33ade1eae532bca09f5a80b04699b)
* SimpleCrypter: using a separated method to extract links.Gravatar Stefano 2013-09-071-3/+12
| | | | | | Suggested in #257 (cherry picked from commit f0ffe30d41cbe2df6fd4273fc527c1feff62708b)
* XFileSharingPro: improved DIRECT_LINK_PATTERNGravatar Stefano 2013-09-071-2/+2
| | | | | | Fixes #256 (cherry picked from commit eabf556ce3a8a8f48a88020071942920d9d53b3b)
* XFileSharingPro: fixed filename override on premium direct links afterGravatar Stefano 2013-09-071-5/+3
| | | | | | | cbb3d4c6a590f848f94b34faf19bef849e39e13a See also #248 (cherry picked from commit 07ebba11f1dedfa2b00ed80bb3263b0f70588be2)
* Uploadhero: changed domain from COM to COGravatar Stefano 2013-09-072-10/+10
| | | | | | See #125 (cherry picked from commit e310f47061fe6344dc929318975cd915f8ff6ac1)
* BitshareCom: fixesGravatar Stefano 2013-09-071-12/+11
| | | | | | see #227 (cherry picked from commit cfdfa4771cd1037363c9937d6bf86f3ab6580b98)
* Megashares: fix suggested in #234Gravatar Stefano 2013-09-071-3/+3
| | | | (cherry picked from commit 276f7904d552d9575babaca4ae5bcfde620a6f5b)
* Merge pull request #241 from Apollo-Hartigan/WindowsPhoneToastNotifyGravatar Stefano 2013-09-071-7/+10
| | | | | WindowsPhoneToastNotify: notification timeout (cherry picked from commit 814ffbc89846d1e7ad57cf730b998f5ef819de7b)
* UnrestrictLi: fix for #238Gravatar Stefano 2013-09-071-5/+13
| | | | (cherry picked from commit 9dda14ce2aab0541c52d830ffdf0851b8cf40497)
* Depositfiles: fixed file size detectGravatar Stefano 2013-09-071-4/+3
| | | | (cherry picked from commit abfe5accfa1d5aea6d3d601a2295f03867af04d1)
* XFileSharingPro: fixed a premium direct links issue.Gravatar Stefano 2013-09-071-7/+10
| | | | (cherry picked from commit cbb3d4c6a590f848f94b34faf19bef849e39e13a)
* Realdebrid: fixed #208Gravatar Stefano 2013-09-071-3/+6
| | | | | | | (cherry picked from commit 5c8cfe32756e04526e042ced723ffc7f796dfbd9) Conflicts: pyload/plugins/accounts/RealdebridCom.py
* Letitbit: Using API to get file informationGravatar Stefano 2013-09-071-7/+30
| | | | (cherry picked from commit d918df1195c83fc440fb239ae6324b9f2ef3bb4a)
* use different config folder when using dev versionGravatar RaNaN 2013-09-051-4/+6
|
* WindowsPhoneToastNotify: fixed string(cherry picked from commit ↵Gravatar Stefano 2013-08-231-2/+3
| | | | 5255e83a457fc99b5ba8f14160c320f20c48e56f)
* Moving settings from the account to the hoster pluginGravatar Stefano 2013-08-2318-42/+40
|
* Moved new plugin to pyload addonsGravatar Stefano 2013-08-231-0/+64
|
* Ryushare: code cleanu+ test linkGravatar Stefano 2013-08-231-3/+8
| | | | (cherry picked from commit f1124cc089541a3c275b4c847507c1c4bd9ebd8c)
* Ryushare: added SolveMedia captcha and fixed waiting patternGravatar quareevo 2013-08-231-21/+48
| | | | (cherry picked from commit 8561453ddb867e535936a90ba4d673d38474a6ca)
* Moving settings from the account to the hoster pluginGravatar Stefano 2013-08-222-7/+6
|
* fixed time in accountGravatar RaNaN 2013-08-211-3/+5
|
* correctly unset http refererGravatar RaNaN 2013-08-211-1/+1
|
* Moved new plugin to pyloadGravatar Stefano 2013-08-201-0/+46
|
* UnrestrictLi: Using the remember me functionGravatar Stefano 2013-08-201-3/+5
| | | | | to avoid troubles after IP address change (cherry picked from commit f0f014674da3495391fccb7c49d00b971aafddc7)
* LetitbitNet: implemented premium modeGravatar Stefano 2013-08-201-2/+25
| | | | (cherry picked from commit 3a7c1b306dcf448353048981f8b5126ede9598ff)
* small fixes for crypterGravatar RaNaN 2013-08-184-4/+10
|
* fixed online status fetchingGravatar RaNaN 2013-08-189-18/+66
|
* renaming of packagesGravatar RaNaN 2013-08-184-1/+48
|
* new linkgrabberGravatar RaNaN 2013-08-1835-323/+487
|
* fixed loginGravatar RaNaN 2013-08-181-2/+2
|
* settings for individual accountsGravatar RaNaN 2013-08-169-30/+83
|
* Adapted SimplydebridComGravatar Stefano 2013-08-133-23/+10
|
* Moved new plugins to pyloadGravatar Stefano 2013-08-133-0/+111
|
* Fixed typo errorGravatar Stefano 2013-08-131-2/+2
|
* FreakshareCom: fixed #210Gravatar Stefano 2013-08-131-5/+8
| | | | (cherry picked from commit 7fe507de68c91595e00e93149d92051bc440ce4b)
* Fixed #228Gravatar Stefano 2013-08-131-2/+3
| | | | (cherry picked from commit e3747bb502a8a09ecea1e9b00628e9705568eebf)
* fixed login for some clientsGravatar RaNaN 2013-08-112-2/+10
|
* fixed account removingGravatar RaNaN 2013-08-116-12/+13
|
* improved account listGravatar RaNaN 2013-08-1120-39/+234
|
* another try to fix broken accountsGravatar RaNaN 2013-08-115-17/+36
|
* fixed replace ruleGravatar RaNaN 2013-08-111-1/+1
|
* new parse_time helper functionGravatar RaNaN 2013-08-103-12/+26
|
* fix updateFileInfo and account selectionGravatar RaNaN 2013-08-102-3/+4
|
* parse string from template files, added some translations for webuGravatar RaNaN 2013-08-108-24/+24
|
* new account page layout, added translations for webuiGravatar RaNaN 2013-08-0910-64/+77
|
* UnrestrictLi: merged #215Gravatar Stefano 2013-08-091-1/+4
| | | | (cherry picked from commit 9292f3d93db66e09ba6e2eb4a07b4ca69a5a9366)
* UnrestrictLi: fixed http://forum.pyload.org/viewtopic.php?p=10602#p10602Gravatar Stefano 2013-08-091-2/+3
| | | | (cherry picked from commit b95ff805c904b84a8fe669519d8111ff9c81c440)
* fixed last commitGravatar RaNaN 2013-08-091-3/+3
|
* fixed ws handlerGravatar RaNaN 2013-08-091-2/+3
|
* improved last fixGravatar RaNaN 2013-08-081-1/+1
|