aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix theme npm linkChocobozzz2021-01-115-6/+22
* Upgrade client dependenciesChocobozzz2020-11-191-28/+0
* Add ability to set custom field to video formChocobozzz2020-08-212-48/+1
* We don't need services anymore for validatorsChocobozzz2020-08-171-1/+2
* Use localize for page titlesChocobozzz2020-08-171-3/+3
* Migrate to $localizeChocobozzz2020-08-144-26/+17
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
* Upgrade to angular 10Chocobozzz2020-08-071-3/+2
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-232-7/+0
* Reorganize client shared modulesChocobozzz2020-06-234-36/+34
* Remove uneccessary details to link titlesCaroline Chuong2020-06-182-4/+4
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+1
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-1/+1
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-7/+7
* Fix grey color themeChocobozzz2020-05-221-4/+4
* Fix textarea sizeChocobozzz2020-05-051-1/+7
* Unify paginator disabling when no result is displayable, fix batch domain add...Rigel Kent2020-05-011-2/+2
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-011-0/+26
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-2/+2
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+18
* Fix toast close iconRigel Kent2020-03-111-1/+1
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-104-30/+47
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+14
* Improve nav in admin/configurationRigel Kent2020-03-071-0/+1
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
* Strict templates enabledChocobozzz2020-02-102-3/+5
* Skip videos count on client if we don't use itChocobozzz2020-01-082-2/+4
* (plugins) adding checkbox and textarea as possible input types, add links in ...Rigel Kent2019-11-253-3/+13
* Fix plugin card background color with dark themeChocobozzz2019-08-221-0/+1
* Fix infinite scroll on big screensChocobozzz2019-08-024-2/+11
* Add margin to plugin blocks in adminChocobozzz2019-07-301-0/+4
* Add plugin translation systemChocobozzz2019-07-261-3/+22
* Add public settings endpointChocobozzz2019-07-262-3/+3
* Add setting helper to client pluginsChocobozzz2019-07-262-31/+23
* Update translations and support Greek languageChocobozzz2019-07-251-1/+1
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-2/+2
* Change plugin models namesChocobozzz2019-07-242-4/+4
* Fix lintChocobozzz2019-07-241-1/+1
* Add client helpers to pluginsChocobozzz2019-07-241-1/+6
* Add ability to install a plugin from the admin pageChocobozzz2019-07-243-1/+16
* Add ability to search available pluginsChocobozzz2019-07-249-50/+247
* WIP plugins: update pluginChocobozzz2019-07-244-4/+61
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-2410-14/+333
* WIP plugins: list installed plugins in clientChocobozzz2019-07-2415-0/+271