aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | make streaming playlists pivotable objects in openapi specRigel Kent2021-05-041-7/+14
| |
* | make hls/webtorrent fields closely documented in the openapi specRigel Kent2021-05-041-6/+20
| |
* | More efficient advanced input filterChocobozzz2021-05-031-10/+38
| |
* | Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-034-24/+12
| |
* | Display a message on no channelChocobozzz2021-05-031-0/+2
| |
* | Refactor search filtersChocobozzz2021-05-0347-494/+280
| |
* | Reduce advanced search input debounce timeChocobozzz2021-05-031-1/+1
| |
* | Fix avatar in report pageChocobozzz2021-05-031-2/+2
| |
* | Add ability to filter my videos by liveChocobozzz2021-05-0346-335/+568
| |
* | add description with operation link to category/licence/language constantsRigel Kent2021-05-031-6/+15
| |
* | fix video channel parameters limit in openapi specRigel Kent2021-05-031-17/+48
| |
* | fix name limit for video in openapi specRigel Kent2021-05-031-11/+22
| |
* | update FAQ urls in README (#4027)Gabriel Scherer2021-05-021-2/+2
| |
* | fix FAQ link in production guideRigel Kent2021-05-011-1/+1
| |
* | Cleanup plugins admin CSSChocobozzz2021-04-2911-49/+60
| |
* | Fix avatar size in moderation tablesChocobozzz2021-04-291-4/+3
| |
* | Fix my library/account/admin sub titles alignmentChocobozzz2021-04-293-52/+55
| |
* | Fix actor avatar backgroundChocobozzz2021-04-292-4/+4
| |
* | Move to stylelintChocobozzz2021-04-28118-1056/+1389
| |
* | Remove avatarUrl from modelsChocobozzz2021-04-2810-79/+38
| |
* | Refactor actor avatar displayChocobozzz2021-04-2862-278/+346
| |
* | Rename actor image edit moduleChocobozzz2021-04-2813-10/+10
| |
* | Better video languages filter UXChocobozzz2021-04-281-29/+40
| | | | | | | | | | Don't throw if the user did not select any language, automatically select "all languages" instead
* | Fix overview page with new thumbnail sizeChocobozzz2021-04-281-3/+3
| |
* | Add player mode to player statsChocobozzz2021-04-282-1/+4
| |
* | Add log to prune storage scriptChocobozzz2021-04-281-0/+2
| |
* | Clearer nsfw "do not list" labelChocobozzz2021-04-283-5/+5
| |
* | Cleanup stats for nerdsChocobozzz2021-04-286-120/+248
| |
* | add stats videojs pluginRigel Kent2021-04-289-2/+280
| |
* | Use account initial as default avatar (#4002)kontrollanten2021-04-276-16/+88
|/ | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Autoclose settings on outside clickChocobozzz2021-04-272-6/+23
|
* Set permissions in production.mdChocobozzz2021-04-271-0/+1
|
* Fix plugins docChocobozzz2021-04-271-2/+11
|
* Use server config to display supported videos extChocobozzz2021-04-272-1/+5
|
* Fix ng-select with an imageChocobozzz2021-04-271-0/+5
|
* Fix playlist position errorChocobozzz2021-04-271-2/+2
|
* Try to fix bad timestamps in .srtChocobozzz2021-04-271-10/+17
|
* Fix video actions dropdown overflowChocobozzz2021-04-261-0/+1
|
* Playlist miniature consistencyChocobozzz2021-04-262-4/+4
|
* Fix menu dropdown overflowChocobozzz2021-04-262-14/+9
| | | | Weird issue conflicting with the dropdown config from the menu component
* Fix font size inconsistency with ng-selectChocobozzz2021-04-261-5/+3
|
* Fix modal word breakChocobozzz2021-04-261-1/+1
|
* Fix eye button for password inputChocobozzz2021-04-262-1/+5
|
* Add migration to remove duplicated keysChocobozzz2021-04-262-1/+40
| | | | Due to old/corrupted data, it can be problematic to restore a backup
* Increase test timeoutChocobozzz2021-04-261-1/+1
|
* Added ability to reply to comments with remote interactionPoslovitch2021-04-261-2/+2
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3725
* Added "last" and a reversed ?playlistPosition in playlist URL (#3974)Florian CUNY2021-04-262-1/+15
| | | | | | | | | | | | | | | | | * Added "last" and a reversed playlistPosition Implements https://github.com/Chocobozzz/PeerTube/issues/3897 * Fixed lint errors in video-watch component * Applied requested changes * Removed debug logs * Fixed lint * Playlist position styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Refactor next/prev logicChocobozzz2021-04-261-33/+20
|
* Fixed lint errorPoslovitch2021-04-261-2/+4
|
* Fixed "previous" button showing when not watching a playlistPoslovitch2021-04-261-4/+5
|