Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic colspan for tables | Chocobozzz | 2023-05-26 | 2 | -4/+4 |
| | |||||
* | Fix angular build, again | Chocobozzz | 2023-02-20 | 2 | -2/+2 |
| | | | | Maybe a bug in the sass loader | ||||
* | Fix angular build | Chocobozzz | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Remove empty sass files | Wicklow | 2023-02-20 | 3 | -12/+1 |
| | |||||
* | Add description to "remove" registration request | Chocobozzz | 2023-02-17 | 1 | -0/+1 |
| | |||||
* | Add ability to not send an email for registration | Chocobozzz | 2023-01-20 | 3 | -31/+65 |
| | |||||
* | Refactor row selection reset | Chocobozzz | 2023-01-20 | 2 | -15/+14 |
| | |||||
* | Support bulk registration request removal | Chocobozzz | 2023-01-20 | 3 | -17/+64 |
| | |||||
* | Implement signup approval in client | Chocobozzz | 2023-01-19 | 11 | -1/+522 |
| | |||||
* | Fix HTML in account/channel description | Chocobozzz | 2022-11-14 | 1 | -1/+1 |
| | |||||
* | Reload data when deleting a blocked video | Chocobozzz | 2022-10-25 | 1 | -1/+4 |
| | |||||
* | Add plugin hooks/placeholder to share modal | Chocobozzz | 2022-08-11 | 1 | -4/+4 |
| | |||||
* | Reset table pagination on search | Chocobozzz | 2022-07-12 | 1 | -2/+2 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 1 | -3/+3 |
| | |||||
* | Reorganize player files | Chocobozzz | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Move admin comments list in overviews menu | Chocobozzz | 2022-02-28 | 5 | -359/+3 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -57/+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> | ||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 3 | -4/+3 |
| | |||||
* | Fix table all page selection | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Add ability to bulk block videos | Chocobozzz | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Improve advanced input filter | Chocobozzz | 2021-11-03 | 2 | -4/+4 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 5 | -28/+0 |
| | |||||
* | Always use my-table-expander-icon | Chocobozzz | 2021-10-29 | 2 | -5/+3 |
| | |||||
* | Add videos list admin component | Chocobozzz | 2021-10-29 | 2 | -32/+10 |
| | |||||
* | Improve admin tables responsive | Chocobozzz | 2021-10-20 | 3 | -7/+16 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 2 | -12/+22 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 3 | -7/+7 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 3 | -54/+54 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -3/+4 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 3 | -4/+4 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 3 | -4/+4 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 2 | -9/+9 |
| | |||||
* | Refactor search filters | Chocobozzz | 2021-05-03 | 7 | -71/+23 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 5 | -58/+27 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 2 | -2/+3 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 2 | -2/+2 |
| | |||||
* | Refactor feed component | Chocobozzz | 2021-04-15 | 1 | -12/+4 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 2 | -12/+3 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Add `i18n` prop where it is missing (#3946) | Marcin Mikołajczak | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html | ||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901 | ||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 1 | -2/+2 |
| | |||||
* | Fix admin table filters | Chocobozzz | 2020-12-17 | 3 | -3/+3 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | add explicit numbers in configuration number inputs | Rigel Kent | 2020-11-21 | 1 | -2/+2 |
| | | | | fixes #1346 | ||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-11-20 | 3 | -4/+53 |
| | |||||
* | Use badge in video block list | Chocobozzz | 2020-11-16 | 3 | -16/+15 |
| |