Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix video channels quick filter overflow | Chocobozzz | 2023-06-05 | 1 | -0/+6 |
| | |||||
* | Fix video edit page overflow | Chocobozzz | 2023-05-25 | 1 | -0/+3 |
| | |||||
* | Remove invalid console logs | Chocobozzz | 2023-05-25 | 1 | -2/+0 |
| | |||||
* | Fix notification settings | Chocobozzz | 2023-05-24 | 1 | -0/+2 |
| | |||||
* | Remove suppressImplicitAnyIndexErrors | Chocobozzz | 2023-05-24 | 1 | -4/+7 |
| | | | | It's deprecated by TS | ||||
* | Fix lint | Chocobozzz | 2023-05-24 | 2 | -5/+3 |
| | |||||
* | Improve accessibility | Chocobozzz | 2023-03-15 | 2 | -20/+7 |
| | |||||
* | Fix broadcast message inconsistency with preview | Chocobozzz | 2023-02-13 | 1 | -2/+4 |
| | |||||
* | Increase textarea debounce time for custom markup | Chocobozzz | 2023-01-13 | 1 | -1/+3 |
| | |||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-11-14 | 1 | -2/+4 |
|\ | |||||
| * | Prevent XSS with ng-select | Chocobozzz | 2022-11-14 | 1 | -2/+4 |
| | | | | | | | | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363 | ||||
* | | Fix HTML in account/channel description | Chocobozzz | 2022-11-14 | 1 | -2/+2 |
| | | |||||
* | | Refactor form reactive | Chocobozzz | 2022-10-07 | 2 | -75/+9 |
| | | |||||
* | | Implement two factor in client | Chocobozzz | 2022-10-07 | 6 | -10/+116 |
|/ | |||||
* | Check admin config when loading the page | Chocobozzz | 2022-09-08 | 1 | -2/+18 |
| | | | | Avoid issues when an invalid config was set in the configuration file | ||||
* | Fix z-index with custom homepage | Chocobozzz | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -3/+3 |
| | |||||
* | Theme fixes | Chocobozzz | 2022-06-28 | 1 | -5/+5 |
| | |||||
* | Handle input error in custom input text | Chocobozzz | 2022-06-20 | 4 | -2/+17 |
| | |||||
* | Handle input error in markdown textarea | Chocobozzz | 2022-06-20 | 4 | -11/+11 |
| | |||||
* | Less complicated markdown textarea CSS | Chocobozzz | 2022-06-20 | 3 | -211/+128 |
| | |||||
* | Fix top menu opacity | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 5 | -16/+6 |
| | |||||
* | Remove unused global css | Chocobozzz | 2022-06-13 | 1 | -2/+2 |
| | |||||
* | Reorganize application.scss | Chocobozzz | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | Better icon names | Chocobozzz | 2022-06-13 | 2 | -9/+3 |
| | |||||
* | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 4 | -6/+12 |
| | |||||
* | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 6 | -10/+10 |
| | | | | It's more than just an hidden toggle | ||||
* | Prefer global icon instead of glyphicon for copy | Chocobozzz | 2022-06-10 | 2 | -1/+5 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-10 | 1 | -1/+0 |
|\ | |||||
| * | Fix classic select and ng select css inconsistency | Chocobozzz | 2022-06-10 | 1 | -1/+0 |
| | | |||||
* | | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 10 | -32/+33 |
| | | |||||
* | | Support ICU in TS components | Chocobozzz | 2022-06-08 | 1 | -1/+7 |
| | | |||||
* | | Fix various typos | luz paz | 2022-06-07 | 1 | -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 typo | Chocobozzz | 2022-06-01 | 1 | -1/+1 |
|/ | |||||
* | Fix angular build | Chocobozzz | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Add reset button for file inputs in studio page | Chocobozzz | 2022-03-22 | 5 | -3/+32 |
| | |||||
* | Some fixes for themes | Chocobozzz | 2022-03-15 | 3 | -3/+3 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 5 | -4/+19 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 validators | Chocobozzz | 2022-01-03 | 2 | -16/+40 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+1 |
| | | | | Since it requires an external dependency | ||||
* | Enhance plugin video fields | Chocobozzz | 2021-12-29 | 2 | -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 CUNY | 2021-12-24 | 1 | -3/+13 |
| | | | | | | | | | * Move zxx to its own group in select-languages component * Fix lint * Fix lint, again * Apply requested changes | ||||
* | Improve advanced input filter | Chocobozzz | 2021-11-03 | 3 | -6/+84 |
| | |||||
* | Add ability to preview embed in share modal | Chocobozzz | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Fix ng select tags height | Chocobozzz | 2021-10-20 | 1 | -2/+13 |
| | |||||
* | Add ability to filter logs by tags | Chocobozzz | 2021-10-20 | 2 | -1/+2 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 2 | -6/+12 |
| | |||||
* | Add quick filter for followers | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| |