Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 4 | -19/+262 |
| | |||||
* | Fix lint & tests | Chocobozzz | 2019-12-18 | 1 | -5/+7 |
| | |||||
* | Remove CSP for embed | Chocobozzz | 2019-12-18 | 1 | -2/+1 |
| | |||||
* | Feature/password reset link expiration (#2305) | Nassim Bounouas | 2019-12-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928 | ||||
* | (nodeinfo) add server config to the nodeinfo metadata | Rigel Kent | 2019-12-17 | 2 | -30/+118 |
| | |||||
* | Fix video import with long thumbnail url | Chocobozzz | 2019-12-17 | 3 | -4/+46 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 5 | -1/+42 |
| | |||||
* | Add max file size, max files and ip anonymize log options | Chocobozzz | 2019-12-12 | 2 | -4/+9 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 15 | -74/+194 |
| | |||||
* | Use a migration script to generate HLS torrent files | Chocobozzz | 2019-12-12 | 2 | -56/+1 |
| | |||||
* | Don't add the unique preferredUsername index for now | Chocobozzz | 2019-12-12 | 1 | -7/+7 |
| | | | | We'll do it in the next release so admins can prepare it | ||||
* | Fix logs regex | Chocobozzz | 2019-12-12 | 1 | -1/+2 |
| | |||||
* | Fix comments feed | Chocobozzz | 2019-12-11 | 1 | -7/+10 |
| | |||||
* | Serve audit logs to client | Chocobozzz | 2019-12-11 | 6 | -58/+173 |
| | |||||
* | Don't use the max quality file when transcoding to a new resolution | Chocobozzz | 2019-12-11 | 2 | -5/+13 |
| | |||||
* | Add warning if videos directory is the same than redundancy | Chocobozzz | 2019-12-10 | 1 | -0/+4 |
| | |||||
* | Fix comments feed | Chocobozzz | 2019-12-10 | 1 | -1/+4 |
| | |||||
* | 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 |
| |