summaryrefslogtreecommitdiff
path: root/src/static/js/pluginfw/installer.js
AgeCommit message (Collapse)Author
2015-01-24Use https to download plugins.jsonStefan
2015-01-18Change domain for plugins.json requestStefan
2014-11-18Don't crash on bad plugins.json; fixes #2323Beau Gunderson
2014-11-12indentationJohn McLear
2014-11-06remove loggingJohn McLear
2014-11-04use request and a remote ep plugin only endpointJohn McLear
2014-07-03Fixes search on plugins without Descriptionkpn3m000
example "tables_ssl"
2013-09-23/admin/plugins: Fix search algorithm (use string match in lower case)Marcel Klehr
fix #1903
2013-09-11Fix to check if searchTerm is not "undefined" before trying to use it to ↵Florent Viard
filter search results. Signed-off-by: Florent Viard <fviard@lacie.com>
2013-04-08pluginfw/installer: Only restart the server when all tasks have finishedMarcel Klehr
fixes #1685
2013-03-26pluginfw/installer.js fire callbacks only onceMarcel Klehr
2013-03-26Silence npm when using npm.commands.searchMarcel Klehr
2013-03-26Catch all errors in pluginfw/installer.jsMarcel Klehr
2013-03-25Don't leak event listeners in pluginfw/installer.jsMarcel Klehr
fixes #921
2013-03-25Make npm registry access code more saneMarcel Klehr
2013-03-25Fix caching of npm search results and only make one registry request on ↵Marcel Klehr
/admin/plugins fixes #1488
2013-01-31Made plugin search not casesensitivemluto
2013-01-24pluginfw/installer.js: Don't freak out users with cryptic errors, just use ↵Marcel Klehr
the error message
2012-12-03improve search to use description too, bit more cpu heavy for thats okayJohn McLear
2012-10-28Mimic, replace or work around removed npm utils.Marcel Klehr
2012-07-03Make the server restart on plugin installEgil Moeller
2012-04-18Better plugin admin interfaceEgil Moeller
2012-04-17Plugin admin fixesEgil Moeller
2012-03-21Bugfixes for plugin installerEgil Moeller
2012-03-19Plugin list can now be reloaded 'live'Egil Moeller
2012-03-15Show installed plugins and search new onesEgil Moeller