Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to search by UUID | Chocobozzz | 2019-12-09 | 2 | -20/+40 |
| | |||||
* | Clearer feed controller | Chocobozzz | 2019-12-09 | 1 | -15/+26 |
| | |||||
* | (hotfix) remove null categories in RSS/Atom feeds | Rigel Kent | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 4 | -39/+122 |
| | |||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 3 | -13/+12 |
| | |||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 1 | -1/+14 |
| | | | | | | | | | | | | 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. | ||||
* | Support m4v videos | Chocobozzz | 2019-12-05 | 1 | -1/+3 |
| | |||||
* | Fix channel creation limitation | Chocobozzz | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Fix migrations | Chocobozzz | 2019-12-05 | 2 | -1/+1 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 8 | -26/+113 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 6 | -99/+131 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 4 | -16/+82 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 9 | -30/+162 |
| | |||||
* | (rss) add mrss properties and update pfeed | Rigel Kent | 2019-12-03 | 1 | -1/+28 |
| | | | | resolves #2298 | ||||
* | Fix private video download | Chocobozzz | 2019-12-03 | 3 | -13/+15 |
| | |||||
* | Don't move the caption if it has the right name | Chocobozzz | 2019-12-03 | 2 | -3/+3 |
| | |||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 2 | -0/+14 |
| | | | | | We can't load too much channels in selects and it helps to prevent actor name squatting | ||||
* | Fix email to field | Chocobozzz | 2019-11-29 | 1 | -8/+10 |
| | |||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 3 | -5/+19 |
| | |||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 9 | -63/+179 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 6 | -24/+141 |
| | |||||
* | Fix tests | Chocobozzz | 2019-11-27 | 2 | -3/+7 |
| | |||||
* | Fix error log when updating redundancy | Chocobozzz | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Fix duplicate HLS resolution in master playlist | Chocobozzz | 2019-11-26 | 3 | -6/+4 |
| | |||||
* | Add codec information in HLS playlist | Chocobozzz | 2019-11-26 | 4 | -10/+56 |
| | |||||
* | Fix lint | Julien Maulny | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | (plugins) adding signup scope and init hook, modifying ↵ | Rigel Kent | 2019-11-25 | 1 | -1/+2 |
| | | | | ensureUserRegistrationAllowed allowedParams | ||||
* | Fix fragmented download URL | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 5 | -76/+144 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 7 | -10/+87 |
| | | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept. | ||||
* | Add ability to generate HLS in CLI | Chocobozzz | 2019-11-25 | 1 | -17/+116 |
| | |||||
* | Add disable webtorrent migration | Chocobozzz | 2019-11-25 | 2 | -1/+78 |
| | |||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 6 | -34/+57 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 61 | -481/+1083 |
| | | | | In favour of HLS | ||||
* | Make build works | Chocobozzz | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | Avoid circular error in logger | Chocobozzz | 2019-11-05 | 2 | -12/+22 |
| | |||||
* | Add ability to enabled HLS in the admin panel | Chocobozzz | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Fix hours in peertube-import-videos | Florent F | 2019-11-04 | 1 | -0/+1 |
| | | | | | Youtube doesn't store the hour of the publish date so set it to zero in order to compare it. | ||||
* | Fix remove end slash function | Chocobozzz | 2019-11-04 | 1 | -5/+3 |
| | |||||
* | Fix auto index follow | Chocobozzz | 2019-11-04 | 1 | -1/+3 |
| | |||||
* | Increase clock skew for HTTP signatures | Chocobozzz | 2019-10-25 | 2 | -2/+3 |
| | |||||
* | Add plugin hook on registration | Chocobozzz | 2019-10-25 | 5 | -9/+56 |
| | |||||
* | Fix lint | Chocobozzz | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Fix and cleanup actor follow inbox sql query | Chocobozzz | 2019-10-23 | 1 | -3/+3 |
| | |||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 12 | -32/+77 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Fix misc tests | Chocobozzz | 2019-10-22 | 2 | -4/+4 |
| | |||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 9 | -0/+40 |
| | |||||
* | Add tsconfig-paths registration to mocha | Chocobozzz | 2019-10-21 | 4 | -6/+8 |
| | |||||
* | Upgrade tools dep | Chocobozzz | 2019-10-21 | 2 | -342/+518 |
| | |||||
* | Fix bug with tsconfig paths | Chocobozzz | 2019-10-21 | 1 | -4/+2 |
| |