aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Disable uninstall button on plugin uninstallationChocobozzz2022-09-161-8/+26
|
* Replace url when redirecting plugin admin urlChocobozzz2021-12-291-1/+1
|
* Refactor admin pluginsChocobozzz2021-12-291-12/+14
|
* Refactor plugin cardChocobozzz2021-12-291-1/+0
|
* Fix client lintChocobozzz2021-08-171-12/+12
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Reorganize plugin modelsChocobozzz2021-05-111-2/+1
|
* Add settings button after plugin installChocobozzz2021-04-121-2/+4
|
* Add alert modal in plugins on major upgradeChocobozzz2021-04-121-0/+19
|
* Fix theme npm linkChocobozzz2021-01-111-0/+4
|
* Migrate to $localizeChocobozzz2020-08-141-9/+7
| | | | | | | | | | | | * 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/+7
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-011-2/+2
| | | | add for non-https
* Skip videos count on client if we don't use itChocobozzz2020-01-081-1/+2
|
* Fix infinite scroll on big screensChocobozzz2019-08-021-0/+5
|
* Add setting helper to client pluginsChocobozzz2019-07-261-5/+7
|
* Add ability to search available pluginsChocobozzz2019-07-241-1/+2
|
* WIP plugins: update pluginChocobozzz2019-07-241-1/+42
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-3/+39
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+72