]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/plugins
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / server / lib / plugins /
2021-05-27  ChocobozzzMerge branch 'develop' into shorter-URLs-channels-accounts
2021-05-27  ChocobozzzInstance homepage support (#4007)
2021-05-27  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-27  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-26  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-26  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-26  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-25  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-25  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-25  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-14  ChocobozzzMerge branch 'release/3.2.0' into develop
2021-05-11  ChocobozzzReorganize plugin models
2021-05-11  ChocobozzzCleanup models directory organization
2021-05-11  ChocobozzzMove transcoding files in their own directory
2021-05-10  ChocobozzzMerge remote-tracking branch 'weblate/develop' into...
2021-05-05  ChocobozzzPlugin user.getAuthUser is now async
2021-04-22  ChocobozzzAdd data directory for plugins and some helpers
2021-04-20  ChocobozzzAllow plugins to set short translation locale
2021-04-20  ChocobozzzSupport async onSettingsChange
2021-04-20  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-04-12  ChocobozzzEnsure to install supported plugins
2021-04-09  ChocobozzzAdd server plugin helpers
2021-04-09  ChocobozzzAlso decache config
2021-04-09  John LivingstonFix #3940: unload all children from the plugin module...
2021-04-08  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-25  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-25  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-24  ChocobozzzMerge branch 'release/3.1.0' into develop
2021-03-24  ChocobozzzRefactor auth flow
2021-03-24  ChocobozzzUse got instead of request
2021-02-11  ChocobozzzAllow plugins to load a video by id
2021-01-29  ChocobozzzAdd plugin transcoding profile guide
2021-01-28  ChocobozzzSupport transcoding options/encoders by plugins
2020-11-20  ChocobozzzMerge branch 'artonge/PeerTube-feature/logoutUrlForAuth...
2020-11-20  ChocobozzzProvide express request to onLogout call
2020-06-23  ChocobozzzReorganize client shared modules
2020-06-18  ChocobozzzSplit types and typings
2020-06-10  ChocobozzzFirst implem global search
2020-05-11  ChocobozzzMerge branch 'master' into develop
2020-05-07  ChocobozzzAdd moderation helpers to plugins
2020-05-04  ChocobozzzHandle external login errors
2020-05-04  ChocobozzzAdd ability to unregister plugin auths
2020-05-04  ChocobozzzAdd plugin settings change watcher
2020-05-04  ChocobozzzAdd config helper for plugins
2020-05-04  ChocobozzzAdd external login buttons
2020-05-04  ChocobozzzAdd external login tests
2020-05-04  ChocobozzzBegin support for external auths
2020-05-04  ChocobozzzAdd plugin auth migrations
2020-05-04  ChocobozzzAdd ability for auth plugins to hook tokens validity
2020-05-04  ChocobozzzSupport logout and add id and pass tests
2020-05-04  ChocobozzzBegin auth plugin support
2020-04-20  ChocobozzzAdd ability to remove privacies using plugins
2020-04-10  ChocobozzzAdd ability for plugins to add custom routes
2020-04-09  ChocobozzzAdd ability to remove a video from a plugin
2020-04-09  ChocobozzzAdd SQL query support in plugins
2020-04-09  ChocobozzzRefactor plugin helpers factory
2020-02-28  ChocobozzzFix build with typescript 3.8
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  ChocobozzzAdd CLI plugins 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  ChocobozzzUse process.env.npm_package_version
2019-07-24  ChocobozzzCheck latest plugins version
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: load theme on client 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