Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support ICU in TS components | Chocobozzz | 2022-06-08 | 3 | -8/+24 |
| | |||||
* | Some fixes for themes | Chocobozzz | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | Continue user mute in ban modal PR | Chocobozzz | 2022-02-28 | 5 | -48/+76 |
| | |||||
* | Add ability to mute user when banning them | Poslovitch | 2022-02-28 | 2 | -2/+31 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/1803 | ||||
* | 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> | ||||
* | Split user service | Chocobozzz | 2022-01-21 | 3 | -11/+15 |
| | |||||
* | Remove unnecessary function | Chocobozzz | 2022-01-18 | 1 | -21/+6 |
| | |||||
* | Fix user ban modal grammar to account for multiple users (#4722) | The Cashew Trader | 2022-01-14 | 2 | -1/+5 |
| | | | | | | | | | | | * Fix user ban modal grammar to account for multiple users * Address variable sugggestion * Address property syntax suggestion * Address localization suggestion * More concise `isSingleUser` declaration | ||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 2 | -2/+2 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 1 | -6/+7 |
|\ | |||||
| * | Fix report modal error | Chocobozzz | 2021-12-07 | 1 | -6/+7 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 7 | -5/+51 |
|/ | |||||
* | Add ability to bulk block videos | Chocobozzz | 2021-11-17 | 3 | -28/+71 |
| | |||||
* | Improve user delete confirmation modal | Chocobozzz | 2021-11-12 | 1 | -2/+2 |
| | |||||
* | Better moderation label | Chocobozzz | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -1/+1 |
| | | | | Introduce include and isLocal instead | ||||
* | Add videos list admin component | Chocobozzz | 2021-10-29 | 4 | -106/+2 |
| | |||||
* | Improve moderation dropdown UX | Chocobozzz | 2021-10-21 | 1 | -114/+138 |
| | |||||
* | Improve admin tables responsive | Chocobozzz | 2021-10-20 | 1 | -0/+27 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 5 | -20/+22 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 8 | -83/+85 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-26 | 1 | -9/+0 |
|\ | |||||
| * | Fix moderation embeds | Chocobozzz | 2021-07-26 | 1 | -9/+0 |
| | | |||||
* | | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | | |||||
* | | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -3/+4 |
| | | |||||
* | | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -12/+10 |
|/ | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 6 | -14/+15 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 6 | -13/+13 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -4/+5 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 1 | -9/+4 |
| | |||||
* | Refactor search filters | Chocobozzz | 2021-05-03 | 7 | -66/+12 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 4 | -14/+16 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 2 | -3/+3 |
| | |||||
* | Refactor comment add css | Chocobozzz | 2021-04-15 | 2 | -1/+2 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 3 | -11/+4 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 5 | -19/+12 |
| | |||||
* | Add `i18n` prop where it is missing (#3946) | Marcin Mikołajczak | 2021-04-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Move orange admin buttons on the left side | Chocobozzz | 2021-01-13 | 2 | -5/+7 |
| | |||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | reword unclear sentences, check for grammar | Rigel Kent | 2020-11-12 | 1 | -6/+6 |
| | | | | fixes #3222 | ||||
* | Add modal to display live information | Chocobozzz | 2020-11-09 | 2 | -1/+11 |
| | |||||
* | jobs/logs view select and empty state visual improvements | Rigel Kent | 2020-09-28 | 2 | -2/+2 |
| | |||||
* | We don't need services anymore for validators | Chocobozzz | 2020-08-17 | 6 | -21/+21 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 10 | -113/+90 |
| | | | | | | | | | | | | * 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 | ||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -2/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2020-08-07 | 2 | -2/+4 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 3 | -3/+6 |
| |