summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UpdateManager.py
Commit message (Collapse)AuthorAgeFilesLines
* [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