aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/plugins/plugin.service.ts
Commit message (Expand)AuthorAgeFilesLines
* Translate plugin optionsChocobozzz2021-04-091-1/+19
* Add auth user client hook actionsChocobozzz2021-03-241-0/+6
* Live streaming implementation first stepChocobozzz2020-11-091-1/+2
* Add ability to set custom field to video formChocobozzz2020-08-211-2/+15
* Support plugin hooks in embedChocobozzz2020-08-201-70/+9
* Reorganize shared modelsChocobozzz2020-08-071-3/+1
* Reorganize client shared modulesChocobozzz2020-06-231-20/+24
* Add ability to override login signup messageChocobozzz2020-05-061-1/+2
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+12
* Support rel="me" links in markdownChocobozzz2020-04-161-1/+2
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+17
* Better plugin notifier typingsChocobozzz2020-04-151-1/+5
* Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+4
* Lazy load static objectsChocobozzz2019-12-181-3/+3
* Change the support iconChocobozzz2019-12-031-1/+1
* (plugins) add helper to know if user is logged-inRigel Kent2019-12-021-0/+6
* (plugins) adding signup scope and init hook, modifying ensureUserRegistration...Rigel Kent2019-11-251-1/+2
* Fix bad import on FF ESRChocobozzz2019-08-201-1/+2
* Add plugin translation systemChocobozzz2019-07-261-8/+34
* Run hooks and register plugins outside angularChocobozzz2019-07-261-16/+20
* Add public settings endpointChocobozzz2019-07-261-3/+4
* Add setting helper to client pluginsChocobozzz2019-07-261-2/+39
* Add client hook/register typingsChocobozzz2019-07-241-1/+2
* Change plugin models namesChocobozzz2019-07-241-3/+3
* Lazy load client script scopesChocobozzz2019-07-241-0/+10
* Log error on unknown hookChocobozzz2019-07-241-1/+6
* Use search client scopeChocobozzz2019-07-241-1/+6
* Add client hooksChocobozzz2019-07-241-28/+32
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-2/+9
* Add client helpers to pluginsChocobozzz2019-07-241-10/+41
* WIP plugins: update pluginChocobozzz2019-07-241-2/+4
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-1/+1
* WIP plugins: load theme on client sideChocobozzz2019-07-241-20/+40
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+1
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+137