Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -1/+2 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 1 | -1/+77 |
| | |||||
* | Handle external login errors | Chocobozzz | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 1 | -4/+20 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -16/+41 |
| | |||||
* | Add config helper for plugins | Chocobozzz | 2020-05-04 | 1 | -1/+13 |
| | |||||
* | Add external login buttons | Chocobozzz | 2020-05-04 | 1 | -3/+13 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 2 | -8/+27 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 1 | -23/+19 |
| | |||||
* | Add plugin auth migrations | Chocobozzz | 2020-05-04 | 1 | -0/+2 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -5/+34 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 2 | -2/+23 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 2 | -18/+80 |
| | |||||
* | Add ability to remove privacies using plugins | Chocobozzz | 2020-04-20 | 1 | -4/+38 |
| | |||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 3 | -206/+260 |
| | |||||
* | Add ability to remove a video from a plugin | Chocobozzz | 2020-04-09 | 2 | -2/+17 |
| | |||||
* | Add SQL query support in plugins | Chocobozzz | 2020-04-09 | 2 | -6/+16 |
| | |||||
* | Refactor plugin helpers factory | Chocobozzz | 2020-04-09 | 3 | -143/+207 |
| | |||||
* | Fix build with typescript 3.8 | Chocobozzz | 2020-02-28 | 1 | -2/+2 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 2 | -24/+24 |
| | |||||
* | Fix: unregistring a plugin did not remove properly his hooks. | John Livingston | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Improve plugin package.json error message | Chocobozzz | 2019-09-11 | 1 | -6/+18 |
| | |||||
* | Fix user notifications on new follow | Chocobozzz | 2019-08-02 | 1 | -3/+1 |
| | |||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 1 | -2/+42 |
| | |||||
* | Plugins can update video constants | Chocobozzz | 2019-07-26 | 1 | -1/+121 |
| | | | | Categories, licences and languages | ||||
* | Add setting helper to client plugins | Chocobozzz | 2019-07-26 | 1 | -0/+1 |
| | |||||
* | Change plugin models names | Chocobozzz | 2019-07-24 | 1 | -7/+7 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Add plugin static files cache | Chocobozzz | 2019-07-24 | 1 | -0/+3 |
| | |||||
* | Log error on unknown hook | Chocobozzz | 2019-07-24 | 1 | -1/+6 |
| | |||||
* | Add plugin table migration table | Chocobozzz | 2019-07-24 | 2 | -1/+8 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 2 | -10/+19 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 3 | -8/+13 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -3/+3 |
| | |||||
* | Provide logger to plugins | Chocobozzz | 2019-07-24 | 1 | -39/+51 |
| | |||||
* | Add plugins check params tests | Chocobozzz | 2019-07-24 | 1 | -2/+2 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 2 | -13/+35 |
| | |||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -5/+7 |
| | |||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -4/+3 |
| | |||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -5/+10 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 2 | -0/+68 |
| | |||||
* | WIP plugins: add storage manager | Chocobozzz | 2019-07-24 | 1 | -1/+13 |
| | |||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 1 | -40/+62 |
| | |||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -13/+12 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 2 | -40/+79 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -5/+5 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 2 | -4/+54 |
| | |||||
* | WIP plugins: hook on client side | Chocobozzz | 2019-07-24 | 1 | -0/+21 |
| | |||||
* | WIP plugins: static files | Chocobozzz | 2019-07-24 | 1 | -4/+59 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 2 | -3/+134 |
| |