Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup subtitle edition PR | Chocobozzz | 2022-02-28 | 1 | -2/+2 |
| | |||||
* | Add simple subtitle edition from video captions tab | lutangar | 2022-02-28 | 2 | -2/+9 |
| | | | | | 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 PR | Chocobozzz | 2022-02-28 | 1 | -5/+3 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 7 | -41/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 4 | -10/+12 |
| | |||||
* | Remove unnecessary function | Chocobozzz | 2022-01-18 | 8 | -70/+20 |
| | |||||
* | Reduce history method names | Chocobozzz | 2022-01-18 | 1 | -3/+3 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 1 | -1/+7 |
| | |||||
* | Fix ngx loading bar deprecation | Chocobozzz | 2021-12-29 | 1 | -7/+10 |
| | |||||
* | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 1 | -1/+8 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 3 | -3/+27 |
| | |||||
* | Don't manage remote video files | Chocobozzz | 2021-11-19 | 1 | -2/+4 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 2 | -0/+24 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -1/+19 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -0/+3 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -0/+4 |
| | | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration | ||||
* | Move admin stuff in +admin | Chocobozzz | 2021-11-02 | 1 | -91/+12 |
| | |||||
* | Add ability to exclude muted accounts | Chocobozzz | 2021-11-02 | 2 | -23/+62 |
| | |||||
* | Some fixes for admin videos list | Chocobozzz | 2021-11-02 | 1 | -8/+8 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 3 | -5/+15 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 2 | -19/+26 |
| | | | | Introduce include and isLocal instead | ||||
* | Add videos list admin component | Chocobozzz | 2021-10-29 | 6 | -21/+126 |
| | |||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' | ||||
* | Provide origin URL to client and fix remote share | Chocobozzz | 2021-10-22 | 1 | -1/+1 |
| | |||||
* | Improve moderation dropdown UX | Chocobozzz | 2021-10-21 | 2 | -2/+4 |
| | |||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 1 | -1/+19 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 5 | -6/+6 |
| | |||||
* | extend client-overrides with default images (#4392) | kontrollanten | 2021-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Correctly disable infinite scroll for reuse | Chocobozzz | 2021-10-11 | 1 | -1/+2 |
| | |||||
* | Ensure we return a boolean | Chocobozzz | 2021-09-08 | 2 | -4/+4 |
| | |||||
* | Fix undefined this.user.videoChannels on production build | Ms Kimsible | 2021-09-08 | 1 | -7/+3 |
| | |||||
* | Fix broken delete buttons of admin federation lists (#4378) | Ms Kimsible | 2021-09-08 | 1 | -0/+7 |
| | | | | | | | * Add ellipsis on my-delete button of federation admin * Add ellipsis on button label to define (max-)width on host component Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix video update redirection id | Chocobozzz | 2021-08-30 | 1 | -0/+1 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+2 |
| | |||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 5 | -1/+82 |
| | | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com> | ||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 7 | -116/+89 |
| | |||||
* | Fix live/upload redirection | Chocobozzz | 2021-08-18 | 1 | -2/+4 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 18 | -47/+47 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 2 | -13/+13 |
| | |||||
* | Filter videos by live in custom markup | Chocobozzz | 2021-08-02 | 1 | -22/+12 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 2 | -6/+2 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-26 | 1 | -19/+15 |
|\ | |||||
| * | Fix privacy descriptions | Chocobozzz | 2021-07-26 | 1 | -19/+15 |
| | | |||||
* | | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | | |||||
* | | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
|/ | |||||
* | Fix default privacy when plugins deleted private | Chocobozzz | 2021-07-13 | 1 | -0/+12 |
| | |||||
* | Fix privacy input altered by plugins | Chocobozzz | 2021-07-12 | 1 | -8/+4 |
| | |||||
* | Support accountHandle and channelHandle | Chocobozzz | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 3 | -4/+16 |
| | |||||
* | Fix daily quota display | Chocobozzz | 2021-06-28 | 1 | -2/+1 |
| |