aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't break install plugin on failureChocobozzz2022-09-161-1/+5
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+2
|
* Refactor admin pluginsChocobozzz2021-12-291-17/+17
|
* Refactor plugin cardChocobozzz2021-12-291-5/+0
|
* Fix client lintChocobozzz2021-08-171-8/+8
|
* Reorganize plugin modelsChocobozzz2021-05-111-2/+1
|
* Add settings button after plugin installChocobozzz2021-04-121-1/+10
|
* Fix theme npm linkChocobozzz2021-01-111-4/+8
|
* Migrate to $localizeChocobozzz2020-08-141-8/+5
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-8/+6
|
* Strict templates enabledChocobozzz2020-02-101-2/+4
|
* Skip videos count on client if we don't use itChocobozzz2020-01-081-1/+2
|
* Fix infinite scroll on big screensChocobozzz2019-08-021-0/+4
|
* Add client helpers to pluginsChocobozzz2019-07-241-1/+6
|
* Add ability to install a plugin from the admin pageChocobozzz2019-07-241-1/+4
|
* Add ability to search available pluginsChocobozzz2019-07-241-8/+108
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-1/+4
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+30