summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Spare code cosmetics (9)Gravatar Walter Purcaro 2015-04-2046-126/+126
|
* Spare code cosmetics (8)Gravatar Walter Purcaro 2015-04-2055-146/+150
|
* PEP-8, Python Zen, refactor and reduce code (part 12 in master ↵Gravatar fedeG 2015-04-201-6/+6
| | | | | | | | module/remote/socketbackend) Conflicts: module/remote/socketbackend/ttypes.py pyload/remote/socketbackend/create_ttypes.py
* PEP-8, Python Zen, refactor and reduce code (part 15 in master module/webui/app)Gravatar fedeG 2015-04-205-28/+13
| | | | | | | | | Conflicts: pyload/webui/app/api.py pyload/webui/app/cnl.py pyload/webui/app/json.py pyload/webui/app/pyloadweb.py pyload/webui/app/utils.py
* PEP-8, Python Zen, refactor and reduce code (part 14 in master module/threads)Gravatar fedeG 2015-04-201-3/+6
| | | | | | Conflicts: module/threads/PluginThread.py pyload/manager/thread/Server.py
* PEP-8, Python Zen, refactor and reduce code (part 13 in master module/remote)Gravatar fedeG 2015-04-202-18/+18
| | | | | | | | Conflicts: module/remote/ThriftBackend.py pyload/manager/Remote.py pyload/remote/ClickNLoadBackend.py pyload/remote/SocketBackend.py
* Spare code cosmetics (7)Gravatar Walter Purcaro 2015-04-2020-23/+23
|
* PEP-8, Python Zen, refactor and reduce code (part 9 in master module/network)Gravatar fedeG 2015-04-207-46/+32
| | | | | | | | | | | | Conflicts: module/network/Bucket.py module/network/CookieJar.py pyload/network/Browser.py pyload/network/HTTPChunk.py pyload/network/HTTPDownload.py pyload/network/HTTPRequest.py pyload/network/RequestFactory.py pyload/network/XDCCRequest.py
* Merge pull request #9 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-198-20/+24
|\ | | | | sorted config in webui ("Activated" always on top)
| * fix typoGravatar Armin 2015-04-191-1/+1
| |
| * cosmeticsGravatar Armin 2015-04-192-9/+9
| |
| * sorted config in webui ("Activated" is always the top option)Gravatar Armin 2015-04-196-11/+15
| | | | | | | | | | | | NOTE: The options are sorted like in pyload.conf & plugin.conf For sorting like plugins "__config" - array plugin.conf must be recreated by simply delete the file
* | Spare code cosmetics (6)Gravatar Walter Purcaro 2015-04-1921-29/+31
| |
* | range -> xrangeGravatar Walter Purcaro 2015-04-1914-21/+21
| |
* | PEP-8, Python Zen, refactor and reduce code (part 7 in master module/database)Gravatar fedeG 2015-04-194-72/+92
| | | | | | | | | | | | | | | | | | Conflicts: module/database/__init__.py pyload/database/Backend.py pyload/database/File.py pyload/database/Storage.py pyload/database/User.py
* | Use with statementGravatar Walter Purcaro 2015-04-1913-144/+135
| |
* | Merge pull request #8 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-194-4/+46
|\| | | | | colored logs for webui to
| * added: colred logs for webui to (currently only for theme "Next")Gravatar Armin 2015-04-193-3/+45
| |
| * fix typoGravatar Armin 2015-04-181-1/+1
| |
* | Merge pull request #7 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-185-48/+50
|\| | | | | fix SyntaxError
| * fixed: MultiHookGravatar Armin 2015-04-182-35/+37
| |
| * fix: color_loggerGravatar Armin 2015-04-182-12/+12
| | | | | | | | revert partially Spare code cosmetics (1) to fix SyntaxError: duplicate argument 'section' in function definition
| * fixed: show "all" logs in webuiGravatar Armin 2015-04-181-1/+1
| |
| * Merge pull request #3 from vuolter/0.4.10Gravatar ardi69 2015-04-1895-579/+742
| |\ | |/ |/| merge vuolter HEAD
* | Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-1845-64/+134
| |
* | PEP-8, Python Zen, refactor and reduce code (part 6 in master module/common)Gravatar Walter Purcaro 2015-04-172-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/pavement.py module/common/ImportDebugger.py module/common/JsEngine.py module/common/json_layer.py module/common/packagetools.py tests/APIExerciser.py tests/test_api.py tests/test_json.py
* | PEP-8, Python Zen, refactor and reduce code (part 5 in master module/cli)Gravatar Walter Purcaro 2015-04-173-60/+56
| | | | | | | | | | | | | | | | | | Conflicts: module/cli/Handler.py module/cli/printer.py pyload/cli/AddPackage.py pyload/cli/Cli.py pyload/cli/ManageFiles.py
* | PEP-8, Python Zen, refactor and reduce code (part 4 in master script). Bash ↵Gravatar fedeG 2015-04-172-4/+4
| | | | | | | | | | | | | | | | varible $VAR to ${VAR} Conflicts: scripts/clonedigger.sh scripts/code_analysis.sh
* | PEP-8, Python Zen, refactor and reduce code (part 3 in master module)Gravatar Walter Purcaro 2015-04-174-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/InitHomeDir.py module/debug.py module/forwarder.py module/unescape.py pyload/datatype/Package.py pyload/manager/Event.py pyload/manager/Thread.py pyload/manager/event/Scheduler.py pyload/utils/__init__.py pyload/webui/filters.py
* | Spare code cosmetics (4)Gravatar Walter Purcaro 2015-04-1728-3/+76
| |
* | Spare code cosmetics (3)Gravatar Walter Purcaro 2015-04-1739-335/+335
| |
* | Spare code cosmetics (2)Gravatar Walter Purcaro 2015-04-178-30/+31
| |
* | Spare code cosmetics (1)Gravatar Walter Purcaro 2015-04-177-63/+86
| |
* | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-161-4/+4
|\ \ | | | | | | | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py
| * | [UnSkipOnFail] Typo (2)Gravatar Walter Purcaro 2015-04-161-4/+4
| | |
* | | Merge pull request #6 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-161-0/+1
|\ \ \ | | |/ | |/| hotfix
| * | fix: config castGravatar Armin 2015-04-161-0/+1
| | |
| * | Merge pull request #2 from vuolter/0.4.10Gravatar ardi69 2015-04-1677-679/+741
| |\ \ | |/ / |/| | merge from vuolter
* | | Merge pull request #5 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-1615-61/+63
|\| | | | | | | | fix: assignJob and typos (__name vs. __name__) [2]
| * | fixed: more typosGravatar Armin 2015-04-1612-61/+61
| | |
| * | Merge pull request #1 from vuolter/0.4.10Gravatar ardi69 2015-04-143-11/+11
| |\ \ | | | | | | | | merge from vuolter/pyload
| * | | fix typoGravatar Armin 2015-04-143-2/+4
| | | |
* | | | [api] Improve getConfigValueGravatar Walter Purcaro 2015-04-161-1/+1
| | | |
* | | | default.conf cleanupGravatar Walter Purcaro 2015-04-161-54/+65
| | | |
* | | | Colored loggerGravatar Walter Purcaro 2015-04-161-7/+37
| | | |
* | | | Fix commentsGravatar Walter Purcaro 2015-04-1628-367/+367
| | | |
* | | | [config] Use get method instead dict accessGravatar Walter Purcaro 2015-04-1622-123/+123
| | | |
* | | | Fix lib importGravatar Walter Purcaro 2015-04-164-19/+4
| | | |
* | | | Plugins cleanupGravatar Walter Purcaro 2015-04-1627-66/+37
| | | |
* | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-165-45/+110
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | Conflicts: pyload/plugin/addon/UpdateManager.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/hoster/YadiSk.py pyload/plugin/internal/SimpleHoster.py
| * | [UpdateManager] CleanupGravatar Walter Purcaro 2015-04-161-6/+4
| | |
| * | [UploadedTo] Set DISPOSITION to False (temp)Gravatar Walter Purcaro 2015-04-161-1/+3
| | |
| * | Merge pull request #1356 from GammaC0de/GammaC0de-patch-1Gravatar Walter Purcaro 2015-04-161-3/+19
| |\ \ | | | | | | | | Update UpdateManager.py
| | * | Update UpdateManager.pyGravatar GammaC0de 2015-04-141-3/+19
| | | |
| * | | [HostujeNet] Tiny cleanupGravatar Walter Purcaro 2015-04-161-5/+3
| | | |
| * | | Merge pull request #1358 from GammaC0de/GammaC0de-HostujeNetGravatar Walter Purcaro 2015-04-161-0/+51
| |\ \ \ | | | | | | | | | | [New Hoster] HostujeNet
| | * | | HostujeNetGravatar GammaC0de 2015-04-161-0/+51
| | |/ /
| * | | Merge pull request #1355 from GammaC0de/stableGravatar Walter Purcaro 2015-04-141-1/+1
| |\| | | | | | | | | | [SimpleHoster] forgot version bump
| | * | Version bumpGravatar GammaC0de 2015-04-141-1/+1
| |/ /
| * | [SimpleHoster] Improve latest change a littleGravatar Walter Purcaro 2015-04-141-4/+1
| | |
| * | Merge pull request #1353 from GammaC0de/stableGravatar Walter Purcaro 2015-04-142-40/+46
| |\ \ | | | | | | | | [SimpleHoster] fail() takes exactly 2 arguments (1 given)
| | * | Update YadiSk.pyGravatar GammaC0de 2015-04-141-39/+42
| | | |
| | * | Update SimpleHoster.pyGravatar GammaC0de 2015-04-141-1/+4
| | | |
| | * | Merge pull request #1 from pyload/stableGravatar GammaC0de 2015-04-1438-166/+136
| | |\ \ | | |/ / | |/| | Sync
* | | | Cleanup (3)Gravatar Walter Purcaro 2015-04-143-11/+11
| | | |
* | | | Merge pull request #4 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-1411-73/+73
|\ \ \ \ | | |_|/ | |/| | fix: assignJob and typos (__name vs. __name__)
| * | | fix: assignJobGravatar Armin 2015-04-1311-73/+73
|/ / / | | | | | | fix: typos __name vs. __name__
* | | Cleanup (2)Gravatar Walter Purcaro 2015-04-1345-419/+156
| | |
* | | CleanupGravatar Walter Purcaro 2015-04-13104-11/+1613
| | |
* | | Fix exceptGravatar Walter Purcaro 2015-04-132-2/+2
| | |
* | | Improve Setup a bitGravatar Walter Purcaro 2015-04-131-3/+12
| | |
* | | Rename ClickAndLoad to ClickNLoadGravatar Walter Purcaro 2015-04-134-8/+8
| | |
* | | Fix EOLGravatar Walter Purcaro 2015-04-1365-70/+38
| | |
* | | Move lib to lib/Python/LibGravatar Walter Purcaro 2015-04-13108-10/+11
| | |
* | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-131-2/+2
|\| | | | | | | | | | | | | | Conflicts: pyload/plugin/addon/UnSkipOnFail.py
| * | [UnSkipOnFail] TypoGravatar Walter Purcaro 2015-04-131-2/+2
| | |
* | | Revert 486adc1874e463b1563ad2394b216faff388b10dGravatar Walter Purcaro 2015-04-13458-3422/+3422
| | |
* | | Cleanup + fixup + new libGravatar Walter Purcaro 2015-04-1356-662/+1055
| | |
* | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-04-13142-568/+1252
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/hooks/MultihostersComHook.py module/plugins/hooks/PutdriveComHook.py module/plugins/internal/CaptchaService.py pyload/plugin/account/OboomCom.py pyload/plugin/account/SmoozedCom.py pyload/plugin/addon/AntiVirus.py pyload/plugin/addon/ExternalScripts.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/RestartSlow.py pyload/plugin/crypter/CrockoCom.py pyload/plugin/crypter/DepositfilesCom.py pyload/plugin/crypter/FshareVn.py pyload/plugin/crypter/LinkdecrypterCom.py pyload/plugin/crypter/MegaRapidCz.py pyload/plugin/crypter/PastebinCom.py pyload/plugin/hoster/CatShareNet.py pyload/plugin/hoster/EdiskCz.py pyload/plugin/hoster/ExtabitCom.py pyload/plugin/hoster/GigapetaCom.py pyload/plugin/hoster/GooIm.py pyload/plugin/hoster/IfolderRu.py pyload/plugin/hoster/LuckyShareNet.py pyload/plugin/hoster/MegasharesCom.py pyload/plugin/hoster/MovReelCom.py pyload/plugin/hoster/NarodRu.py pyload/plugin/hoster/NowDownloadSx.py pyload/plugin/hoster/NowVideoSx.py pyload/plugin/hoster/QuickshareCz.py pyload/plugin/hoster/RemixshareCom.py pyload/plugin/hoster/RgHostNet.py pyload/plugin/hoster/SendspaceCom.py pyload/plugin/hoster/UlozTo.py pyload/plugin/hoster/UnibytesCom.py pyload/plugin/hoster/UploadingCom.py pyload/plugin/hoster/WrzucTo.py pyload/plugin/internal/MultiHook.py pyload/plugin/internal/SimpleHoster.py
| * | [LolabitsEs] CleanupGravatar Walter Purcaro 2015-04-121-21/+23
| | |
| * | Merge pull request #1345 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-04-111-0/+46
| |\ \ | | | | | | | | [New Hoster] lolabits.es
| | * | [New Hoster] lolabits.esGravatar zapp-brannigan 2015-04-111-0/+46
| |/ / | | | | | | As requested in https://github.com/pyload/pyload/issues/1343
| * | Fix OboomCom and SmoozedCom with beaker >= v1.7.xGravatar Armin 2015-04-102-4/+30
| | |
| * | Spare code cosmeticsGravatar Walter Purcaro 2015-04-1030-89/+47
| | |
| * | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341Gravatar Walter Purcaro 2015-04-102-6/+6
| | |
| * | [DepositfilesCom] UpdateGravatar Walter Purcaro 2015-04-101-7/+3
| | |
| * | [RestartSlow] Remove (temp)Gravatar Walter Purcaro 2015-04-101-58/+0
| | |
| * | Merge pull request #1340 from GammaC0de/stableGravatar Walter Purcaro 2015-04-101-0/+2
| |\| | | | | | | Update DepositfilesCom.py
| | * Update DepositfilesCom.pyGravatar GammaC0de 2015-04-101-0/+2
| |/
| * Merge pull request #1338 from valdi74/patch-2Gravatar Walter Purcaro 2015-04-101-3/+3
| |\ | | | | | | Update - new links pattern
| | * Update - new links patternGravatar valdi74 2015-04-101-3/+3
| |/
| * Merge pull request #1333 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-04-091-17/+8
| |\ | | | | | | Update CaptchaService.py
| | * Update CaptchaService.pyGravatar zapp-brannigan 2015-04-091-17/+8
| |/ | | | | Fix ReCaptchaV2
| * [SimpleHoster] Improve file name handlingGravatar Walter Purcaro 2015-04-094-24/+24
| |
| * Merge branch 'pr/n1314_sebdelsol' into stableGravatar Walter Purcaro 2015-04-081-0/+4
| |\
| | * [zippyshare] fix bug #1311Gravatar sebdelsol 2015-04-041-0/+4
| | | | | | | | | | | | | | | Zippyshare sometimes encode file name with an image. In this case, use the file link to get the file name. (it's probably a bad hack. I don't know nothing about pyload Core).
| * | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1311Gravatar Walter Purcaro 2015-04-081-2/+2
| | |
| * | Fix https://github.com/pyload/pyload/issues/1157 (2)Gravatar Walter Purcaro 2015-04-081-2/+2
| | |
| * | Fix https://github.com/pyload/pyload/issues/1157Gravatar Walter Purcaro 2015-04-0827-67/+67
| | |
| * | Spare code cosmeticsGravatar Walter Purcaro 2015-04-0815-25/+27
| | |
| * | [UserAgentSwitcher] Random user-agent featureGravatar Walter Purcaro 2015-04-082-8/+23
| | |
| * | [RapiduNet] https://github.com/pyload/pyload/issues/1326Gravatar Walter Purcaro 2015-04-081-15/+13
| | |
| * | [CatShareNet] https://github.com/pyload/pyload/issues/1325Gravatar Walter Purcaro 2015-04-081-8/+6
| | |
| * | [AntiVirus][ExtractArchive] FixupGravatar Walter Purcaro 2015-04-082-4/+4
| | |
| * | [RemixshareCom] CleanupGravatar Walter Purcaro 2015-04-081-18/+12
| | |
| * | [SolidfilesCom] CleanupGravatar Walter Purcaro 2015-04-082-42/+33
| | |
| * | [UserAgentSwitcher] Fix https://github.com/pyload/pyload/issues/1324Gravatar Walter Purcaro 2015-04-081-2/+2
| | |
| * | Merge pull request #1323 from sraedler/stableGravatar Walter Purcaro 2015-04-081-0/+42
| |\ \ | | | | | | | | Added new Hoster Solidfiles.com
| | * | Added Solidfiles HosterGravatar sraedler 2015-04-081-0/+42
| | | |
| | * | Merge pull request #1 from pyload/stableGravatar sraedler 2015-04-089-87/+139
| | |\ \ | | |/ / | |/| | merge with base
| * | | [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1322Gravatar Walter Purcaro 2015-04-081-2/+2
| | | |
| * | | [UserAgentSwitcher] Default activated set to TrueGravatar Walter Purcaro 2015-04-083-10/+5
| | | |
| * | | Traceback code cosmeticsGravatar Walter Purcaro 2015-04-074-11/+11
| | | |
| * | | [YadiSk] Fix https://github.com/pyload/pyload/issues/1321Gravatar Walter Purcaro 2015-04-073-25/+24
| | | |
| * | | [ExtractArchive] Improve send2trash featureGravatar Walter Purcaro 2015-04-071-38/+43
| | | |
| * | | [AntiVirus] Recycle bin supportGravatar Walter Purcaro 2015-04-071-9/+29
| | | |
| * | | New plugin: UserAgentSwitcherGravatar Walter Purcaro 2015-04-071-0/+31
| | | | | | | | | | | | | | | | Fix https://github.com/pyload/pyload/issues/1305
| * | | [SimpleDereferer][SimpleHoster] Update user-agent (3)Gravatar Walter Purcaro 2015-04-072-2/+4
| | | |
| * | | Merge pull request #1320 from sraedler/stableGravatar Walter Purcaro 2015-04-071-7/+10
| |\| | | | | | | | | | Fixed RemixshareCom
| | * | Fixed RemixshareComGravatar sraedler 2015-04-071-7/+10
| |/ /
| * | [SimpleDereferer] Update user-agent (2)Gravatar Walter Purcaro 2015-04-072-5/+6
| | |
| * | [SimpleDereferer][SimpleHoster] Update user-agentGravatar Walter Purcaro 2015-04-074-11/+13
| | |
| * | [YadiSk] CleanupGravatar Walter Purcaro 2015-04-071-29/+30
| | |
| * | Merge pull request #1318 from saintego/patch-6Gravatar Walter Purcaro 2015-04-071-0/+84
| |\ \ | | |/ | |/| New plugin: YadiSk
| | * [hoster request]yadi.sk #1292Gravatar saintego 2015-04-071-0/+84
| |/ | | | | GammaC0de post works
| * Merge pull request #1301 from saintego/patch-5Gravatar Walter Purcaro 2015-04-031-6/+11
| |\ | | | | | | Some issue in keep2share.cc #1236
| | * Some issue in keep2share.cc #1236Gravatar saintego 2015-03-301-6/+11
| | | | | | | | | `Problem is not fixed. With this change we are able to load captcha, but I got Parse error: No file downloaded | Plugin may be out of date
| * | [ExternalScripts] Fix https://github.com/pyload/pyload/issues/1307Gravatar Walter Purcaro 2015-04-031-1/+1
| | |
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2)Gravatar Walter Purcaro 2015-04-012-6/+6
| | |
| * | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304Gravatar Walter Purcaro 2015-04-012-4/+4
| | |
| * | Temp fixup to `filename*=UTF-8` bug (2)Gravatar Walter Purcaro 2015-04-011-3/+3
| | |
| * | Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-316-43/+39
| | |
| * | [TusfilesNet] Fix downloadLinkGravatar Walter Purcaro 2015-03-301-3/+3
| | |
| * | [GoogledriveCom][UlozTo] Fix handleDirect (2)Gravatar Walter Purcaro 2015-03-302-4/+4
| | |
| * | Merge pull request #1302 from ludoviclehmann/stableGravatar Walter Purcaro 2015-03-301-2/+2
| |\ \ | | |/ | |/| OneFichier premium: remove double quote at the end of the filename
| | * OneFichier premium: remove double quote at the end of the filenameGravatar Ludovic Lehmann 2015-03-301-2/+2
| |/
| * [GoogledriveCom] Fix handleDirectGravatar Walter Purcaro 2015-03-304-6/+6
| |
| * [UlozTo] Fix https://github.com/pyload/pyload/issues/1300Gravatar Walter Purcaro 2015-03-301-6/+6
| |
| * Merge pull request #1299 from ludoviclehmann/stableGravatar Walter Purcaro 2015-03-301-3/+4
| |\ | | | | | | Fix code problem for premium download with OneFichier
| | * Fix indentation problem in OneFichierCom.pyGravatar ludoviclehmann 2015-03-291-1/+1
| | |
| | * fix OneFichierCom premium issue : global name 'link' is not definedGravatar Ludovic Lehmann 2015-03-291-3/+4
| |/
| * [ExternalScripts] UpdateGravatar Walter Purcaro 2015-03-291-9/+9
| |
| * [MediafireCom] Version upGravatar Walter Purcaro 2015-03-291-2/+2
| |
| * Merge pull request #1298 from saintego/patch-4Gravatar Walter Purcaro 2015-03-291-1/+1
| |\ | | | | | | mediafire link in new format #1297
| | * mediafire link in new format #1297Gravatar saintego 2015-03-291-1/+1
| |/
| * [GoogledriveCom] ImproveGravatar Walter Purcaro 2015-03-281-2/+12
| |
| * Spare code cosmeticsGravatar Walter Purcaro 2015-03-2857-118/+112
| |
| * [UlozTo] Update hosterGravatar Walter Purcaro 2015-03-281-47/+49
| |
| * [MultiHook] Periodically loadAccountGravatar Walter Purcaro 2015-03-281-8/+6
| |
| * Merge pull request #1294 from ludoviclehmann/stableGravatar Walter Purcaro 2015-03-271-1/+17
| |\ | | | | | | Fix issue #1042
| | * Fix issue #1042Gravatar ludoviclehmann 2015-03-271-1/+17
| |/ | | | | https://github.com/pyload/pyload/issues/1042
| * Merge pull request #1293 from saintego/patch-3Gravatar Walter Purcaro 2015-03-271-18/+8
| |\ | | | | | | ifolder issue #1291
| | * ifolder issue #1291Gravatar saintego 2015-03-271-18/+8
| |/ | | | | add metalare.org and fixed for new layout of page
| * [RgHostNet] UpdateGravatar Walter Purcaro 2015-03-261-5/+6
| |
| * Tiny code cosmeticsGravatar Walter Purcaro 2015-03-262-8/+8
| |
| * Merge pull request #1290 from saintego/patch-2Gravatar Walter Purcaro 2015-03-261-2/+2
| |\ | | | | | | rghost issue #1289
| | * rghost issue #1289Gravatar saintego 2015-03-261-2/+2
| |/ | | | | add rghost.ru and fix link_free_patern
* | Prepare hook plugins to merging from stableGravatar Walter Purcaro 2015-04-1327-1/+1
| |
* | Default theme is NextGravatar Walter Purcaro 2015-04-131-2/+2
| |
* | Prepare plugins to merging from stableGravatar Walter Purcaro 2015-04-13455-3396/+3396
| |
* | Fix https://github.com/pyload/pyload/issues/1349Gravatar Walter Purcaro 2015-04-131-2/+2
| |
* | Merge branch 'pr/n3_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-1242-433/+307
|\ \ | | | | | | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py
| * | import fixes + code-cleanupGravatar Armin 2015-04-1226-80/+67
| | |
| * | fix, fix and more fixesGravatar Armin 2015-04-1236-431/+307
| | |
| * | moved the config-nicer from config-parser to webui-appGravatar Armin 2015-04-102-8/+14
| | | | | | | | | recreateing of plugin.conf no more needed
| * | showing plugins nicer in settings -> "xxx (Addon)" instead "xxx_addon"Gravatar Armin 2015-04-101-1/+7
| | | | | | | | | | | | Note: required re-create of plugin.conf (by simple deleting of plugin.conf)
| * | remove testing stuffGravatar Armin 2015-04-102-2/+1
| | |
* | | CleanupGravatar Walter Purcaro 2015-04-1012-130/+130
| | |
* | | Merge pull request #2 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-1030-108/+150
|\| | | | | | | | makes the plugins runable
| * | added: configdata of deleted or outdated plugins are deletedfrom configGravatar Armin 2015-04-102-0/+12
| | | | | | | | | file
| * | more fixes. now running all plugins Gravatar Armin 2015-04-109-47/+48
| | |
| * | fix: OboomCom and SmoozedCom with beaker >= v1.7.xGravatar Armin 2015-04-0924-66/+94
| | | | | | | | | fix: run plugins this fix makes the plugin attribute "__name" obsolet
| * | Merge remote-tracking branch 'origin/0.4.10' into 0.4.10Gravatar Armin 2015-04-0816-64/+404
| |\ \
| | * \ Merge pull request #1 from vuolter/0.4.10Gravatar ardi69 2015-04-0816-64/+404
| | |\ \ | |_|/ / |/| | | ubdate from master
* | | | [README] Update (2)Gravatar Walter Purcaro 2015-04-081-7/+10
| | | |
* | | | The single whitespace cleanup O.OGravatar Walter Purcaro 2015-04-081-1/+1
| | | |
* | | | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10Gravatar Walter Purcaro 2015-04-082-29/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pyload/webui/themes/Next/tml/queue.html pyload/webui/themes/Next/tml/settings.html
| * | | | Recreated the chhanges of pr/2 m4xcubeGravatar mariusbaumann 2015-04-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because of a git-merging problem, i have manualy changed the things of pr/2 from m4xcube. The changes now be clean at stable of pullrequest #1006
| * | | | Merge remote-tracking branch 'origin/stable' into stableGravatar mariusbaumann 2015-04-050-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7.
| | * \ \ \ Merge pull request #3 from mariusbaumann/pr/2Gravatar Marius 2015-04-051-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | text changed to withe and little font fixes
| | * \ \ \ \ Merge pull request #2 from m4xcube/stableGravatar Marius 2015-04-052-51/+43
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Allway show Package Size in queue & little improvements
| * | | | | | | Revert "Merge branch 'pr/2' into stable"Gravatar mariusbaumann 2015-04-052-44/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7.
| * | | | | | | Merge branch 'pr/2' into stableGravatar mariusbaumann 2015-04-052-52/+44
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | text changed to withe and little font fixesGravatar mariusbaumann 2015-04-051-2/+2
| | |/ / / /
| | * | | | Revert "Word Break"Gravatar m4xcube 2015-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8a5d15799505340d80754dc1b9638a8244705087.
| | * | | | Allways show Package SizeGravatar m4xcube 2015-04-041-8/+6
| | | | | |
| | * | | | Better readability of HTMLGravatar m4xcube 2015-04-041-34/+32
| | | | | |
| | * | | | Cleanup & Design improvementGravatar m4xcube 2015-04-041-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed nobr for better html code with "white-space: nowrap;" Changed height to max-heigt for better visual
| | * | | | Word BreakGravatar m4xcube 2015-04-041-2/+2
| | | | | | | | | | | | | | | | | | Word break for to long Packagenames
| * | | | | Merge pull request #1 from m4xcube/stableGravatar Marius 2015-04-041-24/+19
| |\| | | | | | | | | | | | | | | | Scrollable Plugin-List
| | * | | | Scrollable Plugin-ListGravatar m4xcube 2015-04-041-24/+19
| |/ / / /
| * | | | Drag and drop fixGravatar mariusbaumann 2015-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the drag and drop feature in queue is matched to the title of the package. The move button now works again as expected (to move betwen collector and queue)
* | | | | [README] UpdateGravatar Walter Purcaro 2015-04-081-20/+49
| | | | |
* | | | | [config] webinterface -> webuiGravatar Walter Purcaro 2015-04-075-14/+14
| | | | |
* | | | | [Lib] send2trashGravatar Walter Purcaro 2015-04-077-1/+313
| | | | |
* | | | | Merge branch 'pr/n1_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-0796-37/+30070
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Update user-agentGravatar Walter Purcaro 2015-04-071-1/+2
| | | | |
| | | * | fix setupGravatar Armin 2015-04-053-11/+12
| | |/ / | |/| |
| * | | fix guiGravatar root 2015-04-045-16/+16
| | | |
| * | | fix againGravatar Armin 2015-04-041-1/+1
| | | |