Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase global font size | Chocobozzz | 2022-06-16 | 7 | -18/+16 |
| | |||||
* | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 2 | -13/+0 |
| | |||||
* | Replace glyphicon chevron | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-10 | 3 | -2/+7 |
|\ | |||||
| * | Fix classic select and ng select css inconsistency | Chocobozzz | 2022-06-10 | 1 | -0/+5 |
| | | |||||
| * | Fix my import expander icon | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
| | | | | | | | | Should not be displayed if there is no import error | ||||
| * | Fix filters error in console | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
| | | |||||
* | | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 13 | -19/+17 |
| | | |||||
* | | Support ICU in TS components | Chocobozzz | 2022-06-08 | 2 | -8/+17 |
| | | |||||
* | | Added "total views" in the my channels list (#5007) | Florian CUNY | 2022-05-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test | ||||
* | | Display "No subscribers" in my-library instead of "0 subscribers" | Poslovitch | 2022-05-30 | 1 | -1/+1 |
|/ | | | | Was suggested in https://github.com/Chocobozzz/PeerTube/pull/4484 | ||||
* | Display live info in my videos | Chocobozzz | 2022-04-20 | 1 | -1/+1 |
| | |||||
* | Fix typo | Chocobozzz | 2022-04-15 | 1 | -1/+1 |
| | |||||
* | Support videos stats in client | Chocobozzz | 2022-04-15 | 2 | -47/+36 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -3/+3 |
| | |||||
* | Lazy load charts when listing my channels | Chocobozzz | 2022-03-21 | 2 | -5/+14 |
| | |||||
* | Don't allow video edition if not enabled | Chocobozzz | 2022-03-18 | 1 | -2/+2 |
| | |||||
* | Some fixes for themes | Chocobozzz | 2022-03-15 | 2 | -3/+3 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -1/+7 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 9 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Put white background to peertube icons | Chocobozzz | 2022-02-04 | 1 | -24/+6 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 2 | -3/+28 |
| | |||||
* | Reduce history method names | Chocobozzz | 2022-01-18 | 1 | -3/+3 |
| | |||||
* | Add ability to delete history element | Chocobozzz | 2022-01-18 | 3 | -5/+27 |
| | |||||
* | Remove unnecessary onPage event on admin tables | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 8 | -535/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * give admins access to edit all channels closes #4598 * test(channels): +admin update another users channel * Fix tests * fix(server): delete another users channel Since the channel owner isn't necessary the auth user we need to check the right account whether it's the last video or not. * REMOVE_ANY_VIDEO_CHANNEL > MANAGE_ANY_VIDEO_CHANNEL Merge REMOVE_ANY_VIDEO_CHANNEL and MANY_VIDEO_CHANNELS to MANAGE_ANY_VIDEO_CHANNEL. * user-right: moderator can't manage admins channel * client: MyVideoChannelCreateComponent > VideoChannelCreateComponent * client: MyVideoChannelEdit > VideoChannelEdit * Revert "user-right: moderator can't manage admins channel" This reverts commit 2c627c154e2bfe6af2e0f45efb27faf4117572f3. * server: clean dupl validator functionality * fix ensureUserCanManageChannel usage It's not async anymore. * server: merge channel validator middleares ensureAuthUserOwnsChannelValidator & ensureUserCanManageChannel gets merged into one middleware. * client(VideoChannelEdit): redirect to prev route * fix(VideoChannels): handle anon users * client: new routes for create/update channel * Refactor channel validators Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Improve advanced input filter | Chocobozzz | 2021-11-03 | 2 | -3/+3 |
| | |||||
* | Remove useless components | Chocobozzz | 2021-10-29 | 2 | -8/+0 |
| | |||||
* | Always use my-table-expander-icon | Chocobozzz | 2021-10-29 | 2 | -6/+6 |
| | |||||
* | Added Markdown formatting in playlist descriptions | Poslovitch | 2021-10-26 | 2 | -10/+4 |
| | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3627 | ||||
* | Add channel filters for my videos/followers | Chocobozzz | 2021-10-20 | 2 | -10/+47 |
| | |||||
* | Add quick filter for followers | Chocobozzz | 2021-10-20 | 2 | -1/+13 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 12 | -97/+194 |
| | |||||
* | Fix my videos search on refresh | Chocobozzz | 2021-10-15 | 1 | -0/+4 |
| | |||||
* | add ...playlist.elements.loaded hook (#4387) | kontrollanten | 2021-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Update client dependencies | Chocobozzz | 2021-08-26 | 1 | -24/+25 |
| | |||||
* | Inform user to fill account profile and channels (#4352) | Ms Kimsible | 2021-08-26 | 2 | -0/+4 |
| | | | | | | | * 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 | -11/+15 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 11 | -26/+35 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 14 | -120/+124 |
| | |||||
* | Add missing localization keys | Chocobozzz | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Channel deletion consistency | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -4/+3 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -3/+3 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 13 | -28/+29 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 13 | -27/+27 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 8 | -32/+39 |
| | |||||
* | Speed up plugins loading | Chocobozzz | 2021-06-04 | 1 | -1/+0 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 2 | -10/+7 |
| |