summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UpdateManager.py
Commit message (Collapse)AuthorAgeFilesLines
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-231-2/+1
|
* Spare fixesGravatar Walter Purcaro 2015-10-191-1/+1
|
* [UpdateManager] fix #2045Gravatar GammaC0de 2015-10-191-21/+8
|
* Spare code fixesGravatar Walter Purcaro 2015-10-181-7/+7
|
* Merge pull request #2024 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-181-4/+8
|\ | | | | [UpdateManager] report 404
| * [UpdateManager] report 404Gravatar GammaC0de 2015-10-131-5/+9
| |
* | Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
| |
* | Update addonsGravatar Walter Purcaro 2015-10-181-13/+11
|/
* 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
* [UpdateManager] Make really faster!Gravatar Walter Purcaro 2015-10-101-106/+145
|
* Update UpdateManager.pyGravatar GammaC0de 2015-10-091-1/+1
|
* fix not deleting blacklisted hook pluginsGravatar GammaC0de 2015-10-091-1/+6
|
* Fixpack (5)Gravatar Walter Purcaro 2015-10-081-2/+2
|
* Spare improvementsGravatar Walter Purcaro 2015-10-081-11/+6
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-081-1/+1
|
* A lot of plugin code cosmetics (2)Gravatar Walter Purcaro 2015-10-011-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-3/+3
|
* Update addon pluginsGravatar Walter Purcaro 2015-09-291-5/+0
|
* [UpdateManager] show plugin type one errorGravatar GammaC0de 2015-08-191-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1520 (3)Gravatar Walter Purcaro 2015-07-291-1/+1
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-281-3/+2
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-271-17/+6
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-251-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-4/+4
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* HotfixesGravatar Walter Purcaro 2015-07-241-2/+7
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-13/+13
|
* Fix addonsGravatar Walter Purcaro 2015-07-191-3/+3
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-11/+11
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-0/+18
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-30/+30
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-8/+8
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-7/+12
|
* Update allGravatar Walter Purcaro 2015-06-241-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-4/+4
|
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-151-1/+1
|
* [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-091-1/+1
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/1432Gravatar Walter Purcaro 2015-05-281-5/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-05-271-3/+4
|
* [UpdateManager] CleanupGravatar Walter Purcaro 2015-04-161-6/+4
|
* Update UpdateManager.pyGravatar GammaC0de 2015-04-141-3/+19
|
* [UserAgentSwitcher] Random user-agent featureGravatar Walter Purcaro 2015-04-081-2/+2
|
* [UpdateManager] UpdateGravatar Walter Purcaro 2015-03-261-93/+80
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/1274Gravatar Walter Purcaro 2015-03-221-1/+3
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/1272Gravatar Walter Purcaro 2015-03-211-17/+17
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-03-181-15/+15
|
* [UpdateManager] Dispatch Event on plugins updateGravatar Walter Purcaro 2015-03-181-1/+3
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/1225Gravatar Walter Purcaro 2015-03-131-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-8/+8
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/1089Gravatar Walter Purcaro 2015-03-011-31/+45
|
* [UpdateManager] Default to check for updates in debug modeGravatar Walter Purcaro 2015-01-161-2/+2
|
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-2/+2
|
* [UpdateManager] Fix with statement on old env like python 2.5Gravatar Walter Purcaro 2014-12-051-1/+3
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/940 (2)Gravatar Walter Purcaro 2014-12-031-6/+6
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/940Gravatar Walter Purcaro 2014-12-021-32/+35
|
* [UpdateManager] Option autorestartGravatar Walter Purcaro 2014-12-011-7/+8
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-11-131-2/+2
|
* [UpdateManager] Fix version representationGravatar Walter Purcaro 2014-11-111-18/+29
|
* Tiny code cosmetics to fix previous onesGravatar Walter Purcaro 2014-11-061-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-061-3/+3
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-061-2/+2
|
* Don't handle bugged event pluginConfigChangedGravatar Walter Purcaro 2014-11-011-2/+2
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-3/+3
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-3/+3
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+12
|
* [UpdateManager] MIN_INTERVAL is 6h nowGravatar Walter Purcaro 2014-10-201-2/+2
|
* Pattern update 1Gravatar Walter Purcaro 2014-10-111-1/+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/+1
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-4/+4
|
* UpdateManager] Fix I/O conflict on activation + fix removePlugins + some ↵Gravatar Walter Purcaro 2014-08-301-41/+38
| | | | code cosmetics
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-2/+2
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* [UpdateManager] Disable reloadplugins schedule on plugin deactivationGravatar Walter Purcaro 2014-08-011-2/+5
|
* [UpdateManager] Rewritten removePlugins method + protect from self-removingGravatar Walter Purcaro 2014-07-201-19/+39
|
* [UpdateManager] Fix https://github.com/pyload/pyload/issues/687Gravatar Walter Purcaro 2014-07-151-35/+49
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-9/+9
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-1/+4
|
* [l18n] Improved few source stringsGravatar Stefano 2014-07-141-5/+5
|
* [UpdateManager] Improve code a bit more againGravatar Walter Purcaro 2014-07-071-5/+6
|
* [UpdateManager] Fixed broken updating for new plugin + sort updates + better ↵Gravatar Walter Purcaro 2014-07-071-43/+46
| | | | exception handling + improved update speed performance
* [UpdateManager] Little code cleanup + improved threadingGravatar Walter Purcaro 2014-07-051-4/+4
|
* [UpdateManager] Better if-condition check (thx stickell)Gravatar Walter Purcaro 2014-07-051-1/+1
|
* Fixed https://github.com/pyload/pyload/issues/671 + improved threadingGravatar Walter Purcaro 2014-07-051-5/+5
|
* [UpdateManager] Fix interval changing procedureGravatar Walter Purcaro 2014-07-021-5/+11
|
* [UpdateManager] Store new pyload's version number when a system update is ↵Gravatar Walter Purcaro 2014-06-271-2/+2
| | | | available
* [UpdateManager] Fix removePlugins methodGravatar Walter Purcaro 2014-06-261-2/+2
|
* [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
|
* [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
* Fix __config__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@83ff313
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-13/+14
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-9/+9
|
* forget to bump versionGravatar RaNaN 2012-10-121-1/+1
|
* better updatemanagerGravatar RaNaN 2012-10-121-32/+39
|
* UpdateManager fixGravatar RaNaN 2012-01-031-3/+2
|
* updatemanager fixGravatar RaNaN 2011-12-291-3/+4
|
* closed #449Gravatar RaNaN 2011-12-111-2/+5
|
* closed #441Gravatar RaNaN 2011-12-021-8/+12
|
* automatic plugin reloaderGravatar RaNaN 2011-11-201-5/+53
|
* rehost,to timeout fixGravatar RaNaN 2011-11-131-3/+3
|
* show updates on webifGravatar RaNaN 2011-07-211-0/+3
|
* has_key refractored, package name generator by GeekGravatar RaNaN 2011-07-141-1/+1
|
* removed server_methods, please test everything entirelyGravatar RaNaN 2011-07-121-1/+1
|
* fixed some bugs, new externalscripts pluginGravatar RaNaN 2011-07-041-5/+24
|
* hooks methods callable via rpc, closed #299Gravatar RaNaN 2011-05-071-2/+7
|
* new file states (temp. offline, skipped)Gravatar RaNaN 2011-05-021-2/+8
|
* new permission systemGravatar RaNaN 2011-02-191-1/+2
|
* fixed getURLGravatar RaNaN 2010-12-221-1/+1
|
* shareonline premiumfix, ul login checkGravatar RaNaN 2010-10-031-1/+1
|
* acc fixes, closed #134, closed #141Gravatar RaNaN 2010-10-031-2/+2
|
* plugin updaterGravatar RaNaN 2010-08-291-27/+35
|
* some fixesGravatar RaNaN 2010-08-291-1/+1
|
* preparation for plugin updatesGravatar RaNaN 2010-08-281-12/+50
|
* new dirsGravatar RaNaN 2010-08-251-0/+59
|
* merged guiGravatar mkaay 2010-08-251-59/+0
|
* added simple update managerGravatar RaNaN 2010-08-131-0/+59