aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/shared/plugin-api.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix theme npm linkChocobozzz2021-01-111-0/+8
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * 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 shared modelsChocobozzz2020-08-071-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-12/+14
|
* Add plugin translation systemChocobozzz2019-07-261-3/+22
|
* Add public settings endpointChocobozzz2019-07-261-2/+2
|
* Add setting helper to client pluginsChocobozzz2019-07-261-26/+16
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Add ability to search available pluginsChocobozzz2019-07-241-2/+21
|
* WIP plugins: update pluginChocobozzz2019-07-241-2/+11
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-2/+66
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+50