Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to accept or not remote redundancies | Chocobozzz | 2020-04-07 | 1 | -0/+1 |
| | |||||
* | Remove oc locale support | Chocobozzz | 2020-04-06 | 1 | -1/+0 |
| | | | | | | | It does not work since many releases, and nobody created an issue so we don't consider it much use It does not work because Angular does not know this locale: https://github.com/angular/angular/tree/master/packages/common/locales | ||||
* | Fix peertube interface i18n | Chocobozzz | 2020-04-03 | 1 | -1/+6 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-04-01 | 2 | -2/+3 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Tests for viewsPerDay | Rigel Kent | 2020-03-31 | 1 | -3/+6 |
| | |||||
* | View stats for channels | Rigel Kent | 2020-03-31 | 1 | -0/+6 |
| | |||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 2 | -1/+7 |
| | |||||
* | Implement pagination for overviews endpoint | Chocobozzz | 2020-03-11 | 2 | -18/+39 |
| | |||||
* | Action hook: thread replies loaded (#2550) | BitTube | 2020-03-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com> | ||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 4 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Add action hook, comments loaded (#2539) | Chocobozzz | 2020-03-05 | 1 | -0/+2 |
| | | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539 | ||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 2 | -4/+4 |
| | |||||
* | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 1 | -0/+7 |
| | |||||
* | Strict templates enabled | Chocobozzz | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Fix accept languages in tests | Chocobozzz | 2020-02-06 | 1 | -1/+3 |
| | |||||
* | Add hu and th locales | Chocobozzz | 2020-02-04 | 1 | -19/+23 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 44 | -299/+333 |
| | |||||
* | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 3 | -5/+6 |
| | |||||
* | Fix transcoding | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Add tests for video downscale framerate matching | Rigel Kent | 2020-01-29 | 1 | -1/+24 |
| | |||||
* | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -3/+5 |
| | |||||
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 1 | -1/+0 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 10 | -18/+138 |
| | |||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 1 | -1/+1 |
| | |||||
* | Fix e2e tests | Chocobozzz | 2020-01-23 | 1 | -8/+6 |
| | |||||
* | Use a filtered proxy without variables | Chocobozzz | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 1 | -0/+8 |
| | | | | resolves #1880 | ||||
* | Fix default avatar URL | Chocobozzz | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Rebuild credits | Chocobozzz | 2020-01-09 | 1 | -1/+1 |
| | | | | Had to update the script now we use weblate | ||||
* | Return an error on invalid count pagination | Chocobozzz | 2020-01-09 | 1 | -2/+10 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -1/+2 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Share playlists state | Chocobozzz | 2020-01-06 | 2 | -8/+8 |
| | |||||
* | Tests for totalRepliesFromVideoAuthor | Rigel Kent | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -1/+10 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -0/+5 |
| | |||||
* | Add test to search in my videos | Chocobozzz | 2019-12-30 | 1 | -1/+2 |
| | |||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+1 |
| | |||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -2/+3 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 2 | -0/+2 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 2 | -2/+3 |
| | |||||
* | Serve audit logs to client | Chocobozzz | 2019-12-11 | 2 | -2/+15 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 2 | -2/+19 |
| | |||||
* | Add ability to update icons content | Chocobozzz | 2019-12-05 | 1 | -1/+6 |
| | |||||
* | Add hook to alter player build options | Chocobozzz | 2019-12-05 | 1 | -1/+5 |
| | |||||
* | Improve 4k resolution bitrate | Chocobozzz | 2019-12-05 | 1 | -2/+2 |
| | |||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 1 | -11/+11 |
| | | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry. | ||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 2 | -15/+37 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -0/+2 |
| |