]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/plugins/plugin-manager.ts
Begin auth plugin support
[github/Chocobozzz/PeerTube.git] / server / lib / plugins / plugin-manager.ts
2020-05-04  ChocobozzzBegin auth plugin support
2020-04-10  ChocobozzzAdd ability for plugins to add custom routes
2020-04-09  ChocobozzzRefactor plugin helpers factory
2020-02-26  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-20  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'master' into develop
2020-02-11  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-07  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-06  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-04  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-03  ChocobozzzMove to eslint contain
2020-01-20  John LivingstonFix: unregistring a plugin did not remove properly...
2019-09-11  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-11  ChocobozzzImprove plugin package.json error message
2019-08-02  ChocobozzzFix user notifications on new follow
2019-07-26  ChocobozzzAdd plugin translation system
2019-07-26  ChocobozzzPlugins can update video constants
2019-07-26  ChocobozzzAdd setting helper to client plugins
2019-07-24  ChocobozzzChange plugin models names
2019-07-24  ChocobozzzRefactor middleware helpers
2019-07-24  ChocobozzzAdd plugin static files cache
2019-07-24  ChocobozzzLog error on unknown hook
2019-07-24  ChocobozzzAdd plugin table migration table
2019-07-24  ChocobozzzAdd hook filters tests
2019-07-24  ChocobozzzAdd plugin API tests
2019-07-24  ChocobozzzProvide logger to plugins
2019-07-24  ChocobozzzAdd plugins check params tests
2019-07-24  ChocobozzzAdd server hooks
2019-07-24  ChocobozzzSome plugins fixes and doc enhancements
2019-07-24  ChocobozzzAdd ability to search available plugins
2019-07-24  ChocobozzzWIP plugins: add storage manager
2019-07-24  ChocobozzzWIP plugins: update plugin
2019-07-24  ChocobozzzWIP plugins: add plugin settings/uninstall in client
2019-07-24  ChocobozzzWIP plugins: plugin settings on server side
2019-07-24  ChocobozzzWIP plugins: add theme support
2019-07-24  ChocobozzzWIP plugins: hook on client side
2019-07-24  ChocobozzzWIP plugins: static files
2019-07-24  ChocobozzzWIP plugins: install/uninstall
2019-07-24  ChocobozzzWIP plugins: add ability to register plugins