summaryrefslogtreecommitdiffstats
path: root/pyload/webui
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in app.py with none existing variable.Gravatar Bastian Köcher 2015-06-192-2/+2
|
* General fixup (2)Gravatar Walter Purcaro 2015-05-136-77/+79
|
* General fixup (1)Gravatar Walter Purcaro 2015-05-128-23/+23
|
* Fix dict generators for python 2.5Gravatar Walter Purcaro 2015-05-121-1/+1
|
* Other import fixes (4)Gravatar Walter Purcaro 2015-05-122-12/+6
|
* Other import fixes (3)Gravatar Walter Purcaro 2015-05-121-3/+2
|
* Other import fixes (2)Gravatar Walter Purcaro 2015-05-126-223/+8
|
* Other import fixesGravatar Walter Purcaro 2015-05-126-131/+126
|
* Code cleanup for Next themeGravatar Walter Purcaro 2015-05-125-180/+180
|
* Fix some directory namesGravatar Walter Purcaro 2015-05-122-2/+2
|
* 'from time' -> 'import time' and so on... (2)Gravatar Walter Purcaro 2015-05-122-11/+10
|
* 'from time' -> 'import time' and so on...Gravatar Walter Purcaro 2015-05-123-6/+6
|
* 'from os' -> 'import os' and so on...Gravatar Walter Purcaro 2015-05-126-52/+45
|
* Improve and fix file structure a bitGravatar Walter Purcaro 2015-05-101-1/+1
|
* Auto choose webserverGravatar Walter Purcaro 2015-05-021-2/+2
|
* Use 'import' instead 'from' (2)Gravatar Walter Purcaro 2015-05-012-15/+16
|
* Spare code cosmetics (10)Gravatar Walter Purcaro 2015-04-211-1/+1
|
* Spare code cosmetics (9)Gravatar Walter Purcaro 2015-04-201-4/+4
|
* Spare code cosmetics (8)Gravatar Walter Purcaro 2015-04-202-3/+3
|
* 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
* Spare code cosmetics (7)Gravatar Walter Purcaro 2015-04-202-3/+3
|
* Merge pull request #9 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-197-16/+17
|\ | | | | 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-195-7/+8
| | | | | | | | | | | | 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-191-0/+1
| |
* | Use with statementGravatar Walter Purcaro 2015-04-192-6/+9
|/
* added: colred logs for webui to (currently only for theme "Next")Gravatar Armin 2015-04-193-3/+45
|
* fixed: show "all" logs in webuiGravatar Armin 2015-04-181-1/+1
|
* Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-184-5/+12
|
* PEP-8, Python Zen, refactor and reduce code (part 3 in master module)Gravatar Walter Purcaro 2015-04-172-7/+11
| | | | | | | | | | | | | | 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-171-0/+1
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-04-178-82/+82
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-04-171-7/+11
|
* Merge pull request #5 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-161-1/+1
|\ | | | | fix: assignJob and typos (__name vs. __name__) [2]
| * fix typoGravatar Armin 2015-04-141-1/+1
| |
* | Fix commentsGravatar Walter Purcaro 2015-04-163-3/+3
|/
* fix: assignJobGravatar Armin 2015-04-131-11/+6
| | | fix: typos __name vs. __name__
* CleanupGravatar Walter Purcaro 2015-04-134-0/+17
|
* Fix exceptGravatar Walter Purcaro 2015-04-131-1/+1
|
* Rename ClickAndLoad to ClickNLoadGravatar Walter Purcaro 2015-04-131-1/+1
|
* Fix EOLGravatar Walter Purcaro 2015-04-1335-35/+35
|
* 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-121-18/+30
|\ | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py
| * fix, fix and more fixesGravatar Armin 2015-04-121-21/+21
| |
| * moved the config-nicer from config-parser to webui-appGravatar Armin 2015-04-101-1/+13
| | | | | | recreateing of plugin.conf no more needed
* | CleanupGravatar Walter Purcaro 2015-04-107-123/+123
|/
* more fixes. now running all plugins Gravatar Armin 2015-04-101-1/+1
|
* fix: OboomCom and SmoozedCom with beaker >= v1.7.xGravatar Armin 2015-04-092-2/+2
| | | fix: run plugins this fix makes the plugin attribute "__name" obsolet
* 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
* [config] webinterface -> webuiGravatar Walter Purcaro 2015-04-071-2/+2
|
* fix guiGravatar root 2015-04-045-16/+16
|
* Drag and drop fixGravatar mariusbaumann 2015-03-261-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) Conflicts: pyload/webui/themes/Next/tml/queue.html
* .min.css -> .cssGravatar Walter Purcaro 2015-03-0111-14/+14
|
* safe_join -> fs_joinGravatar Walter Purcaro 2015-02-281-4/+4
|
* Fix lib in .gitignoreGravatar Walter Purcaro 2015-02-1794-0/+96068
|
* Update webuiGravatar Walter Purcaro 2015-02-17226-30695/+2953
|
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-16330-0/+42293
|
* module tempGravatar Walter Purcaro 2015-02-16330-42293/+0
|
* Fix filename caseGravatar Walter Purcaro 2015-02-16314-0/+0
|
* Improve theme structure a bitGravatar Walter Purcaro 2015-02-16152-13480/+192
|
* UpdateGravatar Walter Purcaro 2014-12-131-5/+5
|
* Code fixesGravatar Walter Purcaro 2014-12-131-1/+1
|
* Move InitHomeDir to pyload __init__Gravatar Walter Purcaro 2014-12-121-1/+0
|
* Update README and relatedGravatar Walter Purcaro 2014-12-125-5/+5
|
* Fix JsEngineGravatar Walter Purcaro 2014-12-121-1/+1
|
* Clean up some import headerGravatar Walter Purcaro 2014-12-113-3/+3
|
* License cleanupGravatar Walter Purcaro 2014-12-073-48/+4
|
* PEP-8, Python Zen, refactor and reduce code (thx FedeG)Gravatar Walter Purcaro 2014-12-016-33/+33
|
* Convert tabs to 4-whitespacesGravatar Walter Purcaro 2014-11-201-109/+110
|
* Rename theme clearbright to brightGravatar Walter Purcaro 2014-11-20107-62/+62
|
* Rename theme "estate" to "clearbright"Gravatar Walter Purcaro 2014-11-15107-62/+62
|
* Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2014-11-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/MegaRapidCz.py module/plugins/accounts/ShareRapidCom.py module/plugins/crypter/HotfileComFolder.py module/plugins/crypter/HotfileFolderCom.py module/plugins/hoster/Keep2shareCC.py module/plugins/hoster/Keep2shareCc.py module/plugins/hoster/MegaCoNz.py module/plugins/hoster/MegaNz.py module/plugins/hoster/MegaRapidCz.py module/plugins/hoster/ShareRapidCom.py module/plugins/internal/CaptchaService.py pyload/api/__init__.py pyload/manager/AccountManager.py pyload/manager/PluginManager.py pyload/manager/thread/PluginThread.py pyload/network/HTTPRequest.py pyload/network/XDCCRequest.py pyload/plugins/Plugin.py pyload/plugins/account/BillionuploadsCom.py pyload/plugins/account/CramitIn.py pyload/plugins/account/EasybytezCom.py pyload/plugins/account/FastshareCz.py pyload/plugins/account/File4safeCom.py pyload/plugins/account/FileParadoxIn.py pyload/plugins/account/FileomCom.py pyload/plugins/account/FilerNet.py pyload/plugins/account/FilerioCom.py pyload/plugins/account/FourSharedCom.py pyload/plugins/account/Ftp.py pyload/plugins/account/Http.py pyload/plugins/account/HugefilesNet.py pyload/plugins/account/HundredEightyUploadCom.py pyload/plugins/account/LomafileCom.py pyload/plugins/account/MovReelCom.py pyload/plugins/account/MultishareCz.py pyload/plugins/account/MyfastfileCom.py pyload/plugins/account/NosuploadCom.py pyload/plugins/account/NovafileCom.py pyload/plugins/account/QuickshareCz.py pyload/plugins/account/RarefileNet.py pyload/plugins/account/RyushareCom.py pyload/plugins/account/SecureUploadEu.py pyload/plugins/account/SendmywayCom.py pyload/plugins/account/ShareRapidCom.py pyload/plugins/account/StahnuTo.py pyload/plugins/account/StreamcloudEu.py pyload/plugins/account/TusfilesNet.py pyload/plugins/account/UploadingCom.py pyload/plugins/account/UptoboxCom.py pyload/plugins/account/VidPlayNet.py pyload/plugins/addon/Checksum.py pyload/plugins/addon/ClickAndLoad.py pyload/plugins/addon/DeleteFinished.py pyload/plugins/addon/DownloadScheduler.py pyload/plugins/addon/ExternalScripts.py pyload/plugins/addon/ExtractArchive.py pyload/plugins/addon/HotFolder.py pyload/plugins/addon/IRCInterface.py pyload/plugins/addon/MergeFiles.py pyload/plugins/addon/MultiHome.py pyload/plugins/addon/RestartFailed.py pyload/plugins/addon/UnSkipOnFail.py pyload/plugins/addon/WindowsPhoneToastNotify.py pyload/plugins/addon/XMPPInterface.py pyload/plugins/base/Container.py pyload/plugins/base/Crypter.py pyload/plugins/base/Hook.py pyload/plugins/base/OCR.py pyload/plugins/container/RSDF.py pyload/plugins/crypter/DuploadOrgFolder.py pyload/plugins/crypter/EasybytezComFolder.py pyload/plugins/crypter/FiredriveComFolder.py pyload/plugins/crypter/HotfileFolderCom.py pyload/plugins/crypter/LinkSaveIn.py pyload/plugins/crypter/MultiuploadCom.py pyload/plugins/crypter/ShareRapidComFolder.py pyload/plugins/crypter/TusfilesNetFolder.py pyload/plugins/crypter/UploadableChFolder.py pyload/plugins/crypter/UploadedToFolder.py pyload/plugins/hook/Captcha9kw.py pyload/plugins/hook/MyfastfileCom.py pyload/plugins/hoster/BillionuploadsCom.py pyload/plugins/hoster/CramitIn.py pyload/plugins/hoster/EasybytezCom.py pyload/plugins/hoster/File4safeCom.py pyload/plugins/hoster/FileParadoxIn.py pyload/plugins/hoster/FilefactoryCom.py pyload/plugins/hoster/FileomCom.py pyload/plugins/hoster/FilerioCom.py pyload/plugins/hoster/FileshareInUa.py pyload/plugins/hoster/FiredriveCom.py pyload/plugins/hoster/Ftp.py pyload/plugins/hoster/HugefilesNet.py pyload/plugins/hoster/HundredEightyUploadCom.py pyload/plugins/hoster/Keep2shareCC.py pyload/plugins/hoster/LoadTo.py pyload/plugins/hoster/LomafileCom.py pyload/plugins/hoster/MegaNz.py pyload/plugins/hoster/MegacrypterCom.py pyload/plugins/hoster/MovReelCom.py pyload/plugins/hoster/MyvideoDe.py pyload/plugins/hoster/NosuploadCom.py pyload/plugins/hoster/NovafileCom.py pyload/plugins/hoster/PandaPlaNet.py pyload/plugins/hoster/PremiumTo.py pyload/plugins/hoster/RarefileNet.py pyload/plugins/hoster/RyushareCom.py pyload/plugins/hoster/SecureUploadEu.py pyload/plugins/hoster/SendmywayCom.py pyload/plugins/hoster/ShareRapidCom.py pyload/plugins/hoster/SockshareCom.py pyload/plugins/hoster/StreamcloudEu.py pyload/plugins/hoster/TurbobitNet.py pyload/plugins/hoster/TusfilesNet.py pyload/plugins/hoster/UptoboxCom.py pyload/plugins/hoster/VidPlayNet.py pyload/plugins/hoster/WebshareCz.py pyload/plugins/internal/DeadCrypter.py pyload/plugins/internal/DeadHoster.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py pyload/plugins/internal/UpdateManager.py pyload/plugins/internal/XFSPAccount.py pyload/plugins/internal/XFSPHoster.py pyload/utils/__init__.py pyload/utils/packagetools.py pyload/webui/app/cnl.py
* [themes] Tiny code cosmeticsGravatar Walter Purcaro 2014-10-171-7/+7
|
* [themes] Restore static jsGravatar Walter Purcaro 2014-10-1724-26428/+26428
|
* [themes] Code cosmeticsGravatar Walter Purcaro 2014-10-1748-27583/+27292
|
* New theme EstateGravatar Walter Purcaro 2014-10-16120-20/+13676
|
* [Webui] Fix wrong trafficleft formatGravatar Walter Purcaro 2014-10-161-1/+1
|
* Remove trailing whitespacesGravatar Walter Purcaro 2014-10-0312-36/+36
|
* JsEngine rewritten + utils updatedGravatar Walter Purcaro 2014-09-141-4/+3
|
* Restructure pyload file tree (1)Gravatar Walter Purcaro 2014-09-143-6/+6
|
* [Lib] Update simplejson to v3.6.3 + one file wsgiserver + importing fixupGravatar Walter Purcaro 2014-09-141-1/+1
|
* module -> pyloadGravatar Walter Purcaro 2014-09-14329-0/+42262