summaryrefslogtreecommitdiff
path: root/src/static/js/pluginfw
AgeCommit message (Expand)Author
2016-11-20Updated npm to 4.0.2 and removed recursive searching for ep-pluginsStefan
2015-04-28show versions of plugins at startup, fixes #2642John McLear
2015-01-24Use https to download plugins.jsonStefan
2015-01-18Change domain for plugins.json requestStefan
2014-12-16Merge pull request #2373 from webzwo0i/avoid-global-vairablesJohn McLear
2014-12-14dont make local variables globalwebzwo0i
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
2014-06-12pluginfw: accept 'null' as a hook-result, as this is needed by handleMessageluto
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
2013-09-23/admin/plugins: Fix search algorithm (use string match in lower case)Marcel Klehr
2013-09-11Fix to check if searchTerm is not "undefined" before trying to use it to filt...Florent Viard
2013-04-08pluginfw/installer: Only restart the server when all tasks have finishedMarcel Klehr
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
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 /admi...Marcel Klehr
2013-02-18fix extract and checkPadJohn McLear
2013-01-31Made plugin search not casesensitivemluto
2013-01-24pluginfw/installer.js: Don't freak out users with cryptic errors, just use th...Marcel Klehr
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-09-11Replace ParentRequire hack.Chad Weider
2012-09-11Split client and server plugin functionality.Chad Weider
2012-09-11Inject plugins into hooks.Chad Weider
2012-09-11Inject special normalization behavior.Chad Weider
2012-09-11Static functions are static.Chad Weider
2012-09-11Fix worthless indentation.Chad Weider
2012-09-09Clean up requires.Chad Weider
2012-09-09Use packaged edition of async.Chad Weider
2012-07-03Merge branch 'develop' of git://github.com/Pita/etherpad-lite into restartserverEgil Moeller
2012-07-03Make the server restart on plugin installEgil Moeller
2012-06-29Fix plugin loaderMarcel Klehr
2012-06-28Fix plugin loader to work with windows paths (e.g. 'D:\foo\...')Marcel Klehr
2012-06-05BugfixesEgil Moeller
2012-06-04More plugin informationEgil Moeller
2012-05-28Definition will not have an effect if already defined - force redefinition.Chad Weider
2012-05-28Fix indentation.Chad Weider
2012-04-25added baseURL export to pad.js, timeslider.js, plugins.js, fixing #670Matthias Bartelmeß
2012-04-20Merge pull request #658 from redhog/masterJohn McLear
2012-04-20Bugfix for recursive dependency-installation and pathsEgil Moeller
2012-04-19Fix #626, Plugins don't work if pad is on a subdir0ip
2012-04-19Bugfix for callFirst to actually call call hooks until it finds one that retu...Egil Moeller
2012-04-18Better plugin admin interfaceEgil Moeller
2012-04-17Plugin admin fixesEgil Moeller