aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-4/+7
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-242-5/+3
|
* Improve accessibilityChocobozzz2023-03-152-20/+7
|
* Fix broadcast message inconsistency with previewChocobozzz2023-02-131-2/+4
|
* Increase textarea debounce time for custom markupChocobozzz2023-01-131-1/+3
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-141-2/+4
|\
| * Prevent XSS with ng-selectChocobozzz2022-11-141-2/+4
| | | | | | | | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363
* | Fix HTML in account/channel descriptionChocobozzz2022-11-141-2/+2
| |
* | Refactor form reactiveChocobozzz2022-10-072-75/+9
| |
* | Implement two factor in clientChocobozzz2022-10-076-10/+116
|/
* Check admin config when loading the pageChocobozzz2022-09-081-2/+18
| | | | Avoid issues when an invalid config was set in the configuration file
* Fix z-index with custom homepageChocobozzz2022-07-181-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-3/+3
|
* Theme fixesChocobozzz2022-06-281-5/+5
|
* Handle input error in custom input textChocobozzz2022-06-204-2/+17
|
* Handle input error in markdown textareaChocobozzz2022-06-204-11/+11
|
* Less complicated markdown textarea CSSChocobozzz2022-06-203-211/+128
|
* Fix top menu opacityChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-165-16/+6
|
* Remove unused global cssChocobozzz2022-06-131-2/+2
|
* Reorganize application.scssChocobozzz2022-06-131-1/+0
|
* Better icon namesChocobozzz2022-06-132-9/+3
|
* Replace all glyphicon iconsChocobozzz2022-06-134-6/+12
|
* Rename input toggle hidden to input textChocobozzz2022-06-106-10/+10
| | | | It's more than just an hidden toggle
* Prefer global icon instead of glyphicon for copyChocobozzz2022-06-102-1/+5
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-1/+0
|\
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-1/+0
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-1010-32/+33
| |
* | Support ICU in TS componentsChocobozzz2022-06-081-1/+7
| |
* | Fix various typosluz paz2022-06-071-1/+1
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Fix typoChocobozzz2022-06-011-1/+1
|/
* Fix angular buildChocobozzz2022-03-221-1/+1
|
* Add reset button for file inputs in studio pageChocobozzz2022-03-225-3/+32
|
* Some fixes for themesChocobozzz2022-03-153-3/+3
|
* Add basic video editor supportChocobozzz2022-02-285-4/+19
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Handle async validatorsChocobozzz2022-01-032-16/+40
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Enhance plugin video fieldsChocobozzz2021-12-292-11/+18
| | | | | Add video form tab selection Add ability to display an error
* Move zxx to its own group in select-languages component (#4664)Florian CUNY2021-12-241-3/+13
| | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes
* Improve advanced input filterChocobozzz2021-11-033-6/+84
|
* Add ability to preview embed in share modalChocobozzz2021-11-021-1/+1
|
* Fix ng select tags heightChocobozzz2021-10-201-2/+13
|
* Add ability to filter logs by tagsChocobozzz2021-10-202-1/+2
|
* Add channel filters for my videos/followersChocobozzz2021-10-202-6/+12
|
* Add quick filter for followersChocobozzz2021-10-201-1/+1
|
* Add ability to view my followersChocobozzz2021-10-201-0/+2
|
* Force live type specification in first stepChocobozzz2021-10-151-0/+4
|
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+1
|
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-128-2/+27
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI