aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* Lazy load charts when listing my channelsChocobozzz2022-03-213-0/+80
|
* Fix channel edition pageChocobozzz2022-03-212-3/+5
|
* Don't allow video edition if not enabledChocobozzz2022-03-182-4/+8
|
* Clearer theme select labelsChocobozzz2022-03-152-3/+18
|
* Some fixes for themesChocobozzz2022-03-159-13/+12
|
* Reorganize player filesChocobozzz2022-03-143-3/+3
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-12/+31
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* open privacy info in user settings dialogue in new windowRobert Riemann2022-03-021-1/+1
|
* Fix avatar with username starting with numbersChocobozzz2022-02-282-3/+5
|
* Improve stat labelsChocobozzz2022-02-281-14/+14
|
* Cleanup subtitle edition PRChocobozzz2022-02-281-2/+2
|
* Add simple subtitle edition from video captions tablutangar2022-02-283-2/+16
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Continue user mute in ban modal PRChocobozzz2022-02-286-53/+79
|
* Add ability to mute user when banning themPoslovitch2022-02-282-2/+31
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/1803
* Add basic video editor supportChocobozzz2022-02-287-8/+42
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-2816-78/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Hide remote subscribe if logged inChocobozzz2022-02-222-1/+5
|
* Reduce latency when adding a video to playlistChocobozzz2022-02-221-4/+17
|
* Don't display no results if still loadingChocobozzz2022-02-092-0/+4
|
* Fix embed margin in share modalChocobozzz2022-02-092-3/+4
|
* client: show private badge in playlistskontrollanten2022-02-073-7/+26
| | | | closes #2601
* video-playlist: show date and views countkontrollanten2022-02-032-1/+11
| | | | closes #4396
* Limit scope to local when finding in bulkChocobozzz2022-01-311-3/+20
|
* Split user serviceChocobozzz2022-01-217-11/+235
|
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-0/+1
|
* Plugins can add custom instance infoboxChocobozzz2022-01-202-4/+20
|
* Add ability to cancel & delete video importsChocobozzz2022-01-194-10/+12
|
* Remove unnecessary functionChocobozzz2022-01-1813-125/+33
|
* Reduce history method namesChocobozzz2022-01-181-3/+3
|
* Add ability to delete history elementChocobozzz2022-01-181-1/+7
|
* Fix user ban modal grammar to account for multiple users (#4722)The Cashew Trader2022-01-142-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
* Upgrade client dependenciesChocobozzz2022-01-141-2/+2
|
* Handle async validatorsChocobozzz2022-01-034-18/+44
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+1
| | | | Since it requires an external dependency
* Fix ngx loading bar deprecationChocobozzz2021-12-292-9/+13
|
* Enhance plugin video fieldsChocobozzz2021-12-292-11/+18
| | | | | Add video form tab selection Add ability to display an error
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-243-3/+3
|
* 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
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-0/+4
|
* Fix search result type auto filterChocobozzz2021-12-171-3/+3
|
* Fix buildChocobozzz2021-12-171-1/+2
|
* Add ability to disable p2p in embed with URLChocobozzz2021-12-162-10/+39
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-163-11/+6
|
* Fix homepageChocobozzz2021-12-131-3/+3
|
* Add filter on search resultsChocobozzz2021-12-102-2/+42
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-091-1/+1
|\
| * Fix theme update when logged inChocobozzz2021-12-091-1/+1
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-071-6/+7
|\|
| * Fix report modal errorChocobozzz2021-12-071-6/+7
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-078-6/+59
|/